.menu-slimscroll{
    height: 409px !important;
}
@media (max-width: 767px) {
    #chir_top_bar{
        display: block !important;
    }
}
@media screen and (min-width: 1200px){
    .owlSlider .item img {
        max-height: unset;
    }
}
.btnCtn,#getCoupon,#btnOrder{
    background: #00A651;
}
#getCoupon{
    color: #fff;
}
.tabs-container.style-1 .content-text.bg_w ol {
    padding-left: 40px;
}
.tabs-container.style-1 .content-text.bg_w ol li{
    list-style: auto !important;
}
.chir_loop .product-detail .psGifts a {
    height: auto;
}
.blockShip-present .psGifts>img{
    position: absolute;
    top: -19px;
    background: #fff;
    width: 40px;
}
.blockShip-present{
    border: 1px solid #ED0000;
}
img.psgifts {
    position: absolute;
    height: 40px;
    top: 0;
    left: 0;
    z-index: 1;
}

.tp_product_category_box li.psGifts img,
.chir_loop .product-detail .blockShip-present{
    display: none;
}

.coupon-block{
    padding: 20px 0;
}
.coupon_item {
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
    display: flex;
    border-radius: 5px;
    min-height: 100px;
}
.coupon_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    height: 100%;
    width: 10px;
    color: #9c0103;
    background-clip: padding-box;
    background: repeating-linear-gradient(#e5e5e5, #e5e5e5 5px, transparent 0, transparent 9px, #e5e5e5 0, #e5e5e5 10px) 0 / 1px 100% no-repeat, radial-gradient(circle at 0 7px, transparent, transparent 2px, #e5e5e5ee 0, #e5e5e5 3px, currentColor 0) 1px 0 / 100% 10px repeat-y;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.coupon_item .coupon_icon {
    width: 80px;
    flex: 0 0 80px;
    padding: 8px 4px 8px 8px;
    background-color: #9c0103;
    margin-left: 3px;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.pos-relative.embed-responsive[class*=embed-responsive-] iframe,
.pos-relative.embed-responsive[class*=embed-responsive-] img {
    --image-scale: 1;
    position: absolute;
    top: var(--img-top, 50%);
    left: var(--img-left, 50%);
    transform: translate(-50%, -50%) scale(1);
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    min-width: 1px;
    min-height: 1px;
}
.pos-relative.embed-responsive[class*=embed-responsive-] img {
    width: auto;
    height: auto;
}
.coupon_icon.pos-relative.embed-responsive[class*=embed-responsive-] img {
    max-width: calc(100% - 12px);
}
.coupon_item .coupon_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 8px 8px 10px;
    width: 100%;
}
.coupon_item .coupon_body .coupon_title {
    font-size: 14px;
    color: #fa0a15;
    font-weight: bold;
    margin-bottom: 5px;
}
.coupon_item .coupon_body .coupon_desc {
    font-size: 12px;
    line-height: 1.2;
    color: #727272;
    padding-bottom: 7px;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center !important;
}
.btn-copy {
    background: #f30d12;
    color: #fff;
    font-size: 14px;
}
.coupon_item .btn-copy {
    border: none;
    padding: 2px 15px;
    border-radius: 999px;
    margin-bottom: 3px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.coupon_item .btn-copy button span {
    display: block;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
}
.coupon_info_toggle {
    font-size: 12px;
    text-decoration: underline;
    color: #2E72D2;
    cursor: pointer;
    margin-bottom: 3px;
}
.popup-coupon {
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    max-height: 505px;
    height: auto;
    background: transparent;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    opacity: 0;
    transform: translate(-50%, -50%);
    z-index: -1;
    min-height: 200px;
}
.popup-coupon.active {
    opacity: 1;
    z-index: 99999;
}
.popup-coupon .content {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}
.popup-coupon .content .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
    max-height: 32px;
    font-weight: 500;
    margin: 0 16px 16px;
    text-align: center;
}
.close-popup-coupon {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    color: #fff;
}
.popup-coupon .content li {
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-gap: 5px;
    padding: 10px 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.popup-coupon .content li:nth-child(odd) {
    background-color: #f3f3f3;
}
.popup-coupon .content li {
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-gap: 5px;
    padding: 10px 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.action-coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #eee;
}
.action-coupon .close-popup-coupon {
    position: unset;
    width: 48%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #f30d12;
    background: #fff;
    color: #f30d12;
}
.action-coupon .clone-coupon {
    width: 48%;
    height: 40px;
    border-radius: 5px;
    background: #f30d12;
    color: #fff;
    border: 1px solid #f30d12;
}
.backdrop {
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 999;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.backdrop.active {
    visibility: visible;
    opacity: 0.5;
}
.coupon-product-detail {
    padding: 15px 0 5px 0;
    overflow: hidden;
    cursor: pointer;
}
.coupon-product-detail .title-name {
    margin-right: 10px;
    width: 90px;
}
.coupon-product-detail .mini-coupon-list {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
}
.coupon-product-detail .mini-coupon-list .mini-voucher {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 0;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 15px 0;
}
.coupon-product-detail .mini-coupon-list .item-coupon-dt {
    align-items: center;
    background: #f30d12;
    border: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 3px 7px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    margin-right: 10px;
}
.coupon-product-detail .mini-coupon-list .item-coupon-dt:before {
    left: -3px;
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-position-x: -6px;
    background-size: 6px 6px;
    content: "";
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    width: 6px;
}
.coupon-product-detail .mini-coupon-list .item-coupon-dt:after {
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-position-x: -6px;
    background-size: 6px 6px;
    content: "";
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    width: 6px;
    right: -3px;
}
.group-coupon-mini{
    align-items: center;
}
.coupon_icon.pos-relative img {
    max-width: calc(100% - 12px);
    height: auto;
    width: auto;
}
@media only screen and (max-width: 767px){
    .scroll-coupon{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .coupon_item {
        margin: 10px auto;
        min-height: calc(100% - 18px);
        min-width: 265px;
    }
    .coupon_item .coupon_icon{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .coupon-product-detail .mini-coupon-list{
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .coupon-product-detail .mini-coupon-list .mini-voucher{
        flex-wrap: nowrap;
        overflow: unset;
    }
}
.swatch label{
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
}
span.outstock{
    display: none !important;
}