.box_collection {
    background: #fff;
    margin-top: 20px;
}

.chir_breadcrumb > ul {
    align-items: center;
    margin: 0;
}

.breadcrumb > li + li:before {
    font-size: 12px;
    padding: 0 0px 0 9px;
    color: #333;
    content: "/\00a0";
}

#mango-product .breadcrumb-box {
    padding: 10px 0;
    background: #f7f7f7;
}

.chir_breadcrumb > ul > li:first-child {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.chir_breadcrumb > ul > li {
    font-size: 13px;
}

.chir_breadcrumb > ul > li a {
    color: #333;
    font-family: 'Helveticaneue';
}

.unitItems {
    display: none;
}

.product-detail-box {
    padding-right: 20px;
}

.product-detail-box .product-title {
    font-size: 20px;
    margin: 10px 0 0 0;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #3d3d3d;
    font-weight: 700;
    text-transform: uppercase;
}

.attr p.type-attr a, .tp-attr p.type-attr a {
    margin-bottom: 5px;
    border-radius: 6px;
    padding: 0 10px;
    margin-right: 12px;
}

.attr p a, .tp-attr p a {
    display: inline-block;
    min-width: 30px;
    min-height: 30px;
    overflow: hidden;
    line-height: 30px;
    border: 1px solid #fff;
    margin-right: 6px;
    transition: all 0.2s;
    box-shadow: 0 0 0 1px #e9e9e9;
    text-align: center;
}

.attr p.type-attr a:hover, .attr p.type-attr a.active {
    box-shadow: 0 0 2px 2px var(--main-color);
}

.tp-attr p.type-attr a:hover, .tp-attr p.type-attr a.active {
    box-shadow: 0 0 2px 2px var(--main-color);
}

.product-detail-box .sku p, .product-detail-box .sku span {
    color: #2f2f2f;
}

.product-detail-box .sku {
    gap: 5px;
    font-size: 14px;
    display: flex;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-top: 10px;
    align-items: center;
}

.product-detail-box .sku strong {
    font-style: normal;
}

hr {
    border: 1px solid #dddddd;
    width: 95%;
    margin: 25px 0;
}

.product-detail-box .price {
    display: flex;
    align-items: end;
    gap: 20px;
    line-height: 1.3;
    letter-spacing: 0;
}

.product-detail-box .price .current {
    font-size: 25px;
    color: var(--main-color);
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.prev.tp_product_detail_price_old {
    font-size: 17px;
    color: #a3a3a3;
    line-height: 28px;
    text-decoration: line-through;
}

.prev.tp_product_detail_price_old .price_del {
    text-decoration: underline;
}

.attr .options-title, .tp-attr label.control-label.options-title {
    color: #636363;
    margin-bottom: 5px;
    font-size: 13px;
}

.product-preview-box .swiper-feature {
    width: 80%;
    margin: 0 auto;
}

.attr p.size a, .tp-attr p.size a {
    padding: 1px 5px;
    min-width: 30px;
    border-radius: 8px;
}

.attr p a, .tp-attr p a {
    display: inline-block;
    min-width: 30px;
    min-height: 30px;
    overflow: hidden;
    line-height: 30px;
    border: 1px solid #fff;
    transition: all 0.2s;
    box-shadow: 0 0 0 1px #B8B8B8;
    text-align: center;
}

.sizePicker .options-selection .size.req {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sizePicker {
    margin-top: 15px;
}

.options-selection {
    margin-top: 10px;
}

.options-selection .color.req {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.detail-info-entry {
    margin-bottom: 10px;
    margin-top: 15px;
}

.detail-info-entry-title {
    color: #636363;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}

.quantity-selector .entry {
    border: 1px #d1d1d1 solid;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin-left: -1px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    color: #4c4c4c;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.quantity-selector .entry.number-minus:before, .quantity-selector .entry.number-plus:before, .quantity-selector .enzo.number-minus:before, .quantity-selector .enzo.number-plus:before {
    content: "";
    width: 11px;
    height: 1px;
    background: #4d4d4d;
    left: 50%;
    margin-left: -5.5px;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
}

.quantity-selector .entry.number-plus:after, .quantity-selector .enzo.number-plus:after {
    content: "";
    height: 11px;
    width: 1px;
    background: #4d4d4d;
    left: 50%;
    margin-left: -0.5px;
    top: 50%;
    margin-top: -5.5px;
    position: absolute;
}

.quantity-selector .entry.number, .quantity-selector .enzo.number {
    border: none;
    background: none;
    cursor: default;
    width: 55px;
    padding: 0 5px;
    width: auto;
    min-width: 44px;
}

.quantity-selector .entry, .quantity-selector .enzo {
    background: #eeeeee;
    border-radius: 50%;
    border: none;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin-left: -1px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    color: #4c4c4c;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.btn-outline {
    position: relative;
    z-index: 0;
    /*border: 1px solid var(--main-color);*/
    white-space: nowrap;
    padding: 10px 40px;
    margin-bottom: 0;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    background: var(--main-color);
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
    border-radius: 10px;
}

.detail-info-entry.pd_action {
    margin-top: 30px;
}

.detail-info-entry button:hover {
    color: #fff;
    background: #82a3d0 !important;
}

.pd-tags {
    margin-top: 20px;
}

#productTags label {
    padding-right: 5px;
    font-weight: 600;
    font-size: 13px;
}

.pd-tags a:hover {
    background: #c8ced8;
    color: #fff;
}

.pd-tags a {
    color: #575757;
    background: #F2F2F2;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 5px;
    margin: 2px;
}

.attr p a.deactive, .tp-attr p a.deactive {
    background: #bdbdbd;
}

.attr p.color a.deactive, .tp-attr p.color a.deactive {
    position: relative;
    pointer-events: none;
}

.attr p.color a.deactive:before, p.color a.deactive:before {
    content: "H";
    /*background: url(/tp/T0437/img/sold-out.png);*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*filter: invert(0.5);*/
    font-size: 18px;
    color: #808080;
}

.prd-images-thumb {
    margin-top: 10px;
}

.prd-images-thumb .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}

.prd-images-thumb .owl-next {
    position: absolute;
    right: 0;
}

.prd-images-list {
    margin: 0px 50px;
}

.prd-images-thumb {
    margin: 10px auto 0 auto;
    width: 70%;
}

.attr a.active {
    box-shadow: 0 0 2px 2px #000000;
}

.attr a:hover, .attr a.active {
    box-shadow: 0 0 2px 2px #000000;
}

.tp-attr a:hover, .tp-attr a.active {
    box-shadow: 0 0 2px 2px #000000;
}

.size.req a:hover, .size.req a.active {
    box-shadow: 0 0 2px 2px var(--main-color);
}

/*--------------------- menu active ---------------------*/
.product-content-left {
    gap: 20px;
    flex-direction: column;
    display: flex;
}

.custom-col-md-2-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
}

.product-content-left .category-view, .product-content-left .product_related {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;;
    border-radius: 10px;
    padding: 15px;
}

.product-content-left .category-view .menu-slimscroll {
    height: max-content !important;
}

.product-content-left .slimScrollDiv {
    height: max-content !important;
}

.product-content-left .category-view .list-menu.vertical-menu-list {
    min-height: max-content;
    border-left: none;
    border-right: none;
}

.category-view li.tp_menu_item.menu-item .menu-child .child-link:hover,
.category-view li.tp_menu_item.menu-item .item-text:hover {
    color: #9cb6d9;
}

.product-content-left .tp_title h3 {
    color: #323232;
    font-size: 16px;
    font-weight: 700;
}

.product_related .item_product .chir-img img {
    border-radius: 10px;
}

.product_related .item_product p.pro-price .tp_product_price {
    font-size: 18px;
}

.product_related .item_product .pro-name {
    font-weight: 700;
    font-size: 13px;
}

.product-content-left .tp_menu_item.menu-item span.item-logo {
    display: none;
}

.product-content-left li.tp_menu_item.menu-item a {
    color: #333;
}

.product-content-left li.tp_menu_item.menu-item > a {
    font-weight: 700;
    font-size: 14px;
    text-transform: unset;
}

.product-content-left li.tp_menu_item.menu-item > a i {
    padding-right: 2px;
    font-size: 11px;
    font-weight: 700;
    color: #cccccc;
}

.product-content-left li.tp_menu_item.menu-item > a i.fa-solid.fa-caret-down {
    color: #333;
}

.product-content-left li.tp_menu_item.menu-item ul {
    margin-left: 10px;
}

.product-content-left li.tp_menu_item.menu-item ul.menu-child {
    margin-left: 20px;
    margin-top: 10px;
    display: none;
}

.product-content-left li.tp_menu_item.menu-item ul.menu-child li a {
    color: #727272;
}

.product-content-left li.tp_menu_item.menu-item ul.menu-child li {
    padding-bottom: 5px;
}

.product-content-left li.tp_menu_item.menu-item {
    list-style: none;
    padding: 8px 10px !important;
}

.product-content-left .slimScrollDiv {
    margin-top: 8px;
}

.product_related .product-lis {
    margin-top: 15px;
}

@media (min-width: 767px) {
    .product_related li.item_product {
        padding: 0 !important;
        border: none;
        margin-bottom: 0;
        padding: 10px 0px;
        box-shadow: none;
        list-style: none;
    }
}

.information-blocks_bottom .detail_view {
    gap: 15px;
}

@media (min-width: 768px) {
    .information-blocks_bottom .detail_view {
        width: 80%;
    }
}

.information-blocks_bottom {
    background: #f7f7f7;
    padding: 30px 0;
    margin-top: 30px;
}

.title_chir {
    position: relative;
    padding: 0 5px;
    margin-bottom: 15px;
    font-weight: 400
}

.title_chir h2 {
    border-bottom: 3px solid #000;
    display: inline-block;
    padding-right: 5px;
    position: relative;
    top: 2px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 10px;
    line-height: 42px
}

.tabs-container.style-1 .content-text.bg_w {
    line-height: 25px;
    display: inline-block;
    width: 100%;
    padding: 15px
}

.vote .si {
    background-position: -1224px -1330px;
    float: left;
    height: 15px;
    width: 20px
}

.sku_country, .product-preview-box .outstock {
    display: none;
}

.ic {
    background: url(/tp/T0458/img/icon-spirit.png) 0 0/1355px no-repeat;
    cursor: pointer
}

#voteView1, .vote .si.active, .vote .si.voteHover {
    background-position: -1224px -1261px
}

.fl-dsp {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.comment-info-inputText h2, .comment-info-inputTitle h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 42px
}

#btnRate a, #btnRate button {
    background-color: #000;
    color: #fff
}

