* {
    box-sizing: border-box;
}

/* :root {
    --primary-color: #222;
    --second-color: #000;
    --third-color: #FFF;
    --fourth-color: #888888;
    --fifth-color: #a4004f;
    --sixth-color: #e1e1e1;
    --seventh-color: #555555;
    --eighth-color: #f6f6f6;
    --ninth-color: #d8d7d7;
    --tenth-color: 255, 255, 255;
    --eleventh-color: 0, 0, 0;
    --twelfth-color: 24, 24, 24;
} */

@font-face {
    font-family: Plus Jakarta Sans;
    src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype'),
        url('../fonts/PlusJakartaSans-VariableFont_wght.woff') format('woff');
    font-display: swap;
}

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
}

/* .adm-glyphicon span {
    background: url('../img/setting.png');
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block !important;
    position: relative;
    z-index: 9;
} */

.wrap {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

a:hover,
a:focus {
    text-decoration: none;
}

input,
button,
textarea,
select {
    outline: none;
}

/* input {
    -webkit-appearance: none;
} */

.img-404 {
    max-width: 100%;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.img-100 {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}

.img-100 img {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s linear;
}

/* .img-100:hover img {
    transform: scale(1.05);
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: unset;
    font-weight: unset;
    margin: 0px;
    padding: 0px;
}

.site-title {
    width: 0px;
    height: 0px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

/* a[href^="tel"] {
    color: inherit; 
    text-decoration: none; 
} */

#swal2-html-container {
    font-size: 18px !important;
    text-align: center;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
    font-size: 14px;
}

.swal2-popup {
    width: 350px;
}

.wrap-img {
    display: block;
}

.stop-scroll {
    height: 100%;
    overflow: hidden;
}

.hover-opacity:hover {
    opacity: .7;
    transition: all .2s ease-out;
}

.hover-width {
    position: relative;
}

.button-black {
    background-color: var(--second-color);
    color: var(--third-color);
    border: 2px solid var(--second-color);
    text-align: center;
    transition: all .2s ease-out;
}

.button-black:hover {
    background-color: var(--third-color);
    color: var(--second-color);
}

.button-white {
    background-color: var(--third-color);
    color: var(--second-color);
    border-radius: 2px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 600;
    transition: all .3s;
}

.button-white:hover {
    background-color: var(--second-color);
    color: var(--third-color);
}

.h2-wrap {
    text-align: center;
    position: relative;
    padding: 5px 0;
}

.h2-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--second-color);
    bottom: 50%;
    left: 0;
}

.h2-title {
    color: var(--second-color);
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    display: inline-block;
    padding: 0px 50px;
    background: var(--third-color);
    position: relative;
    z-index: 1;
}

.p-des {
    font-size: 16px;
    color: var(--seventh-color);
    text-align: center;
}

.in-hoa {
    color: var(--second-color);
    text-transform: uppercase;
    font-weight: 700;
}

.img-transform img {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
}

.img-transform:not(:hover):not(.active) img {
    transform: translateX(-30px);
}

.img-surfing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 120%;
    height: 100px;
    background: rgba(var(--tenth-color), .3);
    transition: all .6s linear;
    z-index: 1;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(-150%);
    pointer-events: none;
}

.img-surfing:hover:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(200%);
    left: -100%;
    top: 100%;
}



/* ---------Navbar---------- */
.sticky-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-wrap {
    background: var(--primary-color);
    color: var(--third-color);
    padding: 8px 0px;
}

.navbar-left-inner{
    font-size: 14px;
}

.navbar-right-inner {
    text-align: right;
}

.navbar-right-inner svg {
    fill: var(--third-color);
    margin-right: 3px;
    transform: translateY(2px);
}

.navbar-right-inner ul li {
    display: inline-block;
}

.navbar-right-inner ul li:not(:first-child) {
    margin-left: 30px;
    position: relative;
}

.navbar-right-inner ul li:not(:first-child)::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 14px;
    background-color: var(--fourth-color);
    position: absolute;
    top: 50%;
    left: -17px;
    transform: translateY(-50%);
}

.navbar-right-inner ul li a {
    color: var(--third-color);
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
    line-height: 20px;
}


.navbar-right-inner ul li .dangtin img {
    height: 19px;
    margin-right: 5px;
    transform: translateY(-3px);
}

/* ----------------Header--------- */
.header-wrap {
    background: var(--second-color);
    padding: 24px 0px;
    color: var(--third-color);
}

.logo-header img {
    max-height: 50px;
}

.form-search {
    border: 2px solid var(--third-color);
    display: grid;
    grid-template-columns: max-content auto 40px max-content max-content;
    font-size: 13px;
    margin-top: 4px;
}

.header-wrap svg {
    fill: var(--third-color);
}

.form-search .muc-luc {
    position: relative;
    height: 40px;
    background-color: transparent;
    padding: 0 10px;
    border-right: 1px solid var(--third-color);
}

.form-search .search-filter2 {
    padding: 0 10px;
    line-height: 40px;
    border-left: 1px solid var(--third-color);
    border-right: 1px solid var(--third-color);
}

.form-search .muc-luc option,
.search-filter option {
    color: var(--primary-color);
}

.search-filter{
    padding: 0 10px;
    line-height: 40px;
    background-color: transparent;
}

.muc-luc .ten-muc-luc svg {
    margin-left: 15px;
}

.muc-luc .menu-search {
    position: absolute;
    left: auto;
    right: 0;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 2;
    min-width: 160px;
    background: var(--third-color);
    border: 1px solid rgba(var(--eleventh-color), .15);
    margin-top: 5px;
    font-size: 13px;
    color: var(--second-color);
}

.muc-luc .menu-search li {
    padding: 4px 10px;
    cursor: pointer;
}

.muc-luc .menu-search::-webkit-scrollbar,
.box-chung .product-shopping::-webkit-scrollbar,
#menu-all-departments-m .level-1::-webkit-scrollbar {
    width: 5px;
}

.muc-luc .menu-search::-webkit-scrollbar-thumb,
.box-chung .product-shopping::-webkit-scrollbar-thumb,
#menu-all-departments-m .level-1::-webkit-scrollbar-thumb {
    background: var(--fourth-color);
    border-radius: 10px;
}

