/*================ PRODUCT IMAGES 01 thứ 1 và 2 ================*/


/*================ Product slide Control ================*/

#product_on1 #product_slide .listItem a.controls {
    position: absolute;
    z-index: 80;
    width: 36px;
    height: 36px;
    top: 30%;
    cursor: pointer;
}

#product_on1 #product_slide .listItem a.controls i {
    color: rgba(0, 0, 0, 0.4);
    ;
    font-size: 16px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    /*background: rgba(0, 0, 0, 0.4);*/
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 0px rgba(184, 184, 184, 1);
}

#product_on1 #product_slide .listItem a.controls i:hover {
    background: #006666;
    color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(184, 184, 184, 1);
}

#product_on1 #product_slide .listItem a.controls i.fa-chevron-left {
    padding-right: 2px;
}

#product_on1 #product_slide .listItem a.controls i.fa-chevron-right {
    padding-left: 2px;
}

#product_on1 #product_slide .listItem a.controls.prev {
    left: -36px;
}

#product_on1 #product_slide .listItem a.controls.next {
    /*right: 1px;*/
    right: -36px;
}

#product_on1 .slick-slider .controls {
    visibility: hidden;
}

#product_on1 .slick-slider:hover .controls {
    visibility: visible;
}

@media(max-width: 996px) {
    #product_on1 .slick-slider .controls {
        visibility: visible;
    }
    #product_on1 #product_slide .listItem a.controls {
        /*opacity: 0;*/
    }
    #product_on1 #product_slide .listItem a.controls.prev {
        left: 1px;
    }
    #product_on1 #product_slide .listItem a.controls.next {
        right: 1px;
    }
}


/*================ End Product slide Control ================*/


/*================ Hover Product img ================*/

.full-des .btn {
    border-radius: 100px;
    /*background-color: #45C0F8;*/
    background-color: #006666;
    display: inline-block;
    padding: 0 20px;
    color: #f9f9f9;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    /*min-width: 130px;*/
    -webkit-transition: all .5s;
    transition: all .5s;
    /*float: right;*/
    /*text-align: center;*/
}

.full-des .btn:active,
.full-des .btn:focus,
.full-des .btn:hover {
    color: #fff;
    background: #006666;
    /*background: #20B6FA;*/
}

.full-des .btn.square {
    border-radius: 4px
}

.full-des .btn.big {
    min-width: 175px
}

.full-des .btn-wh {
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all .5s;
    letter-spacing: .9px;
    border: 1px solid #FFF;
    border-radius: 100px;
    color: #FFF;
    /*width: 140px;*/
    width: 100%;
    height: 30px;
    padding: 2px 10px 0 10px;
    /*display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    transition: all .5s;
    display: inline-block;
    text-align: center;
}

.full-des .btn-wh:before {
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.full-des .btn-wh:active,
.full-des .btn-wh:focus,
.full-des .btn-wh:hover {
    color: #fff;
    background: #006666;
    border-color: #006666;
}

.box-hover .caption,
.box-hover .full-des {
    /*bottom: 0;*/
    bottom: 120px;
    padding: 6px;
    left: 0;
    position: absolute;
}

.box-hover {
    position: relative;
    margin: 0 0 30px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 #006666;
    border-radius: 6px;
}

.box-hover:hover {
    box-shadow: 0 2px 5px 0 #006666;
    /*border: 2px solid #00a65a;*/
    border-radius: 6px;
}

.box-hover>img {
    display: block;
    position: relative;
    width: 100%;
    height: 180px;
    /*height: 60%;*/
    border-radius: 6px 6px 0px 0px;
}

.box-hover h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #FFF;
}

.box-hover h5 a {
    color: #FFF;
    text-decoration: none
}

.box-hover p {
    opacity: .8;
    font-size: 14px;
    line-height: 1.57;
    color: #FFF;
    margin-bottom: 10px
}

.box-hover p:last-child {
    margin-bottom: 0
}

.box-hover .caption {
    right: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    background-image: -webkit-linear-gradient(top, rgba(2, 3, 36, 0), rgba(2, 4, 36, .5));
    background-image: linear-gradient(to bottom, rgba(2, 3, 36, 0), rgba(2, 4, 36, 1));
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    display: inline-block;
    text-align: center;
    /*border-radius: 6px;*/
}

.box-hover .caption h5 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.box-hover .full-des {
    top: 0;
    width: 100%;
    /*height: 100%;*/
    height: 180px;
    background: rgba(27, 33, 55, .7);
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    border-radius: 6px 6px 0px 0px;
}

.box-hover .full-des h5 {
    /*margin-bottom: 10px;*/
    transform: translate3d(0, 40px, 0);
    -webkit-transform: translate3d(0, 40px, 0);
    opacity: 0;
    transition: all .2s ease-in-out;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 8px;
}

.box-hover .full-des p,
.box-hover .full-des ul {
    -webkit-transition: all .2s ease-in-out;
    animation-play-state: running;
    opacity: 0;
}

.box-hover .full-des p {
    transform: translate3d(0, 40px, 0);
    -webkit-transform: translate3d(0, 40px, 0);
    transition: all .2s ease-in-out;
    -webkit-animation-play-state: running;
    text-align: justify;
}

.box-hover .full-des p.title1-es {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff
}

.box-hover .full-des ul {
    width: 100%;
    /*max-width: 300px;*/
    overflow: hidden;
    margin-bottom: 10px;
    transform: translate3d(0, 40px, 0);
    -webkit-transform: translate3d(0, 40px, 0);
    transition: all .2s ease-in-out;
    -webkit-animation-play-state: running
}

.box-hover .full-des ul.list-info-es {
    max-width: 100%;
    margin-bottom: 18px
}

.box-hover .full-des ul.list-info-es li {
    color: #fff;
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px;
    line-height: 23px
}