#voteView0 {
    background-position: -1224px -1330px
}

#voteView2 {
    background-position: -1224px -1275px
}

#voteView3 {
    background-position: -1224px -1288px
}

#voteView4 {
    background-position: -1224px -1302px
}

#voteView5 {
    background-position: -1224px -1315px
}

.commentProduct-content {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed
}

.w-16, .w-50 {
    padding: 0 5px;
    float: left
}

.commentProduct-content:last-child {
    border-bottom: none
}

div#btnRate {
    margin-top: 20px;

}

.history_title {
    margin: 10px 0;
}

.history_title h2 {
    font-weight: 700;
    border-bottom: 0;
}

.product_related .history_title h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-content-tab {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;;
    background: #fff;
    border-radius: 10px;
}

.product-content-tab .tab_bar_top {
    width: 100%;
    border-bottom: 1px solid #dadada;
    gap: 50px;
}

a:hover {
    text-decoration: none;
}

.tab-content .tab-main-content ul {
    flex-direction: column;
    display: flex;
}

.tab-content .tab-main-content img{
    height: auto !important;
}
.product-content-tab ul li.active a {
    font-weight: 700;
}

.product-content-tab ul li.active a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 4px;
    background-color: black;
}

/*.product-content-tab ul li.active{*/
/*border-bottom: 4px solid #000000;*/
/*}*/
.product-content-tab ul > li {
    padding: 0;
    position: relative;
    display: inline-block;
}

