@media (max-width: 767px) { 
    #content-wrap .cart{
        padding: 0 30px !important;
    }

    #content-wrap .cart #shopping-cart-table thead tr th{
        font-size: 11px;
        line-height: 15px;
    }

    #content-wrap .cart #shopping-cart-table thead tr th:nth-child(2){
        text-align: left;
        padding: 0;
    }
    
    #content-wrap .cart #shopping-cart-table tbody tr td *{
        font-size: 15px;
        line-height: 15px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(1){
        width: 54px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(2){
        width: 40%;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(3){
        
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(4){
        text-align: center;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(5){
        font-weight: 700;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(6){
       width: 30px;
       text-align: center !important;
       position: relative;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td h2.product-name,
    #content-wrap .cart #shopping-cart-table tbody tr td h2.product-name a,
    #content-wrap .cart #shopping-cart-table tbody tr td h3.product-name{
        font-size: 15px;
        line-height: 15px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td.a-right{
        text-align: center !important;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td input{
        background: #ECECEC;
        box-shadow: none;
        border: 0;
        height: 48px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td .product-name,
    #content-wrap .cart #shopping-cart-table tbody tr td .product-name span{
        font-size: 12px;
        line-height: 15px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td .product-image{
        width: 45px;
        text-align: left;
        padding: 0;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td .product-image img{
        width: auto;
        max-width: 100%;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td .btn-remove{
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #content-wrap .cart #shopping-cart-table tfoot td button{
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 0;
        padding-top: 0;
    }

    #content-wrap .cart #shopping-cart-table tfoot td button span{
        font-size: 15px;
        line-height: 36px;
        padding: 0px 5px;
    }

    #shopping-cart-totals-table{
        display: none;
    }

    #content-wrap .cart #shopping-cart-table tfoot td.a-right{
        text-align: center !important;
        vertical-align: top;
    }


    #content-wrap .cart #shopping-cart-table tfoot td.last > div{
        position: absolute;
        top: 100%;
    }

    #content-wrap .cart #shopping-cart-table tfoot td:nth-child(2) strong{
        font-size: 11px;
        line-height: 15px;
    }

    #content-wrap .cart #shopping-cart-table tfoot td:nth-child(3) strong{
        font-size: 15px;
        line-height: 15px;
    }

    #content-wrap .cart .cart-collaterals{
        padding-top: 100px;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(1){
        display: none;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2){
        width: 100%;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(3){
        float: left;
        width: 100%;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount{
        background: transparent;
        border: 0;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .discount-form{
        display: flex;
    }   

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount h2,
    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount label{
        display: none;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount input{
        height: 36px;
        font-size: 11px;
        line-height: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .input-box{
        margin: 0;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .buttons-set{
        border: none;
        width: auto;
        margin: 0;
        padding: 0;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .buttons-set button{
        float: none;
        margin: 0;
        font-size: 15px;
        line-height: 36px;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .buttons-set button span{
        padding: 0 10px;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(3) .totals{
        border: 0;
        background: transparent;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(3) .checkout-types{
        text-align: left;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(3) .totals .checkout-types input[type="submit"]{
        font-size: 22px;
        line-height: 50px;
        padding: 0 20px;
    }

    #content-wrap p.top-cart{
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 30px !important;
    }

}

@media (max-width: 520px) { 

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(1){
        width: 0px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(1) > *{
        display: none;
    }
    
    #content-wrap .cart #shopping-cart-table tfoot td button{
        width: 100%;
    }

    #content-wrap .cart .cart-collaterals{
        padding-top: 170px;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .discount-form{
        display: block;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .buttons-set{
        padding-top: 10px;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .buttons-set button{
        width: 100%;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(3) .totals .checkout-types input[type="submit"]{
        width: 100%;
    }

    #content-wrap .cart #shopping-cart-table thead tr th{
        font-size: 9px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td *{
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { 
    #content-wrap .cart{
        padding: 0 30px !important;
    }

    #content-wrap .cart #shopping-cart-table thead tr th{
        font-size: 11px;
        line-height: 15px;
    }

    #content-wrap .cart #shopping-cart-table thead tr th:nth-child(2){
        text-align: left;
        padding: 0;
    }
    
    #content-wrap .cart #shopping-cart-table tbody tr td *{
        font-size: 15px;
        line-height: 15px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(1){
        width: 54px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(2){
        width: 50%;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(3){
        
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(4){
        text-align: center;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(5){
        font-weight: 700;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(6){
       width: 60px;
       text-align: center !important;
       position: relative;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td h2.product-name,
    #content-wrap .cart #shopping-cart-table tbody tr td h2.product-name a,
    #content-wrap .cart #shopping-cart-table tbody tr td h3.product-name{
        font-size: 15px;
        line-height: 15px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td.a-right{
        text-align: center !important;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td input{
        background: #ECECEC;
        box-shadow: none;
        border: 0;
        height: 48px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td .product-name,
    #content-wrap .cart #shopping-cart-table tbody tr td .product-name span{
        font-size: 12px;
        line-height: 15px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td .product-image{
        width: 87px;
        text-align: left;
        padding: 0;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td .btn-remove{
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #content-wrap .cart #shopping-cart-table tfoot td button{
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 0;
    }

    #content-wrap .cart #shopping-cart-table tfoot td button span{
        font-size: 15px;
        line-height: 36px;
        padding: 0px 5px;
    }

    #shopping-cart-totals-table{
        display: none;
    }

    #content-wrap .cart #shopping-cart-table tfoot td.a-right{
        text-align: center !important;
        vertical-align: top;
    }

    #content-wrap .cart #shopping-cart-table tfoot td:nth-child(2) strong{
        font-size: 11px;
        line-height: 15px;
    }

    #content-wrap .cart #shopping-cart-table tfoot td:nth-child(3) strong{
        font-size: 15px;
        line-height: 15px;
    }

    #content-wrap .cart .cart-collaterals{
        padding-top: 50px;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(1){
        display: none;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2){
        width: 60%;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(3){
        float: right;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount{
        background: transparent;
        border: 0;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .discount-form{
        display: flex;
    }   

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount h2,
    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount label{
        display: none;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount input{
        height: 36px;
        font-size: 11px;
        line-height: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .input-box{
        margin: 0;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .buttons-set{
        border: none;
        width: auto;
        margin: 0;
        padding: 0;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .buttons-set button{
        float: none;
        margin: 0;
        font-size: 15px;
        line-height: 36px;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .buttons-set button span{
        padding: 0 10px;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(3) .totals{
        border: 0;
        background: transparent;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(3) .totals .checkout-types input[type="submit"]{
        font-size: 22px;
        line-height: 50px;
        padding: 0 20px;
    }

    #content-wrap p.top-cart{
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 30px !important;
        padding: 0 30px !important;
    }
}

@media (min-width: 992px) { 
    
    #content-wrap .cart #shopping-cart-table thead tr th{
        font-size: 11px;
        line-height: 15px;
    }

    #content-wrap .cart #shopping-cart-table thead tr th:nth-child(2){
        text-align: left;
        padding: 0;
    }
    
    #content-wrap .cart #shopping-cart-table tbody tr td *{
        font-size: 15px;
        line-height: 15px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(1){
        width: 54px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(2){
        width: 50%;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(3){
        
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(4){
        text-align: center;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(5){
        font-weight: 700;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td:nth-child(6){
       width: 60px;
       text-align: center !important;
       position: relative;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td h2.product-name,
    #content-wrap .cart #shopping-cart-table tbody tr td h2.product-name a,
    #content-wrap .cart #shopping-cart-table tbody tr td h3.product-name{
        font-size: 15px;
        line-height: 15px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td.a-right{
        text-align: center !important;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td input{
        background: #ECECEC;
        box-shadow: none;
        border: 0;
        height: 48px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td .product-name,
    #content-wrap .cart #shopping-cart-table tbody tr td .product-name span{
        font-size: 12px;
        line-height: 15px;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td .product-image{
        width: 52px;
        text-align: left;
        padding: 0;
    }

    #content-wrap .cart #shopping-cart-table tbody tr td .btn-remove{
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #content-wrap .cart #shopping-cart-table tfoot td button{
        float: left;
        margin-right: 10px;
        margin-left: 0;
        margin-top: 0px;
    }

    #content-wrap .cart #shopping-cart-table tfoot td button span{
        font-size: 15px;
        line-height: 36px;
        padding: 0px 5px;
    }

    #shopping-cart-totals-table{
        display: none;
    }

    #content-wrap .cart #shopping-cart-table tfoot td.a-right{
        text-align: center !important;
        vertical-align: top;
    }

    #content-wrap .cart #shopping-cart-table tfoot td:nth-child(2) strong{
        font-size: 11px;
        line-height: 15px;
    }

    #content-wrap .cart #shopping-cart-table tfoot td:nth-child(3) strong{
        font-size: 15px;
        line-height: 15px;
    }

    #content-wrap .cart .cart-collaterals{
        padding-top: 50px;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(1){
        display: none;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2){
        width: 66.6666%;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount{
        background: transparent;
        border: 0;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .discount-form{
        display: flex;
    }   

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount h2,
    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount label{
        display: none;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount input{
        height: 36px;
        font-size: 11px;
        line-height: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .input-box{
        margin: 0;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .buttons-set{
        border: none;
        width: auto;
        margin: 0;
        padding: 0;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .buttons-set button{
        float: none;
        margin: 0;
        font-size: 15px;
        line-height: 36px;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(2) .discount .buttons-set button span{
        padding: 0 10px;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(3) .totals{
        border: 0;
        background: transparent;
    }

    #content-wrap .cart .cart-collaterals > div:nth-child(3) .totals .checkout-types input[type="submit"]{
        font-size: 22px;
        line-height: 50px;
        padding: 0 20px;
    }

    #content-wrap p.top-cart{
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 30px !important;
    }

}

@media (min-width: 1200px){

}