.box-hover .full-des ul li {
    width: 100%;
    float: left;
    margin: 9px 0
}

.box-hover .full-des .dangKy-btn {
    /*position: absolute;*/
    /*bottom: 30px;*/
    transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    animation-play-state: running;
    -webkit-animation-play-state: running
}

.box-hover:focus .caption,
.box-hover:hover .caption {
    opacity: 0;
    /*transform: translate3d(0, 30px, 0);*/
    /*-webkit-transform: translate3d(0, 30px, 0);*/
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    animation-play-state: paused;
    -webkit-animation-play-state: paused
}

.box-hover:focus .full-des,
.box-hover:hover .full-des {
    opacity: 1;
}

.box-hover:focus .full-des>*,
.box-hover:hover .full-des>* {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    animation-play-state: paused;
    -webkit-animation-play-state: paused
}

.box-hover:focus .full-des h5,
.box-hover:hover .full-des h5 {
    -webkit-transition: all .35s ease-in-out .1s;
    transition: all .35s ease-in-out .1s;
}

.box-hover:focus .full-des .es-wrap p,
.box-hover:hover .full-des .es-wrap p {
    -webkit-transition: all .35s ease-in-out .25s;
    transition: all .35s ease-in-out .25s;
}

.box-hover:focus .full-des .es-wrap ul,
.box-hover:hover .full-des .es-wrap ul {
    -webkit-transition: all .35s ease-in-out .4s;
    transition: all .35s ease-in-out .4s
}

.box-hover:focus .full-des div.button-es,
.box-hover:hover .full-des div.button-es {
    -webkit-transition: all .35s ease-in-out .55s;
    transition: all .35s ease-in-out .55s
}

.box-hover:focus .full-des.no-btn div.button-es,
.box-hover:hover .full-des.no-btn div.button-es {
    -webkit-transition: all .35s ease-in-out .4s;
    transition: all .35s ease-in-out .4s
}

@media screen and (max-width: 980px) {
    .box-hover .caption {
        display: none;
    }
    .box-hover .full-des {
        /*background: rgba(255, 58, 54, 0.7);*/
        background: rgba(27, 33, 55, .7);
        opacity: 1;
    }
    .box-hover .full-des h5 {
        padding-top: 0px;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        opacity: 1;
    }
    .box-hover .full-des p,
    .box-hover .full-des ul {
        opacity: 1;
    }
    .box-hover .full-des p {
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
    }
    .box-hover .full-des ul {
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
    }
    .box-hover .full-des .dangKy-btn {
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        opacity: 1;
    }
    .box-hover .full-des {
        padding: 10px;
        height: 400px;
    }
    .box-hover>img {
        width: 100%;
        height: 400px;
    }
    .box-hover {
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 468px) {
    .box-hover .full-des {
        padding: 10px;
        height: 200px;
    }
    .box-hover>img {
        width: 100%;
        height: 200px;
        /*height: 280px;*/
    }
}


/*================ End Hover Product img ================*/


/*================ Product Title Update 2020 ================*/

#product_on1 .product_destop span.product_discount {
    background: #ff000096;
    position: relative;
    color: #fff;
    left: 6px;
    bottom: 3px;
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
}

#product_on1 .product_destop .product_name {
    background: #fff;
    padding: 10px;
    border-radius: 0px 0px 6px 6px;
}

#product_on1 .product_destop .product_name .title_box {
    padding-bottom: 15px;
    overflow: hidden;
    height: 45px;
    text-align: center;
}

#product_on1 .product_destop .product_name .title_box a {
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

#product_on1 .product_destop .product_name .title_box a:hover {
    color: #006666;
}

#product_on1 .product_destop .product_name .price-box {
    padding-top: 6px;
}

#product_on1 .product_destop .product_name .price-box .product-price {
    color: #006666;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    font-weight: bold;
    margin-right: 0;
    padding-right: 10px;
}

#product_on1 .product_destop .product_name .price-box .product-old {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    text-decoration: line-through;
    font-weight: bold;
}

#product_on1 .product_destop .product_name .price-box span.product-info-price {
    font-size: 16px;
    font-weight: bold;
    color: #006666;
    text-align: center;
    display: block;
}

#product_on1 .product_destop p.product_title_b {
    margin-bottom: 10px;
    overflow: hidden;
    height: 84px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    max-height: 84px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

p.product_title_b {
    margin-bottom: 10px;
    overflow: hidden;
    height: 84px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    max-height: 84px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#product_on1 .product_mobile {
    /*display: none;*/
}

#product_on1 .product_mobile .product_img img {
    float: left;
    width: 140px;
    height: 116px;
    /*margin-left: 10px;*/
    /* padding-bottom: 10px; */
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px 0px 0px 0px;
}

#product_on1 .product_mobile span.product_discount {
    background: #f00;
    position: absolute;
    color: #fff;
    right: 6px;
    bottom: 6px;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
}

#product_on1 .product_mobile .product_name {
    background: #fff;
    padding: 6px;
    border-radius: 6px;
}

#product_on1 .product_mobile .product_name .title_box {
    padding-left: 10px;
    overflow: hidden;
    height: 45px;
    /*text-align: center;*/
}

#product_on1 .product_mobile .product_name .title_box a {
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

#product_on1 .product_mobile .product_name .title_box a:hover {
    color: #006666;
}

#product_on1 .product_mobile .product_name .product_icon {
    padding-left: 10px;
    overflow: hidden;
}

#product_on1 .product_mobile .product_name .price-box {
    padding-top: 10px;
    text-align: center;
}

#product_on1 .product_mobile .product_name .price-box .product-price {
    color: #006666;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    font-weight: bold;
    margin-right: 0;
    padding-right: 10px;
}

#product_on1 .product_mobile .product_name .price-box .product-old {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    text-decoration: line-through;
    font-weight: bold;
}