.product-content-tab ul > li a {
    background: #fff !important;
    color: #333 !important;
}

.tab-content.clearfix {
    padding: 20px 20px 10px 20px;
}

.tab-content.clearfix .tab-pane {
    margin-bottom: 10px;
}

.product-content-tab li a {
    padding: 13px 25px;
}

.product-content-tab .tab-content li {
    padding: 10px 0;
}

.product-content-tab li a {
    display: inline-block;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
}

.product_related .resultProductsCats .see-all-cate {
    gap: 5px;
    color: #636363;
    position: unset;
    display: flex;
    justify-content: center;
}

.product_related .resultProductsCats .see-all-cate span {
    font-size: 13px;
}

.product-preview-box #p-sliderproduct {
    width: 75%;
    margin: 5px auto;
}

.product-preview-box #p-sliderproduct li.product-thumb {
    float: left;
    display: block;
    padding: 5px;
    width: 80px;
    margin: 0 5px;
    height: 80px;
}

#quick-view-modal li.product-thumb img, .product-preview-box #p-sliderproduct li.product-thumb img {
    max-width: 100%;
}

.product-preview-box #p-sliderproduct li.product-thumb:hover,
.product-preview-box #p-sliderproduct li.product-thumb.active {
    border: 1px solid var(--main-color);
}

