@keyframes stage-top-drawer-overlay-on {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes stage-top-drawer-overlay-off {
    0% {
        opacity: 1;
        visibility: visible;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

.stage-top-drawer {
    display: none;
    left: 0;
    max-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 200;
}

.stage-top-drawer.top-drawer__shadow {
    box-shadow: 0 10px 20px transparent;
    transition: all .15s cubic-bezier(.165, .84, .44, 1);
}

.stage-top-drawer.top-drawer--full {
    position: fixed;
}

body[data-open_topDrawer] {
    overflow: hidden;
}

.top-drawer__mask {
    background-color: le-color(color_mask);
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: 1;
}

.top-drawer__container,
.top-drawer__mask {
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    width: 100%;
}

.top-drawer__container {
    background-color: #fff;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    transform: translateY(-100%);
    z-index: -1;
}

.top-drawer--open.stage-top-drawer.top-drawer__shadow {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    transition: all .15s cubic-bezier(.165, .84, .44, 1) .15s;
}

.top-drawer--open .top-drawer__mask {
    opacity: .6;
}

.top-drawer--open .top-drawer__container {
    transform: translateY(0);
    z-index: 2000000000;
}

.minicart-pop #cart-select {
    width: 100%
}

.minicart-pop .stage-top-drawer.top-drawer--open .top-drawer__mask {
    display: block !important;
    background: rgba(0, 0, 0, .5);
}

.minicart-pop #cart-select .top-drawer__container {
    background-color: rgba(var(--color-page-background));
    padding-bottom: 20px;
    width: 60%;
    max-width: 800px;
    position: fixed;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.minicart-pop .trade-cart-sku-item-info {
    display: flex;
    align-items: end;
}

.minicart-pop .trade-cart-sku-item-info-attrs {
    display: none;
}


.trade_mini_cart .trade-cart-banner-title span {
    font-size: 20px;
    color: #5acb7a;
    height: auto;
}

.trade_mini_cart .trade-cart-banner-title span svg {
    width: 20px;
    color: #5acb7a;
    height: auto;
}

.trade_mini_cart .trade-cart-banner .trade-cart-sku-item .trade-cart-sku-item-info-title {
    line-height: 24px;
    margin-bottom: 1rem;
    font-size: 13px;
}

.trade_mini_cart .trade-cart-banner .trade-cart-sku-item .trade-cart-sku-item-info-amount-sign {
    margin-left: 6px;
    color: #e60044;
    font-size: 13px;
}

.trade_mini_cart .trade-cart-banner .trade-cart-sku-item .trade-cart-sku-item-info-amount {
    color: rgba(var(--color-sale));
    display: flex;
    flex-direction: row;
}

.trade_mini_cart .trade-cart-banner-summations {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trade_mini_cart .trade-cart-banner-summations-footer {
    display: flex;
    flex-direction: initial;
    justify-content: space-between;
}

.gift_card_box {
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
    justify-content: center;
    margin: 15px 0px;
    padding: 12px 0;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
}

.gift_card_box img {
    width: 25px;
    margin-right: 10px;
}

.gift_card_box span {
    color: #000;
    font-family: "OpenSans";
    font-size: 16px;
    padding-left: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    text-align: left;
}

.gift_card_box a {
    margin-left: 10px;
    background: #000;
    color: #fff;
    font-size: 15px;
    padding: 4px 12px;
    white-space: nowrap;
    line-height: 1;
}

.gift_card_box a:hover {
    color: #fff;
}



.mini-cart__drawer-slot .product-card__image-wrapper {
    position: relative
}

.mini-cart__drawer-slot .product-card__price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
}

.mini-cart__drawer-slot .product-card__sale-price {
    font-size: 12px;
    font-weight: bold;
    color: #e60044;
    font-weight: 600;
}

.mini-cart__drawer-slot .product-card__regular-price {
    color: #000;
    font-size: 12px;
    text-decoration: line-through;
    padding-left: 5px;
    font-weight: 600;
}

.mini-cart__drawer-slot .product-card__image {
    padding-top: 100%;
    height: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.mini-cart__drawer-slot li .product-card__name {
    background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: initial;
    text-align: center;
}

.mini-cart__drawer-slot .product-page-like-ul li.item {
    width: calc(25% - 20px);
    padding-bottom: 0;
    border-radius: 5px;
    list-style: none;
    margin: 10px;
}

.mini-cart__drawer-slot .product-list-item {
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 10px;
}

.mini-cart__drawer-slot .product-card__image .hoverImage {
    position: absolute;
    top: 0;
    left: 0%;
    opacity: 0;
}

.mini-cart__drawer-slot .product-card__image:hover .hoverImage {
    opacity: 1
}

.mini-cart__drawer-slot .product-card__image:hover .defaultImage {
    opacity: 0
}

.mini-cart__drawer-slot .product-card__image .defaultImage {
    position: absolute;
    left: 0;
    top: 0;
}

.mini-cart__drawer-slot .discount_box {
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}

.mini-cart__drawer-slot .discount_box span {
    padding: 1px 10px;
    font-weight: 600;
    color: #E9034D;
    border: 1px solid #E9034D;
    font-size: 12px;
    line-height: 1;
    border-radius: 4px;
}

.mini-cart__drawer-slot .product-page-like-ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.mini-cart__drawer-slot .product-page-like-title a {
    color: #000;
    font-size: 1rem;
    margin-bottom: 0;
    text-align: left;
    overflow: hidden;
    display: inline-block;
    height: 38px;
    overflow: hidden;
    text-transform: unset;
    letter-spacing: 0em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mini-cart__drawer-slot .product-page-like-tittle {
    text-align: center;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #454545;
    padding: 14px 0 10px 0;
    letter-spacing: 1px;
}

.mini-cart__drawer-slot {
    position: relative;
    width: 100%;
    z-index: 8;
}

.trade_mini_cart {
    margin: 28px 20px;
}

.slot-cart {
    border: none;
    height: auto;
}

.trade_mini_cart .trade-cart-banner--close {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: -25px;
}

.trade_mini_cart .trade-cart-banner {
    display: flex;
    flex-direction: column;
}

.trade_mini_cart .trade-cart-banner-title {
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    display: flex;
}

.trade_cart .text_bold,
.trade_mini_cart .text_bold {
    font-weight: 600;
}

.trade_mini_cart .trade-cart-banner--product {
    margin-top: 12px;
}

.trade_mini_cart .trade-cart-banner .trade-cart-sku-item {
    justify-content: center;
    display: flex;
    margin-bottom: 0;
}

.trade-cart-sku-item {
    margin-bottom: 5px;
    position: relative;
}

@media (min-width: 750px) {

    .trade_cart,
    .trade_mini_cart {
        flex-wrap: wrap;
    }
}

@media (min-width: 960px) {

    .container,
    .container-lg,
    .container-md {
        max-width: calc(var(--page-width) + 60px);
    }
}



.mini-cart__drawer-slot .page-like-swiper-container .swiper-collection-container {
    padding-bottom: 30px
}

.trade-cart-banner-summations-footer .continue {
    border: 1px solid #9d9d9d;
    background: #9d9d9d;
    position: initial;
    width: 48%;
    color: #fff;
    border-radius: 0;
    padding: 7px 5px;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
}

.trade_mini_cart .trade-cart-banner-summations-footer-view-cart {
    width: 48%;
    font-weight: normal;
    padding: 0;
    color: #fff;
    border-radius: 0;
    background: #e60044;
    border: none;
}

.btn-secondary:before,
.trade-cart-checkout-module .trade-cart-non-empty-continue-btn:before,
.trade_mini_cart .trade-cart-banner-summations-footer-view-cart:before {
    border-radius: var(--btn-border-radius-outset);
    bottom: 0;
    box-shadow: var(--btn-shadow-offset-x) var(--btn-shadow-offset-y) var(--btn-shadow-blur) rgba(var(--color-text), var(--btn-shadow-opacity));
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.mini-cart__drawer-slot .page-like-swiper-container {
    margin-bottom: 0;
    padding-bottom: 20px;
    width: 95%;
    margin: 0 auto;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    /* display: inline-block; */
}

.cart-success .product-collection-list {
    display: none;
}

.product-recommend-container {
    padding: 0rem 3rem 2rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
}

.product-collection-list .title {
    padding: 0px 0px 20px 0px !important;
}

img {
    max-width: 100%;
}

@media(max-width:959px) {
    .mini-cart__drawer-slot .product-page-like-tittle {
        padding-top: 0;
        line-height: 1;
    }

    .trade_mini_cart {
        margin: 40px 10px 10px;
    }

    .minicart-pop #cart-select .top-drawer__container {
        padding-bottom: 10px;
    }

    .trade_mini_cart .trade-cart-banner--close svg {
        width: 36px;
    }

    .trade_mini_cart .trade-cart-banner-title {
        font-weight: 100;
        font-size: 14px;
    }

    .trade_mini_cart .trade-cart-banner--close {
        right: 4px;
        top: -42px;
    }

    .trade_mini_cart .trade-cart-banner-summations-footer {
        margin-bottom: 15px;
    }

    .mini-cart__drawer-slot .discount_box {
        font-size: 12px;
    }

    .mini-cart__drawer-slot .product-card__regular-price {
        margin-left: 0
    }

    .mini-cart__drawer-slot .product-page-like-ul li.item {
        width: calc(25% - 10px);
        margin-bottom: 0px;
        border-radius: 10px;
        padding-bottom: 5px;
        margin: 5px;
    }

    .mini-cart__drawer-slot .product-page-like-ul {
        margin-bottom: 1rem
    }

    .gift_card_box {
        width: calc(100% - 15px);
        padding: 7px 0;
        margin: 0 auto 20px;
    }

    .gift_card_box img {
        width: 20px;
        margin-right: 5px;
    }

    .gift_card_box span {
        font-size: 13px;
        font-size: 12px;
        padding: 6px 8px;
        line-height: 1;
    }

    .gift_card_box a {
        font-size: 12px;
    }

    .minicart-pop #cart-select .top-drawer__container {
        width: 96%;
        margin: auto;
    }




}

@media (max-width:480px) {
    .trade-cart-banner-summations-footer .continue {
        font-size: 12px;
    }

    .trade_mini_cart .trade-cart-banner-summations-footer-view-cart {
        font-size: 12px;
    }
}