#product_on1 .product_mobile .product_name .price-box span.product-info-price {
    font-size: 16px;
    font-weight: bold;
    color: #006666;
    text-align: center;
    display: block;
}

#product_on1 .product_mobile p.product_title_b {
    margin-bottom: 10px;
    overflow: hidden;
    height: 82px;
    padding-left: 5px;
    padding-right: 5px;
}

@media(max-width: 992px) {
    #product_on1 .product_destop {
        /*display: none;*/
    }
    #product_on1 .product_destop p.product_title_b {
        padding-left: 0px;
        padding-right: 0px;
    }
    #product_on1 .product_mobile {
        display: block;
    }
    #product_on1 .product_mobile .product_img img {
        float: left;
        width: 200px;
        height: 116px;
        /*margin-left: 10px;*/
        /* padding-bottom: 10px; */
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 6px 0px 0px 0px;
    }
    #product_on1 .product_mobile span.product_discount {
        background: #f00;
        position: absolute;
        color: #fff;
        right: 6px;
        bottom: 6px;
        padding: 2px 6px;
        border-radius: 6px;
        font-size: 12px;
        font-weight: bold;
    }
    #product_on1 .product_destop span.product_discount {
        z-index: 1;
    }
    #product_on1 .product_mobile .product_name {
        background: #fff;
        padding: 6px;
        border-radius: 6px;
    }
    #product_on1 .product_mobile .product_name .title_box {
        padding-left: 10px;
        overflow: hidden;
        height: 45px;
        /*text-align: center;*/
    }
    #product_on1 .product_mobile .product_name .title_box a {
        color: #333;
        font-weight: bold;
        font-size: 16px;
    }
    #product_on1 .product_mobile .product_name .title_box a:hover {
        color: #006666;
    }
    #product_on1 .product_mobile .product_name .product_icon {
        padding-left: 10px;
        overflow: hidden;
    }
    #product_on1 .product_mobile .product_name .price-box {
        padding-top: 10px;
        text-align: center;
    }
    #product_on1 .product_mobile .product_name .price-box .product-price {
        color: #006666;
        font-size: 16px;
        line-height: 26px;
        display: inline-block;
        font-weight: bold;
        margin-right: 0;
        padding-right: 10px;
    }
    #product_on1 .product_mobile .product_name .price-box .product-old {
        color: #333;
        font-size: 14px;
        line-height: 26px;
        text-decoration: line-through;
        font-weight: bold;
    }
    #product_on1 .product_mobile .product_name .price-box span.product-info-price {
        font-size: 16px;
        font-weight: bold;
        color: #006666;
        text-align: center;
        display: block;
    }
    #product_on1 .product_mobile p.product_title_b {
        margin-bottom: 10px;
        overflow: hidden;
        height: 82px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media(max-width: 468px) {
    #product_on1 .product_destop p.product_title_b {
        padding-left: 0px;
        padding-right: 0px;
    }
    #product_on1 .product_mobile .product_img img {
        float: left;
        width: 100px;
        height: 80px;
        /*margin-left: 10px;*/
        /* padding-bottom: 10px; */
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 6px 0px 6px 0px;
    }
}


/*================ End Product Title Update 2020 ================*/


/*================ END PRODUCT IMAGES 01 thứ 1 và 2 ================*/


/*================ PRODUCT IMAGES 02 ================*/

#product_on2 .khungAnh {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 180px;
    border-radius: 6px 6px 0px 0px;
}


/*#product_on2 .khungAnh:before{*/


/*    content: "";*/


/*    display: block;*/


/*    padding-bottom: 50%;*/


/*}*/

#product_on2 .wrapper {
    background: #fff;
    border-radius: 6px;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);*/
    /*box-shadow: 0 2px 4px 0 rgb(0 0 0 / 24%);*/
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
}


/*#product_on2 .wrapper:hover{*/


/*    border: 2px solid #FF5622;*/


/*}*/

#product_on2 .khungAnhCrop {
    display: inline-block;
    height: 100%;
    width: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 1;
    transition: 0.7s;
}

#product_on2 .khungAnhCrop img {
    left: 50%;
    /*max-height: 150%;*/
    /*max-width: 150%;*/
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 100%;
    width: 100%;
}


/*#product_on2 .khungAnhCrop img.tall {*/


/*    height: 100%;*/


/*    width: 100%;*/


/*}*/

#product_on2 .listItem .khungAnh:hover .khungAnhCrop {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#product_on2 h3.reset {
    margin: 0px;
}

#product_on2 .listItem .item:hover .outer a.name {
    color: #006666;
}

#product_on2 .listItem .item .outer a.name {
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    padding: 10px;
    text-align: unset;
    position: relative;
    font-weight: 400;
    max-height: 52px;
    height: 52px;
    display: -webkit-box;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*================ END PRODUCT IMAGES 02 ================*/


/*================ PRODUCT IMAGES 03 ================*/

#product_on3 .product_main_03 .product_title_03 .product-box a.left-to {
    background: #FF5622;
    padding: 10px 20px 10px 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
}

#product_on3 .product-col .product-box .product-thumbnail .image_link.display_flex {
    height: 220px;
    border-radius: 6px 6px 0px 0px;
}

#product_on3 .product-col .product-box .product-thumbnail .image_link.display_flex img {
    /*max-height: 100%;*/
    width: 100%;
    max-width: 100%;
    display: block;
    height: 220px;
    border-radius: 6px 6px 0px 0px;
}

#product_on3 .product-box .product-thumbnail {
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    z-index: 1
}

#product_on3 .product-box .product-thumbnail>a.image_link:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    left: 0;
    z-index: 9;
    background: #FFFFFF;
}

#product_on3 .product-box .product-thumbnail:hover .image_link:before {
    opacity: .4;
    background: #000000;
    border-radius: 6px 6px 0px 0px;
}