#quick-view-modal li.product-thumb.active {
    border-color: var(--main-color);
}

#p-sliderproduct:hover .owl-controls .owl-nav div.owl-prev {
    left: 0 !important;
    visibility: visible;
    opacity: 1;
}

#p-sliderproduct:hover .owl-controls .owl-nav div.owl-next {
    right: 25px !important;
    visibility: visible;
    opacity: 1;
}

.product-preview-box #p-sliderproduct:hover .owl-controls .owl-nav div.owl-next {
    right: 0 !important;
}

#p-sliderproduct {
    position: relative;
}

#p-sliderproduct .owl-controls {
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 0;
    right: 0;
}

.cloudzoom-ajax-loader {
    display: none !important;
}

#p-sliderproduct .owl-controls .owl-nav div {
    width: 30px;
    height: 50px;
    font-size: 50px;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    border: 1px solid var(--main-color);
    color: var(--main-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    font-family: -webkit-body;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    cursor: pointer;
}

#p-sliderproduct .owl-controls .owl-nav div.owl-prev {
    left: -30px;
}

.viewswiper-img .slider-item:first-child {
    display: block;
}

.mobile_addCart {
    width: 100%;
    z-index: 998;
    bottom: 0;
    position: fixed;
    transition: top 0.2s ease-in-out;
    visibility: hidden;
}

.mobile_addCart.show {
    visibility: visible;
}

.product_related .history_title a span {
    padding-left: 5px;
    font-size: 11px;
    line-height: 1.6;
}

.inventStatus {
    display: none;
}

.box_price span.percent-discount {
    margin-left: 10px;
    margin-bottom: 3px;
    position: unset;
}

table tbody > tr > td, table tbody > tr > th, table tfoot > tr > td, table tfoot > tr > th, table thead > tr > td, table thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}

p {
    line-height: 24px;
}
.attr p.type-attr a.deactive:hover {
    color: #fff;
}
@media (min-width: 992px) {
    .viewswiper-img .slider-item {
        display: none;
    }
    .out-of-stock-label {
        font-size: 16px;
        font-weight: 600;
        color: #F47676;
    }
}

@media (max-width: 992px) {
    .cloudzoom.product-main-img {
        max-height: unset !important;
    }
}

@media (min-width: 768px) {
    .mobile_product_bottom {
        display: none;
    }

    .mobile_addCart.show {
        visibility: hidden;
    }
}