.form-search input,
.form-search .submit-search {
    background: transparent;
    border: none;
    padding: 0px 10px;
    position: relative;
}

.form-search .submit-search svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.show-build {
    animation: show .3s linear;
}

@keyframes show {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

.header-icon {
    text-align: right;
}

.header-icon .icon {
    color: var(--third-color);
    display: inline-block;
    text-align: center;
}

.header-icon .icon:not(:first-child) {
    margin-left: 20px;
}

.header-icon .icon .icon-wrap {
    display: inline-block;
    position: relative;
}

.header-icon .icon .text {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 3px;
}

.header-icon .icon .num {
    position: absolute;
    top: 0;
    right: -50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    background: var(--fifth-color);
    border-radius: 50%;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}



/* -------boxpage----- */
.boxpage {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(var(--twelfth-color), .3);
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.block-content {
    background-color: var(--third-color);
    color: var(--second-color);
    border-left: 1px solid var(--sixth-color);
    padding: 30px;
    width: 400px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    transition: all .4s ease-in-out;
    z-index: 12;
    margin-right: -150px;
}

.boxpage.active {
    visibility: visible;
    opacity: 1;
}

.boxpage.active .block-content {
    margin-right: 0px;
}

.close-boxpage {
    cursor: pointer;
    position: absolute;
    top: 9px;
    left: -50px;
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 39px;
    text-align: center;
    background-color: var(--third-color);
    border-radius: 50%;
}

.close-boxpage svg {
    margin-top: 12.5px;
}

.block-head {
    text-align: center;
    color: var(--second-color);
    margin-bottom: 30px;
}

.block-head .title {
    padding-top: 5px;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.block-head .title::before {
    content: '';
    height: 2px;
    width: 0;
    right: 0;
    position: absolute;
    transition: width .2s ease-in-out;
    bottom: -4px;
    background: var(--second-color);
}

.block-head:hover .title::before {
    width: 100%;
    left: 0;
    right: auto;
}

.block-head .icon {
    display: inline-block;
    position: relative;
}

.block-head .icon .num {
    position: absolute;
    background-color: var(--sixth-color);
    font-size: 11px;
    right: -10px;
    top: 0px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
}

.box-chung .no-product {
    text-align: center;
}

.box-chung .no-product p {
    font-size: 16px;
    margin-bottom: 20px;
}

.box-chung .no-product a {
    display: inline-block;
    border-radius: 2px;
    font-size: 16px;
    color: var(--second-color);
    border: 2px solid var(--second-color);
    padding: 8px 30px;
}

.box-chung .view-cart .tong-cong {
    text-transform: uppercase;
    line-height: 23px;
}

.box-chung .view-cart .price-tong-cong {
    text-align: right;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}

.box-chung .view-cart .price {
    text-align: right;
}

.box-chung .view-cart .go-to-cart {
    margin-top: 20px;
    padding: 12px 24px;
    border-radius: 2px;
    text-transform: capitalize;
    display: block;
}

.box-chung .product-shopping {
    height: calc(100vh - 260px);
    margin-bottom: 30px;
    overflow-y: auto;
    overflow-x: hidden;
}

.box-chung .product-shopping .item {
    padding: 20px 5px 30px;
    position: relative;
    margin-right: 7px;
}

.box-chung .product-shopping .item:not(:last-child) {
    border-bottom: 1px solid var(--sixth-color);
}

.box-chung .product-shopping .item .delete-pr-cart {
    position: absolute;
    transition: all .2s ease-out;
    top: 24px;
    right: 12px;
    z-index: 1;
}

.box-chung .product-shopping .item:not(:hover) .delete-pr-cart {
    opacity: 0;
    visibility: hidden;
    transform: translateX(7px) rotate(20deg);
}

.box-chung .product-shopping .item .item-inner-right {
    margin: 5px 20px 0px -5px;
}

.box-chung .product-shopping .item .wrap-img {
    padding-bottom: 100%;
}

.box-chung .product-shopping .item .product-name {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--second-color);
}

.box-chung .product-shopping .item .group-price {
    font-weight: 400;
    margin-top: 8px;
}

.box-chung .item .group-price .quantity {
    font-size: 11px;
    margin-left: 5px;
}

#box-account .tab-login {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(var(--eleventh-color), .5);
}

#box-account .tab-login li {
    display: inline-block;
    width: 49.4%;
    text-align: center;
    opacity: .5;
    padding: 0 5px 10px;
}

#box-account .tab-login li.active {
    border-bottom: 1.5px solid var(--second-color);
    opacity: 1;
}

#box-account .tab-login li a {
    color: var(--second-color);
    text-transform: uppercase;
}

.form-account .input-wrap {
    margin-bottom: 14px;
}

.form-account .input-wrap .title {
    font-size: 16px;
    margin-bottom: 5px;
}

.form-account .input-wrap input {
    width: 100%;
    line-height: 37px;
    padding: 0 17px;
    border: 1px solid var(--sixth-color);
    border-radius: 4px;
    font-size: 16px;
}

.password-wrap {
    position: relative;
}

.password-wrap svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
}

.form-account .forgot-pass {
    text-align: right;
}

.form-account .forgot-pass a {
    font-size: 16px;
    color: var(--second-color);
    text-decoration: underline;
    transition: all .2s ease-out;
}

.form-account .submit {
    font-size: 12px;
    padding: 10px 30px;
    width: 100%;
    border-radius: 2px;
    text-transform: capitalize;
    display: block;
}


-----------------------------------------recover-passes-------------------------------- #form-change-pass .add-item:not(:last-child) {
    margin-bottom: 20px;
}

#recover .modal-dialog {
    background-color: var(--third-color);
    padding: 40px 25px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(var(--eleventh-color), .5);
}

#recoverrr .modal-content {
    text-align: center;
    padding: 20px;
}

.user-img img {
    width: 80px;
    margin: 15px 0;
}

#recoverrr .input-wrap input {
    width: 80%;
    margin: 20px auto;
    border-radius: 40px;
    background: var(--eighth-color);
    padding: 0 20px;
    height: 40px;
    border: none
}

.quenmk-btn {
    width: 80%;
    border-radius: 40px;
    border: 2px solid var(--second-color);
    padding: 0 20px;
    height: 40px;
    background-color: var(--second-color);
    color: var(--third-color);
    font-size: 16px;
    transition: all .2s ease-out;
}