#product_on3 .product-box .product-thumbnail:hover .product-action-grid {
    visibility: visible;
    opacity: 1;
}

#product_on3 .product-box .product-thumbnail:hover .summary_grid {
    visibility: visible
}

#product_on3 .product-box .product-info {
    overflow: hidden;
    z-index: 10;
    width: 100%;
    position: relative;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    float: left;
    padding: 0 15px 15px;
    background: #fff;
    border-radius: 0px 0px 6px 6px;
}

#product_on3 .product-box .product-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
}

#product_on3 .product-box .product-name a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

#product_on3 .product-box .product-name a:hover {
    color: #FF5622;
}

#product_on3 .product-box .product-price {
    color: #FF5622;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    font-weight: 700;
    margin-right: 0;
    padding-right: 10px;
}

#product_on3 .product-box .product-old {
    /*color: #333;*/
    font-size: 14px;
    line-height: 26px;
    text-decoration: line-through;
    font-weight: 700;
}

#product_on3 .product-box .product-price-old {
    text-decoration: line-through;
    font-size: 13px;
    color: #959595;
    display: inline-block;
    line-height: 20px;
    font-weight: 400;
    margin-right: 0
}

#product_on3 .product-box:hover .product-info.effect {
    z-index: 11;
    background: #07a91a;
}

#product_on3 .product-action-grid {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /*-os-transform: translateY(-50%);*/
    -moz-transform: translateY(-50%);
    height: 45px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    text-decoration: none;
}

@media (max-width: 992px) {
    #product_on3 .product_main_03 .product_title_03 {
        margin-bottom: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #product_on3 .product-action-grid {
        display: none !important
    }
    #product_on3 .product-col .product-box .product-thumbnail .image_link.display_flex img {
        height: 280px;
    }
    #product_on3 .product-col .product-box .product-thumbnail .image_link.display_flex {
        height: 280px;
    }
    #product_on3 .product-box .product-thumbnail a img {
        width: auto;
        max-height: 100%;
        max-width: 100%
    }
    #product_on3 .product-box .product-price {
        font-size: 14px
    }
    #product_on3 .product-box .product-price-old {
        font-size: 11px
    }
}

@media (max-width: 468px) {
    #product_on3 .product-col .product-box .product-thumbnail .image_link.display_flex img {
        height: 160px;
    }
    #product_on3 .product-col .product-box .product-thumbnail .image_link.display_flex {
        height: 160px;
    }
}


/*================ END PRODUCT IMAGES 03 ================*/


/*================ PRODUCT IMAGES 04 ================*/

#product_on4 .product-block img.img-responsive {
    height: 260px;
    margin: 0px auto;
}

#product_on4 .product-block .product-price {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 0px;
}

#product_on4 .product-block .price {
    color: #006666;
    font-weight: 300;
}

#product_on4 .product-block .price-old,
#product_on4 .product-block .old-price {
    font-size: 14px;
    color: #666666;
    font-weight: 100;
    text-decoration: line-through;
    padding: 0px 3px;
}

#product_on4 .product-block {
    position: relative;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#product_on4 .product-block .product-meta {
    position: relative;
    padding: 0px;
    text-align: center;
    margin-top: 15px;
}

#product_on4 .product-block .content_price {
    padding: 5px 0px;
}

#product_on4 .product-block .name {
    text-transform: none;
    margin: 5px 0px;
    padding: 0px;
    max-height: 40px;
    overflow: hidden;
}

#product_on4 .product-block .name a {
    display: block;
    color: #000000;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-decoration: none;
    line-height: 20px;
}

#product_on4 .product-block .name a:hover {
    color: #006666;
}

#product_on4 .product-block .product-additional {
    position: absolute;
    top: 0px;
    visibility: hidden;
    left: 0px;
    width: 100%;
    perspective: 500px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#product_on4 .product-block .product-additional:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #eee;
    opacity: 0.6;
}

#product_on4 .product-block:hover .product-additional {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

#product_on4 .sale-box {
    position: absolute;
    top: 5px;
    left: 5px;
    text-transform: lowercase;
    background-color: #d44a4a;
    border-radius: 6px;
}

#product_on4 .sale-box .label-sale {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF;
    padding: 7px 10px 8px;
    line-height: 10px;
}

@media (min-width: 992px) {
    #product_on4 .product-block .captionBasic {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transition: all 0.4s ease-in-out 0.1s;
        transition: all 0.4s ease-in-out 0.1s;
    }
    #product_on4 .product-block:hover .captionBasic {
        -webkit-transform: translateY(-215%);
        -moz-transform: translateY(-215%);
        -ms-transform: translateY(-215%);
        -o-transform: translateY(-215%);
    }
}

@media(max-width: 992px) {
    #product_on4 .product_grid {
        margin-bottom: 30px;
        padding-right: 5px;
        padding-left: 5px;
    }
    #product_on4 .product-block img.img-responsive {
        height: 160px;
    }
}


/*================ END PRODUCT IMAGES 04 ================*/


/*================ PRODUCT IMAGES 05 ================*/

#product_on5 .image_cover {
    position: relative;
    height: 200px;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
}

#product_on5 .image_cover:hover {
    opacity: 0.8;
}

#product_on5 .image_cover img {
    right: 0;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
}

#product_on5 .box_text {
    padding-top: 10px;
}

#product_on5 .title_wrapper {
    overflow: hidden;
    height: 45px;
}

#product_on5 .title_wrapper a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

#product_on5 .title_wrapper a:hover {
    color: #006666;
}

#product_on5 .product_small {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    border: 1px solid #f5f5f5;
}

#product_on5 .product_small:hover {
    border: 1px solid #006666;
    border-radius: 6px;
    /*opacity: 0.9;*/
}

#product_on5 .price_wrapper {
    padding-top: 6px;
}