@media (max-width: 739px) {
    .product-preview-box .swiper-feature {
        width: 100%;
    }

    .product-preview-box #p-sliderproduct li.product-thumb {
        display: none;
    }

    .product-detail-box .sku {
        font-style: italic;
    }

    .product-content-tab .owl-stage .owl-item {
        width: max-content !important;
    }

    .wrap_name_price .product_name {
        font-weight: bolder;
        font-size: 16px;
    }

    .wrap_name_price span.sku.pd-sku {

    }

    .product-footer_image {
        width: 120px;
    }

    .product-single__prices .div_price span, .current.tp_product_detail_price {
        color: #95b7dc;
        font-size: 14px;
        font-weight: 700;
    }
    .product-single__prices .div_price span.out-of-stock-label {
        color: #F47676;
    }
    .product-footer_inner .detail-info-entry {
        margin-top: 45px !important;
    }

    .detail-info-entry.pd_action {
        display: none;
    }

    .product-content-tab ul li {
        padding: 15px 10px;
        width: max-content;
    }

    .tab-content.clearfix {
        padding: 10px 15px;
    }

    .tab-content .tab-main-content iframe {
        width: 100%;
    }

    .product-content-tab ul li a {
        padding: 0;
        font-size: 14px;
    }

    .product-content-tab {
        box-shadow: none;
        border-radius: 0;
    }

    .tp_title.history_title .see-all-cate {
        top: 0;
    }

    .tp_title.history_title {
        position: relative;
    }

    .information-entry hr {
        display: none;
    }

    .product-detail-box .price {
        align-items: end;
    }

    .product-detail-box .price {
        position: relative;
    }

    span.percent-discount {
        right: 0;
        position: absolute !important;
        bottom: 3px;
    }

    .product-content-left {
        display: none;
    }

    .product-content-tab ul.nav.nav-pills {
        display: flex;
        flex-wrap: nowrap;
    }

    .product-content-tab ul li.active a:after {
        content: unset;
        font-weight: 700;
        color: #000;
    }

    .history_product {
        display: none;
    }

    .product_related .product-lis {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .product_related .product-lis li.item_product {
        margin: 0;
    }

    .product_related .product-lis li {
        list-style: none;
    }

    .product_related .product-lis li:nth-child(5) {
        display: none;
    }

    #mango-product .product-content {
        width: 100%;
        padding: 0;
    }

    .product_related {
        margin-top: 20px;
    }

    .product_related .product_in_block {
        padding: 0;
    }

    .mobile_addCart {
        box-shadow: 5px 0px 5px 0 rgba(51, 51, 51, .3);
        height: 70px;
        background: #fff;
        display: flex !important;
        align-items: center;
    }

    .scroll_bot .btn {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        display: flex;
        border-radius: 10px;
        box-shadow: 5px 0px 5px 0 rgb(13 144 253 / 7%);
        padding: 0 20px;
        height: 50px;
        background: var(--main-color);
        gap: 3px;
    }

    .scroll_bot .cart_mobile a {
        font-size: 14px !important;
    }

    .mobile_addCart .add_cart_mobile .detail-info-entry.pd_action {
        margin: 0;
        display: block;
    }

    .mobile_addCart .add_cart_mobile .detail-info-entry.pd_action #addQuickCart {
        display: none;
    }

    .mobile_addCart .add_cart_mobile #addToCart {
        text-transform: none;
        font-weight: 100;
        display: flex !important;
        margin: 0;
        font-size: 10px;
        flex-direction: column-reverse !important;
    }

    .mobile_addCart .add_cart_mobile .buyCurrent {
        font-size: 15px !important;
    }

    .mobile_addCart .add_cart_mobile #addToCart i, .scroll_bot .btn i {
        font-size: 18px;
    }

    .scroll_bot .btn a, .scroll_bot .btn i {
        color: #fff;
    }

    .scroll_bot .btn a {
        font-weight: 100;
        font-size: 10px;
    }

    .scroll_bot {
        justify-content: space-between;
        display: flex;
    }

    .mobile_addCart {
        visibility: visible;
    }

    #myModal .modal_popup_cart {
        height: 100vh;
    }

    body .modal-content.view {
        overflow-x: hidden;
        border-radius: unset;
        margin-bottom: 0;
        bottom: 0%;
        width: 100%;
        max-height: 80vh;
        position: absolute;
        overflow-y: scroll;
    }
}

#buyCart {
    background: #b4cce6;
}

span.price_current {
    font-size: 17px;
}

/*quickView*/
.modal {
    display: none; /* Ocultar modal de forma predeterminada */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 8px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal {
    display: none; /* Ocultar modal de forma predeterminada */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 8px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 425px) {
    .information-entry {
        overflow: hidden;
    }

    .product-preview-box #p-sliderproduct li.product-thumb {
        width: 122px;
        height: 122px;
    }
}

@media (max-width: 391px) {
    .scroll_bot .btn {
        padding: 0 12px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .product-preview-box #p-sliderproduct {
        overflow: hidden;
    }
}