.quenmk-btn:hover {
    background-color: var(--third-color);
    color: var(--second-color);
}

.title-page-recover {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--eighth-color);
    padding: 30px 0px;
    margin-bottom: 30px;
}

#form-recover-pass .add-item {
    margin-bottom: 15px;
}

#form-recover-pass .add-item-label {
    font-size: 16px;
    color: var(--second-color);
    margin-bottom: 5px;
}

#form-recover-pass .add-item-body input {
    border: 1px solid var(--second-color);
    height: 34px;
    line-height: 34px;
    width: 100%;
    padding: 0 15px;
}

#form-recover-pass .add-item-body button {
    font-size: 16px;
    background-color: var(--second-color);
    border: none;
    color: var(--third-color);
    display: inline-block;
    padding: 7px 35px;
}

/* ------------Banner--------- */
.banner-wrap {
    margin-bottom: 85px;
    padding-top: 5px;
}

.has-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner {
    position: relative;
}

.banner-width {
    /* min-width: 600px; */
    width: 53%;
    float: left;
}

#banner .item img {
    height: 575px !important;
    object-fit: cover;
}

.also-like-it {
    height: 570px;
    width: 47%;
    float: right;
    position: relative;
}

#banner .slide-content {
    padding: 0% 40% 5% 15%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#banner .slide-content .slide-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    color: var(--second-color);
    text-transform: uppercase;
}

#banner .slide-content .slide-des {
    font-weight: 400;
    line-height: 22px;
    color: var(--seventh-color);
    margin-bottom: 25px;
    margin-top: 10px;
}

#banner .slide-content .see-detail {
    font-size: 11px;
    padding: 7px 42px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
}

#banner .slide-content .see-detail:hover {
    background-color: transparent;
}

#banner .owl-nav button,
.product-images-jcarousel-wrap .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid var(--sixth-color);
    background-color: var(--third-color);
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease-in-out;
}

#banner .owl-nav button svg,
.product-images-jcarousel-wrap .owl-nav button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#banner .owl-nav button:hover,
.product-images-jcarousel-wrap .owl-nav button:hover {
    opacity: .7;
}

#banner .owl-nav .owl-prev,
.product-images-jcarousel-wrap .owl-nav .owl-prev {
    left: 0;
}

#banner .owl-nav .owl-next,
.product-images-jcarousel-wrap .owl-nav .owl-next {
    right: 0;
}

#banner .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

#banner .owl-dots button {
    margin: 0 3px;
    padding: 0;
    border: none;
    background-color: unset;
}

#banner .owl-dots button.active span {
    background-color: var(--second-color);
}

#banner .owl-dots button span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--fourth-color);
}

.also-like-it {
    padding-left: 5px;
}

.also-like-it .item {
    width: 50%;
    float: left;
    padding-bottom: 5px;
    padding-right: 5px;
}

.also-like-it .item.last {
    padding-right: 0;
}

.also-like-it .item img {
    height: 285px;
    object-fit: cover;
}

/* -----Tất cả danh mục------ */
.our-category-inner {
    margin: 35px -15px 0px
}

.item-category {
    padding: 0 15px;
    width: 20%;
    float: left;
}

.item-category .img-category {
    display: block;
    width: 42%;
    float: left;
}

.item-category img {
    /* width: 74px;
    height: 74px; */
    object-fit: cover;
}

.item-category .name {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px;
    border: 1px solid var(--sixth-color);
    border-radius: 2px;
    padding: 5px 19px;
    color: var(--second-color);
    font-size: 14px;
}

.item-category ul li a {
    color: var(--seventh-color);
    font-size: 13px;
    transition: all .2s ease-out;
}

.item-category ul li a:hover {
    color: var(--second-color);
}

.item-category ul li:not(:last-child) {
    margin-bottom: 8px;
}

.item-category .content {
    padding: 0px 0px 35px;
    width: 58%;
    float: left;
}

.elas_pagination {list-style: none; padding: 0; width: 100%; text-align: center; margin-top: 20px;}

/* -----------breadcrumb------- */
.breadcrumb-build {
    background-color: var(--eighth-color);
    height: 49px;
    line-height: 49px;
}

.breadcrumb-build ol li {
    display: inline-block;
    position: relative;
}

.breadcrumb-build ol li:last-child a {
    pointer-events: none;
}

.breadcrumb-build ol li:not(:first-child) {
    margin-left: 24px;
}

.breadcrumb-build li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.44px;
    color: var(--primary-color);
    transition: .3s linear;
}

.breadcrumb-build li a:hover {
    color: var(--color-0B3954);
}

.breadcrumb-build li:not(:first-child)::before {
    content: url(../img/icon-breadcrumb.svg);
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: -12px;
}

/* ---------Product item------ */
.item-product {
    margin-bottom: 30px;
}

.item-product .wrap-img {
    padding-bottom: 125%;
    margin-right: -15px;
}

.item-product .wrap-img .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 1;
}

.item-product:hover .img-hover {
    opacity: 1;
}

.item-product:hover .yeu-thich {
    opacity: 1;
}

.item-product .yeu-thich:hover svg {
    fill: var(--fifth-color);
}

.item-product .yeu-thich {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 2;
}

.item-product .name {
    color: var(--second-color);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    height: 40px;
}

.item-product .price {
    color: var(--fourth-color);
    font-size: 14px;
    margin-top: 5px;
}

.all-product-list .item-product .content, #product-related .item-product .content {
    text-align: center;
}

.item-product .add-cart-wrap {
    margin-top: 20px;
}

.item-product .add-cart-wrap .buttons_added {
    width: 55%;
    float: left;
}

.item-product .add-to-cart{
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 2px solid var(--second-color);
    line-height: 38px;
    text-align: center;
    margin-left: 7px;
}

.item-product .add-to-cart svg {
    margin-top: 6px;
}

/* -------Best seller-------- */
.best-seller{
    margin-top: 40px;
}

.best-seller-inner {
    margin-top: 20px;
}

.best-seller-left {
    width: 68%;
    float: left;
}

.best-seller-left .item-product {
    padding-right: 30px;
    width: 20%;
    float: left;
}