#product_on5 .price_wrapper .price_new {
    color: #FF5622;
    font-size: 16px;
    /*line-height: 26px;*/
    display: inline-block;
    font-weight: 700;
    margin-right: 0;
    padding-right: 10px;
}

#product_on5 .price_wrapper .price_old {
    color: #333;
    font-size: 14px;
    /*line-height: 26px;*/
    text-decoration: line-through;
    font-weight: 700;
}

#product_on5 .price_discount {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #07a91a;
    margin: 0 auto;
    clear: both;
    border-radius: 50%;
    text-align: center;
    top: 20px;
    left: 30px;
}

#product_on5 .discount {
    color: #fff;
    position: relative;
    top: 26%;
    font-size: 13px;
    font-weight: bold;
}

@media(max-width: 992px) {
    #product_on5 .col-lg-3 {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 20px;
    }
    #product_on5 .image_cover {
        height: 320px;
    }
    #product_on5 .image_cover img {
        height: 320px;
    }
}

@media(max-width: 480px) {
    #product_on5 .image_cover {
        height: 180px;
    }
    #product_on5 .image_cover img {
        height: 180px;
    }
}


/*================ END PRODUCT IMAGES 05 ================*/


/*================ PRODUCT IMAGES 06 ================*/


/*================ Product Images 06 Slide ================*/

#product_on6 .col {
    position: relative;
    margin: 0;
    padding: 0 15px 30px;
    width: 100%
}

#product_on6 .small-columns-1>.col,
#product_on6 .small-columns-1 .flickity-slider>.col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

#product_on6 .small-columns-2>.col,
#product_on6 .small-columns-2 .flickity-slider>.col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

#product_on6 .small-columns-3>.col,
#product_on6 .small-columns-3 .flickity-slider>.col {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
}

#product_on6 .small-columns-4>.col,
#product_on6 .small-columns-4 .flickity-slider>.col {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

#product_on6 .small-columns-5>.col,
#product_on6 .small-columns-5 .flickity-slider>.col {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

#product_on6 .small-columns-6>.col,
#product_on6 .small-columns-6 .flickity-slider>.col {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
}

#product_on6 .small-columns-7>.col,
#product_on6 .small-columns-7 .flickity-slider>.col {
    max-width: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%
}

#product_on6 .small-columns-8>.col,
#product_on6 .small-columns-8 .flickity-slider>.col {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%
}

@media screen and (min-width: 550px) {
    #product_on6 .medium-columns-1>.col,
    #product_on6 .medium-columns-1 .flickity-slider>.col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    #product_on6 .medium-columns-2>.col,
    #product_on6 .medium-columns-2 .flickity-slider>.col {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    #product_on6 .medium-columns-3>.col,
    #product_on6 .medium-columns-3 .flickity-slider>.col {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }
    #product_on6 .medium-columns-4>.col,
    #product_on6 .medium-columns-4 .flickity-slider>.col {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
    #product_on6 .medium-columns-5>.col,
    #product_on6 .medium-columns-5 .flickity-slider>.col {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
    #product_on6 .medium-columns-6>.col,
    #product_on6 .medium-columns-6 .flickity-slider>.col {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }
    #product_on6 .medium-columns-7>.col,
    #product_on6 .medium-columns-7 .flickity-slider>.col {
        max-width: 14.28571%;
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%
    }
    #product_on6 .medium-columns-8>.col,
    #product_on6 .medium-columns-8 .flickity-slider>.col {
        max-width: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%
    }
}

@media screen and (min-width: 850px) {
    #product_on6 .large-columns-1>.col,
    #product_on6 .large-columns-1 .flickity-slider>.col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    #product_on6 .large-columns-2>.col,
    #product_on6 .large-columns-2 .flickity-slider>.col {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    #product_on6 .large-columns-3>.col,
    #product_on6 .large-columns-3 .flickity-slider>.col {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }
    #product_on6 .large-columns-4>.col,
    #product_on6 .large-columns-4 .flickity-slider>.col {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
    #product_on6 .large-columns-5>.col,
    #product_on6 .large-columns-5 .flickity-slider>.col {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
    #product_on6 .large-columns-6>.col,
    #product_on6 .large-columns-6 .flickity-slider>.col {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%
    }
    #product_on6 .large-columns-7>.col,
    #product_on6 .large-columns-7 .flickity-slider>.col {
        max-width: 14.28571%;
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%
    }
    #product_on6 .large-columns-8>.col,
    #product_on6 .large-columns-8 .flickity-slider>.col {
        max-width: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%
    }
}

#product_on6 .flickity-enabled {
    position: relative
}

#product_on6 .flickity-enabled:focus {
    outline: none
}

#product_on6 .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%
}

#product_on6 .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

#product_on6 .flickity-prev-next-button {
    position: absolute;
    top: 30%;
    bottom: 40%;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 36px;
    color: #07a91a;
    border: none;
    cursor: pointer;
    opacity: 0;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s
}

#product_on6 .slider-show-nav .flickity-prev-next-button,
#product_on6 .slider:hover .flickity-prev-next-button {
    opacity: .7;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important
}

@media (min-width: 850px) {
    #product_on6 .slider-nav-outside .flickity-prev-next-button.next {
        right: auto;
        left: 100%
    }
    #product_on6 .slider-nav-outside .flickity-prev-next-button.previous {
        left: auto;
        right: 100%
    }
}

#product_on6 .flickity-prev-next-button svg {
    position: absolute;
    padding: 5px;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 100%;
    /*padding: 20%;*/
    max-height: 100%;
    height: auto;
    transition: all 0.3s;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#product_on6 .slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
    margin-top: -40px
}

#product_on6 .flickity-prev-next-button svg,
#product_on6 .flickity-prev-next-button .arrow {
    border-color: currentColor;
    fill: currentColor;
    transition: all 0.3s
}