/*giao diện thêm vào giỏ mobile*/
.modal_popup_cart {
    display: flex;
    align-items: end;
    height: 100%;
}

.modal-content.view {
    overflow-x: hidden;
    position: relative;
    border-radius: unset;
    margin-bottom: 0;
    bottom: 5%;
    width: 100%;
}

.popup_quickview_mobile {
    z-index: 999;
}

.product-footer_inner {
    position: relative;
}

.product-footer_inner .product-footer_product .tp-attr {
    width: 100%;
}

.product-footer_product.tp-attr .product-footer_info {
    min-height: 125px;
}

.product-footer_inner .close_menu_footer i {
    font-size: 19px;
}

.product-footer_product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.close_menu_footer {
    position: absolute;
    right: 0;
}

.product-footer_info {
    display: flex;
    margin-top: 20px;
}

.product-footer_image {
    position: relative;
    margin-right: 15px;
}

.product-footer_image img {
    height: 120px;
    width: 120px;
}

.wrap_name_price .product_name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wrap_name_price span.sku.pd-sku {
    font-size: 13px;
    color: #2f2f2f;
    flex-wrap: nowrap;
    display: flex;
    margin-top: 6px;
    align-items: center;
}

.wrap_name_price {
    position: relative;
}

.wrap_name_price .product-single__prices {
    position: absolute;
    bottom: 4px;
}

.wrap_name_price .product-single__prices .save del {
    display: none;
}

.product-footer_inner hr {
    right: 0px;
    width: 150%;
    margin: 20px 10px;
    position: absolute;
    left: -30px;
}

.product-footer_inner .detail-info-entry {
    width: 100%;
    justify-content: space-between;
    display: flex;
    margin-top: 5px;
}

.product-footer_inner .product-footer_product .enzo {
    background: none;
    border: 1px solid #dedede;
    border-radius: 0;
}

.product-footer_inner .product-footer_product .enzo.number-minus {
    border-radius: 10px 0 0 10px;
}

.product-footer_inner .product-footer_product .enzo.number-plus {
    border-radius: 0 10px 10px 0;
}

.product-footer_inner .detail-info-entry {
    margin-top: 50px;
}

.product-footer_inner .detail-info-entry.pd_action {
    margin-top: 0 !important;
    padding-top: 25px;
    width: 100vh;
    box-shadow: rgba(99, 99, 0, 0) 0px 2px 8px 0px;
}

.product-footer_inner #buyCart {
    display: none;
}

.product-footer_inner .detail-info-entry.pd_action {
    justify-content: center;
    margin-top: 10px;
}

body.modal-open {
    overflow: hidden;
}

.product-preview-box {
    position: relative;
}

.product-preview-box .sale {
    right: 10px;
    top: 0;
    z-index: 10;
    padding: 8px;
    font-size: 15px;
}

.product-preview-box .sale {
    display: none;
    background: #bf3d3d;
    color: #fff !important;
    border: 1px solid #bf3d3d !important;
}

.sale {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    padding: 5px;
    border: 1px solid #00a651;
    color: #00a651;
    font-size: 12px;
}

.ui-tooltip {
    background: #3c3c3c;
    border-radius: 10px;
}

.ui-tooltip-content {
    color: #fff;
    font-size: 13px;
}
.ui-tooltip .ui-tooltip-content {
    color: #333;
    font-weight: 500;
}
.ui-tooltip::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.wrap-attr-image {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    align-items: center;
}

.owl-attr.owl-carousel {
    position: unset;
}

.owl-attr .owl-dots {
    position: absolute;
    bottom: 4px;
    width: 100%;
    display: flex;
}

.owl-attr .owl-dots button {
    height: 3px;
    background: transparent !important;
    border-radius: 2px;
    transition: all .1s;
}

.owl-attr .owl-dots button.active {
    background: #aaa !important;
}

.wrap-attr-image>i {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 24px;
    color: #aaa;
}
@media screen and (max-width: 768px) {
    .product-footer_inner .div_price.detail-info-entry {
        align-items: flex-end;
        display: flex;
    }
    .out-of-stock-label{
        margin-left: 10px;
        color: #F47676;
        font-weight: 600;
        font-size: 18px;
    }
}