*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body
{
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 1.7;
}
body.no-scroll
{
    overflow: hidden;
}
a
{
    color: #232323;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
img
{
    max-width: 100%;
    vertical-align: middle;
    object-fit: cover;
}
input, button
{
    outline: 0;
}
ul
{
    padding-left: unset;
}
@media(min-width: 1400px)
{
    .container
    {
        max-width: 1170px;
    }
}
.form-group
{
    margin-bottom: 10px;
}
.gif-ajax
{
    text-align: center;
}
.gif-ajax img
{
    width: 50px;
}
/* =====================================================
========================= HEADER =======================
========================================================*/
header
{
    background: url('../assets/images/bg_header.jpg') no-repeat ;
    background-color: #FFF;
    background-size: cover;
    min-height: 100px;
    position: sticky;
    z-index: 111;
    top: 0;
}

.header-top-info {
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    font-size: 13px;
    line-height: 1;
}

.header-top-info .header-info > ul {
    margin: 0;
    display: flex;
}

.header-top-info .header-info > ul > li {
    align-items: center;
    display: flex;
    position: relative;
}

.header-top-info .header-info > ul > li a {
    color: #000;
    font-weight: 500;
}

.text-brand a {
    color: #e9983d!important;
}

.header-top-info .header-info > ul.language-dropdown {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 0 0 4px 4px;
    min-width: 120px;
    opacity: 0;
    padding: 10px 15px;
    position: absolute;
    top: 100%;
    transform: translateY(20px);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    visibility: hidden;
    z-index: 2;
}

.header-top-info .header-info {
    width: auto!important;
}

.header-info > ul.language-dropdown {
    border-radius: 0;
    padding: 0;
}


.header-info > ul.language-dropdown li a {
    color: #696969;
    display: block;
    padding: 5px;
}

.header-info > ul >li a i {
    font-size: 12px;
    margin-right: 5px;
}

.header-top-info .header-info > ul.language-dropdown {
    display: block;
    border-radius: 0;
    padding: 0;
}

.header-top-info .header-info .language-dropdown.show {
    opacity: 1;
    top: 25px;
    transform: translateY(0);
    visibility: visible;
}

.header-top-info .header-info-right {
    display: flex;
    justify-content: flex-end;
}



.header-top
{
    display: flex;
    padding: 20px 0;
    align-items: center;
}
.header-top .header-l
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
.header-top > div + div
{
    margin-left: 15px;
}
.logo
{
    max-width: 290px;
}
.header-search
{
    flex: 1;
    position: relative;
}
.header-search input
{
    width: 100%;
    border-radius: 30px;
    height: 35px;
    line-height: 35px;
    padding: 0 40px 0 15px;
    min-height: 35px;
    border: 0;
    color: #232323;
    background: #f5f5f5;
    outline: 0;

}
.header-search button
{
    position: absolute;
    right: 0px;
    top: 50%;
    border: none;
    transform: translateY(-50%);
    height: 100%;
    background: 0;
    width: 45px;
    cursor: pointer;
}
.toolbar-mb
{
    display: none;
}
.toolbar-mb #button-nav
{
    position: relative;
}
.toolbar-mb #button-nav input[type="checkbox"]
{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}
.header-info
{
    width: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-info > div
{
    flex: 1;
    padding: 0 5px;
}
.header-info .item:nth-child(1):before
{
    display: none;
}
.header-info .item:before
{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 1px;
    height: 20px;
    background: #474747;
}
.header-info .item:last-of-type:before
{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 1px;
    height: 20px;
    background: #474747;
}
.header-info .item
{
    position: relative;
    padding: 7px 0;
}
.header-info .item.lang
{
    padding-left: 10px;
}
header .group-ac
{
    width: 110px;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 0 15px -5px rgb(0 0 0 / 40%);
    border-radius: 3px;
    display: none;
}
.header-info .item:hover .group-ac
{
    display: block;
}
header .group-ac
{

}
header .group-ac a
{
    color: #232323;
    width: 100%;
    display: inline-block;
}
header .group-ac a:hover
{
    color: #e9983d;
}
.top-cart-content
{
    right: 0px;
    top: 100%;
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 15px -5px rgb(0 0 0 / 40%);
    z-index: 10000;
    border-radius: 5px;
}
.header-info .item:hover .top-cart-content
{
    display: block;
}
.list-item-cart
{
    padding: 10px 5px;
    max-height: 625px;
    min-width: 325px;
    position: relative;
}
.list-item-cart .no-item
{
    padding: 0 15px;
}
.header-info .item .name.ac
{
    text-align: right;
    padding-right: 15px;
}
.header-info .item .icon-cart 
{
    position: relative;
    top: -3px;
    margin-left: 5px;
}
.number-cart
{
    background: #e9983d;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: 15px;
    top: -10px;
    text-decoration: none;
    text-transform: none;
    font-style: initial;
    font-size: 12px;
    color: #fff;
}
.list-item-cart ul
{
    list-style-type: none;
    max-height: 310px;
    overflow: auto;
}
.style-4::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar
{
    width: 4px;
    background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid #555555;
}
.list-item-cart ul li
{
    padding: 20px 0;
    margin: 0 20px;
}
.list-item-cart ul li + li
{
    border-top: 1px solid #d3d3d3;
}
.list-item-cart ul .product
{
    display: flex;
}
.list-item-cart ul .product .img
{
    width: 85px;
}
.list-item-cart ul .product .content
{
    flex: 1;
    padding: 0 15px;
}
.list-item-cart ul .product .title
{
    line-height: 20px;
    font-weight: 400;
}
.list-item-cart ul .product .title a:hover
{
    color: #e9983d;
}
.list-item-cart ul .product .price
{
    font-weight: bold;
    color: #e9983d;
    margin-top: 7px;
}
.list-item-cart ul li .number 
{
    position: relative;
    margin-top: 7px;
}
.list-item-cart ul li .number input[type="number"]
{
    height: 46px;
    width: 65px;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-right: none;
}
.list-item-cart ul li .number button
{
    position: absolute;
    height: 50%;
    width: 24px;
    border: 1px solid #d3d3d3;
    font-size: 17px;
    font-weight: bold;
    padding: 0;
    line-height: 100%;
    cursor: pointer;
    outline: 0;
}
.list-item-cart ul li .number button:hover
{
    color: #e9983d !important;
}
.list-item-cart ul li .number button.add
{
    top: 0;
    color: #FFF;
}
.list-item-cart ul li .number button.remove
{
    bottom: 0;
    background: none;
}
.remove-item-cart
{
    cursor: pointer;
}
.remove-item-cart:hover
{
    color: #e9983d;
}
.detail-cart
{
    border-top: 1px solid #d3d3d3;
    padding: 20px 0;
    margin: 0 20px;
    padding-bottom: 10px;
}
.detail-cart .total
{
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
.detail-cart .total .number
{
    color: #e9983d;
    font-weight: bold; 
}
.detail-cart a 
{
    display: inline-block;
    width: 100%;
    background: #e9983d;
    color: #FFF;
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.detail-cart a:hover
{
    background: #232323;
}
.header-bot
{
    border-top: 1px solid #232323;
    display: flex;
    width: 100%;
    align-items: center;
}
.header-bot .menu
{
    position: relative;
    width: 25%;

}
.header-bot .menu .title
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 0 15px;
    background: #e9983d;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.menu-mega
{
    position: absolute;
    background: #FFF;
    z-index: 11;
    width: 100%;
    top: 100%;
    padding: 20px 0;
    padding-bottom: 0px;
    box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0% 0%;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
}
.menu:hover .menu-mega
{
    transform: perspective(600px) rotateX(0deg);
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.menu-mega ul
{
    list-style-type: none;
    padding-left: 0;
}
.menu-mega ul li
{
    padding: 10px 20px;
}
.menu-mega ul li a
{
    width: 100%;
    display: inline-block;
}
.menu-mega ul li a:hover
{
    color: #e9983d;
}
.menu-mega ul li + li
{
    border-top: 1px solid #f6f6f6;
}
.header-bot .nav
{
    flex: 1;
}
.header-bot .nav ul
{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    padding: 0 20px;
}
.header-bot .nav ul li
{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 25px;
}
.header-bot .nav ul li a
{
    color: #e9983d;
}
.menu-mb
{
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    z-index: 10002;
    display: none;
}
.menu-mb .content-menu
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 280px;
    overflow: auto;
    font-size: 16px;
    transform: translateX(0);
    animation: nav-menu 0.3s linear 1;
    background: #2a2a4d;
}
@keyframes nav-menu
{
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(0%);
    }
}
.menu-mb .content-top
{
    font-size: 14px;
    color: #FFF;
    padding: 20px 30px 10px;
}
.menu-mb a
{
    color: #FFF;
}
.menu-mb .list-menu ul
{
    list-style-type: none;
    padding-left: 0;
}
.menu-mb .list-menu ul li 
{
    border-bottom: solid 1px #212529;
    display: flex;
}
.menu-mb .list-menu ul li a
{
    flex: 1;
    position: relative;
    padding: 10px 0 10px 50px;
}
.menu-mb .list-menu ul li > a:before
{
    position: absolute;
    top: 20px;
    left: 30px;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: #e9983d;
    content: "";
}
.toolbar-mb #button-nav input[type="checkbox"]:checked
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
}
.toolbar-mb #button-nav input[type="checkbox"]:checked ~ .bg-menu
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10001;
}
.toolbar-mb #button-nav input[type="checkbox"]:checked + .menu-mb
{
    display: block;
}
#checkbox-cl-mb
{
    display: none;
}
.icon-up
{
    display: none;
}
.header-sticky
{
    position: sticky; top: -2px; z-index: 999; background: #FFF; box-shadow: 0 0 3px #d3d3d3;
}
.menu-child
{
    position: absolute;
    left: 100%;
    top: 0;
    background: #FFF;
    min-width: 200px;
    display: none;
}
.menu-mega ul li 
{
    position: relative;
}
.menu-child ul li 
{
    white-space: nowrap;
}
.menu-mega ul li:hover > .menu-child
{
    display: block;
}
@media(max-width: 1200px)
{
    body.no-scroll
    {
        overflow: unset;
    }
    .popup-product
    {
        display: none !important;
    }
    .product-special .add-to-cart, .product-special .actions
    {
        display: none !important;
    }
    .header-bot .menu .title
    {
        font-size: 13px;
    }
    .header-bot .nav ul li
    {
        font-size: 14px;
        padding: 0 20px;
    }
}
@media(max-width: 991px)
{
    header
    {
        position: unset;
    }
    .header-top
    {
        flex-wrap: wrap;
    }
    .logo
    {
        max-width: unset;
        width: 100%;
        text-align: center;
    }
    .logo img
    {
        max-width: 250px;
    }
    .header-bot
    {
        display: none;
    }
    .header-info
    {
        width: 55px;
    }
    .header-info .item:before
    {
        display: none;
    }
    .header-info .item.hidden-md
    {
        display: none;
    }
    .header-info .item
    {
        width: 45px;
    }
    .header-info .item .name .text
    {
        display: none;
    }
    .header-info .item:last-of-type:before
    {
        display: none;
    }
    .header-top .header-l
    {
        margin-left: 0;
    }
    .header-search input
    {
        border-radius: 5px;
        height: 40px;
    }
    .header-search input::placeholder
    {
        font-size: 12px;
    }
    .toolbar-mb
    {
        display: block;
        width: 30px;
        font-size: 24px;
    }
    .toolbar-mb i.fas.fa-bars
    {
        opacity: 1;
    }
    .header-l.fixed-nav
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #FFF;
        padding: 0 15px;
        height: 70px;
        z-index: 10000;
        box-shadow: 0 2px 10px #cecece;
    }
    .header-l.fixed-nav .toolbar-mb
    {
        opacity: 1;
    }
    .header-l.fixed-nav .toolbar-mb i.fas.fa-bars
    {
        opacity: 1;
    }
    .header-info .item:hover .top-cart-content
    {
        display: none;
    }
}
/* =========================================================
========================= END HEADER =======================
============================================================*/