#product_on6 .slider-nav-circle .flickity-prev-next-button svg,
#product_on6 .slider-nav-circle .flickity-prev-next-button .arrow {
    border-radius: 100%;
    border: 2px solid currentColor
}

#product_on6 .slider-nav-circle .flickity-prev-next-button:hover svg,
#product_on6 .slider-nav-circle .flickity-prev-next-button:hover .arrow {
    background-color: #07a91a;
    border-color: #07a91a;
    fill: #fff !important
}

@media(max-width: 992px) {
    #product_on6 .flickity-prev-next-button {
        width: 30px!important;
        opacity: .8;
    }
    #product_on6 .flickity-prev-next-button.next {
        right: 2px;
    }
    #product_on6 .flickity-prev-next-button.previous {
        left: 2px;
    }
}


/*================ END Product Images 06 Slide ================*/


/*================ Product Images 06 Content Main ================*/

#product_on6 .col_inner {
    /*position: relative;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*width: 100%;*/
    /*background-position: 50% 50%;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*-ms-flex: 1 0 auto;*/
    /*flex: 1 0 auto*/
}

#product_on6 .product_small {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    border: 1px solid #f5f5f5;
}

#product_on6 .product_small:hover {
    border: 1px solid #006666;
    border-radius: 6px;
    /*opacity: 0.9;*/
}

#product_on6 .image_cover {
    position: relative;
    height: 200px;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
}

#product_on6 .image_cover:hover {
    opacity: 0.8;
}

#product_on6 .has-hover [class*="image-"] img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s
}

#product_on6 .has-hover:hover .image-zoom img {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#product_on6 .image_cover {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover
}

#product_on6 .image_cover img {
    right: 0;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
}

#product_on6 .box_text {
    padding-top: 10px;
}

#product_on6 .title_wrapper {
    overflow: hidden;
    height: 45px;
}

#product_on6 .title_wrapper a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

#product_on6 .title_wrapper a:hover {
    color: #006666;
}

#product_on6 .price_wrapper {
    padding-top: 6px;
}

#product_on6 .price_wrapper .price_new {
    color: #FF5622;
    font-size: 16px;
    /*line-height: 26px;*/
    display: inline-block;
    font-weight: 700;
    margin-right: 0;
    padding-right: 10px;
}

#product_on6 .price_wrapper .price_old {
    color: #333;
    font-size: 14px;
    /*line-height: 26px;*/
    text-decoration: line-through;
    font-weight: 700;
}

#product_on6 .price_discount {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #07a91a;
    margin: 0 auto;
    clear: both;
    border-radius: 50%;
    text-align: center;
    top: 20px;
    left: 30px;
}

#product_on6 .discount {
    color: #fff;
    position: relative;
    top: 26%;
    font-size: 13px;
    font-weight: bold;
}

@media(max-width: 992px) {
    #product_on5_in2 .col-lg-3 {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 20px;
    }
    #product_on6 .image_cover {
        height: 200px;
    }
    #product_on6 .image_cover img {
        height: 200px;
    }
}

@media(max-width: 480px) {
    #product_on6 .image_cover {
        height: 160px;
    }
    #product_on6 .image_cover img {
        height: 160px;
    }
}


/*================ End Product Images 06 Content Main ================*/


/*================ END PRODUCT IMAGES 06 ================*/


/*================ PRODUCT IMAGES 07 ================*/

#product_on7 .wrapper:not(:hover) .khungAnh .overlay {
    opacity: 0
}

#product_on7 .khungAnh {
    position: relative;
    height: 220px;
    width: 100%;
    /*z-index: 1;*/
    overflow: hidden;
}

#product_on7 .khungAnh img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px 6px 0px 0px;
}

#product_on7 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    background: #fff;
    opacity: 1;
    z-index: 3;
    border-radius: 6px 6px 0px 0px;
}

#product_on7 .text {
    color: #333;
    font-size: 12px;
    /*position: absolute;*/
    /*top: 10%;*/
    left: 50%;
    /*-webkit-transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    text-align: left;
    /*padding: 10px;*/
    width: 100%;
}

#product_on7 .text hr {
    margin-top: 2px;
    margin-bottom: 8px;
    border-top: 1px solid #00b0ff;
}

#product_on7 .text .text_price {
    padding: 10px 10px 0px 10px;
}

#product_on7 .text .text_price p.text_name {
    font-size: 16px;
    font-weight: bold;
    color: #00b0ff;
    margin-bottom: 0px;
    /*padding-bottom: 5px;*/
}

#product_on7 .text .text_price .text_price_new {
    color: #FF5622;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    font-weight: bold;
    margin-right: 0;
    padding-right: 10px;
}

#product_on7 .text .text_content {
    padding: 0px 10px;
}

#product_on7 .wrapper .outer {
    background: #fff;
    border-radius: 0px 0px 6px 6px;
}

#product_on7 .wrapper .outer h3.reset {
    margin: 0px;
    padding: 10px 5px;
    overflow: hidden;
    height: 52px;
    line-height: 22px;
    /*background: #fff;*/
}

#product_on7 .wrapper a {
    /*text-align: center;*/
    display: block;
    font-size: 16px;
    /*line-height: 24px;*/
    color: #333;
    font-weight: bold;
    /*padding-bottom: 15px;*/
    /*padding-top: 15px;*/
    text-decoration: none;
}

#product_on7 .wrapper:hover a {
    color: #00b0ff;
}

#product_on7 .wrapper .price {
    padding: 0px 5px 5px 5px;
}

#product_on7 .wrapper .price .price_new {
    color: #FF5622;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    font-weight: bold;
    margin-right: 0;
    padding-right: 10px;
}

#product_on7 .wrapper .price .price_old {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    text-decoration: line-through;
    font-weight: bold;
}

