/*******************************************************************
                                        Cart Block Styles
********************************************************************/
#carttop {
    position: relative;
    vertical-align: middle;
    width: 33.3333%;
    z-index: 1;
}

@media (min-width: 992px) {
    #carttop {
        position: relative;
        vertical-align: middle;
        width: 33.3333%;
        display: table-cell;
        z-index: 1;
    }
}


#header .shopping_cart {
    position: relative;
    float: right;
    z-index: 9999;
}

@media (max-width: 768px) {
    #header .shopping_cart {
        position: relative;
        float: none;
    }

    #header .container.head-height {
        padding: 0px;
    }

}

.cart_block_list p.cart-buttons.blockcart_no_products {
    margin-top: 10px;
    margin-bottom: 0px;
}

.cart_block_list p.cart-buttons.blockcart_no_products a {
    color: #fff;
}

.cart_block_list .cart_block_no_products {
    padding-bottom: 10px;
}

#header .shopping_cart > a:first-child > span.cartarrow {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    display: inline-block;
    text-align: center;
    padding-top: 15px;
    position: absolute;
    top: -30px;
    right: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#header .shopping_cart > a:first-child > span.cartarrow:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 26px;
    color: #fa7c63;
}

#header .shopping_cart:hover > a:first-child > span.cartarrow {
    top: 10px;
    right: 10px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header .shopping_cart > a:first-child > span.cartarrow {
        display: none;
    }
}


.shopping_cart {
    min-width: 270px;
    display: inline-block;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shopping_cart {
        min-width: 240px;
    }
}

@media (max-width: 992px) {
    .shopping_cart {
        min-width: 200px;
    }
}


.shopping_cart > a:first-child {
    background: #fafafa;
    height: 47px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 4px solid #ededed;
    padding: 12px 0 0 80px;
    display: block;
    color: #222222;
    overflow: hidden;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.shopping_cart:hover > a:first-child {
    background: #ffffff;
    border-bottom: 4px solid #ffffff;
}

#header .shopping_cart > a:first-child .carticon {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border-bottom: 4px solid #f2f2f2;
    margin-right: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 58px;
    background: url('../../../img/carticon.png') no-repeat center center #ffffff;
    display: inline-block;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

#header .shopping_cart:hover > a:first-child > .carticon {
    border-bottom: 4px solid #ffffff;
}

#header .shopping_cart .clearfix {
    height: 0;
    margin-top: -3px;
}


/* column cart block */

.column .shopping_cart > a:first-child {
    padding-left: 22px;
    position: relative;
}

.shopping_cart > a:first-child > span {
    font: 400 13px/14px Arial, sans-serif;
    color: #818ca1;
}

.shopping_cart > a:first-child > span.cartname {
    color: #4b5363;
    font: 400 18px/20px "Oswald", sans-serif;
    text-transform: uppercase;
    padding-right: 5px;
    display: inline-block;
}

.shopping_cart .ajax_cart_total {
    display: none !important;
}

.shopping_cart .block_cart_expand:after, .shopping_cart .block_cart_collapse:after {
    content: "\f107";
    font-family: "FontAwesome";

    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 26px;

    padding: 0
}

.shopping_cart .block_cart_collapse:after {
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 26px;
}

.cart_block .cart_block_list .remove_link {
    position: absolute;
    right: 0px;
    top: 19px;
}

.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #777777;
    display: block;
    width: 100%;
    height: 100%;
}

.cart_block .cart_block_list .remove_link a:before,
.cart_block .cart_block_list .ajax_cart_block_remove_link:before {
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px;
}

.cart_block .cart_block_list .remove_link a:hover,
.cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #515151;
}

.cart_block .cart-images {
    float: left;
    margin-right: 5px;
}

.cart_block .cart-info {
    /*    overflow: hidden;
        position: relative; */
    padding-right: 15px;
}

.cart_block .cart-info .product-name {
    padding-bottom: 0;
    height: 20px;
    margin-bottom: 1px;
    overflow: hidden;
}

.cart_block .cart-info .product-name a {
    font-size: 12px;
    line-height: 16px;
    /*display: inline-block;*/
}

.cart_block .cart-info .quantity-formated {
    display: inline-block;
    color: #9c9b9b;
    font-size: 10px;
}

.cart_block .cart-info .quantity-formated .quantity {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}

.cart_block dt {
    font-weight: normal;
    overflow: hidden;
    padding: 6px 0 6px 0;
    position: relative;
}

.cart_block dd {
    position: relative;
}

.cart_block dd .cart_block_customizations {
    border-top: 1px dashed #333333;
}

.cart_block dd .cart_block_customizations li {
    padding: 10px 20px;
}

.cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
    position: absolute;
    right: 10px;
}

.cart_block .cart_block_no_products {
    margin: 0;
    padding: 10px 20px;
}

.cart_block .cart-prices {
    border-top: 1px solid #d6d4d4;
    font-weight: bold;
    padding: 5px 5px 0px 5px;
}

.cart_block .cart-prices .cart-prices-line {
    font: 400 14px/17px "Oswald", sans-serif;
    text-transform: uppercase;
    color: #5e5e5e;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
    padding: 7px 0;
}

.cart_block .cart-prices .cart-prices-line .price {
    font: 400 15px/17px "Oswald", sans-serif;
}

.cart_block .cart-prices .cart-prices-line.last-line {
    border: none;
}

.cart_block .cart-buttons {
    overflow: hidden;
    /*  padding: 20px 20px 4px 20px;*/
    margin: 0;
}

.cart_block .cart-buttons a {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 0px;
    margin-right: 10px;
}

.cart_block .cart-buttons a#button_order_cart {
    margin-right: 0;
}

.cart_block .cart-buttons a#button_order_cart span {
    text-transform: uppercase;
    color: white;
}

.cart_block .cart-buttons a#button_order_cart:hover {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

/*******************************************************************
                                        Cart Block(Header) Styles
********************************************************************/

#header .cart_block {
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 99999;
    display: none;
    height: auto;
    width: 100%;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background-color: #fafafa;
    /* border-bottom:3px solid #f2f2f2;*/
    color: #5e5e5e;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 6px !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 6px !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 6px !important;
}

#header .cart_block a {
    color: #5e5e5e;
}

#header .cart_block a:hover {
    color: #000000;
}

#header .cart_block .cart_block_list .remove_link a,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #fa7c63;
    outline: none;
    text-decoration: none;
}

#header .cart_block .cart_block_list .remove_link a:hover,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #6d6d6d;
}

#header .cart_block .price {
    color: #000;
}

#header .cart_block img {
    border: 1px solid #e5e5e5;
}

#header .cart_block dl {
    margin-bottom: 0;
}

#header .cart_block dt {
    border-top: 2px solid #ffffff;
}

#header .cart_block dt.first_item {
    border-top: none;
    background: none;
}

#header .cart_block .product-atributes {
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 12px;
}

#header .cart_block .product-atributes a {
    color: #777;
}

#header .cart_block .product-atributes a:hover {
    color: #5e5e5e;
}

#header .cart_block .cart-prices {
    border: 1px solid #e5e5e5;
    background: #ffffff;
}

#header .cart_block .cart-buttons {
    border: none;
}

#header .block_content {
    background-color: #fafafa;
}

p.cart-buttons.blockcart_products {
    margin-bottom: 0px;
}

.cart_block #cart_block_summary,
.cart_block .title_block span,
#header .cart_block h4,
#header .cart_block .title_block,
#header .cart_block h4 {
    display: none;
}

.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
    color: #333333;
    float: right;
}

.cart_block table.vouchers {
    clear: both;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.cart_block table.vouchers tr td {
    padding: 2px;
}

.cart_block table.vouchers tr td.quantity {
    margin-right: 5px;
    min-width: 18px;
}

.cart_block table.vouchers tr td.delete {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 15px;
}

/*****************************************************************************
                                        Layer Cart Css
*****************************************************************************/
.layer_cart_overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.5;
}

* html .layer_cart_overlay {
    position: absolute;
    left: 0;
    margin-left: -160px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

#layer_cart {
    background-color: #fafafa;
    position: fixed;
    display: none;
    z-index: 99999;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    max-width: 600px;
}

#layer_cart {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 50%;
    top: 50%;
    width: 84%;
    transform: translate(-50%, -50%);
}

#layer_cart .layer_cart_product {
    padding: 0px 15px 0px 15px;
    overflow: hidden;
    color: #888888;
    position: static;
}

@media (max-width: 767px) {
    #layer_cart .layer_cart_product {
        padding: 0px 10px;
        overflow: hidden;
        position: static;
    }
}

#layer_cart .layer_cart_product h2 {
    font: 400 16px/22px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    background: #46a74e;
    margin: 0;
    padding: 16px 20px 16px 16px;
    text-align: center;
    line-height: normal;
}

#layer_cart .layer_cart_product h2 i {
    font-size: 30px;
    line-height: 30px;
    float: left;
    padding-right: 8px;
}

@media (max-width: 767px) {
    #layer_cart .layer_cart_product h2 i {
        font-size: 22px;
        line-height: 22px;
    }

    #layer_cart {
        top: 46px;
        left: 0;
        right: 0;
        bottom: 23px;
        transform: unset;
    }
}

