
 /* cart page starts here */
 .mob_link
 {
     display: none;
 }
 .checkout-cart-index  h1.title_shcart {
    float: left !important;
}
.checkout-cart-index  h1.button_cart {
    float: right !important;
}


.checkout-cart-index .totals ul.checkout-types {
    list-style: none;
    text-align: right;
    padding: 10px;
}

.checkout-cart-index  button.button.btn-proceed-checkout
{
    background: none repeat scroll 0 0 #CD0102;
    border: 0 none;
    border-radius: 5px;
    clear: both;
    color: #FFFFFF;
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 8px 15px;
    text-decoration: none;
}

.checkout-onepage-success main#maincontent {
    width: 100%;
}

 /* cart page ends here */


/*Responsive css starts from her e8*/
@media only screen and (max-width: 1023px) and (min-width: 768px)
{
 


 
}
@media (min-width: 768px)
{
    

}
@media (max-width: 980px)
{
.pro-specification,.info-related-left,.info-related-right {
    width: 100%;
}
}
@media (max-width: 767px)
{
   

    nav#sidebar_cat {
        display: none;
    }

    nav#sidebar_cat.active {
        display: block !important;
    }
    .nav_catsidebar::after
    {
        content: '+';
        float: right;
        color: #FFFFFF;
        font-size: 20px;
    
    font-weight: bold;
    }
    .nav_catsidebar.active::after
    {
        content: '-';
        float: right;
        color: #FFFFFF;
        font-size: 20px;
    
    font-weight: bold;
    }
    
    .account-nav .content
    {
        display: none;
    }
    .account .title.account-nav-title::after
    {
        content: '+';
        float: right;
        color: #FFFFFF;
        font-size: 20px;
    line-height: 15px;
    height: 15px;
    font-weight: bold;
    }
    .account .title.account-nav-title.active::after
    {
        content: '-';
        float: right;
        color: #FFFFFF;
        font-size: 20px;
    line-height: 15px;
    height: 15px;
    font-weight: bold;
    }
    .account-nav .content.active
    {
        display: block !important;
    }
    .account .title.account-nav-title {
        position: relative !important;
        padding: 3px;
        width: 96%;
        height: 15px;
        line-height: 15px;
        margin-bottom: 0px;
        background: #cd0102;
        border: 0;
        padding: 2%;
        color: #fff;
        text-align: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
     
}

@media (max-width: 700px)
{
 
}
@media (max-width: 480px)
{
    .catalog-product-view .product-add-form
    {
        width: 100%;
    }
    

}

 