/* =========================================================
========================= HOME PAGE =======================
============================================================*/
.banner .item
{
    text-align: center;
}
.banner .item a
{
    text-align: center;
}
.banner .item img
{
    margin: auto;
}
.promotions
{
    padding: 50px 0 90px;
}
.list-promotion .item
{
    text-align: center;
}
.list-promotion .item img
{
    transition: 0.5s;
}
.list-promotion .item a
{
    display: block;
    overflow: hidden;
}
.list-promotion .item:hover img
{
    transform: scale(1.1);
}
.top-category
{
    padding: 50px 0 110px;
    background: url('../assets/images/bg_topcategory.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.top-category .content
{
    display: flex;
}
.top-category .content-l
{
    width: 25%;
}
.top-category .content-r
{
    flex: 1;
}
.top-category .content .title
{
    font-weight: bold;
    color: #FFF;
    position: relative;
    padding-top: 40px;
}
.top-category .content-l .title:before
{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #fff;
    bottom: -11px;
    left: 0;
}
.top-category .content-l .des
{
    color: #FFF;
    margin-top: 35px;
}
.top-category .content-r .list
{
    padding-top: 30px;
}
.top-category .content-r .list .item
{
    padding-left: 30px;
}
.top-category .content-r .list .item a
{
    border-radius: 5px;
    overflow: hidden;
}
.top-category .content-r .list .item img
{
    transition: 0.5s;
    border-radius: 5px;
}
.top-category .content-r .list .item a:hover img
{
    transition: 0.5;
    transform: scale(1.05);
}
.top-category .content-r .name
{
    
    font-weight: bold;
    color: #FFF;
    margin-top: 30px;
    text-transform: uppercase;
    text-align: center;
}
.top-category .content-r .name a
{
    color: #FFF;
    font-size: 16px;
}
.product-special .content
{
    position: relative;
    top: -70px;
    background: #FFF;
    padding-top: 50px;
}
.title-tab h2
{
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.title_small
{
    text-align: center;
    position: relative;
}
.title_small:before
{
    position: absolute;
    content: "";
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 1px;
    background: #e9983d;
}
.product-special .list-tab
{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.product-special .list-tab button
{
    padding: 5px 15px;
    border-radius: 25px;
    border: 1px solid #ebebeb;
    background: none;
    margin:  0 15px;
    color: #666;
    cursor: pointer;
    outline: 0;
}
.product-special .list-tab button.active, .product-special .list-tab button:hover
{
    color: #fff;
    background: #e9983d;
    border: 1px solid #e9983d;
}
.product-special .tab-show
{
    margin-top: 60px;
}
.navbar-tab .btn-nav
{
    display: none;
}
.navbar-tab .btn-nav + input
{
    display: none;
}
.product-item .info
{
    margin-top: 25px;
    padding: 0 35px;
    text-align: center;
}
.product-item .img
{
    padding: 0 15px;
    position: relative;
}
.product-item .sale
{
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    background: url('../assets/images/sale.png') no-repeat;
    z-index: 1;
}
.hover-imagecategory
{
    animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
}
.product-item .img .add-to-cart
{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    max-width: 150px;
    margin: auto;
    display: none;
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-size: 14px;
    border-radius: 30px;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%) !important;
    color: #232323;
    padding: 0 15px;
    cursor: pointer;
    border: none;
}
.product-item .img .add-to-cart:hover
{
    background: #e9983d;
    color: #FFF;
}
.product-item .actions
{
    position: absolute;
    top: 10px;
    right: 15px;
}
.product-item .img .actions a
{
    height: 41px;
    width: 41px;
    text-align: center;
    line-height: 41px;
    background: #fff;
    border: 1px solid #fff;
    padding: 0px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
    color: #232323;
    border-radius: 50%;
    z-index: 6;
    display: none;
    vertical-align: middle;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.product-item .img .actions a + a
{
    margin-top: 5px;
}
.product-item .actions a:hover
{
    background: #e9983d;
    border: 1px solid #e9983d;
    color: #FFF;
}
.product-item:hover .img .add-to-cart
{
    display: block;
}
.product-item:hover .img .actions a
{
    display: block;
}
@keyframes hover-imagecategory
{
    0%{
        transform:perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }
    100%{
        transform:perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
    }
}
.product-item .img a
{
    display: block;
    overflow: hidden;
}
.product-item:hover .img
{
    background: rgba(0,0,0,0.102);
}
.product-item .img img
{
    transition: 0.5s;
}
.product-item:hover .img img
{
    transform: scale(1.05);
}
.product-name
{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-name h4
{
    font-size: 14px;
    font-weight: normal;
}
.product-name a:hover
{
    color: #e9983d;
}
.product-price
{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #e9983d;
}
.product-price .compare-price
{
    color: #666;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
}
.banner-img
{
    text-align: center;
}
.banner-img a
{
    display: block;
    overflow: hidden;
}
.banner-img img
{
    transition: 0.5s;
    width: 100%;
}
.banner-img a:hover img
{
    transform: scale(1.02);
}
.product-multi
{
    padding: 50px 0;
}
.product-multi .title_module_1 h2
{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
}
.product-multi .title_module_1 h2 a {
    background: #fff;
    position: relative;
    padding-right: 22px;
}
.product-multi .title_module_1 h2:before
{
    content: "";
    position: absolute;
    top: 16px;
    left: 20px;
    width: 79%;
    height: 1px;
    background: #ebebeb;
}
.products-box .item
{
    display: flex;
    padding-bottom: 25px;
}
.products-box .item:last-of-type
{
    padding-bottom: 0;
}
.products-box .item + .item
{
    border-top: 1px solid #ebebeb;
    padding-top: 25px;
}
.product-name
{
    font-size: 14px;
    font-weight: 400;
}
.products-box .item .info
{
    flex: 1;
    padding-left: 15px;
}
.products-box .item .img
{
    width: 122px;
    position: relative;
}
.products-box .item .img:hover:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.102);
}
.products-box .item .img img
{
    transition: 0.5s;
}
 .products-box .item .img a
 {
    display: block;
    overflow: hidden;
 }
.products-box .item .img:hover img
{
    transform: scale(1.05);
}
.products-box .actions
{
    animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    display: none;
}
.products-box .item:hover .actions
{
    display: block;
}
.products-box .actions button, .products-box .actions a
{
    border: 1px solid #ebebeb;
    border-radius: 50%;
    height: 31px;
    width: 31px;
    line-height: 29px;
    padding: 0;
    display: inline-block;
    background: none;
    font-size: 13px;
    
}
.products-box .actions button:hover, .products-box .actions a:hover
{
    color: #fff;
    border: 1px solid #e9983d;
    background: #e9983d;
}
.product-multi .slick-arrow.slick-next, .product-favorite .slick-arrow.slick-next
{
    position: absolute;
    top: -53px;
    right: 0;
}
.product-multi .slick-arrow.slick-prev, .product-favorite .slick-arrow.slick-prev
{
    position: absolute;
    top: -53px;
    right: 15px;
    left: unset;
}
.product-multi .slick-arrow:hover:before, .product-favorite .slick-arrow:hover:before
{
    color: #e9983d;
}
.product-multi .slick-arrow:before, .product-favorite .slick-arrow:before
{
    color: #232323;
}
.product-multi .slick-arrow.slick-next:before, .product-favorite .slick-arrow.slick-next:before
{
    content: "\f054" !important;
    font-size: 18px;
        font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    opacity: 0.7;
}
.product-multi .slick-arrow.slick-prev:before, .product-favorite .slick-arrow.slick-prev:before
{
    content: "\f053" !important;
    font-size: 18px;
    opacity: 0.7;
        font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
}
.news-special
{
    padding: 70px 0;
    background: #f5f5f5;
}
.list-news
{
    margin-top: 70px;
}
.list-news .item .content
{
    background: #FFF;
    padding: 20px;
    padding-bottom: 50px;
}
.list-news .item .title a:hover
{
    color: #e9983d;
}
.list-news .item h3
{
    font-size: 18px;
    font-weight: bold;
}
.list-news .item .view-more
{
    color: #e9983d;
}
.list-news .item .des
{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.group-subcribe
{
    padding: 50px 0;
}
.first-email
{
    position: relative;
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
    border: 1px solid #e9983d;
    text-align: center;
}
.group-subcribe .first-email h2
{
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.img-scale
{
    display: block;
    overflow: hidden;
}
.img-scale img
{
    transition: 0.5s;
}
.img-scale:hover img
{
    transform: scale(1.05);
}
.first-img
{
    width: 56.333%;
    padding-right: 15px;
}
.first-img img
{
    width: 100%;
}
.groupiput
{
    width: 100%;
}
.first-email
{
    flex: 1;
}
.first-email .groupiput input
{
    border: none;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 20px 5px 20px;
    margin-top: 20px;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    color: #979b9e;
    width: 100%;
    outline: 0 !important;
}
.input-group-append
{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.input-group-append button
{
    background: #e9983d;
    padding: 0 24.22px !important;
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 15px !important;
    color: #fff;
    font-size: 12.47px;
    font-weight: bold !important;
    text-transform: uppercase;
}
.input-group-append button:hover
{
    background: #212529;
    color: #FFF;
}
.group-subcribe .main
{
    display: flex;
    justify-content: space-between;
}
.section_brand
{
    margin-bottom: 30px;
}
.section_brand img
{
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    margin: 5px 0;
}
.policy-footer .row > div + div .content-policy:before
{
    content: "";
    position: absolute;
    top: 13px;
    left: -5px;
    width: 0px;
    height: 28px;
    background: #fff;
    border: 1px dotted;
}
.btn-viewmore-mb
{
    display: none;
}
@media(max-width: 991px)
{
    .top-category .content
    {
        display: block;
    }
    .top-category .content-l
    {
        width: 100%;
    }
    .top-category
    {
        padding-bottom: 50px;
    }
    .product-special .content
    {
        top: 0;
    }
    .navbar-tab
    {
        position: absolute;
        top: 50px;
        right: 0px;
        z-index: 1;
    }
    .navbar-tab .list-tab
    {
        position: absolute;
        z-index: -1;
        right: 0;
        top: 100%;
        transition: all .5s ease-in-out;
        display: block;
        width: 220px;
        opacity: 0;
        visibility: hidden;
        margin-top: 0;
    }
    .navbar-tab .btn-nav
    {
        font-size: 22px;
        position: relative;
        z-index: 1;
        display: block;
    }
    .navbar-tab input[type="checkbox"]
    {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 2;
        display: block;
    }
    .navbar-tab input[type="checkbox"]:checked + .list-tab
    {
        display: block;
        position: absolute;
        right: 0;
        top: calc(100% + 20px);
        margin-top: 0;
        background: #FFF;
        box-shadow: 0px 0px 6px -1px rgb(0 0 0 / 54%);
        z-index: 1;
        visibility: visible;
        opacity: 1;
    }
    .navbar-tab .list-tab button
    {
        background: none;
        width: 100%;
        border-bottom: solid 1px #ebebeb;
        border-radius: unset;
        margin: unset;
        text-align: left;
        padding: 0 15px;
        height: 40px;
    }
    .navbar-tab .list-tab button.active
    {
        color: #e9983d;
        background: none;
        border: none;
    }
    .xs-margin-bottom-20
    {
        margin-bottom: 50px
    }
    .product-multi .row div:last-of-type
    {
        margin-bottom: 0;
    }
    .list-news .item h3
    {
        font-size: 14px;
    }
    .list-news .item .content .des
    {
        font-size: 13px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 66px;
    }
    .group-subcribe .main
    {
        display: block;
    }
    .first-img
    {
        width: 100%;
        text-align: center;
        padding-right: 0;
        padding: 0 15px;
    }
    .first-email
    {
        padding-bottom: 30px;
    }
}
@media(max-width: 767px)
{
    .news-special .row
    {
        flex-wrap: unset;
        overflow: auto;
    }
    .first-img
    {
        display: none;
    }
    .group-subcribe
    {
        padding: 20px 0;
        padding-bottom: 40px;
    }
    .group-subcribe .first-email h2
    {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .group-subcribe .first-email p 
    {
        font-size: 11px;
    }
    .first-email .groupiput input
    {
        margin-top: 0px;
    }
    .groupiput input::placeholder
    {
        font-size: 11px;
    }
    .title_small
    {
        display: none;
    }
    .title-tab h2
    {
        text-align: left;
        font-size: 24px;
        position: relative;
    }
    .title-tab h2:before
    {
        content: "";
        position: absolute;
        width: 50px;
        height: 1px;
        bottom: -10px;
        left: 0;
        background: #e9983d;
    }
    .product-special .tab-show
    {
        margin-top: 30px;
    }
    .navbar-tab
    {
        top: 45px;
    }
    .top-category
    {
        padding-top: 30px;
    }
    .top-category .content .title
    {
        padding-top: 0;
    }
    .top-category .content .title h2
    {
        font-size: 24px;
    }
    .top-category .content-l .des
    {
        display: none;
    }
    .top-category .content-r .list
    {
        margin: 0 -10px;
    }
    .top-category .content-r .list .item
    {
        padding: 0 10px;
    }
    .top-category .content-r .name
    {
        margin-top: 5px;
    }
    .top-category .content-r .name a
    {
        font-size: 13px;
        line-height: 24px;
    }
    .product-item .img a
    {
        text-align: center;
    }
    .product-item .img img
    {
        max-height: 190px;
        margin: auto;
    }
    .btn-viewmore-mb
    {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .btn-viewmore-mb a
    {
        height: 32px;
        line-height: 31px;
        border: 1px solid #232323;
        color: #232323;
        border-radius: 30px;
        padding: 0 25px;
        font-size: 14px;
    }
    .promotions
    {
        padding: 30px 0 20px;
    }
    .list-promotion .item img
    {
        width: 100%;
    }
    .list-promotion .item
    {
        margin-bottom: 20px;
    }
    .banner-img
    {
        display: none;
    }
    .news-special
    {
        padding: 35px 0;
    }
    .list-news
    {
        margin-top: 40px;
    }
}
/* =========================================================
=======================END HOME PAGE =======================
============================================================*/


/* =========================================================
======================= FOOTER  =======================
============================================================*/
footer
{
    padding: 30px 0;
    padding-bottom: 20px;
    background: #181818;
}
.content-policy
{
    display: flex;
}
.content-policy .policy-left
{
    width: 50px;
}
.content-policy .policy-right
{
    flex: 1;
    padding-left: 10px;
    color: #FFF;
    font-size: 13px;
}
.content-policy .policy-right a
{
    color: #FFF;
}
.content-policy .policy-right .policy-sumary
{
    margin-top: 5px;
}
.content-policy .policy-right .title-policy
{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
}
.policy-footer .content-policy .policy-right .title-policy
{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
}
footer .middle-footer
{
    padding-top: 15px;
    text-align: center;
    color: #FFF;
}
footer .middle-footer a
{
    color: #FFF;
}
.sum_footer
{
    color: #fff;
    font-size: 18px;
    margin: 9px 0 5px;
}
footer .widget-ft
{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #474747;
}
.getmail .social a
{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
    font-size: 16px;
    margin-top: 0px;
    background: transparent;
}
.getmail .social a:hover
{
    background: #FFF;
    color: #e9983d;
}
#menu_fot ul
{
    list-style-type: none;
    text-align: center;
}
#menu_fot ul li
{
    display: inline-block;
    padding-left: 33px;
    text-transform: uppercase;
    font-weight: bold;
}
.bg-footer-bottom
{
    text-align: center;
    color: #aeaeae;
}
.button-fix
{
    position: fixed;
    bottom: 270px;
    right: 8px;
    width: 58px;
    transform: translateY(50%);
    z-index: 9999;
}
.button-fix ul
{
    padding: 0;
    margin: 0;
    text-align: center;
    list-style-type: none;
}
.button-fix ul li
{
    margin-bottom: 14px;
}
.scroll-top
{
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99;
    top: auto !important;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    background: #000;
    text-decoration: none;
    opacity: 0 !important;
}
a.tel
{
    background: #e9983d;
    top: 3px;
    position: absolute;
    right: 53px;
    padding: 10px;
    border-radius: 8px;
    display: none;
    color: #fff;
    white-space: nowrap;
}
.button-fix ul li.phone:hover a.tel
{
    display: block;
}
.scroll-top.show
{
    opacity: 1 !important;
}
.scroll-top.show:hover
{
    background: #e9983d;
    color: #FFF;
}
.popup-product
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1111111;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.popup-product.active
{
    display: block;
}
.popup-product .content
{
    background: #FFF;
    padding: 30px;
    max-width: 970px;
    margin: 30px auto;
    display: flex;
    position: relative;
}
.popup-product .content-l
{
    width: 50%;
}
.popup-product .product-name-view
{
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    color: #232323;
}
.popup-product .product-name-view a:hover
{
    color: #e9983d;
}
.popup-product .content-r
{
    flex: 1;
}
.popup-product #close
{
    position: absolute;
    top: -19px;
    right: -16px;
    background: none;
    border: none;
    padding: 0;
    color: #FFF;
    font-weight: 900;
    font-size: 16px;
    cursor: pointer;
    outline: 0;
}
/*.popup-product:before
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
}*/
.quickview-info
{
    width: 100%;
    margin: 20px 0 0 0;
}
.quickview-info .price-box
{
    margin: 0px 0 25px;
    width: 100%;
    position: relative;
    background: #fcf4f4;
    padding: 10px 10px 10px 20px;
    
}
.quickview-info .product-price
{
    font-size: 36px;
    color: #e9983d;
    font-weight: 700;
    line-height: 30px;
    font-family: "Roboto",sans-serif;
}
.quickview-info .old-price
{
    font-size: 30px;
    color: #666;
    margin-left: 20px;
}
.input_number_product
{
    display: flex;
    margin-top: 50px;
    align-items: center;
}
.input_number_product .text-label
{
    margin-right: 30px;
    font-weight: 400;
    line-height: 35px;
    color: #666;
    font-size: 16px;
}
.input_number_product > div
{
    position: relative;
}
.input_number_product input
{
    color: #232323;
    height: 35px;
    min-height: 35px;
    border: 1px solid #e4e4e4;
    width: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    border-radius: 30px;
}
.input_number_product .button_qty
{
    position: absolute;
    top: 0%;
    line-height: 35px;
    text-align: center;
    height: 100%;
    width: 30px;
    font-size: 12px;
    cursor: pointer;
}
.input_number_product .button_qty.remove
{
    border-right: 1px solid #e4e4e4;
    left: 0;
}
.input_number_product .button_qty.add
{
    border-left: 1px solid #e4e4e4;
    right: 0;
}
.button_actions
{
    display: flex;
    height: 40px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
    justify-content: space-between;
    grid-gap: 10px;
}
.button_actions button
{
    width: 250px;
    color: #e9983d;
    border-radius: 25px;
    height: 40px;
    cursor: pointer;
    border-color: #e9983d;
    padding: 0 35px 0 60px;
    position: relative;
    background: #ffeceb;
    border: solid 1px #e9983d;
    position: relative;
    font-size: 16px;
    transition: 0.2s;
}
.button_actions button:hover
{
    background: #e9983d;
    color: #FFF;
}
.button_actions button:before
{
    background: url('../assets/images/i_addcart.png') no-repeat;
    content: "";
    height: 22px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 7px;
    left: 25px;
    position: absolute;
}
.button_actions button:hover:before
{
    background-image: url('../assets/images/i_addcart_h.png');
}
.popup-product .content-l
{
    padding: 0 15px;
}
.popup-product .img-big
{
    border: solid 1px #ebebeb;
    text-align: center;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-product .img-big img
{
    width: 100%;
}
.popup-product .img-slick
{
    margin: 15px 10px 30px;
}
.popup-product .img-slick .item
{
    border: 1px solid #ebebeb;
    padding: 0 10px;
    text-align: center;
    margin: 0 5px;
}
.logo_footer img
{
    max-height: 70px;
}
@media(max-width: 1200px)
{
    
}
@media(max-width: 991px)
{
    .content-policy
    {
        display: block;
        text-align: center;
    }
    .content-policy .policy-left
    {
        margin: auto;
        height: 59px;
        padding-bottom: 10px;
    }
    .policy-footer .row > div + div .content-policy:before
    {
        display: none;
    }
    footer
    {
        padding-top: 45px;
    }
    .middle-footer
    {
        margin-top: 45px;
    }
    footer .widget-ft
    {
        padding-bottom: 20px;
    }
}
@media(max-width: 767px)
{
    .content-policy
    {
        display: flex;
        text-align: left;
        border-bottom: 1px dotted #fff;
        padding: 15px 0;
    }
    footer
    {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .content-policy .policy-left
    {
        height: unset;
    }
    .content-policy .policy-right
    {
        padding-left: 25px;
    }
    .content-policy .policy-right .policy-sumary
    {
        font-size: 14px;
    }
    .sum_footer
    {
        font-size: 14px;
    }
    #menu_fot ul li
    {
        display: block;
        margin: 5px 0;
        padding-left: 0;
    }
    .button-fix
    {
        position: fixed;
        top: unset;
        left: 0;
        right: unset;
        bottom: 0;
        width: 100%;
        transform: unset;
    }
    .fot_copyright
    {
        margin-top: 10px;
    }
    .button-fix ul
    {
        display: flex;
        height: 45px;
        padding: 5px 10px;
        transform: unset;
        justify-content: space-between;
        background: #FFF;
        border-top: 1px solid #e7e7e7;
    }
    .button-fix ul li
    {
        text-align: center;
        flex: 1;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .button-fix ul img
    {
        max-width: 25px !important;
    }
    .button-fix ul li.chatbot img
    {
        max-width: 50px !important;
        position: relative;
        top: -15px;
    }
}
/* =========================================================
======================= END FOOTER =======================
============================================================*/
/* =========================================================
======================= PRODUCT PAGE =======================
============================================================*/
.product-page
{
    padding: 20px 0;
}
.product-page .product-item .img
{
    padding: 0;
}
.product-page .product-item
{
    padding-bottom: 20px;
}
.product-page .product-item .info
{
    margin-top: 35px;
    padding-bottom: 10px;
}
.nav-pagi
{
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.nav-pagi .pagination .page-link
{
    border-radius: 100%;
    width: 31px;
    height: 31px;
    font-size: 15px;
    padding: 0;
    text-align: center;
    line-height: 31px;
    margin: 0 2px;
    color: #232323;
}
.nav-pagi .pagination .page-item.active .page-link
{
    background: #e9983d;
    border-color: #e9983d;
    color: #FFF;
}
.nav-pagi .pagination .page-item.arrow a
{
    font-size: 13px;
    color: #232323;
}
.nav-pagi .pagination .page-item.active a
{
    background: #e9983d;
    border-color: #e9983d;
    color: #FFF;
}
.nav-pagi .pagination .page-item:hover a
{
    background: #e9983d;
    border-color: #e9983d;
    color: #FFF;
}
.sidebar-category
{
    margin-bottom: 50px;
}
.page-title h2
{
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    text-transform: none;
}
.page-title h2:before
{
    content: "";
    position: absolute;
    width: 67px;
    height: 1px;
    background: #e9983d;
    bottom: 0;
    left: 0;
}
.nav-category
{
    margin-top: 25px;
}
.nav-category li 
{
    width: 100%;
    position: relative;
    clear: left;
    font-size: 14px;
    padding: 2px 0px 2px 0px;
}
.nav-category li:hover a
{
    background: #e9983d;
    color: #FFF;
}
.nav-category li > a
{
    padding: 10px 24px 10px 18px;
    background: #f9fafb;
    border-radius: 30px;
    font-size: 16px;
    color: #232323;
}
.filter-content
{
    margin-top: 25px;
}
.filter-content #slider-range
{
    height: 4px;
    border: none;
    background: #ebebeb;
    width: calc(100% - 15px);
}
.ui-slider-horizontal .ui-slider-handle
{
    height: 18px !important;
    width: 18px !important;
    border-radius: 50% !important;
    top: -7px !important;
    border: none !important;
    background: #e9983d !important;
    border: solid 2px #fff !important;
    box-shadow: 0px 4px 8px 0px rgb(204 33 33 / 30%);
    margin-left: 0 !important;
}
.ui-slider-range.ui-corner-all.ui-widget-header
{
    background: #e9983d !important;
}
.show-range
{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.show-range input
{
    color: #666;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    border-radius: 0px;
    border: 0px solid #e1e1e1;
    box-shadow: none;
    background: transparent;
    width: 90px;
}
.show-range #end input
{
    text-align: right;
}
.show-range #end:before
{
    position: absolute;
    content: "-";
}
#button-filter
{
    padding: 0 10px !important;
    font-size: 16px;
    text-transform: none;
    font-weight: 400 !important;
    width: 67px;
    float: right;
    text-align: center;
    margin-top: 0;
    background: #e9983d;
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 15px !important;
    color: #FFF;
}
.filter-brand
{
    margin-top: 30px;
}
.content-brand
{
    background: #f9fafb;
    padding: 5px 0px 15px 20px;
    margin-bottom: 40px !important;
    border-radius: 5px;
    margin-top: 25px;
}
.filter-brand .content-brand ul
{
    list-style-type: none;
    margin-bottom: 0;
}
.filter-brand .content-brand ul li
{
    padding: 8px 0;
    margin: 0;
    cursor: pointer;
    line-height: 28px;
    min-width: 100%;
    position: relative;
}
.filter-brand .content-brand ul li label
{
    font-size: 16px;
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: relative;
}
.filter-brand .content-brand ul li label .fa
{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}
.filter-brand .content-brand ul li input
{
    position: absolute;
    opacity: 0;
}
.filter-brand .content-brand ul li input + .fa:before
{
    content: "";
    margin-right: 5px;
    border-radius: 0px;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #263036;
    position: absolute;
    top: 0px;
    height: 12px !important;
    width: 12px;
    background: #f9fafb;
}
.filter-brand .content-brand ul li input:checked + .fa:after
{
    font-family: 'FontAwesome';
    content: "\f14a";
    color: #e9983d;
    position: absolute;
    width: 12px;
    height: 12px;
    line-height: 12px;
    top: 0px;
    font-size: 12px;
    left: 1px;
}
.product-favorite
{
    margin-top: 30px;
}
.product-favorite .page-title
{
    margin-bottom: 30px;
}
.product-favorite .products-box .item .img
{
    width: 85px;
    height: 100%;
}
.product-favorite .product-price
{
    font-size: 15px;
    
}
.product-favorite .product-price .price
{
    padding-right: 10px;
}
.product-favorite .compare-price
{
    font-size: 14px;
    padding: 0;
}
.product-favorite .slick-arrow.slick-prev 
{
    position: absolute;
    top: -58px;
    right: 13px;
    left: unset;
}
.product-favorite .slick-arrow.slick-next
{
    position: absolute;
    top: -58px;
    right: 0;
}
.product-favorite .slick-arrow.slick-prev:before
{
        content: "\f053" !important;
    font-size: 16px;
    opacity: 0.7;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
}
.product-favorite .slick-arrow.slick-next:before
{
        content: "\f054" !important;
    font-size: 16px;
    opacity: 0.7;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
}
.product-favorite .slick-arrow:before
{
    color: #232323;
}
.popup-rate
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1111;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,.75);
    text-align: center;
    display: none;
}
.popup-rate.active
{
    display: block;
}
.popup-rate .popup-content
{
    width: 90%;
    max-width: 700px;
    padding: 24px 33px 29px;
    background: #FFF;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.popup-rate .popup-content .title
{
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 10px;
}
.popup-rate .popup-content .review-product-name
{
    font-weight: bold;
    font-size: 18px;
}
.popup-rate .popup-content .content-star
{
    text-align: left;
    font-size: 16px;
}
.popup-rate .popup-content .content-star .group-star
{
    font-size: 20px;
    cursor: pointer;
    margin-left: 10px;
}
.popup-rate .popup-content .content-star .group-star .active
{
    color: #ffbe00;
}
.group-content-text
{
    border: 1px solid #ced4da;
    margin-top: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.group-content-text textarea
{
    width: 100%;
    border: none;
    color: red;
    padding: 10px;
    height: 132px;
    resize: none;
}
.group-content-text .group-file
{
    position: relative;
    text-align: left;
    padding: 10px;
    border-top: 1px solid #ced4da;
    font-size: 16px;

}
.group-content-text .group-file input[type="file"]
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.group-content-text .group-file svg
{
    width: 30px;
    fill: #80BB35;
}
.multi-image
{
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
    grid-gap: 10px;
}
.multi-image .item
{
    position: relative;
}
.multi-image .item .remove
{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate3d(50%, -50%, 0);
    border: 2px solid #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    line-height: 20px;
    border-radius: 100%;
}
.multi-image .item .remove svg
{
    width: 20px;
    height: 20px;
}
.multi-image img
{
    max-height: 90px;
    border-radius: 5px;
}
.popup-rate-submit 
{
    text-align: center;
}
.popup-rate-submit button
{
    padding: 5px 10px;
    background-color: #80BB35;
    border: none;
    color: #FFF;
    border-radius: 5px;
}
.close-popup-rate
{
    border: none;
    background: none;
    position: absolute;
    top: 10px;
    right: 10px;
}
.close-popup-rate svg
{
    width: 30px;
}
@media(max-width: 991px)
{
    .product-page .product-item .info
    {
        margin-top: 15px;
        padding: 0;
    }
    .product-page .content-left
    {
        position: fixed;
        top: 0;
        right: 0;
        width: 270px;
        background: #FFF;
        padding: 15px 15px;
        z-index: 100002;
        border-left: solid 1px #bbbbbb;
        border-top: 1px solid #bbbbbb;
        overflow: auto;
        height: 100%;
        transform: translateX(100%);
        transition: 0.2s;
    }
    .page-title h2
    {
        font-size: 21px;
    }
    .nav-category li > a
    {
        line-height: 20px;
    }
    .show-range > div
    {
        flex: 1;
        display: flex;
        justify-content: space-between;
        padding-right: 10px;
    }
    .show-range input
    {
        width: 81px;
    }
    .show-range #end
    {
        position: relative;
    }
    .show-range #end:before
    {
        right: calc(100% + 10px);
    }
    #button-filter
    {
        font-size: 14px;
        padding: 0;
        width: 50px;
    }
    .product-name
    {
        font-size: 13px;
    }
    #checkbox-cl-mb
    {
        display: block;
        position: fixed;
        top: 35%;
        right: 0;
        z-index: 1111111;
        width: 36px;
        height: 36px;
        opacity: 0;
    }
    .icon-up
    {
        z-index: 1111110;
        position: fixed;
        top: 35%;
        right: 0;
        width: 36px;
        height: 36px;
        background: #e9983d;
        color: #FFF;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        transition: 0.2s;
        display: block;
    }
    .icon-up i:before
    {
        content: "\f038";
    }
    #checkbox-cl-mb:checked
    {
        right: 270px;
    }
    #checkbox-cl-mb:checked ~ .icon-up
    {
        right: 270px;
    }
    #checkbox-cl-mb:checked ~ .icon-up i:before
    {
        content: '\f00d';
    }
    #checkbox-cl-mb:checked + .content-left
    {
        transform: translateX(0%);
    }
}
@media(max-width: 768px)
{
    .product-name h4
    {
        font-size: 12px;
    }
    .product-price
    {
        font-size: 13px;
    }
    .product-price .compare-price
    {
        font-size: 13px;
        padding-left: 8px;
    }
    .product-page .product-item .img a
    {
        text-align: center;
    }
    .product-page .product-item .img img
    {
        max-height: 190px;
        margin: auto;
    }
    .hover-imagecategory
    {
        display: none !important;
    }
}
/* =========================================================
=================== END PRODUCT PAGE =======================
============================================================*/
/* =========================================================
====================== DETAIL PAGE =========================
============================================================*/
.detail-page
{
    padding: 20px 0;
}
.detail-page .container *
{
    /*word-break: break-all;*/
}
.aside-policy
{
    margin-bottom: 35px;
}
.aside-policy .item_poli
{
    margin-bottom: 12px;
    display: flex;
}
.aside-policy .item_poli .icon_left
{
    background: #f5f5f5;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    margin-right: 20px;
}
.aside-policy .item_poli .icon_left:hover
{
    background: #e9983d;
    color: #FFF;
}
.aside-policy .item_poli .content_poli
{
    flex: 1;
}
.banner-page
{
    margin-top: 35px;
}
.scale-img 
{
    display: block;
    overflow: hidden;
}
.scale-img img
{
    transition: 0.2s;
}
.scale-img:hover img
{
    transform: scale(1.025);
}
.slider-big
{
    margin-bottom: 20px;
}
.slider-small a
{
    padding: 0 7px;
}
.slider-small a.slick-active.slick-current img
{
    border: 1px solid #e9983d;
}
.slider-big
{
    border: 1px solid #ebebeb;
    height: 360px;
}
.slider-big a
{
    display: flex !important;
    height: 360px;
    align-items: center;
    justify-content: center;
}
.slider-big a img
{
    margin: auto;
}
.slider-small
{
    position: relative;
    margin: 0 -6px;
}
.slider-small button.slick-arrow
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1px solid #e9983d;
    outline: none;
    background: #e9983d;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    border-radius: 3px;
    opacity: 1;
    color: #FFF;
}
.slider-small button.slick-arrow:hover
{
    border: 1px solid #e9983d;
    background: #FFF;
}
.slider-small button.slick-arrow.slick-prev
{
    left: 5px;
}
.slider-small button.slick-arrow.slick-prev:before
{
    content: "\f053";
    font-family: "Font Awesome\ 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: #FFF;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.slider-small button.slick-arrow.slick-next
{
    right: 5px;
}
.slider-small button.slick-arrow.slick-next:before
{
    content: "\f054";
    font-family: "Font Awesome\ 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: #FFF;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.slider-small button.slick-arrow:hover:before
{
    color: #e9983d;
}
.detail-info h1
{
    color: #232323;
    font-size: 18px;
    line-height: normal;
    font-family: "Roboto",sans-serif;
    font-weight: 700;
}
.rate-star
{
    margin-top: 10px;
    margin-bottom: 25px;
    color: #cecece;
}
.detail-info .price-box
{
    margin: 0px 0 25px;
    width: 100%;
    position: relative;
    background: #fcf4f4;
    padding: 10px 10px 10px 20px;
}
.detail-info .price-box .product-price
{
    font-size: 36px;
    color: #e9983d;
    font-weight: 700;
    line-height: 30px;
    font-family: "Roboto",sans-serif;
    display: inline-block;
}
.detail-info .price-box .old-price
{
    font-size: 30px;
    color: #666;
    margin-left: 20px;
}
.detail-info button
{
    width: calc(50% - 8px);
}
.detail-info .button_actions button
{
    padding: 0 25px 0 50px;
    font-size: 15px;
}
.detail-info .button_actions button.buy_now
{
    padding: 0 10px;
    background: none;
    background-color: #e9983d;
    color: #FFF;
}
.detail-info .button_actions button.buy_now:hover
{
    color: #fff;
    background: #a01a1a;
    cursor: pointer;
    border-color: #e9983d;
}
.detail-info .button_actions button.buy_now:hover:before
{
    display: none;
}
.detail-info .contact
{
    font-size: 16px;
    border-top: 1px solid #e4e4e4;
    float: left;
    width: 100%;
    padding-top: 25px;
    margin-top: 25px;
}
.detail-info .contact a
{
    color: #e9983d;
}
.detail-info .contact i
{
    color: #e9983d;
}
.detail-tab
{
    margin-top: 50px;
}
.detail-tab .tab-h h3
{
    padding: 10px 0px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Roboto",sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}
.detail-tab .tab-h h3.active:before
{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #e9983d;
}
.detail-tab .tab-content
{
    border: 1px solid #e4e4e4;
    padding: 5px;
}
#top-tabs-info
{
    position: sticky;
    bottom: 0;
    box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
    padding: 5px 0;
    background: #FFF;
}
.product-anchor
{
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
}
.product-anchor .img
{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.product-anchor .name
{
    line-height: 1.1;
    color: #191919;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 400px;
    padding: 2px 0;
}
.product-anchor .compare-price
{
    font-size: 16px;
    color: #666;
    margin-left: 15px;
    font-weight: 500;
}
.product-anchor .info
{
    flex: 1;
}
.product-anchor .button-buy button
{
    margin-left: 15px;
    border-radius: 2px;
    width: 250px;
    height: 50px;
    padding: 6px;
    background: #e9983d;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    padding: 5px 10px;
    color: #fff;
    line-height: 1.1;
    border: none;
    cursor: pointer;
}
.product-anchor .button-buy button .text-main
{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.product-anchor .button-buy button:hover
{
    color: #fff;
    background: #a01a1a;
    cursor: pointer;
    border-color: #e9983d
}
.product-rate
{
    margin-top: 30px;
}
.product-rate .title
{
    font-size: 18px;
    font-weight: bold;
    clear: left;
    color: #232323;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.product-rate .content-noitem
{
    background-color: rgba(128,187,53,0.1);
    padding: 25px 0;
    border: 1px solid #c4cdd5;
    text-align: center;
}
.product-rate button.button-rate
{
    background-color: #80BB35;
    border-color: #80BB35;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 17px;
    min-width: 180px;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
.product-like
{
    margin-top: 30px;
}
.product-like .page-title h2
{
    font-size: 18px;
}
.product-like .product-item
{
    padding: 0 15px;
}
.product-like .product-item .img
{
    padding: 0;
}
.product-like .list-like
{
    margin: 0 -15px;
    margin-top: 30px;
}
.product-like .list-like button.slick-prev
{
    top: -50px;
    right: 20px;
    z-index: 1;
    left: unset;
}
.product-like .list-like button.slick-next
{
    top: -50px;
    right: 0px;
    z-index: 1;
    left: unset;
}
.product-like .list-like button.slick-arrow:before
{
    color: #232323;
}
.product-like .list-like button.slick-prev:before
{
    content: "\f053" !important;
    font-size: 16px;
    opacity: 0.7;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    opacity: 0.5;
    color: #232323;
}
.product-like .list-like button.slick-next:before
{
    content: "\f054" !important;
    font-size: 16px;
    opacity: 0.7;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    opacity: 0.5;
    color: #232323;
}
.product-rate .content-rate
{
    border: 1px solid #c4cdd5;
    padding: 38px 33px 28px;
    background: rgba(128,187,53,0.1);
    display: flex;
}
.product-rate .content-rate .content-left
{
    width: 190px;
}
.product-rate .content-rate .content-left .rating
{
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    margin: 0 0 3px;
    color: #80BB35;
}
.product-rate .content-rate .content-left .group-star-in
{
    text-align: center;
}
.product-rate .content-rate .content-left .group-star-in .active
{
    color: #ffbe00;
}
.product-rate .content-rate .content-left .total-rating
{
    text-align: center;
}
.product-rate .content-rate .content-right > div
{
    margin-left: 20px;
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
}
.product-rate .content-rate .content-right button
{
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #c4cdd5;
    min-width: 80px;
    background: #FFF;
}
.product-rate .content-rate .content-right button.active
{
    border: 1px solid #80BB35;
    color: #80BB35;
   
}
.product-rate .list-rating
{
    border: 1px solid #c4cdd5;
    padding: 38px 33px 28px;
}
.product-rate .list-rating .item + .item
{
    margin-top: 30px;
}
.product-rate .list-rating .customer-name
{
    
}
.product-rate .list-rating .group-star-in
{
    font-size: 13px;
}
.product-rate .list-rating .group-star-in .active
{
    color: #ffbe00;
}
.product-rate .list-rating .group-star-in 
{
    margin-left: 10px;
}
.product-rate .list-rating .content-des
{
    margin-top: 10px;
    line-height: 18px;
}
.product-rate .list-rating .comment-actions
{
    margin-top: 10px;
}
.product-rate .list-rating .images-comment
{
    margin-top: 20px;
    padding-left: 30px;
}
.product-rate .list-rating .images-comment img
{
    max-height: 120px;
    margin-right: 20px;
}
.product-rate .list-rating .group-item-re
{
    margin-left: 20px;
    border-left: 3px solid #000;
    margin-top: 20px;
    padding-left: 15px;
}
.product-rate .list-rating .group-item-re .customer-name
{
    font-weight: bold;
}
.product-rate .list-rating .group-item-re .qt
{
    background: #80BB35;
    display: inline-block;
    color: #FFF;
    padding: 1px 5px;
    margin-left: 10px;
    border-radius: 5px;
}
.popup-zoom
{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 120000;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
}
.popup-zoom.active
{
    display: block;
}
.popup-zoom .close-zoom
{
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    background: none;
    z-index: 11;
}
.popup-zoom .close-zoom img
{
    height: 40px;
}
.popup-zoom .list-actions
{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.popup-zoom .list-actions button
{
    width: 50px;
    height: 50px;
    border: none;
    background: none;
    background: url('../assets/images/ico_control_galery.png') no-repeat;
}

.popup-zoom .list-actions button.btn-prev
{
    background-position: -20px -7px;
}
.popup-zoom .list-actions button.btn-zoom
{
    background-position: -144px -7px;
}
.popup-zoom .list-actions button.btn-zoom.active
{
     background-position: -263px -7px;
}
.popup-zoom .list-actions button.btn-next
{
    background-position: -318px -7px;
}
.popup-zoom .show-img
{
    text-align: center;
}
.popup-zoom .show-img
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: move;
}
.popup-zoom .show-img img
{
    transition: 0.4s;
    animation: zoomInImage 0.2s linear 1;
    pointer-events: none;
}
@keyframes zoomInImage
{
    0%
    {
        transform: scale(0.2);
    }
    100%
    {
        transform: scale(1);
    }
}
.popup-zoom .show-img.zoomx2 img
{
    transform:scale(1.5);
}
@media(max-width: 1200px)
{
    .detail-info .button_actions button
    {
        font-size: 11px;
    }
    .detail-info .button_actions button.add_to_cart_detail
    {
        padding-left: 40px;
    }
    .detail-info .button_actions button.add_to_cart_detail:before
    {
        left: 15px;
    }
}
@media(max-width: 991px)
{
    .detail-page .detail-main
    {
        display: grid;
        width: 100%;
        grid-template-areas: "gridB" "gridA";
        grid-template-columns: 100%;
        margin: unset;
    }
    .detail-page .detail-main > div:nth-child(1)
    {
        grid-area: gridA;
        width: 100%;
    }
    .detail-page .detail-main > div:nth-child(2)
    {
        grid-area: gridB;
        width: 100%;
    }
    .slider-big
    {
        height: 690px;
    }
    .detail-info
    {
        margin-top: 35px;
    }
    .slider-big a
    {
        height: 690px;
    }
    .detail-info .button_actions button
    {
        font-size: 16px;
    }
    .aside-policy
    {
        display: none;
    }
    .banner-page
    {
        display: none;
    }
}
@media(max-width: 767px)
{
    #top-tabs-info
    {
        position: fixed;
        z-index: 111111;
        right: 20px;
        left: unset;
        padding: 0;
        top: 60%;
        height: unset;
        bottom: unset;
    }
    .product-anchor
    {
        padding: 0;
    }
    .product-anchor .img, .product-anchor .info
    {
        display: none;
    }
    #top-tabs-info .button-buy button span
    {
        display: none;
    }
    #top-tabs-info .button-buy button
    {
        width: unset;
        margin-left: 0;
        font-size: 24px;
    }
    #top-tabs-info .button-buy button br
    {
        display: none;
    }
    .slider-big
    {
        height: unset;
    }
    .detail-info
    {
        margin-top: 35px;
    }
    .slider-big a
    {
        height: unset;
    }
    .detail-page .detail-main > div
    {
        padding: 0;
    }
    .product-item .info
    {
        padding: 0;
        margin-top: 15px;
    }
}
@media(max-width: 576px)
{
    .aside-policy
    {
        display: block;
        margin-top: 35px;
    }
    .banner-page
    {
        display: block;
    }
}
@media(max-width: 480px)
{
    .detail-info .price-box .product-price
    {
        width: 100%;
    }
    .detail-info .price-box .old-price
    {
        margin-left: 0;
    }
    .detail-info .button_actions
    {
        flex-wrap: wrap;
    }
    .detail-info .button_actions button
    {
        width: 100%;
    }
}
/* =========================================================
=================== END DETAIL PAGE =======================
============================================================*/
/* =========================================================
======================== VIDEO PAGE =======================
============================================================*/
.video-page
{
    padding: 20px 0;
}
.video-page .item
{
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 35px;
}
.video-page .item .img
{
    position: relative;
}
.video-page .item .img .icon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
}
.video-page .item .title
{
    margin-top: 15px;
}
.video-page .item .title h3
{
    display: block;
    color: #232323;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0 10px;
}
/* =========================================================
=================== END VIDEO PAGE =======================
============================================================*/
/* =========================================================
=================== NEWS PAGE =======================
============================================================*/
.news-page
{
    padding: 20px 0;
}
.news-laster .news-list
{
    margin-top: 30px;
}
.news-laster .news-list .item
{
    display: flex;
    margin-bottom: 25px;
}
.news-laster .news-list .item .img
{
    width: 99px;
}
.news-laster .news-list .item .info
{
    flex: 1;
    padding-left: 10px;
    font-size: 13px;
}
.news-laster .news-list .item .info h3
{
    font-size: 13px;
    line-height: 1.4
}
.news-laster .news-list .item .info a:hover
{
    color: #e9983d;
}
.news-tags .list-tags
{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.news-tags .list-tags .item
{
    margin: 0 7px 15px 0px;
    padding: 7px 15px;
    border: 1px solid #ebebeb;
    transition: all ease .3s;
    cursor: pointer;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.3;
    word-break: break-all;
}
.news-tags .list-tags .item:hover
{
    background: #e9983d;
    color: #FFF;
}
.list-news-page .item
{
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
    flex-wrap: wrap;
}
.list-news-page .item:nth-child(1)
{
    padding-top: 0;
}
.list-news-page .item .img
{
    width: 359px;
}
.list-news-page .item .info
{
    flex: 1;
    padding-left: 30px;
}
.list-news-page .item .info .title h3
{
    color: #232323;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0 10px;
}
.list-news-page .item .info .title a:hover
{
    color: #e9983d;
}
.list-news-page .item .info .posts
{
    font-size: 12px;
    font-style: italic;
    color: #666;
}
.list-news-page .item .info .view-more
{
    display: inline-block;
    text-transform: none;
    font-size: 14px;
    height: 35px !important;
    line-height: 35px !important;
    border-radius: 30px !important;
    padding: 0 30px !important;
    background: #e9983d;
    color: #FFF;
    border: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.list-news-page .item .info .view-more:hover
{
    background: #232323;
}
.news-page .pagenav
{
    margin-top: 50px;
}
.title-news
{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    color: #232323;
    line-height: 36px;
}
.news-detail .posts
{
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-bottom: 30px;
}
.news-detail .content
{
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.news-detail .tags-list
{
    padding: 20px 15px;
    line-height: 39px;
}
.news-detail .tags-list .tag_list
{
    display: inline-block;
}
.news-detail .tags-list .tag_list a:hover
{
    color: #e9983d;
}

.news-detail .share_social
{
    padding: 20px 15px;
    text-align: right;
    line-height: 39px;
}
.share_social .fa, .share_social .fas, .share_social .fab
{
    font-size: 24px;
}
.share_social .fa-share-alt
{
    font-size: 18px;
    padding-right: 5px;
}
.form-coment
{
    margin-bottom: 50px;
}
.title-form-coment
{
    font-size: 18px;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 5px;
    padding-bottom: 15px;
    color: #232323;
}
.form-coment .form-group input
{
    height: 40px;
    border-radius: 3px;
    border: solid 1px #e4e4e4;
    padding: 0 15px;
    outline: none;
    color: #232323;
    outline: 0 !important;
    box-shadow: unset !important;
}
.form-coment .form-group textarea
{
    outline: 0 !important;
    box-shadow: unset !important;
    transition: unset !important;
}
.form-coment .form-group textarea:focus
{
    outline: 0 !important;
    box-shadow: unset !important;
    transition: unset !important;
    border-color: #e4e4e4;
}
.form-coment ::placeholder
{
    font-size: 14px;
}
.form-coment .submit-form
{
    padding: 0 15px;
}
.form-coment .submit-form button
{
    background: #e9983d;
    font-size: 14px;
    border-color: #e9983d;
}
.form-coment .submit-form button:hover
{
    background: #232323;
    border-color: #232323;
}
@media(max-width: 767px)
{
    .list-news-page .item .img
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .list-news-page .item .info
    {
        padding-left: 0;
    }
}
/* =========================================================
=================== END NEWS PAGE =======================
============================================================*/
/* =========================================================
============================ CART ==========================
============================================================*/
.cart-page
{
    padding: 20px 0;
}
.title_cart
{
    color: #232323;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
}
.list-cart
{
    margin-top: 25px;
}
.list-cart .cart-body .item
{
    display: grid;
    grid-template-columns: 15% 30% 25% 12% 18%;
    border-bottom: 1px solid #ebebeb;
}
.list-cart .cart-body .item .img
{
    padding: 20px 10px 20px 0px;
}
.list-cart .cart-body .item .img img
{
    max-height: 98px;
}
.list-cart .cart-body .item .info
{
    padding: 20px 10px 20px 20px;
}
.list-cart .cart-body .item .info a:hover
{
    color: #e9983d;
}
.list-cart .cart-body .item .info p
{
    margin-bottom: 0;
    font-size: 14px;
}
.list-cart .cart-body .item .info .price
{
    color: #e9983d;
}
.list-cart .cart-body .item .total
{
    color: #e9983d;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-cart .cart-body .item .btns
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
}
.list-cart .cart-body .item .btns a:hover
{
    color: #e9983d;
}
.list-cart .cart-body .item .number
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-cart .cart-body .item .number .input_qty_pr
{
    border-right: none;
    width: 125px;
    border-radius: 0;
    border: none;
    margin-top: 0px;
    padding: 0px;
    position: relative;
    padding-right: 0;
    border-radius: 3px;
    border: solid 1px #ebebeb;
    background: #fff;
    min-height: unset;
}
.list-cart .cart-body .item .number .input_qty_pr input
{
    width: 100%;
    height: 50px;
    border: none;
    text-align: center;
    padding: 0 30px;
    color: #e9983d;
}
.list-cart .cart-body .item .number .input_qty_pr button.items-count
{
    position: absolute;
    top: 50%;
    border: none;
    background: none;
    transform: translateY(-50%);
}
.list-cart .cart-body .item .number .input_qty_pr .increase_pop
{
    right: 7px;
}
.list-cart .cart-body .item .number .input_qty_pr .reduced_pop
{
    left: 7px;
}
.list-cart .cart-foot 
{
    display: flex;
    justify-content: flex-end;
}
.list-cart .cart-foot .content .top
{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-weight: bold;
}
.list-cart .cart-foot .content .top .price
{
    color: #e9983d;
}
.list-cart .cart-foot .content .bot
{
    margin-top: 30px;
}
.list-cart .cart-foot .content .bot a:nth-child(1)
{
    margin-left: 0;
}
.list-cart .cart-foot .content .bot a
{ 
    display: inline-block;
    font-family: "Roboto",sans-serif;
    background: #e9983d;
    padding: 0px 20px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    width: auto;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    outline: none;
    -webkit-border-fit: lines;
    border: 1px solid #e9983d;
    margin-left: 10px;
}
.list-cart .cart-foot .content .bot a:hover
{
    background: #212529;
    border-color: #212529;
}
@media(max-width: 991px)
{
    .list-cart .cart-body .item
    {
        display: flex;
    }
    .list-cart .cart-body .item .img
    {
        padding: 10px;
    }
    .list-cart .cart-body .item .img img
    {
        max-height: 80px;
    }
    .list-cart .cart-body .item .info
    {
        flex: 1;
        padding: 10px;
    }
    .list-cart .cart-body .item .total
    {
        display: none;
    }
    .list-cart .cart-body .item .btns
    {
        display: none;
    }
    .list-cart .cart-body .item .number
    {
        width: 70px;
    }
    .list-cart .cart-body .item .number .input_qty_pr
    {
        border: none;
    }
    .list-cart .cart-body .item .number .input_qty_pr input
    {
        padding: 0 0px;
    }
    .list-cart .cart-foot .content
    {
        width: 100%;
    }
    .list-cart .cart-foot .content .bot
    {
        display: flex;
        flex-wrap: wrap;
    }
    .list-cart .cart-foot .content .bot a
    {
        width: 100%;
    }
    .list-cart .cart-foot .content .bot a:nth-child(1)
    {
        order: 1;
    }
    .list-cart .cart-foot .content .bot a
    {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
}
/* =========================================================
=========================== END CART =======================
============================================================*/
/* =========================================================
=========================== CHECKOUT =======================
============================================================*/
.checkout-page *
{
    font-family: Helvetica Neue,sans-serif;
}
.checkout-page *.fa, .checkout-page *.fas
{
    font-family: "Font Awesome 6 Free";
}
.checkout-page .wrap
{
    display: flex;
    flex-direction: row;
    max-width: 1330px;
    margin: auto;
    padding: 0 30px;
    min-height: 100vh;
}
.checkout-page .wrap .wrap-left
{
    flex: 1;
}
.checkout-page .wrap .wrap-right
{
    width: 32%;
}
.checkout-page .sidebar-head
{
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0 20px 20px;
}
.checkout-page .sidebar-head .sidebar__title
{
    color: #333;
    font-weight: 600;
    font-size: 1.15rem;
}
.checkout-page .sidebar-body
{
    max-height: calc(100vh - 480px);
    /*padding: 20px 0 20px 20px;*/
    min-height: 100px;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
}
.checkout-page .list-product .item
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}
.checkout-page .list-product .item .img
{
    position: relative;
}
.checkout-page .list-product .item .img .number
{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%) translateX(10px);
    background: #2a9dcc;
    color: #FFF;
    padding: 3px 7px;
    line-height: 100%;
    z-index: 1;
    border-radius: 30px;
}
.checkout-page .list-product .item .name
{
    flex: 1;
    padding: 0 15px;
    font-size: 14px;
    line-height: 18px;
}
.checkout-page .list-product .item img
{
    max-width: 50px;
    border-radius: 10px;
}
[data-scrollbar]
{
    position: relative;
}
.simplebar-track .simplebar-scrollbar.visible
{
    opacity: 0.3
}
.simplebar-track .simplebar-scrollbar
{
    border-radius: unset;
    width: 15px;
}
.group-code_promotion
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.group-code_promotion .group-input
{
    flex: 1;
}
.group-input
{
    position: relative;
}
.group-input + .group-input
{
    margin-top: 10px;
}
.group-input input
{
    border-radius: 4px;
    width: 100%;
    padding: 15px 10px 5px;
    border: 1px #d9d9d9 solid;
    height: 44px;
    background-color: #fff;
    color: #333;
}
.group-input input + label
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    pointer-events: none;
    transition: 0.5s;
}
.group-input textarea + label
{
     position: absolute;
    top: 15px;
    left: 10px;
    pointer-events: none;
    transition: 0.5s;
}
.group-input textarea
{
    border-radius: 4px;
    width: 100%;
    padding: 20px 10px 5px;
    border: 1px #d9d9d9 solid;
    background-color: #fff;
    color: #333;
}
.group-input input:focus + label
{
    top: 0px;
    left: 0;
    transform: translateY(0) scale(0.8);
}
.group-input textarea:focus + label
{
    top: 0px;
    left: 0;
    transform: translateY(0) scale(0.8);
}
.group-input input:not(:placeholder-shown) + label
{
    top: 0px;
    left: 0;
    transform: translateY(0) scale(0.8);
}
.group-input text:not(:placeholder-shown) + label
{
    top: 0px;
    left: 0;
    transform: translateY(0) scale(0.8);
}
.group-code_promotion .btn-apply
{
    cursor: pointer;
    display: inline-block;
    background-color: #357ebd;
    border-color: #2f71a9;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    text-align: center;
    margin-left: 12px;
    position: relative;
    opacity: 0.6;
}
.group-code_promotion .btn-apply:hover
{
    opacity: 1;
}
.group-total-inline
{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.group-total-inline p
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.group-total-all 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.group-total-all .price
{
    color: #2a9dcc;
}
.checkout-page .group-action
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.checkout-page a
{
    color: #2a9dcc;
}
.svg10 
{
    width: 10px;
    height: 10px;
    transition: 0.5s;
}
.checkout-page a:hover
{
    color: #2a6395;
}
.checkout-page .group-action a:hover svg
{
    transform: translateX(-5px);
}
.checkout-page .group-action button.order
{
        cursor: pointer;
    display: inline-block;
    background-color: #357ebd;
    border-color: #2f71a9;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    padding: 0.98em 1.7em;
    text-align: center;
    position: relative;
}
.checkout-page .group-action button.order:hover
{
    background-color: #2a6395;
    border-color: #225179;
}
.checkout-page .sidebar-body
{
    margin-left: 20px;
}
.checkout-page .sidebar-foot
{
    padding-left: 20px;
}
.checkout-page
{
    overflow: hidden;
    width: 100%;
}
.checkout-page .wrap-right
{
    position: relative;
}
.checkout-page .wrap-right::after
{
    left: 0;
    content: "";
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fafafa;
    z-index: -1;
}
.wrap-left
{
    padding:30px;
}
.wrap-left .main-left
{
    margin-top: 20px;
}
.form-customer .title
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-customer .title h3
{
    font-size: 18px;
    font-weight: bold;
}
.svg20
{
    width: 20px;
    height: 20px;
}
.group-radio-trans .item
{
    border: 1px #d9d9d9 solid;
    padding-top: 10px;
    min-height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.group-radio-trans .item.no-comment
{
    padding-bottom: 10px;
}
.group-radio-trans .item .group-input-radio
{
    padding-left: 30px;
    position: relative;
    margin-left: 15px;
}
.group-radio-trans .item .item-left
{
    margin-right: 15px;
}
.group-radio-trans .item .group-input-radio label
{
    margin: 0;
}
.group-radio-trans .item .group-input-radio label:before
{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #337ab7;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}
.group-radio-trans .item input[type="radio"]
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 22;
    cursor: pointer;
}
.group-radio-trans .item input[type="radio"]:checked + .group-input-radio label:after
{
    content: "";
    position: absolute;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #FFF;
    left: 10px;
    z-index: 2;
    transform: translate3d(-50%, -50%, 0);
    animation: inputcheck 0.2s linear 1;
}
.group-radio-trans div.note-comment
{
    height: 0;
    overflow: hidden;
    padding: 0;
    background: #f8f8f8;
    width: 100%;
    margin-top: 10px;
}
.group-radio-trans .item input[type="radio"]:checked ~ div.note-comment
{
    display: block;
    height: unset;
    padding: 20px;
}
@keyframes inputcheck
{
    0%{
        width: 20px;
        height: 20px;
    }
    100%
    {
        width: 5px;
        height: 5px;
    }
}
.checkout-page .wrap .wrap-left .icon-title
{
    display: none;
    font-size: 20px;
}
.btn-action-mb
{
    display: none;
    width: 100%;
    padding: 0 15px;
    margin-top: 5px;
}
.logo-mb
{
    display: none;
}
.total-mb
{
    display: none;
}
.arrow-mb i
{
    display: none;
}
@media(max-width: 991px)
{
    .simplebar-scroll-content
    {
        height: unset !important;
    }
    .checkout-page .wrap
    {
        flex-wrap: wrap;
    }
    .checkout-page .wrap
    {
        padding: 0;
    }
    .checkout-page .wrap .wrap-left
    {
        order: 2;
        width: 100%;
        padding-top: 0;
    }
    .checkout-page .wrap .wrap-right
    {
        width: 100%;
        order: 1;
    }
    .checkout-page .content-mb
    {
        max-width: 560px;
        padding: 0 15px;
        margin: auto;
    }
    .checkout-page .sidebar-body
    {
        max-height: unset;
        min-height: unset;
        margin-left: unset;
    }
    .sidebar-foot .group-action
    {
        display: none;
    }
    .checkout-page .wrap .wrap-left .logo
    {
        display: none;
    }
    .form-customer
    {
        margin-top: 30px;
    }
    .checkout-page .wrap .wrap-left .icon-title
    {
        display: inline-block;
    }
    .checkout-page .wrap .wrap-left .group-action
    {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .checkout-page .wrap .wrap-left .group-action button.order
    {
        width: 100%;
        order: 1;
    }
    .checkout-page .wrap .wrap-left .group-action a
    {
        order: 2;
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }
    .btn-action-mb
    {
        display: block;
    }
    .logo-mb
    {
        display: block;
        text-align: center;
        padding: 20px 0;
    }
    .logo-mb img
    {
        max-height: 43px;
    }
    .checkout-page .sidebar-head .sidebar__title
    {
        display: flex;
        justify-content: space-between;
    }
    .total-mb
    {
        display: block;
        color: #2a9dcc;
        font-size: 16px;
    }
    .sidebar-body
    {
        display: none;
    }
    .arrow-mb i
    {
        display: inline-block;
    }
    .arrow-mb.active i
    {
        transform: rotate(180deg);
    }
}
/* =========================================================
======================== END CHECKOUT ======================
============================================================*/

/* TOAST */
.toast-wrapper {
    position: fixed;
    width: 50%;
    top: 60px;
    right: 0;
    z-index: 999;
    display: block;
}

.toast-wrapper .toast-list {
    position: absolute;
    top: 25px;
    right: 25px;
}

.toast-wrapper .toast {
    position: relative;
    max-width: 350px;
    top: 0px;
    padding: 5px 0;
    margin-bottom: 0.75em;
    text-align: left;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 20%);
    opacity: 1;
    display: block!important;
}

.toast-wrapper .toast:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.toast-wrapper .toast-success:before {
    background-color: #28a745;
}

.toast-wrapper .toast-danger:before {
    background-color: #dc3545;
}

.toast-wrapper .toast-success:before {
    background-color: #28a745;
}

.toast-wrapper .toast-icon .fa-check-circle {
    color: #28a745;
}

.toast-wrapper .toast-icon .fa-exclamation-circle {
    color: #ffc107;
}

.toast-wrapper .toast-icon .fa-times-circle {
    color: #dc3545;
}

.toast-wrapper .toast-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    padding: 7px;
    font-size: 20px;
    transform: translateY(-50%);
}

.toast-wrapper .toast-content {
    padding-left: 70px;
    padding-right: 60px;
}

.toast-wrapper .toast-content .toast-type {
    margin-top: 0;
    margin-bottom: 8px;
    color: #3e3e3e;
    font-weight: 700;
}

.toast-wrapper .toast-content .toast-message {
    margin-top: 0;
    margin-bottom: 0;
    color: #878787;
}

.toast-wrapper .toast-close {
    position: absolute;
    right: 22px;
    top: 50%;
    width: 14px;
    cursor: pointer;
    fill: #878787;
    transform: translateY(-50%);
}

sup {
    padding-left: 5px;
    font-weight: bolder;
    font-size: 10px;
    color: red;
}

.popup-detail
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1111;
    display: none;
}
.popup-detail.active
{
    display: block;
}
.popup-detail .content
{
    max-width: 836px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 10000px;
    max-height: 540px;
    background: #FFF;
    padding: 15px;
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    z-index: 2;
}
.popup-detail .close-popup
{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: default;
}
.popup-detail .content .content-left
{
    flex: 1;
    position: relative;
}
.popup-detail .content .content-left .img-big
{
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 100%;
}
.popup-detail .content .content-left .arrow
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0,0,0,0.5);
    height: 60px;
    z-index: 111;
}
.popup-detail .content .content-left .arrow.arrow-next
{
    right: 0;
}
.popup-detail .content .content-left .arrow.arrow-prev
{
    left: 0;
}
.popup-detail .content .content-left .arrow svg
{
    width: 30px;
    fill: #FFF;
    height: 30px;
}
.popup-detail .content .content-right
{
    width: 310px;
    padding-left: 15px;

}
.popup-detail .content .content-right .product-name
{
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.popup-detail .content .content-right .list-image
{
    display: grid;
    margin-top: 15px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}
.popup-detail .content .content-right .list-image .item
{
    border: 1px solid #fff;
}
.popup-detail .content .content-right .list-image .item.active
{
    border: 1px solid red;
}
@media(max-width: 850px)
{
    .popup-detail
    {
        display: none !important;
    }
}
.info-page
{
    padding: 40px 0;
}
.info-main
{
    display: flex;
}
.info-main .info-l
{
    width: 300px;
    border-right: 1px solid #d3d3d3;
}
.info-main .avatar
{
    width: 200px;
    height: 200px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #d3d3d3;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}
.info-main .avatar .input-file
{
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #FFF;
    cursor: pointer;
}
.info-main .avatar .input-file i
{
    cursor: pointer;
}
.info-main .avatar .input-file input[type="file"]
{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.info-main .info-l .list-tab-info
{
    max-width: 200px;
    margin: auto;
    margin-top: 30px;
    border-top: 1px solid #d3d3d3;
}
.info-main .info-l .list-tab-info .item
{
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}
.info-main .info-l .list-tab-info .item:hover
{
    background: #e9983d;
    color: #FFF;

}
.info-main .info-l .list-tab-info .item.active:before
{
    position: absolute;
    content: "";
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-left: 10px solid #e9983d;
    border-bottom: 5px solid transparent;
}
.info-main .info-l .list-tab-info .item.active:hover:before
{
    border-left: 10px solid #FFF;
}
.info-main .info-r
{
    flex: 1;
    padding: 0 15px;
}
.info-main .info-r .item-input
{
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.info-main .info-r .item-input label
{
    width: 150px;
    font-weight: bold;
    font-size: 16px;
}
.info-main .info-r .group-form
{
    margin-bottom: 15px;
}
.info-main .info-r .item-input .form-control
{
    flex: 1;
}
.info-main .info-r .tab
{
    display: none;
}
.info-main .info-r .tab.active
{
    display: block;
}
.info-main .title-info
{
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}
@media(max-width: 768px)
{
    .info-main
    {
        display: block;
    }
    .info-main .info-l
    {
        margin: auto;
        border: none;
    }
    .info-main .title-info {
        margin-top: 20px;
    }
}


.message
{
    position: fixed;
    top: 50px;
    right: 10px;
    z-index: 11111111111;
}
.message .item
{
    margin-bottom: 10px;
    padding: 10px 30px;
    border-radius: 5px;
    box-shadow: 0 0 4px #d3d3d3;
    color: #e9983d;
    background: #FFF;
}