.prd-2 .wrap-img {
    padding-bottom: 85%;
    margin: 0px 0px 15px;
}

.best-seller-right {
    text-align: center;
    width: 32%;
    float: left;
    position: relative;
    min-height: 435px;
}

.best-seller-right .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px 0;
    width: 100%;
}

.best-seller-right .discount {
    margin: 0 55px;
    background: var(--third-color);
    color: var(--second-color);
    font-size: 44px;
    font-weight: 600;
    line-height: 58px;
    text-transform: uppercase;
    padding: 0 10px;
}

.best-seller-right .on-cosmetics {
    margin: 12px 55px;
    background: var(--second-color);
    color: var(--third-color);
    font-size: 50px;
    font-weight: 700;
    line-height: 67px;
    text-transform: uppercase;
    padding: 10px;
}

.best-seller-right .of-brand {
    color: var(--third-color);
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 10px;
}

.best-seller-right .des {
    color: var(--third-color);
    padding: 0 10px;
    margin: 12px 0px 25px;
}

.best-seller-right .buy-today {
    padding: 6px 54px;
    display: inline-block;
}

.suggest-for-you{
    margin-top: 70px;
}

.suggest-for-you .h2-wrap{
    margin-bottom: 30px;
}

/* ------Banner middle------ */
.banner-middle {
    margin-top: 75px;
}

.banner-content,
.new-product .img-content {
    padding: 20px 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: var(--third-color);
}

.banner-content .title,
.new-product .img-content .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--third-color);
}

.banner-content .see-more,
.new-product .img-content .see-more {
    display: inline-block;
    padding: 6px 50px;
    margin-top: 20px;
    font-weight: 700;
}

.banner-content .see-more.no-bg {
    border: 2px solid var(--third-color);
    color: var(--third-color);
    background-color: transparent;
}

.banner-content .see-more.no-bg:hover {
    background-color: var(--third-color);
    color: var(--second-color);
}

.banner-middle .wrap-img {
    overflow: hidden;
    position: relative;
}

.banner-middle .wrap-img img {
    transition: .7s ease-in-out;
}

.banner-middle .wrap-img:hover img {
    transform: scale(1.1);
}

.banner-middle .top-right-ontop {
    margin-bottom: 30px;
}

.banner-middle-bottom {
    margin-top: 30px;
}

.banner-middle-bottom img {
    width: 100%;
}

/* Giới thiệu */
.gioithieu-full,
.gioithieu-short {
    background: var(--third-color);
    padding-top: 40px;
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 22px;
}

.gioithieu-short .col-sm-12 {
    height: 133px;
    overflow: hidden;
}

.gioithieu-collapse,
.gioithieu-readmore {
    text-align: center;
    margin-top: 25px;
    font-size: 13px;
}

.gioithieu-collapse a,
.gioithieu-readmore a {
    color: var(--primary-color);
}

.gioithieu-collapse a,
.gioithieu-readmore a {
    border: 1px solid #cacaca;
    height: 29px;
    line-height: 27px;
    padding: 0 12px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px;
}

/* -----Product list-----  */
.img-product-list{
    margin-bottom: 30px;
}

.img-product-list .item{
    position: relative;
    overflow: hidden;
    width: 33.33%;
    float: left;
}

.img-product-list .item img{
    transition: all .7s ease-in-out;
}


.product-list-page{
    margin-top: 30px;
    margin-bottom: 60px;
}

.sidebar-product .close-filter {
    display: none;
}

.icon-filter{
    display: none;
}

.sidebar-product .block .title-block{
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--second-color);
    text-transform: uppercase;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--sixth-color);
    position: relative;
    cursor: pointer;
}

.sidebar-product .block .title-block .cong-tru-wrap,
.sidebar-product .cong-tru-child
{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    right: 0;
    text-align: center;
    line-height: 20px;
    z-index: 1;
    cursor: pointer;
}

.sidebar-product .block .title-block .cong-tru-wrap {
    z-index: -1;
}

.sidebar-product .block .title-block .thu-gon
{
    transform: translateY(5px);
    display: none;
}

.sidebar-product .cong-tru-child .thu-gon {
    transform: translateY(5px);
}

.sidebar-product .cong-tru-child .mo-rong {
    display: none;
}

.sidebar-product .block .title-block .cong-tru-wrap.active .thu-gon,
.sidebar-product .cong-tru-child.collapsed .mo-rong
{
    display: unset;
}

.sidebar-product .block .title-block .cong-tru-wrap.active .mo-rong,
.sidebar-product .cong-tru-child.collapsed .thu-gon
{
    display: none;
}

.sidebar-product .block .select-content{
    margin-bottom: 60px;
}

.sidebar-product .block a{
    color: var(--fourth-color);
    font-size: 15px;
}

.sidebar-product .block .cate-child li{
    padding: 10px 0px;
}

.sidebar-product .block .cate-child a{
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    transition: all .3s linear;
}

.sidebar-product .block a:hover{
    color: var(--primary-color);
}


.sidebar-product .block .cate-child a::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 1px;
    background: var(--second-color);
    width: 0;
    transition: all .3s linear;
}

.sidebar-product .block .cate-child a:hover::before {
    width: 100%;
    right: auto;
}

.sidebar-product .search-product {
    position: relative;
}

.sidebar-product .search-product .content {
    height: 37px;
    line-height: 34px;
    border: 1px solid var(--sixth-color);
    width: 100%;
    color: var(--seventh-color);
    padding: 0px 52px 0px 15px;
}

.sidebar-product .search-product .submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 37px;
    height: 37px;
    line-height: 37px;
    background-color: transparent;
}

.sidebar-product .img-sidebar{
    padding-bottom: 101%;
}

.sidebar-product .img-sidebar-content{
    position: absolute;
    padding: 0px 30px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    color: var(--third-color);
    text-align: center;
    width: 100%;
} 

.sidebar-product .img-sidebar-content .subtitle{
    margin-bottom: 25px;
}