#product_on7 .price_discount {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #07a91a;
    margin: 0 auto;
    clear: both;
    border-radius: 50%;
    text-align: center;
    top: 10px;
    left: 25px;
    z-index: 2;
}

#product_on7 .discount {
    color: #fff;
    position: relative;
    top: 26%;
    font-size: 13px;
    font-weight: bold;
}

@media(max-width: 996px) {
    #product_on7 .overlay {
        position: unset;
    }
    #product_on7 .text {
        display: none;
    }
}

@media(max-width: 486px) {
    #product_on7 .khungAnh {
        height: 180px;
    }
}


/*================ END PRODUCT IMAGES 07 ================*/


/*================ PRODUCT IMAGES 5 COLUMNS ON 8================*/

#product_on8 .product-small {
    background: #fff;
    border-radius: 6px;
    padding: 1px;
    border: 1px solid #fff;
    /*box-shadow: 2px 2px 10px #0000001c;*/
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 24%);
    /*box-shadow: 0 0 7px rgb(0 0 0 / 10%);*/
}

#product_on8 .product-small:hover {
    border: 1px solid #FF5622;
    border-radius: 6px;
    /*opacity: 0.9;*/
}

#product_on8 .product-small .box-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
    /*border-radius: 6px 6px 0px 0px;*/
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

#product_on8 .product-small .box-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    /*border-radius: 6px 6px 0px 0px;*/
}

#product_on8 .box-image {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden
}

#product_on8 .image-cover {
    position: relative;
    height: 200px;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
}

#product_on8 .image-cover:hover {
    /*opacity: 0.8;*/
    /*border-radius: 6px 6px 0px 0px;*/
}

#product_on8 .has-hover [class*="image-"] img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s
}

#product_on8 .has-hover:hover .image-zoom img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    /*border-radius: 6px 6px 0px 0px;*/
}

#product_on8 .image-cover {
    position: relative;
    height: 200px;
    /*overflow: hidden;*/
    /*padding-top: 100%;*/
    /*background-position: 50% 50%;*/
    /*background-size: cover*/
}

#product_on8 .image-cover img {
    right: 0;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    /*object-position: 50% 50%;*/
    border-radius: 6px 6px 0px 0px;
}

#product_on8 .box-text {
    padding-top: 10px;
    background: #fff;
    padding-right: 5px;
    padding-left: 5px;
}


/* Title column */

#product_on8 .title_wrapper {
    /*overflow: hidden;*/
    /*height: 45px;*/
    /*text-align: center;*/
    text-align: unset;
    position: relative;
    font-weight: 400;
    line-height: 21px;
    max-height: 40px;
    display: -webkit-box;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#product_on8 .title_wrapper a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

#product_on8 .title_wrapper a:hover {
    color: #006666;
}

#product_on8 .price_wrapper {
    padding-top: 6px;
    padding-bottom: 5px;
}

#product_on8 .price_wrapper .price_new {
    color: #FF5622;
    font-size: 16px;
    /*line-height: 26px;*/
    display: inline-block;
    font-weight: 700;
    margin-right: 0;
    padding-right: 10px;
}

#product_on8 .price_wrapper .price_old {
    color: #333;
    font-size: 14px;
    /*line-height: 26px;*/
    text-decoration: line-through;
    font-weight: 700;
}

#product_on8 .price_discount {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f00;
    margin: 0 auto;
    clear: both;
    border-radius: 50%;
    text-align: center;
    top: 10px;
    left: 20px;
}

#product_on8 .discount {
    color: #fff;
    position: relative;
    top: 26%;
    font-size: 13px;
    font-weight: bold;
}

@media(max-width: 992px) {
    #product_on8 .image-cover {
        height: 200px;
    }
    #product_on8 .image-cover img {
        height: 200px;
    }
}

@media(max-width: 480px) {
    #product_on8 .image-cover {
        height: 160px;
    }
    #product_on8 .image-cover img {
        height: 160px;
    }
    #product_on8 .title_wrapper {
        text-align: left;
    }
    #product_on8 .price_wrapper .price_new {
        font-size: 14px;
        padding-right: 6px;
    }
    #product_on8 .price_wrapper .price_old {
        font-size: 12px;
    }
    #product_on8 .discount {
        color: #fff;
        position: relative;
        top: 26%;
        font-size: 12px;
        font-weight: bold;
    }
    #product_on8 .price_discount {
        position: absolute;
        width: 36px;
        height: 36px;
        background: #f00;
        margin: 0 auto;
        clear: both;
        border-radius: 50%;
        text-align: center;
        top: 10px;
        left: 10px;
    }
}


/*================ END PRODUCT IMAGES 5 COLUMNS ON 8 ================*/

.product-small {
    background: #fff;
    border-radius: 6px;
    padding: 1px;
    border: 1px solid #ececec;
    /*box-shadow: 2px 2px 10px #0000001c;*/
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 24%);
    /*box-shadow: 0 0 7px rgb(0 0 0 / 10%);*/
}

.product-small:hover {
    border: 1px solid #FF5622;
    border-radius: 6px;
    /*opacity: 0.9;*/
}

.product-small .box-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
    /*border-radius: 6px 6px 0px 0px;*/
}

.product-small .box-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    /*border-radius: 6px 6px 0px 0px;*/
}

.box-image {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden
}

.image-cover {
    position: relative;
    height: 200px;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
}

.image-cover:hover {
    /*opacity: 0.8;*/
    border-radius: 6px 6px 0px 0px;
}

.has-hover [class*="image-"] img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s
}

.has-hover:hover .image-zoom img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    /*border-radius: 6px 6px 0px 0px;*/
}

.image-cover {
    position: relative;
    height: 200px;
    /*overflow: hidden;*/
    /*padding-top: 100%;*/
    /*background-position: 50% 50%;*/
    /*background-size: cover*/
}