#layer_cart .layer_cart_product .product-image-container {
    border: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
    #layer_cart .layer_cart_product .product-image-container {
        margin-right: 20px;
    }

    #layer_cart {
        left: 50%;
        top: 50%;
        width: 84%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 479px) {
    #layer_cart {
        margin: 0 !important;
        top: 0;
        bottom: 0;
        width: 100%;
    }
}

#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
    display: inline;
}

#layer_cart .layer_cart_product .layer_cart_product_info > div strong,
#layer_cart .layer_cart_product .layer_cart_cart > div strong {
    color: #333333;
    padding-right: 3px;
}

#layer_cart .layer_cart_product .layer_cart_cart .layer_cart_row span {
    color: #888888;
}

#layer_cart .layer_cart_cart {
    margin: 20px 0;
    border-left: 2px solid #f2f2f2;
    padding: 21px 30px 130px 30px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    position: relative;
}

@media (min-width: 1200px) {
    #layer_cart .layer_cart_cart {
        min-height: 318px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #layer_cart .layer_cart_cart {
        min-height: 360px;
    }
}

@media (max-width: 991px) {
    #layer_cart .layer_cart_cart {
        margin-top: 0;
        border-left: none;
        border-top: 4px solid #f2f2f2;
    }
}

#layer_cart .layer_cart_cart h2 {
    font: 400 16px/22px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #888888;
    background: #ffffff;
    margin: 0 0 26px 0;
    padding: 16px 20px;
}

@media (max-width: 767px) {
    #layer_cart .layer_cart_cart h2 {
        font-size: 14px;
    }
}

#layer_cart .layer_cart_cart .layer_cart_row {
    color: #888888;
    background: #ffffff;
    margin-top: 3px;
    padding: 8px 12px;
}

#layer_cart .layer_cart_cart .layer_cart_row .ajax_block_products_total,
#layer_cart .layer_cart_cart .layer_cart_row .ajax_block_shipping_cost,
#layer_cart .layer_cart_cart .layer_cart_row .ajax_block_cart_total {
    color: #333333;
    margin-left: 8px;
}

#layer_cart .layer_cart_cart .button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 30px 20px 30px;
}

#layer_cart .layer_cart_cart .button-container .btn {
    margin-bottom: 10px;
}

#layer_cart .layer_cart_cart .button-container span.exclusive-medium {
    margin-right: 5px;
}

@media (max-width: 767px) {
    #layer_cart .layer_cart_cart .button-container .btn {
        clear: both;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    #layer_cart .layer_cart_cart .button-container span.exclusive-medium {
        clear: both;
        text-align: center;
        width: 100%;
    }

    #layer_cart .crossseling .crossseling-content {
        display: none;
    }

    #layer_cart .productinfo {
        margin-top: 15px;
    }
}

#layer_cart .orderinfo {
    margin-top: 15px;
}

#layer_cart .layer_cart_cart .button-container span.exclusive-medium i {
    padding-right: 5px;
    color: #777777;
}

#layer_cart .cross {
    position: absolute;
    color: #fff;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 2;
}

#layer_cart .cross:before {
    content: "\f00d";
    display: block;
    font-family: "FontAwesome";
    font-size: 28px;
    line-height: 28px;
}

#layer_cart .cross:hover {
    color: #fff;
    cursor: pointer;
}

#layer_cart .continue {
    cursor: pointer;
}

#layer_cart p {
    padding: 0px;
}

