/*
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA PL MILOSZ MYSZCZUK VATEU: PL9730945634
 * @copyright 2010-2023 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

.cart-preview .cart-product-line .product-infos {
    padding-left: 15px;

}

.cart-preview .product-image .img-fluid {
    max-width: 100%;
    height: auto;
    padding: 5px;
}

.cart-preview .cart-product-line .product-image {
    border: 1px solid #f4f4f4;
}

.cart-preview .cart-product-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0;
    margin: 0 20px;
    text-align: left;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

.sidcart-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;

    display: none;


    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 25, 0.6);
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;

}

.sb-open {
    overflow: hidden;
}

.sb-open .sb-menu-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.blockcart-link:hover {
    cursor: pointer;

}

.cart-dropdown-hidden {
    display: none;
}


/**
sidcart-wrapper
 */
.sb-menu-right .cart-preview {
    height: 100%;
    position: relative;
}

.sidcart-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 506px;
    height: 100%;
    background-color: #fff;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    padding: 0;
}

.sidcart-wrapper .top-container {
    /* position: relative; */
    /* padding: 0px 20px; */
    /* text-align: center; */
    /* height: 60px; */
    /* overflow: hidden; */
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
    /* background: #fff; */
    /* position: relative; */
    /* border-bottom: 1px solid #E0E0E0; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    /* -webkit-box-align: stretch; */
    -ms-flex-align: stretch;
    /* -webkit-align-items: stretch; */
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    /* align-items: stretch; */
    /* -webkit-box-direction: normal; */
    /* -webkit-box-orient: horizontal; */
    /* -webkit-flex-direction: row; */
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    /* flex-direction: row; */
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    /* -webkit-justify-content: space-between; */
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    /* justify-content: space-between; */
    /* -webkit-flex-wrap: wrap; */
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    /* align-items: center; */
    /* width: 100%; */
}


.sb-menu-right. close-cart:hover {
    font-weight: bold;
    cursor: pointer;
}

.sidcart-wrapper .top-container .cart-title {
    padding: 25px 0;
    margin-bottom: 20px;
    text-align: center;
    background-color: #f4f4f4;
}

.sidcart-wrapper .top-container .cart-title h4 {
    font-size: 1.5rem;
    font-weight: 400;
}

.sidcart-wrapper .top-container .count-cart {
    color: #fff;
    background-color: #000000;
    border-color: black;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}


.sidcart-wrapper .cart-bottom {
    position: relative;
    height: auto;
    background: #fff;
    padding: 20px;
    border-top: 1px solid #E0E0E0;
}

.product-remove {
    position: absolute;
    right: 15px;
    top: 44%;
}

.product-remove a:hover,
.product-remove a:hover:before,
.product-remove a:visited,
.product-remove a:active,
.product-remove a:focus {
    text-decoration: none;
}

.product-remove a span:before {
    content: '\e5cd';
    font-size: 20px;
    font-weight: bold;
    font-family: 'Material Icons';
}

.cart-bottom .total-line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
}

.cart-bottom hr {
    display: none;
}

.cart-subtotals .total-line span, .cart-bottom .total-line span {
    font-size: 14px;
    /*letter-spacing: 1px;*/
    /*text-transform: uppercase;*/
}

.cart-bottom .cart-total .value, .cart-bottom .cart-total .label {
    font-weight: bold;
    font-size: 16px;
}

.cart-bottom .cart-total {
    border-top: 1px solid #f1f1f1;
    padding: 10px 0;
}

.cart-action {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.cart-action .btn-link {
    width: 100%;
    text-align: center;
    color: #282828;
}

.sidcart-wrapper .no-items {
    text-align: center;
    margin-top: 45px;

}

.sidcart-wrapper .no-items span {
    font-size: 16px;
    display: block;
    padding: 0px 30px;
    /*display: inline-block;*/
    /*width: 100%;*/
    margin-top: 15px;
    /*letter-spacing: 1px;*/
    /*text-transform: uppercase;*/
}

.icon-sad::before {
    content: '\e92e';
    display: inline-block;
    font-family: 'IcoMoon';
    font-size: 30px;
    color: #ed1b24;
}

.cart-recom-categories li {

    margin: 10px 20px

}

.cart-recom-categories li a:hover,
.cart-recom-categories li a:focus,
.cart-recom-categories li a:active
.cart-recom-categories li a:visited {
    text-decoration: none;
    font-weight: bold;
}

.cart-recom-categories li a {
    line-height: 2.75rem;
    display: inline-block;
    border: 1px solid #211f47;

    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 1.25rem;
    color: #211f47;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
}

.categories-rec {
    margin-top: 30px;
}

#cart .no-items-on-cart p {
    text-align: center;
    color: #211f47;

    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
}