.image-cover img {
    right: 0;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    /*object-position: 50% 50%;*/
    border-radius: 6px 6px 0px 0px;
}

.box-text {
    padding-top: 10px;
    background: #fff;
    padding-right: 5px;
    padding-left: 5px;
}


/* Title column */

.title_wrapper {
    /*overflow: hidden;*/
    height: 40px;
    text-align: unset;
    position: relative;
    font-weight: 400;
    line-height: 21px;
    max-height: 40px;
    display: -webkit-box;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.title_wrapper a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.title_wrapper a:hover {
    color: #006666;
}

.price_wrapper {
    padding-top: 6px;
    padding-bottom: 5px;
}

.price_wrapper .price_new {
    color: #006666;
    font-size: 15px;
    /*line-height: 26px;*/
    display: inline-block;
    font-weight: 700;
    margin-right: 0;
    padding-right: 10px;
}

.price_wrapper .price_old {
    color: #333;
    font-size: 14px;
    /*line-height: 26px;*/
    text-decoration: line-through;
    font-weight: 700;
}

.price_discount {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f00;
    margin: 0 auto;
    clear: both;
    border-radius: 50%;
    text-align: center;
    top: 10px;
    left: 20px;
}

.discount {
    color: #fff;
    position: relative;
    top: 26%;
    font-size: 13px;
    font-weight: bold;
}

@media(max-width: 992px) {
    .image-cover {
        height: 200px;
    }
    .image-cover img {
        height: 200px;
    }
    .title_wrapper a {
        font-size: 15px;
    }
    .price_discount {
        top: 15px;
        left: 10px;
    }
}

@media(max-width: 480px) {
    .image-cover {
        height: 160px;
    }
    .image-cover img {
        height: 160px;
    }
    .title_wrapper {
        text-align: left;
    }
    .price_wrapper .price_new {
        font-size: 14px;
        padding-right: 6px;
    }
    .price_wrapper .price_old {
        font-size: 12px;
    }
    .price_discount {
        position: absolute;
        width: 36px;
        height: 36px;
        background: #f00;
        margin: 0 auto;
        clear: both;
        border-radius: 50%;
        text-align: center;
        top: 15px;
        left: 10px;
    }
    .discount {
        color: #fff;
        position: relative;
        top: 26%;
        font-size: 12px;
        font-weight: bold;
    }
}


/*================ PRODUCT IMAGES 5 COLUMNS ON 9 ================*/

#product_on9 .product-card {
    text-decoration: none;
}

#product_on9 .product-card .product-card-inner {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
    z-index: -2;
}

#product_on9 .product-card .quick-view-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(.6);
    transform: translate(-50%, -50%) scale(.6);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

#product_on9 .product-card:hover .quick-view-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    border-radius: 6px 6px 0px 0px;
}

#product_on9 .product-card .quick-view-wrapper button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333;
    opacity: .8;
    border-width: inherit;
}

#product_on9 .product-card .quick-view-wrapper button i {
    color: #fff;
}

#product_on9 .product-card .product-content {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 5px 10px;
    background: #fff;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-radius: 0px 0px 6px 6px;
}

#product_on9 .product-card .product-image {
    position: relative
}

#product_on9 .product-card .product-content .product-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    height: 42px;
    display: block;
}

#product_on9 .product-card .product-content .product-price {
    text-align: center;
    display: block;
    color: #FF5622;
    font-size: 16px;
    line-height: 26px;
    /*display: inline-block;*/
    font-weight: bold;
    margin-right: 0;
    /*padding-right: 10px;*/
    padding-top: 5px;
}

#product_on9 .product-card .product-content .previous-price {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    text-decoration: line-through;
    font-weight: bold;
}

#product_on9 .product-card:hover .product-image .image-holder,
#product_on9 .product-card:hover .product-image .image-placeholder {
    opacity: .7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#product_on9 .product-card:hover .product-content {
    background: hsla(0, 0%, 100%, .9);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

#product_on9 .product-card .add-to-actions-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1
}

#product_on9 .product-card .add-to-actions-wrapper .price_view {
    padding: 6px 15px;
    border-radius: 6px;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #eee;
    background: #006666;
    color: #fff;
}


/*.product-card .price_view:hover:not([disabled]) {*/


/*    border-color: #31629f;*/


/*    color: #fafafa;*/


/*    background: #31629f;*/


/*}*/

#product_on9 .product-card .add-to-actions-wrapper .price_span1,
#product_on9 .product-card .add-to-actions-wrapper .price_span2 {
    color: #FF5622;
    font-size: 18px;
}

#product_on9 .image-holder {
    position: relative;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

#product_on9 .image-holder img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 100%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

#product_on9 .product-card .image-holder,
#product_on9 .product-card .image-placeholder {
    height: 200px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

#product_on9 .price_discount {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #07a91a;
    margin: 0 auto;
    clear: both;
    border-radius: 50%;
    text-align: center;
    top: 10px;
    right: 10px;
}

#product_on9 .discount {
    color: #fff;
    position: relative;
    top: 26%;
    font-size: 13px;
    font-weight: bold;
}

.middle_text {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.box-image:hover .middle_text {
    opacity: 1;
}

.middle_text a.text {
    background-color: #4CAF50;
    color: #fff;
    font-size: 15px;
    padding: 8px 8px;
    border-radius: 6px;
}

@media(max-width: 996px) {
    #product_on9 .product-card:hover .product-content {
        background: hsla(0, 0%, 100%, .9);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    #product_on9 .product-card .add-to-actions-wrapper {
        display: none;
    }
    .product-card:hover .quick-view-wrapper {
        opacity: 0;
    }
    .box-image:hover .middle_text {
        opacity: 0;
    }
}

@media(max-width: 486px) {}


/*================ END PRODUCT IMAGES 5 COLUMNS ON 9 ================*/