/************************************************************************
                                                Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling .crossseling-content {
    border-top: 4px solid #f2f2f2;
    padding: 0px;
    position: relative;
    text-align: center;
}

#layer_cart .crossseling h2 {
    font: 400 18px/20px Arial, Helvetica, sans-serif;
    color: #888888;
    margin: 10px;
}

#layer_cart .crossseling #blockcart_list {
    max-width: 773px;
    width: 84%;
    margin: 0 auto;
    overflow: hidden;
}

#layer_cart .crossseling #blockcart_list ul {
    display: block;
}

#layer_cart .crossseling #blockcart_list ul li {
    float: left;
    width: 178px;
    margin: 0 0px 0 0;
    background-color: #fff;
}

#layer_cart .crossseling #blockcart_list ul li .product-image-container {
    text-align: center;
    margin-bottom: 5px;
}

#layer_cart .crossseling #blockcart_list ul li .product-image-container img {
    width: 100%;
}

#layer_cart .crossseling #blockcart_list ul li .product-name {
}

#layer_cart .crossseling #blockcart_list ul li .product-name a {
    color: #333333;
    font-size: 11px;
    line-height: 11px;
}

#layer_cart .crossseling #blockcart_list ul li .price {
    color: #333333;
}

#layer_cart .crossseling #blockcart_list a.bx-prev,
#layer_cart .crossseling #blockcart_list a.bx-next {
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #333333;
    text-indent: -5000px;
    position: absolute;
    top: 45%;
    margin-top: -20px;
}

#layer_cart .crossseling #blockcart_list a.bx-prev:after,
#layer_cart .crossseling #blockcart_list a.bx-next:after {
    display: block;
    text-indent: 0;
}

#layer_cart .crossseling #blockcart_list a.bx-prev:hover,
#layer_cart .crossseling #blockcart_list a.bx-next:hover {
    color: #c0c0c0;
}

#layer_cart .crossseling #blockcart_list a.bx-prev.disabled,
#layer_cart .crossseling #blockcart_list a.bx-next.disabled {
    display: none;
}

#layer_cart .crossseling #blockcart_list a.bx-prev {
    left: 5%;
}

#layer_cart .crossseling #blockcart_list a.bx-prev:after {
    content: "\f137";
}

#layer_cart .crossseling #blockcart_list a.bx-next {
    right: 5%;
}

#layer_cart .crossseling #blockcart_list a.bx-next:after {
    content: "\f138";
}

#layer_cart .crossseling #blockcart_list .bx-controls {
    overflow: hidden;
}

.blockcart_top_avatar {
    width: 70px;
    height: 70px;
    background: #fff;
    background-size: 100% 100%;
    border: 1px solid transparent;
    border-radius: 35px;
}

@media (max-width: 767px) {
    .blockcart_top_avatar {
        width: 30px;
        height: 30px;
    }
}

.product-image-container.layer_cart_img.col-xs-12.col-sm-5 img {
    margin: 0 auto;
}

.cart_block_v2.block {
    display: block !important;
}

/* ==========================================================================
   MINI CART - ARIF SHOPPINGCART STYLE (desktop dropdown)
   ========================================================================== */

#header .cart_block .cart_block_products {
    max-height: 350px;
    overflow-y: auto;
}

#header .cart_block .cart-product {
    display: flex;
    gap: 12px;
    padding: 12px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

#header .cart_block .cart-product .cart-product-img {
    flex-shrink: 0;
}

#header .cart_block .cart-product img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

#header .cart_block .cart-product .product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

#header .cart_block .cart-product .product-name {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
}

#header .cart_block .cart-product .product-name:hover {
    color: #000;
}

#header .cart_block .cart-product .product-attrs {
    font-size: 11px;
    color: #666;
    margin-bottom: 4px;
    line-height: 1.4;
}

#header .cart_block .cart-product .product-price {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

/* Product Actions */
#header .cart_block .cart-product .product-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    flex-shrink: 0;
}

/* Quantity Control */
#header .cart_block .quantity-control,
.cart_block_list .quantity-control {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    background: #fff !important;
    height: 32px !important;
}

#header .cart_block .quantity-control .qty-btn,
.cart_block_list .quantity-control .qty-btn {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    background: #f5f5f5 !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: 500;
    cursor: pointer;
    color: #333 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: background 0.2s ease;
    line-height: 1;
    padding: 0 !important;
    margin: 0 !important;
}

#header .cart_block .quantity-control .qty-btn:hover,
.cart_block_list .quantity-control .qty-btn:hover {
    background: #e8e8e8 !important;
    text-decoration: none !important;
    color: #333 !important;
}

#header .cart_block .quantity-control .qty-btn:active,
.cart_block_list .quantity-control .qty-btn:active {
    background: #e0e0e0 !important;
}

#header .cart_block .quantity-control .qty-input,
.cart_block_list .quantity-control .qty-input {
    width: 40px !important;
    height: 32px !important;
    text-align: center !important;
    border: none !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-weight: 500;
    -moz-appearance: textfield !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    color: #333 !important;
}

#header .cart_block .quantity-control .qty-input:focus,
.cart_block_list .quantity-control .qty-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

#header .cart_block .quantity-control .qty-input::-webkit-outer-spin-button,
#header .cart_block .quantity-control .qty-input::-webkit-inner-spin-button,
.cart_block_list .quantity-control .qty-input::-webkit-outer-spin-button,
.cart_block_list .quantity-control .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Remove Button */
#header .cart_block .remove-product {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    transition: color 0.2s ease;
    text-decoration: none;
}

#header .cart_block .remove-product:hover,
#header .cart_block .remove-product:active {
    color: #e74c3c;
}

/* Hide old dl.products structure */
#header .cart_block dl.products {
    display: none;
}

/* Ukryj dropdown koszyka na desktop - używamy side cart */
@media (min-width: 992px) {
    #header .shopping_cart .dropdown-menu,
    #header .cart_block_v2 {
        display: none !important;
    }
}