.sidebar-product .img-sidebar-content .title{
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.form-contact-mail-sidebar input{
    background-color: transparent;
    color: var(--third-color);
    margin-bottom: 10px;
    border: 2px solid var(--third-color);
    width: 100%;
    line-height: 37px;
    padding: 0 17px;
}

.form-contact-mail-sidebar input::placeholder{
    color: var(--third-color);
}

.form-contact-mail-sidebar button{
    width: 100%;
    border: none;
    line-height: 37px;
    font-weight: 700;
}

.loc-product * {
    font-size: 16px;
}

.products-sort-order .loc-product {
    color: var(--fourth-color);
    padding: 8px 10px;
    border: 1px solid var(--sixth-color);
    display: inline-block;
}

.products-sort-order .loc-product.active{
    background-color: var(--primary-color);
    color: var(--third-color);
}


/* -------Product detail------ */
.product-detail-top{
    margin-top: 30px;
}

.slider-container{
    /* border: 1px solid var(--sixth-color); */
    overflow: hidden;
}

.slider-container .wrap-img{
    padding-bottom: 100%;
}

.owl-product-detail .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
    background-color: unset;
    border: none;
}

#slider {
    /* border: 1px solid var(--sixth-color); */
    overflow: hidden;
    margin-bottom: 15px;
}

.owl-product-detail .owl-nav .owl-prev{
    left: 0px;
}

.owl-product-detail .owl-nav .owl-next{
    right: 0px;
}

.owl-product-detail:hover .owl-nav button{
    visibility: visible;
    opacity: 1;
}

.owl-product-detail:hover .owl-nav .owl-prev{
    left: 5px;
}

.owl-product-detail:hover .owl-nav .owl-next{
    right: 5px;
}

#thumbnailSlider .item{
    padding-bottom: 100%;
    border: 1px solid var(--sixth-color);
}

#thumbnailSlider .item img{
    opacity: .6;
}

#thumbnailSlider .item .active{
    opacity: 1;
}

.product-detail-right .product-name{
    font-size: 20px;
    line-height: 30px;
}

.product-detail-right .price{
    font-size: 16px;
    margin: 10px 0px;
}

.product-detail-right .multi-fields .item{
    color: var(--seventh-color);
    line-height: 22px;
    padding-left: 17px;
    position: relative;
}

.product-detail-right .multi-fields .item::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: 57%;
    left: 0px;
    transform: translateY(-50%);
}

.product-detail-right .tinh-trang{
    margin: 10px 0px 30px;
}

.product-detail-right .tinh-trang.het-hang{
    color: var(--fifth-color);
}

.product-detail-right .add-cart-wrap .buttons_added{
    margin-right: 20px;
    width: 30%;
    float: left;
}

.product-detail-right .btn-cart{
    display: block;
    height: 36px;
    line-height: 34px;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.product-detail-right .btn-cart.add-cart{
    width: calc(70% - 20px);
    float: left;
}

.product-detail-right .btn-cart svg{
    fill: var(--third-color);
    margin-right: 3px;
    transform: translateY(2px);
    transition: all .2s ease-out;
}

.product-detail-right .btn-cart.add-cart:hover svg{
    fill: var(--second-color);
}

.product-detail-right .or-wrap{
    margin: 15px 0;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--primary-color);
    opacity: .7;
    text-align: center;
    position: relative;
}

.product-detail-right .or-wrap span{
    display: inline-block;
    padding: 0 10px;
    background-color: var(--third-color);
    position: relative;
    z-index: 1;
}