#cart .categories-rec {
    margin: 0 auto;
    width: 300px;
    margin-top: 40px;
}

#cart .categories-rec li a {
    text-align: center;
}

#cart .categories-rec li {
    margin: 10px 0;
}

#cart .icon-sad::before {
    font-size: 40px;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.remove-from-cart {
    position: absolute;
    right: 0;
}

.quantity-and-price {
    max-width: 248px;
    margin: 0px auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-items .item {
    position: relative;
}


.cart-button {
    text-align: center;
    color: #FFF;
    min-width: 140px;
    border: 0;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-size: 14px;
    width: 100%;
}


.close-cart {
    z-index: 999;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 27px;
    cursor: pointer;
    right: 24px;
}


.empty-cart {
    margin-top: 90px;
}


.cart-edit:active,
.cart-edit:hover,
.cart-edit:focus {
    text-decoration: none;
    color: #fff;
}

.cart-edit {
    font-size: 14px;
    -moz-transition: background-color .2s ease;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
    margin-top: 20px;
}

.empty-cart .message-for-customer {

    font-size: 13px;
    line-height: 18px;
    margin: 40px 0 22px;
    max-width: 237px;
}


.cart-count strong {
    font-size: 12px;
    color: #7a7a7a;
}


.blockcart-link .cart-count strong {
    color: #fff !important;
}

.blockcart-link .cart-count {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 11px;
    overflow: hidden;

    color: #ffffff;
    background: #ed1b24;
    /* position: absolute; */
    right: 0px;
    top: 0px;
}

.mini-button {
    padding-left: 36px;
}

.mini-button {
    /*margin-right: -40px;*/
}

@media (max-width: 676px) {
    .mini-button {
        /*margin-right: -20px;*/
    }
}

.blockcart-link {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    position: relative;
    justify-content: center;
    /*background-color: #2196f3;*/
    /*padding: 10px 15px;*/
    /*border-radius: 40px;*/
}

.blockcart .blockcart-link .icon {
    display: inline-block;
    color: #232323;
    font-size: 18px;
    margin: 0;
}

.blockcart .blockcart-link .icon:before {
    content: '\f10f';
    font-family: 'icomoon';
    color: #000;
    /*font-weight: 700;*/
    font-size: 1.25rem !important;
}

.blockcart .blockcart-link .widget-text {
    vertical-align: middle;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .24px;
    font-weight: 600;
}

.blockcart .blockcart-link .widget-count {


}


@media (max-width: 991px) {
    .mini-button {
        border: unset;
        border-radius: unset;
        padding: unset;
    }
}

.product-quantity strong {
    font-weight:bold;
}

.product-qty-input {
    background: #f4f4f4;
    width: 27px!important;
    height: 40px!important;
    line-height: 40px;
    text-align: center!important;
    border: 0!important;
    border-radius: 0;
    box-shadow: none;
    padding: 0!important;
    font-size: 1rem;
    float: left;
    display: inline-block;
}
.product-qty .quantity-button.quantity-up {
    padding-top: 1px;
}

.product-qty .quantity-button {
    border: 0!important;
    background-color: #f4f4f4;
    font-size: 18px;
    position: static;
    height: 40px!important;
    width: 34px!important;
    display: block!important;
    text-align: center;
    line-height: 39px;
    transform: translateX(0)!important;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    float: left;
}

.product-qty-container.adding {
    clear: both;
    display: block;
    overflow: hidden;
    opacity: 0.5;
}

.continue-shopping {
margin-top:20px;
}