.show-for-small{
    display: none;
}

.cart_totals td.shipping__inner{
    padding: 0 !important;
}

.cart_totals h2{
    text-transform: uppercase;
    font-size: 18px;
}

.cart_totals table{
    border-width: 1px 0 0 0px !important;
}

.shipping__table--multiple tbody, .shipping__table--multiple td, .shipping__table--multiple th, .shipping__table--multiple tr {
    display: block;
    padding-left: 0;
    text-align: left;
}

.woocommerce-shipping-destination{
    margin-bottom: 5px !important;
}

.woocommerce-shipping-calculator a{
    color: #000;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.ap-woocommerce-brands-list{
    display: flex;
    padding: 0 !important;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.ap-woocommerce-brands-list li{
    width: 200px;
    height: 150px;
    text-align: center;
    list-style-type: none;
    padding: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;
}

.ap-woocommerce-brands-list li.no-img{
    display: flex;
    align-items: center;
}

.ap-woocommerce-brands-list li.no-img a{
    font-size: 24px !important;
    font-weight: 600;
}

.ap-woocommerce-brands-list li a{
    font-size: 16px;
    color: #000;
    text-decoration: none !important;
}

.ap-woocommerce-brands-list li a:focus{
    outline: none !important;
}

.ap-woocommerce-brands-list li img{
    object-fit: contain;
    width: 100%;
    height: 95px;
    margin-bottom: 10px;
}

@media (max-width: 549px){
    .show-for-small{
        display: block;
    }
    
    .shop_table .product-price, .shop_table .product-subtotal {
        display: none !important;
    }
    
    .woocommerce-cart table.cart td.product-price, .woocommerce-cart table.cart td.product-subtotal {
        display: none !important;
    }
    
    .woocommerce-js .quantity .minus, .woocommerce-js .quantity .plus{
        width: 25px;
    }
    
    .woocommerce-js .quantity .qty{
        width: 30px;
    }
    
    .woocommerce-cart table.cart td.product-remove{
        padding-right: 0 !important;
    }
    
    .ap-woocommerce-brands-list li{
        width: 47%;
        padding: 5px;
    }
}