.product-detail-right .or-wrap::before{
    content: '';
    height: 1px;
    background-color: var(--primary-color);
    opacity: .1;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.product-detail-right .buy-now{
    border: 2px solid var(--second-color);
    text-align: center;
}

.product-detail-right .buy-now svg{
    fill: var(--second-color);
}

.product-detail-right .buy-now:hover svg{
    fill: var(--third-color);
}

.product-detail-right .add-wishlist{
    font-size: 12px;
    color: var(--second-color);
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.product-detail-right .add-wishlist svg{
    transform: translateY(2px);
    margin-right: 5px;
}

.product-detail-right .hang-mucluc{
    margin-bottom: 7px;
    color: var(--seventh-color);
}

.product-detail-right .hang-mucluc span{
    color: var(--primary-color);
}

.product-detail-right .hang-mucluc a{
    color: var(--seventh-color);
}

.product-detail-right .hang-mucluc a:hover{
    color: var(--primary-color);
}

.product-detail-right .cam-ket{
    padding: 13px 5px;
    background-color: var(--eighth-color);
    text-align: center;
}

.product-detail-right .cam-ket:not(:last-child){
    margin-bottom: 5px;
}

.product-detail-right .cam-ket strong{
    font-weight: 800;
}

.product-detail-right-2 .banner{
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}

.product-detail-right-2 .banner img{
    transition: all .7s ease-in-out;
}

.product-detail-middle .product-detail-sidebar{
    padding: 60px 0px;
}

.product-detail-content{
    padding: 30px 0px 60px;
    margin-top: 30px;
    position: relative;
    border-top: 1px solid var(--sixth-color);
}

.product-detail-content .tab-detail{
    text-align: center;
}

.tab-detail li{
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.tab-detail li:not(:last-child){
    margin-right: 15px;
}

.tab-detail li a{
    color: var(--seventh-color);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}

.tab-detail li.active a,
.tab-detail li a:hover{
    border-bottom: 2px solid var(--second-color);
    color: var(--second-color);
}


.tab-content-wrap.product-content h1,
.tab-content-wrap.product-content h2,
.tab-content-wrap.product-content h3, 
.tab-content-wrap.product-content h4
.tab-content-wrap.product-content p{
    font-weight: unset;
    text-transform: unset;
    font-family: 'Plus Jakarta Sans';
}

.tab-content-wrap.product-content h1{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0 0 20px 0;
}

.tab-content-wrap.product-content h2{
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: var(--primary-color);
}

.tab-content-wrap.product-content h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0 0 15px 0;
}

.tab-content-wrap.product-content h4{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.tab-content-wrap.product-content p{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    color: var(--seventh-color);
}

.tab-content-wrap.product-content img{
    margin: 20px 0px;
    max-width: 100%;
    text-align: center;
}

.tab-content-wrap.product-content ul{
    margin-bottom: 12px;
    padding-left: 20px;
}

.tab-content-wrap.product-content ul li{
    list-style: disc;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
}

.product-detail-bottom .h2-wrap{
    margin-bottom: 20px;
}

.input-qty{
    text-align: center;
    width: 46%;
    height: 36px;
    padding: 2px 2px;
    border: 1px solid var(--ninth-color);
    color: var(--primary-color);
    display: block;
    margin-right: 0px;
    float: left;
    border-radius: 0px;
}

/* Chrome, Safari, Edge, Opera */
.input-qty::-webkit-outer-spin-button
.input-qty::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

.minus,
.plus{
    width: 27%;
    height: 36px;
    display: block;
    border: 1px solid var(--ninth-color);
    text-align: center;
    font-size: 20px;
    padding: 0;
    cursor: pointer;
    background: var(--third-color);
    float: left;
}

.minus{
    border-right: 0px;
    border-radius: 3px 0px 0px 3px;
}

.plus{
    border-left: 0px;
    border-radius: 0px 3px 3px 0px;
}

.minus span{
    display: inline-block;
    transform: translateY(-1px);
}

.plus span{
    display: inline-block;
    transform: translateY(-2px);
}

/* Từ khóa + footer  */
.tukhoa {
    background: var(--primary-color);
    color: var(--third-color);
}

.tukhoa a {
    color: var(--third-color);
}

.tukhoa_title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 35px;
    padding-bottom: 20px;
    font-size: 21px;
    margin-bottom: 30px;
    position: relative;
}

.tukhoa_title::after {
    background: var(--third-color);
    display: inline-block;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    left: 48%;
}

.tukhoa_body {
    padding-bottom: 30px;
}

.tukhoa_body ul {
    list-style: none;
    padding: 0;
}

.tukhoa_body li {
    background: url('../img/keyli.png') no-repeat 0 8px;
    width: 33%;
    float: left;
}

.tukhoa_body li a {
    padding-left: 15px;
    line-height: 25px;
}

.footer,
.copyright {
    background: var(--second-color);
    color: var(--third-color);
}

.footer {
    padding-top: 40px;
}

.footer-body ul {
    list-style: none;
    padding: 0;
}

.footer-body li {
    line-height: 24px;
}

.footer-body li a {
    color: var(--third-color);
    font-size: 14px;
}

.footer-tab1 {
    position: relative;
}

.footer-tab1 img {
    max-width: 168px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright .copyright-body {
    padding-top: 15px;
    border-top: 1px solid var(--sixth-color);
}

.copyright-p {
    font-size: 12px;
    padding: 0;
    line-height: 22px;
}

.copyright-app ul {
    list-style: none;
    padding: 0;
}

.copyright-app li {
    float: left;
    width: 50%;
}

.footer-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
}

.footer .social {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    color: var(--third-color);
    padding-top: 6px;
}

.footer .fa-facebook {
    background: #475a95;
}

.footer .fa-google-plus {
    background: #569208;
}

.footer .fa-youtube {
    background: #b9332c;
}

.footer-social li {
    margin-bottom: 5px;
}

.footer-tab1 {
    width: 25%;
}

.footer-tab2 {
    width: 18%;
}

.footer-tab3 {
    width: 24%;
}

.footer-tab4 {
    width: 16%;
}

.footer-tab5 {
    width: 17%;
}


/* Pagination */
.pagination-build{
    text-align: center;
    margin: 20px 0px 0px;
    padding-top: 20px;
    border-top: 1px solid var(--sixth-color);
}

.pagination-build span{
    display: inline-block;
}

.pagination-build span:not(:last-child){
    margin-right: 5px;
}

.pagination-build span a,
.pagination-build span.current{
    width: 35px;
    height: 35px;
    border: 1px solid var(--sixth-color);
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: var(--primary-color);
    transition: .3s ease;
}

.pagination-build span.current,
.pagination-build span a:hover{
    background: var(--second-color);
    color: var(--third-color);
    border: 1px solid var(--second-color);
}

.showing{
    text-align: center;
    margin-top: 10px;
}




/* --------Cart page-------- */
.cart-page{
    margin-top: 30px;
    margin-bottom: 50px;
}

.cart-items{
    padding-top: 25px;
}

.cart-items .title-pr-cart{
    color: var(--primary-color);
    padding-bottom: 14px;
    text-transform: uppercase;
    font-size: 13px;
}

.cart-items .underline{
    border-bottom: 1px solid var(--sixth-color);
}

.cart-items .cart-item {
    margin-top: 15px;
}

.cart-items .cart-item .wrap-img{
    padding-bottom: 100%;
}

.cart-items .cart-item .product-name{
    display: block;
    color: var(--second-color);
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 800;
}

.cart-items .cart-item .delete-cart{
    font-size: 15px;
    color: var(--primary-color);
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
}

.cart-items .cart-item .product-price {
    font-size: 14px;
    color: var(--fourth-color);
}

.cart-items .cart-item .product-price.total{
    font-size: 16px;
}

.cart-items .coupon{
    padding-top: 16px;
    border-top: 1px solid var(--sixth-color);
}

.form-coupon{
    border: 1px solid var(--sixth-color);
    position: relative;
}

.form-coupon input{
    width: 100%;
    line-height: 37px;
    padding: 0px 41px 0px 17px;
    border: none;
}

.form-coupon .submit-coupon{
    position: absolute;
    top: 0px;
    right: -1px;
    line-height: 33px;
    font-size: 12px;
    font-weight: 800;
    border: 2px solid var(--second-color);
    background-color: var(--third-color);
    color: var(--second-color);
    padding: 0 12px;
}

.cart-summary{
    border: 2px solid var(--second-color);
    padding: 25px;
}

.cart-summary .title{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--sixth-color);
    color: var(--primary-color);
}

.cart-summary .underline{
    border-bottom: 1px solid var(--sixth-color);
    padding: 15px 0px;
    color: var(--seventh-color);
    font-size: 16px;
}

.cart-summary .tong-cong{
    font-size: 20px;
    color: var(--primary-color);
    padding: 15px 0px;
    text-transform: uppercase;
}

.form-cart{
    margin-top: 20px;
}

.form-cart input{
    margin-bottom: 10px;
    padding: 10px 15px;
    width: 100%;
    color: var(--primary-color);
    font-size: 16px;
    border: 1px solid var(--sixth-color);
}

.form-cart .submit-cart{
    width: 100%;
    font-weight: 700;
    padding: 12px 32px;
    text-transform: uppercase;
    margin-top: 5px;
    line-height: 18px;
}

.shopping-continue{
    display: block;
    width: 100%;
    border: 2px solid var(--second-color);
    font-weight: 700;
    padding: 12px 32px;
    font-size: 14px;
    margin-top: 10px;
    line-height: 18px;
    text-align: center;
}


/* ------------------------------------sidebar-product------------------------------------ */
.list-tin-header .tab {float: left;}
.list-tin-header .tab-item {float: left;height: 37px;line-height: 37px;padding: 0 20px;background: var(--thirdteen-color);margin-right: 1px;border-radius: 5px;}
.list-tin-header .tab-item a {color: var(--third-color);display: block;}
.list-tin-header .tab-item-active {background: var(--second-color);}
.list-tin-header .loc-product {height: 37px;line-height: 35px; padding: 0 7px;border-radius: 5px; margin-left: 15px;}
.list-tin-header .grid-list {float: right;border: 1px solid var(--thirdteen-color);height: 37px;padding: 7px;margin-left: 12px;border-radius: 5px;}
.list-tin-header .grid-item {float: left;display: block;cursor: pointer;}
.list-tin-header .full {background-position: 0 -63px;width: 34px;height: 22px;float: left;margin-right: 7px;}
.list-tin-header .short {background-position: -56px -63px;width: 22px;height: 22px;float: left;}
.list-tin-header .full.active {background-position: -77px -63px;}
.list-tin-header .short.active {background-position: -34px -63px;}

.list-tin-header .tab-item {position: relative;}
.list-tin-header .tab-item-active::after {width: 0;height: 0;border-right: 10px solid transparent;border-left: 10px solid transparent;border-top: 12px solid var(--second-color);position: absolute;bottom: -12px;z-index: 1;content: "";left: 50%;transform: translatex(-50%);-moz-transform: translatex(-50%);-webkit-transform: translatex(-50%);}
.all-product-list .list-tin-header {width: 100%;margin-bottom: 15px; padding: 0;}
.list-tin-header.line-search{border-top: 1px solid var(--ninth-color);}

.elas_pagination {list-style: none; padding: 0; width: 100%; text-align: center; margin-top: 20px;}
.elas_pagination li {display: inline-block;}
.elas_pagination a {width: 35px;height: 35px;line-height: 35px;display: inline-block;background: var(--third-color);border: 1px solid var(--sixth-color);text-align: center; transition: .3s ease; color: var(--primary-color)}
.elas_pagination li.active a, .elas_pagination li:hover a {background: var(--primary-color); border: 1px solid var(--primary-color); color: var(--third-color);}

.sale-info-body {border-bottom: 1px solid var(--ninth-color);padding-bottom: 15px;}
.sale-info-body .fa {font-size: 18px; margin-right: 7px;}
.sale-phone {margin-top: 12px;margin-bottom: 12px;}
.sale-phone a {color: rgb(51, 101, 156);text-decoration: underline !important;}
.icon-share-tin {width: 31px; height: 31px; display: inline-block;}
.zalo-share {background-position: -135px -165px;}
.facebook-share {background-position: -67px -165px;}

.product-share {margin-bottom: 35px;line-height: 30px;width: 100%;float: left;margin-top: 30px;}
.product-share a, .product-share span.atitle {float: left;margin-right: 12px;}
.product-user {margin-top: 20px;float: left;width: 100%;color: var(--thirdteen-color);}
.product-user .product-user-avatar {width: 18%;}
.product-user .product-user-info {width: 80%; margin-left: 2%;}
.product-user .date {font-size: 12px;}
.product-user .date span {font-size: 13px;padding-top: 7px;display: inline-block;/* padding-left: 17px; */color: var(--thirdteen-color) !important;}
.product-user .fullname {font-weight:bold;margin-bottom: 0px;color: var(--primary-color);}


@media (max-width: 1450px) {
    .best-seller-right .discount{
        font-size: 32px;
    }

    .best-seller-right .on-cosmetics{
        font-size: 50px;
    }

    .best-seller-right .of-brand{
        font-size: 28px;
    }
}

@media (max-width: 1150px) {
    .header-icon .icon:not(:first-child){
        margin-left: 5px;
    }

    .best-seller-right .discount{
        font-size: 24px;
        margin: 0 40px;
    }

    .best-seller-right .on-cosmetics{
        font-size: 40px;
        line-height: 58px;
        margin: 12px 40px;
    }

    .best-seller-right .of-brand{
        font-size: 24px;
        line-height: 34px;
    }

    .best-seller-right .des{
        font-size: 14px;
    }

    .banner-content .title, .new-product .img-content .title{
        font-size: 26px;
        line-height: 36px;
    }
}

@media (max-width: 991px) {
    .header-icon .icon .text{
        font-size: 10px;
    }
}

@media only screen and (max-width: 768px) {
    /* ------Product list------ */
    .img-product-list{
        margin-top: 30px;
    }

    .img-product-list .item{
        width: 100%;
        float: unset;
    }

    .icon-filter{
        display: unset;
        position: fixed;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        border-radius: 0 50% 50% 0;
        border: 1px solid var(--sixth-color);
        border-left: none;
        width: 50px;
        height: 50px;
        line-height: 57px;
        text-align: center;
        background-color: var(--third-color);
        transition: .3s linear;
    }

    .fade-fade{
        opacity: 0;
    }

    .sidebar-product{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(var(--twelfth-color),.3);
        z-index: 11;
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease-in-out;
        z-index: 10;
    }

    .sidebar-product.active{
        opacity: 1;
        visibility: visible;
    }

    #filter-m{
        width: 85vw;
        background-color: var(--third-color);
        transition: all .3s ease-in-out;
        padding: 20px 10px 20px 30px;
        position: relative;
    }

    #filter-m .filter-wrap-m{
        height: 95vh;
        overflow: auto;
        padding-right: 20px;
    }

    #filter-m .filter-wrap-m::-webkit-scrollbar{
        width: 5px;
    }

    #filter-m .filter-wrap-m::-webkit-scrollbar-thumb{
        background: var(--fourth-color); 
        border-radius: 10px;
    }

    .sidebar-product .block .title-block{
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .sidebar-product .block {
        margin-bottom: 35px;
    }

    .sidebar-product .close-filter{
        position: absolute;
        top: 9px;
        right: -45px;
        display: inline-block;
        width: 37px;
        height: 37px;
        line-height: 41px;
        text-align: center;
        background-color: var(--third-color);
        border-radius: 50%;
        left: unset;
    }


    .h2-title {
        font-size: 24px;
        padding: 0px 10px;
        max-width: 300px;
        line-height: 32px;
    }

    .footer-tab1 {
        width: 100%;
    }

    .footer-tab2 {
        width: 100%;
    }

    .footer-tab3 {
        width: 100%;
    }

    .footer-tab4 {
        width: 100%;
    }

    .footer-tab5 {
        width: 100%;
    }

    .footer-tab1 img {
        position: unset;
        transform: unset;
    }

    .footer-tab {
        margin-top: 15px;
    }

    .tukhoa {
        padding-bottom: 20px;
    }

    .tukhoa_title h3 {
        font-size: 16px;
        margin-bottom: 15px;
        position: relative;
        margin: 0;
    }

    .tukhoa_body li {
        width: 50%;
    }

    .tukhoa_body li a {
        font-size: 14px;
    }

    .banner-middle .top-right-under img {
        min-height: 200px;
        object-fit: cover;
    }

    .banner-middle {
        margin-top: 30px;
    }

    .banner-content .title,
    .new-product .img-content .title {
        font-size: 26px;
        line-height: 34px;
    }

    .banner-middle .top-left {
        margin-bottom: 30px;
    }

    .best-seller-inner {
        display: block;
    }

    .best-seller-left {
        margin: 0 -15px;
        width: calc(100% + 30px);
        float: unset;
    }

    .best-seller-right {
        width: 100%;
        float: unset;
    }

    .best-seller-left .item-product {
        /* margin: 0 15px 30px; */
        width: 50%;
        padding-right: 0px;
        padding: 0 15px;
    }

    .best-seller-right .discount {
        margin: 0 40px;
        font-size: 28px;
        line-height: 40px;
    }

    .best-seller-right .on-cosmetics {
        margin: 12px 40px;
        font-size: 30px;
        line-height: 45px;
    }

    .best-seller-right .of-brand {
        font-size: 26px;
        line-height: 35px;
    }

    .best-seller-right {
        padding: 60px 0px 50px;
    }

    .item-product .wrap-img {
        padding-bottom: 85%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .item-category {
        width: 50%;
    }

    .item-category img {
        width: 45px;
        height: 45px;
    }

    .item-category .name {
        padding: 5px 8px;
        font-size: 13px;
    }

    .banner-wrap {
        display: block;
        margin-bottom: 30px;
    }

    #banner .slide-content {
        padding: 0px 15px;
    }

    .banner-width {
        min-width: unset;
        height: 570px;
        width: 100%;
        float: unset;
    }

    .also-like-it {
        padding: 0px;
        padding-top: 10px;
        /* display: block; */
        width: 100%;
        float: unset;
        height: unset;
    }

    .also-like-it .item {
        padding: 5px;
    }

    /* .also-like-it .item {
        width: 100%;
        float: unset;
    } */

    /* Header  */
    header {
        background-color: var(--primary-color);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo {
        padding-left: 16px;
        display: flex;
        align-items: center;
    }

    .ic-header a {
        padding: 0px 3px;
        display: inline-block;
    }

    .ic-header a svg{
        fill: var(--third-color);
        transform: translateY(5px);
    }

    .ic-header .h-btn-dangtin {
        border-radius: 3px;
        color: var(--third-color);
        padding: 6px 10px;
        margin-left: 5px;
        background: var(--fifth-color);
        margin-right: 4px;
        font-size: 11px;
    }

    .product-list .search-box {padding-top: 5px;font-size: 14px;}
    .ed_bloc_pstdt ul li {position: relative;width: 50%;float: left;background: none !important;}

    #owl-demo-p-ctmb{
        position: relative;
    }

    #owl-demo-p-ctmb .owl-dots{
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    #owl-demo-p-ctmb .owl-dots button{
        width: 0px;
        height: 0px;
        border: none;
    }

    #owl-demo-p-ctmb .owl-dots button span{
        display: inline-block;
        margin: 0 2px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: var(--third-color);
    }

    #owl-demo-p-ctmb .owl-dots button.active span{
        background-color: var(--primary-color);
    }

    /* ---------Cart page-------- */
    .cart-items .underline{
        display: none;
    }

    .cart-items{
        padding: 15px;
        border: 2px solid var(--second-color);
    }

    .cart-items .cart-item .delete-cart{
        margin-top: 5px;
    }

    .cart-item .buttons_added,
    .cart-item .product-price.total {
        margin-top: 15px;
    }

    .cart-items .cart-item{
        padding-bottom: 40px;
    }

    .cart-summary .tong-cong{
        font-size: 17px;
    }

    .cart-summary .underline{
        font-size: 15px;
    }

    .cart-items .cart-item .product-price.total{
        line-height: 36px;
    }

    .cart-summary{
        margin-top: 40px;
    }

    .cart-summary{
        padding: 15px;
    }

    /* .list-tin-header select {
        float: left;
        margin-top: 20px;
    } */

    .list-tin-header .loc-product{
        margin-left: 0px;
    }

    .list-tin-header .tab {
        width: 100%;
        text-align: center;
    }

    .list-tin-header .tab-item {
        display: inline-block;
        float: unset;
    }

    .elas_pagination a {
        border-radius: 0;
    }

    .product-share span.atitle {
        display: block;
        width: 100%;
        float: unset;
        margin-bottom: 5px;
    }

    .product-share {
        text-align: center;
    }

    .product-share a, .product-share span.atitle {
        float: unset;
    }

    .product-detail-right-1 {
        margin-top: 20px;
    }

    .stdt-slider-hang {
        display: none;
    }

    .block-content {
        width: 300px;
    }

    body.product {
        padding: 0;
    }

    .suggest-for-you{
        margin-top: 40px;
    }

    .best-seller {
        margin-top: 0px;
    }

    .product-report {text-align: center;margin-bottom: 25px;}
    .product-report a {border: 1px solid var(--second-color); height: 32px;line-height: 30px;display: inline-block;padding: 0 25px;border-radius: 3px;}
    
}