:root {
    --main-color: #F5E4F0;
    --text-color: #393939;
    --bg-purple: #F7F1F4;
    --border-color: rgba(57, 57, 57, 0.5);
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    color: inherit;
}

img {
    width: 100%;
    display: block;
    object-fit: cover;
}

body {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 500;
    font-family: "Wix Madefor Display", sans-serif;
    background: #FAFAFA;
}

a {
    color: #393939;
}

header {
    background: #fff;
}

p {
    margin-bottom: 1rem;
}

.top-header {
    background: var(--main-color);
    font-size: 0.875rem;
    font-weight: 600;
}

.menu>ul {
    display: flex;
}

.menu>ul>li {
    padding: 15px;
}

.menu>ul>li>a {
    text-transform: uppercase;
    font-weight: 600;
}

.slick-callback {
    max-width: 100%;
    overflow: hidden;
}

.slick-dots {
    bottom: 0;
    padding: 20px 0;
}

.banner-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}

.bn-intro {
    text-transform: uppercase;
    font-weight: 400;
}

.bn-name {
    font-size: 60px;
    width: 250px;
    text-align: center;
    line-height: 52px;
    font-family: "Playfair Display", sans-serif;
}

.banner-info span {
    display: block;
    padding: 8px 15px;
    border-radius: 5px;
    background: #fff;
    width: fit-content;
    color: var(--text-color);
    margin-top: 30px;
    margin-left: 50px;
}

.slick-dots li {
    margin: 0;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.header-action li a {
    font-size: 1.125rem;
}

.slick-10 .slick-slide {
    margin: 0 10px;
}
.slick-10 .slick-list {
    margin: 0 -10px;
}
.slick-20 .slick-slide {
    margin: 0 20px;
}
.slick-20 .slick-list {
    margin: 0 -20px;
}
.slick-30 .slick-slide {
    margin: 0 30px;
}
.slick-30 .slick-list {
    margin: 0 -30px;
}
.slick-40 .slick-slide {
    margin: 0 40px;
}
.slick-40 .slick-list {
    margin: 0 -40px;
}
.slick-50 .slick-slide {
    margin: 0 50px;
}
.slick-50 .slick-list {
    margin: 0 -50px;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    float: none; /* tránh lỗi layout */
    height: auto; /* fix chiều cao */
}

.slick-slide.slick-active:last-of-type {
    margin-right: 0;
}

.banner-category a {
    position: relative;
}

.banner-category img {
    border-radius: 10px;
}

.has-after:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    transition: all .4s;
}

.has-after:hover:after {
    opacity: 1;
    visibility: visible;
}

.banner-category span {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    left: 0;
    top: 0;
    z-index: 2;
    text-transform: uppercase;
    text-align: center;
}

.title {
    font-size: 50px;
    margin-top: 40px;
    margin-bottom: 45px;
    display: block;
    letter-spacing: 0;
}

.slick-service  {
    overflow: unset;
    width: 63%;
}

.slick-initial .slick-list {
    overflow: initial;
}

.slick-service a img {
    border-radius: 10px;
}

.info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 35px 40px;
    width: 100%;
    height: auto;
    color: #fff;
    z-index: 2;
}

.btn-view {
    display: block;
    margin: 30px 0 0;
    width: fit-content;
    padding: 8px 20px;
    border-radius: 5px;
    background: #fff;
    color: var(--text-color);
    font-weight: 300;
}

.info p {
    font-size: 36px;
    text-transform: uppercase;
}

.position-unset {
    position: unset !important;
}

.slick-service .slick-dots {
    bottom: -75px;
}

.bg-purple {
    background: var(--bg-purple);
}

.bg-dark {
    background: var(--text-color);
}

.p-80 {
    padding: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.lh-56 {
    line-height: 56px;
}

.na-info-wrap {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.na-img img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.slick-kol span {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 26px;
    width: 100%;
    display: block;
    padding: 20px;
    font-weight: 300;
}

.slick-kol {
    overflow: unset;
    width: 36.75%;
}

.slick-kol .slick-dots {
    bottom: -75px;
}

.rounded-10 {
    border-radius: 10px;
}

.bn-info {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    color: #fff;
}

.wrap-bn-info {
    width: 30%;
}

.wrap-bn-info>p:nth-child(2) {
    font-weight: 300;
}

.slick-news {
    overflow: unset;
    width: 40%;
}

.slick-news .slick-dots {
    bottom: -75px;
}

.slick-news img {
    height: 375px;
    width: 100%;
    object-fit: cover;
}

.news-item {
    background: var(--bg-purple);
}

.news-title {
    display: block;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 32px;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-bottom-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.news-intro {
    height: 42px;
    line-height: 21px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
}

.news-title.fs-18 {
    height: 64px;
    line-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
}

.news-intro * {
    font-weight: 300 !important;
}

.list-social li a {
    font-size: 42px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.company-info i {
    font-size: 24px;
}

.text-side *, .text-side {
    font-weight: 300;
    margin: 7px 0;
}

.ci-item {
    margin-bottom: 15px;
}

.menu-child ul li {
    margin-bottom: 7px;
}

.menu-child ul li a {
    font-weight: 300;
}

.menu-child ul li:not(.my-2) a {
    font-size: 15px;
}

.slide-bottom {
    -webkit-animation: slide-bottom 0.75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 0.75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-top {
    -webkit-animation: slide-top 0.75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.bottom-header.fixed {
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 3px #ddd;
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (min-width: 992px) {
    .menu-child {
        position: absolute;
        top: 100%;
        background: #fff;
        z-index: 9;
        width: 100%;
        height: auto;
        left: 0;
        padding: 40px 0 80px;
        opacity: 0;
        visibility: hidden;
        transition: all .4s;
    }

    .menu>ul>li:hover .menu-child {
        opacity: 1;
        visibility: visible;
    }
}

.list-category .na-img img {
    height: 800px;
    display: block;
    object-fit: cover;
}

.category-image .container {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}

.category-image h1 {
    font-weight: 300;
}

.filter-sort {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.sort {
    min-width: 250px;
    border: 1px solid var(--border-color);
    padding: 7px 15px;
    border-radius: 5px;
}

.sort ul {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 2;
}

.sort ul li {
    padding: 7px 15px;
    transition: all .3s;
}

.sort ul li:hover, .sort ul li.active {
    background: var(--text-color);
}

.sort ul li:hover a, .sort ul li.active a {
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

.filter {
    border: 1px solid var(--border-color);
    padding: 7px 15px;
    border-radius: 5px;
}

.product-img img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.product-info {
    padding: 20px;
    background: #fff;
}

.product-desc * {
    font-weight: 300;
    font-size: 15px;
    margin: 0;
}

.price {
    font-weight: 600;
}

.price-old {
    font-weight: 500;
    opacity: 0.5;
}

.paginator {
    display: flex;
    justify-content: center;
}

.labelPages, .titlePages {
    display: none;
}

.paginator span, .paginator a {
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 6px;
    margin-right: 6px;
    background: transparent;
    text-align: center;
    transition: all .4s;
}

.paginator span.currentPage, .paginator span:hover, .paginator a:hover {
    background: var(--text-color);
    border: none;
    color: #fff;
}

.paging-last, .paging-first {
    display: none;
}

.paging-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
}

.paging-previous:before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
}

.product-item-wrap {
    transition: all .4s;
    border: 2px solid var(--bg-purple);
}

.product-item:hover .product-item-wrap {
    box-shadow: 0 2px 20px -3px #bbb;
}

.product-desc {
    display: none;
}

.category-desc, .category-desc * {
    font-weight: 300;
}

.addToCart {
    padding: 8px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--text-color);
    margin-top: 20px;
    border-radius: 5px;
    font-weight: 300;
    transition: all .4s;
    border: 1px solid transparent;
}

.addToCart:hover {
    background: var(--bg-purple);
    color: var(--text-color);
    font-weight: 500;
    border-color: #ddd;
}

.flash-message-container {
    background: rgba(0, 0, 0, 0);
    display: none;
    z-index: 1056;
}
.flash-message-container#msgModal {
    background: rgba(0, 0, 0, 0.3);
}
.flash-message-container .flash-message {
    border-radius: 4px;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.12);
    width: 320px;
}
.flash-message-container .flash-message.success, .flash-message-container .flash-message.alert {
    background: #ebf6e6;
    color: #2a7500;
}
.flash-message-container .flash-message.success .svg-success, .flash-message-container .flash-message.alert .svg-success {
    display: inline-block;
}
.flash-message-container .flash-message.success .svg-error, .flash-message-container .flash-message.alert .svg-error {
    display: none;
}
.flash-message-container .flash-message.error {
    background: #fbece6;
    color: #d53c00;
}
.flash-message-container .flash-message.error .svg-success {
    display: none;
}
.flash-message-container .flash-message.error .svg-error {
    display: inline-block;
}

.slider-single .slick-slide img, .slider-nav .slick-slide img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

.slider-nav .slick-slide img {
    border-radius: 5px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ps-80 {
    padding-left: 80px;
}

.product-price * {
    font-size: 21px !important;
}

.attr-select {
    position: relative;
    padding: 7px 15px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    width: 45%;
}

.wrap-attr:nth-child(2) .attr-select {
    width: 100%;
    border: none;
    padding: 0;
    background: transparent;
}

.attr-select ul {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: #fff;
    width: 100%;
    display: none;
    z-index: 2;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
}

.attr-select ul._sizeSelect {
    position: unset;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    box-shadow: none;
    background: transparent;
}

p.option {
    margin: 0;
    cursor: pointer;
    font-weight: 600;
}

p.option * {
    font-weight: 600;
}

p.option span {
    display: flex;
    align-items: center;
}

.attr-select ul li a {
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 10px 15px;
    transition: all .1s;
}

.wrap-attr:nth-child(2) .attr-select ul li a {
    border: 1px solid var(--border-color);
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: 500;
}

.attr-select ul li a:hover, .attr-select ul li a.active {
    color: #fff;
    background: var(--text-color);
}

.wrap-attr {
    margin-bottom: 25px;
}

.wrap-attr label {
    min-width: 63px;
}

.color {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #bbb;
    margin-right: 30px;
    /*display: inline-block;*/
    display: none;
}

.attr-select p i {
    font-size: 12px;
}

.product-quantity {
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.product-quantity button, ._quantity {
    border: none;
    outline: none !important;
    background: transparent;
    height: 45px;
}

._quantity {
    width: 55px;
    text-align: center;
    font-weight: 600;
}

.product-quantity {
    width: fit-content;
}

.product-quantity button i {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-color);
}

._addToCart, ._buyNow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: fit-content;
    padding: 0 35px;
    background: var(--text-color);
    color: #fff;
    border-radius: 10px;
    font-weight: 300;
    border: 1px solid var(--text-color);
    gap: 5px;
}

.hover-btn {
    transition: all .4s;
    cursor: pointer;
    border: 1px solid transparent;
}

.hover-btn:hover {
    background: var(--bg-purple) !important;
    border: 1px solid #ddd !important;
    color: var(--text-color) !important;
}

.attr-select ul li a.deactive {
    opacity: 0.5;
    cursor: not-allowed;
    background: rgba(221,221,221,0.3) !important;
    color: var(--text-color) !important;
}

.product-item-wrap.horizontal {
    display: flex;
    gap: 20px;
}

.horizontal .product-img {
    width: 36%;
}

.horizontal .product-info {
    width: calc(64% - 20px);
}

.product-related .slick-dots {
    bottom: -50px;
}

.product-related .slick-callback {
    overflow: unset;
}

.product-related .product-info {
    background: transparent;
    padding: 0;
}

.icon-stat {
    height: 40px;
    width: 40px;
}

.stat-item {
    padding: 25px 0 12px;
    border-bottom: 1px solid rgba(57, 57, 57, 0.5);
}

.stat-item p {
    cursor: pointer;
}

.stat-content {
    display: none;
}



/* --------------------------------------------------------------------------------
CART PAGE
-------------------------------------------------------------------------------- */
#layout_Cart {margin-bottom: 30px; }
#layout_Cart .layout-cart {margin-top: 30px;}
#layout_Cart .heading-cart {
    font-size: 27px;
    line-height: 35px;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 28px;
}
#layout_Cart .heading-cart.has-notify{ margin-bottom: 5px; }
.noti-cart {
    border: 1px dashed #f00;
    display: inline-block;
    padding: 10px 10px 0 10px;
    margin-bottom: 15px;
}
#layout_Cart .cart-shipping {
    font-weight: 500;
    font-size: 15px;
    color: #111;
    margin-top: 10px;
}
#layout_Cart .cart-shipping.notifi {
    background-color: #fff8f8;
    border: 1px solid #ffa7bf;
    border-radius: 3px;
    color: #f35d87;
    padding: 15px 15px 6px 40px;
    font-size: 12px;
    position: relative;
}
#layout_Cart .cart-shipping.notifi:before {
    content: '';
    background: url("//theme.hstatic.net/1000260683/1000380712/14/icon-warning-1.svg?v=92") center no-repeat;
    background-size: contain;
    height: 16px;
    width: 16px;
    display: inline-block;
    position: absolute;
    left: 15px;
}
#layout_Cart .cart-more-block {	margin-top: 15px; }
#layout_Cart .cart-more-block:after {
    content: "";
    display: table;
    clear: both;
}
#layout_Cart .cart-more-block > div {
    display: inline-block;
    float: left;
    width: 50%;
}
#layout_Cart .cart-more-block > div:first-child {	padding-right: 30px; }
#layout_Cart .cart-more-block > div:last-child {padding-left: 30px; }
#layout_Cart .cart-more-block > div > a {
    display: block;
    text-align: center;
    border: 1px solid #ffcfe4;
    background-color: #fff5fc;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}
#layout_Cart .list-pageform-cart .cart-row {
    background: #fafafa;
    padding: 15px;
}
#layout_Cart .list-pageform-cart .cart-row:after {
    content: "";
    display: table;
    clear: both;
}
#layout_Cart .list-pageform-cart .note-label {font-size: 14px;}
#layout_Cart .list-pageform-cart .form-control {box-shadow: none;border-color:#dfe0e1;border-radius:0; }
#layout_Cart .list-pageform-cart .title-number-cart {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 10px;
}
#layout_Cart .list-pageform-cart .note-block {
    margin-top: 15px;
    padding-bottom: 15px;
}
#layout_Cart .list-pageform-cart .policy_return h4 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}
#layout_Cart .list-pageform-cart .policy_return li {
    display: block;
    line-height: 25px;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
}
#layout_Cart .list-pageform-cart .policy_return li:before {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f178";
    font-size: 10px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
}

#cartformpage:after {
    content: "";
    display: table;
    clear: both;
}
#cartformpage .o_cart_table {	background: #fff; }
#cartformpage .o_cart_table .item {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
}
#cartformpage .o_cart_table .item:last-child {	border-bottom: none; }
#cartformpage .o_cart_table .item .left {
    display: inline-flex;
    width: 15%;
    padding: 0 10px;
}
#cartformpage .o_cart_table .item .left .item-img {
    margin: 0 auto;
}
#cartformpage .o_cart_table .item .right {
    display: inline-flex;
    width: 85%;
}
#cartformpage .o_cart_table .item .right .item-info {
    display: inline-flex;
    width: 40%;
    align-items: center;
}
#cartformpage .o_cart_table .item .right .item-info a {
    text-decoration: none;
    color: #000;
}
#cartformpage .o_cart_table .item .right .item-info a .item-vendor {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom:2px;
}
#cartformpage .o_cart_table .item .right .item-info a .item-desc {
    font-size: 12px;
    color: #777;
    margin-top: 3px;
}
#cartformpage .o_cart_table .item .right .item-info a .small {
    color: #999;
    display: block;
    font-size: 12px;
}
#cartformpage .o_cart_table .item .right .item-quan {
    display: inline-flex;
    width: 20%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#cartformpage .o_cart_table .item .right .item-quan .cart_quality {display: flex; }
#cartformpage .o_cart_table .item .right .item-quan .cart_quality .fal {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e1e1e1;
    color: #999;
    cursor: pointer;
    font-size: 8px;
}
#cartformpage .o_cart_table .item .right .item-quan .cart_quality .fal:hover {background: #fafafa; }
#cartformpage .o_cart_table .item .right .item-quan .cart_quality .fal.fa-minus {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#cartformpage .o_cart_table .item .right .item-quan .cart_quality .fal.fa-plus {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#cartformpage .o_cart_table .item .right .item-quan .cart_quality input {
    width: 40px;
    height: 30px;
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
    border-left: none;
    border-right: none;
    text-align: center;
    border-color: #e1e1e1;
    color: #a73340;
}
#cartformpage .o_cart_table.gift-table .item .right .item-quan .cart_quality input {
    border: 1px solid #e1e1e1;
}
#cartformpage .o_cart_table .item .right .item-quan .cart_quality input::-webkit-inner-spin-button,
#layout_Cart .list-pageform-cart #cartformpage .o_cart_table .item .right .item-quan .cart_quality input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
#cartformpage .o_cart_table .item .right .item-price {
    display: inline-flex;
    width: 15%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#cartformpage .o_cart_table .item .right .item-price .price_item {
    font-size: 15px;
    font-weight: bold;
}
#cartformpage .o_cart_table .item .right .item-price del {
    font-size: 13px;
    color: #555;
}
#cartformpage .o_cart_table .item .right .item-price .label-percent {
    font-size: 13px;
    color: #777;
}
#cartformpage .o_cart_table .item .right .item-price .label-percent span {
    color: #E50000;
    font-size: 15px;
    font-weight: bold;
}
#cartformpage .o_cart_table .item .right .item-total-price {
    display: inline-flex;
    text-align: center;
    width: 25%;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #a73340;
}
#cartformpage .o_cart_table .item .right .item-total-price div span {
    display: block;
    font-weight: normal;
    font-size: 13px;
    color: #777;
}
#cartformpage .o_cart_table .item .right .item-total-price span.line-item-total {
    font-weight: bold;
    color: #a73340;
}
#cartformpage .o_cart_table .item .right .item-total-price .remove {
    display: block;
    text-transform: uppercase;
    color: #999;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}
#cartformpage .o_cart_table .item .right .item-total-price .remove:hover {
    color: #333;
}
#layout_Cart .continue {
    display: block;
    margin-top: 40px;
    text-align: right;
    margin-bottom: 5px;
}
#layout_Cart .update-btn {
    display: inline-block;
    padding: 7px 20px;
    color: #fff;
    text-decoration: none;
    background: #000;
    float: right;
    border-radius: 0;
}
#layout_Cart .order-summary-block {
    border: 1px solid #dfe0e1;
    padding: 15px 15px 30px;
}
#layout_Cart .order-summary-block .order-summary-title {
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}
#layout_Cart .order-summary-block .summary-subtotal span {
    font-weight: bold;
    float: right;
}
#layout_Cart .order-summary-block .summary-subtotal span.warning {
    font-weight: normal;
    font-size: 13px;
    max-width: 55%;
    text-align: right;
}
#layout_Cart .order-summary-block .summary-total {
    padding-bottom: 10px;
    border-top: 1px dotted #dfe0e1;
    padding-top: 15px;
    font-weight: bold;
}
#layout_Cart .order-summary-block .summary-total:after {
    content: "";
    display: table;
    clear: both;
}
#layout_Cart .order-summary-block .summary-total p {
    margin-bottom: 5px;
}
#layout_Cart .order-summary-block .summary-total span {
    font-weight: bold;
    float: right;
}
#layout_Cart .order-summary-block .summary-total .shipping-note {
    font-size: 12px;
    color: #777;
    font-weight: 400;
}
#layout_Cart .order-summary-block .summary-action {
    border-top: 1px dotted #dfe0e1;
    padding-top: 10px;
    text-align: center;
}
#layout_Cart .order-summary-block .summary-action p {
    font-size: 13px;
    color: #777;
    font-weight: 400;
    text-align: left;
}
#layout_Cart .order-summary-block .summary-action .checkout-btn {
    display: block;
    background: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-radius: 0;
}
#layout_Cart .order-summary-block .summary-action .checkout-btn:hover {
    background: #000;
}
#layout_Cart .order-summary-block .summary-action .checkout-btn.disable {
    pointer-events: none;
    background: #c7c7c7;
}
#layout_Cart .mobile-cart-overview {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.15);
}
#layout_Cart .mobile-cart-overview .left,
#layout_Cart .mobile-cart-overview .right {
    display: inline-block;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
}
#layout_Cart .mobile-cart-overview .head .right {text-align:right}
#layout_Cart .mobile-cart-overview .action .left {display: none;}
#layout_Cart .mobile-cart-overview .action .right {width:100%;}
#layout_Cart .mobile-cart-overview .head {font-weight: bold;margin-bottom: 5px; }
#layout_Cart .mobile-cart-overview .head:after {
    content: "";
    display: table;
    clear: both;
}
#layout_Cart .mobile-cart-overview .update-btn-fixed,
#layout_Cart .mobile-cart-overview .checkout-btn-fixed {
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
    border-radius: 3px;
    text-decoration: none;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}
#layout_Cart .mobile-cart-overview .update-btn-fixed {
    background: #1f8dec;
}
#layout_Cart .mobile-cart-overview .checkout-btn-fixed {
    background: #E50000;
}
#layout_Cart .mobile-cart-overview .checkout-btn-fixed.disable {
    pointer-events: none;
    background: #c7c7c7;
}
#layout_Cart .empty-page-cart {margin-top: 15px; }
@media (max-width: 767px) {
    #layout_Cart .cart-more-block {	display: none; }
    #layout_Cart .list-pageform-cart .cart-row {
        margin-left: -15px;
        margin-right: -15px;
    }
    #cartformpage .o_cart_table .item .left {
        display: inline-block;
        width: 25%;
    }
    #layout_Cart .list-pageform-cart #cartformpage .o_cart_table .item .right {
        display: inline-block;
        width: 75%;
        position: relative;
    }
    #layout_Cart .list-pageform-cart #cartformpage .o_cart_table .item .right .item-info {
        display: block;
        width: 100%;
    }
    #layout_Cart .list-pageform-cart #cartformpage .o_cart_table .item .right .item-quan {
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #cartformpage .o_cart_table .item .right .item-price {
        display: inline-block;
        width: 50%;
        float: left;
    }
    #cartformpage .o_cart_table .item .right .item-price .price_item {display: block; }
    #cartformpage .o_cart_table .item .right .item-price del {display: block; }
    #cartformpage .o_cart_table .item .right .item-price .label-percent {display: none!important;}
    #layout_Cart .list-pageform-cart #cartformpage .o_cart_table .item .right .item-total-price {
        display: inline-block;
        width: 50%;
        float: left;
    }
    #cartformpage .o_cart_table .item .right .item-total-price > div {
        position: absolute;
        bottom: 0;
        right: 10px;
    }
    #cartformpage .o_cart_table .item .right .item-total-price .remove {
        position: absolute;
        z-index:10;
        top: 0px;
        right: 10px;
    }
    #layout_Cart .update-btn {margin-top: 10px; }
    /***********************  ew-alo-circle **********************/
    .ew-alo-phone {
        display: none;
        position: fixed;
        bottom: 154px;
        z-index: 9999;
        left: -12%;
    }
    @media screen and (max-width: 991px) {
        .ew-alo-phone{
            display: block !important;
        }
    }
    .ew-alo-ph-circle {
        width: 160px;
        height: 160px;
        top: 20px;
        left: 20px;
        position: absolute;
        background-color: transparent;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid #48A5D4;
        opacity: .1;
        -webkit-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
        -moz-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
        -ms-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
        -o-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
        animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    .ew-alo-phone:hover .ew-alo-ph-circle {
        border-color: #309ACF;
        opacity: .5
    }
    .ew-alo-phone.ew-alo-red:hover .ew-alo-ph-circle {
        border-color: #ffc272;
        opacity: .5
    }
    .ew-alo-phone.ew-alo-red .ew-alo-ph-circle {
        border-color: #000;
        opacity: .5
    }
    .ew-alo-ph-circle-fill {
        width: 100px;
        height: 100px;
        top: 50px;
        left: 50px;
        position: absolute;
        background-color: #000;
        opacity: .75 !important;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .1;
        -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
        -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
        -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
        -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
        animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    .ew-alo-phone:hover .ew-alo-ph-circle-fill {
        background-color: #ffc272;
        opacity: .75 !important
    }
    .ew-alo-ph-img-circle {
        width: 60px;
        height: 60px;
        top: 70px;
        left: 70px;
        position: absolute;
        background: rgba(30, 30, 30, 0.1) url('../img/fa-phone.png') no-repeat center center;
        background-color: #000;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
        -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
        -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
        -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
        -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
        animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    .ew-alo-phone:hover .ew-alo-ph-img-circle {
        background-color: #000;
    }

    @-moz-keyframes ew-alo-circle-anim {
        0% {
            -moz-transform: rotate(0) scale(.5) skew(1deg);
            opacity: .1;
            -moz-opacity: .1;
            -webkit-opacity: .1;
            -o-opacity: .1
        }
        30% {
            -moz-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .5;
            -moz-opacity: .5;
            -webkit-opacity: .5;
            -o-opacity: .5
        }
        100% {
            -moz-transform: rotate(0) scale(1) skew(1deg);
            opacity: .6;
            -moz-opacity: .6;
            -webkit-opacity: .6;
            -o-opacity: .1
        }
    }

    @-webkit-keyframes ew-alo-circle-anim {
        0% {
            -webkit-transform: rotate(0) scale(.5) skew(1deg);
            -webkit-opacity: .1
        }
        30% {
            -webkit-transform: rotate(0) scale(.7) skew(1deg);
            -webkit-opacity: .5
        }
        100% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
            -webkit-opacity: .1
        }
    }

    @-o-keyframes ew-alo-circle-anim {
        0% {
            -o-transform: rotate(0) kscale(.5) skew(1deg);
            -o-opacity: .1
        }
        30% {
            -o-transform: rotate(0) scale(.7) skew(1deg);
            -o-opacity: .5
        }
        100% {
            -o-transform: rotate(0) scale(1) skew(1deg);
            -o-opacity: .1
        }
    }

    @-moz-keyframes ew-alo-circle-fill-anim {
        0% {
            -moz-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
        50% {
            -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
            opacity: .2
        }
        100% {
            -moz-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
    }

    @-webkit-keyframes ew-alo-circle-fill-anim {
        0% {
            -webkit-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
        50% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
            opacity: .2
        }
        100% {
            -webkit-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
    }

    @-o-keyframes ew-alo-circle-fill-anim {
        0% {
            -o-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
        50% {
            -o-transform: rotate(0) scale(1) skew(1deg);
            opacity: .2
        }
        100% {
            -o-transform: rotate(0) scale(.7) skew(1deg);
            opacity: .2
        }
    }

    @-moz-keyframes ew-alo-circle-img-anim {
        0% {
            transform: rotate(0) scale(1) skew(1deg)
        }
        10% {
            -moz-transform: rotate(-25deg) scale(1) skew(1deg)
        }
        20% {
            -moz-transform: rotate(25deg) scale(1) skew(1deg)
        }
        30% {
            -moz-transform: rotate(-25deg) scale(1) skew(1deg)
        }
        40% {
            -moz-transform: rotate(25deg) scale(1) skew(1deg)
        }
        50% {
            -moz-transform: rotate(0) scale(1) skew(1deg)
        }
        100% {
            -moz-transform: rotate(0) scale(1) skew(1deg)
        }
    }

    @-webkit-keyframes ew-alo-circle-img-anim {
        0% {
            -webkit-transform: rotate(0) scale(1) skew(1deg)
        }
        10% {
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
        }
        20% {
            -webkit-transform: rotate(25deg) scale(1) skew(1deg)
        }
        30% {
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
        }
        40% {
            -webkit-transform: rotate(25deg) scale(1) skew(1deg)
        }
        50% {
            -webkit-transform: rotate(0) scale(1) skew(1deg)
        }
        100% {
            -webkit-transform: rotate(0) scale(1) skew(1deg)
        }
    }

    @-o-keyframes ew-alo-circle-img-anim {
        0% {
            -o-transform: rotate(0) scale(1) skew(1deg)
        }
        10% {
            -o-transform: rotate(-25deg) scale(1) skew(1deg)
        }
        20% {
            -o-transform: rotate(25deg) scale(1) skew(1deg)
        }
        30% {
            -o-transform: rotate(-25deg) scale(1) skew(1deg)
        }
        40% {
            -o-transform: rotate(25deg) scale(1) skew(1deg)
        }
        50% {
            -o-transform: rotate(0) scale(1) skew(1deg)
        }
        100% {
            -o-transform: rotate(0) scale(1) skew(1deg)
        }
    }
    /*********************** End ew-alo-circle **********************/
}

#cartformpage .section_gift .cart_quality,
#cartformpage .section_gift .item-total-price .remove {display: none!important;}

.breadcrumb {
    padding: 8px 15px;
    margin: 0;
    background: #fafafa;
}

ul.breadcrumView.breadcrumb li {
    position: relative;
    padding-right: 15px;
}

ul.breadcrumView.breadcrumb li:not(:last-child):after {
    content: "/";
    position: absolute;
    right: -4px;
    color: #ccc;
    padding: 0 3px 0 10px;
}

div#collection-body {
    display: flex;
    flex-wrap: wrap;
}
.sidebar-fix {
    overflow-y: auto;
}
.left-module {
    margin-bottom: 20px;
    overflow: hidden;
}
.block .block_content {
    overflow-y: auto;
    overflow-x: hidden;
}
.tree-menu li a {
    padding: 5px 5px 5px 0;
    color: #666;
    line-height: 26px;
    font-size: 12px;
}
.tree-menu > li > a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1px;
}
.tree-menu li a .icon-control {
    font-size: 8px;
    position: relative;
    top: -2px;
}
.tree-menu li.has-child > ul {
    padding-left: 15px;
}
.tree-menu li.has-child:first-child ul {
    display: block;
}
.tree-menu li a {
    padding: 5px 5px 5px 0;
    color: #666;
    line-height: 26px;
    font-size: 12px;
}
#collection .content-product-list {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.itemAlbums {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.itemAlbums a {
    display: block;
    height: 507px;
}

.wrapper-row {
    margin-top: 30px;
}

.breadcrumb-shop {
    background: #fafafa;
}

.bg-blog-title h2, .bg-blog-title h1 {
    text-transform: uppercase;
    padding: 0px 45px 0px 45px;
    line-height: 65px;
    height: 65px;
    font-size: 24px;
    color: #4f4f4f;
    position: relative;
    border: 0px;
    margin: 0;
}

#blog .bg-blog-title {
    margin: 15px 0 50px;
}

#blog .blog-item {
    margin-bottom: 17px;
}

#blog .blog-col-left .blog-item .blog-img {
    border: 1px solid rgba(224, 224, 224, 0.2);
}

@media (min-width: 992px) {
    .article-body {
        padding: 0 50px;
    }
}

.article-title {
    text-align: center;
    padding: 20px 0;
}

.article-img {
    margin-bottom: 20px;
    text-align: center;
}

.article-pages, .meta-tags, .article-comment .comment_form, .post-navigation {
    margin-bottom: 40px;
}

.article-tags {
    font-size: 14px;
}

.article-title h1 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
    white-space: normal;
    vertical-align: middle;
    margin: 0;
}

.article-title .meta-info {
    margin-top: 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    color: #666;
}

.article-title .meta-info:after, .article-title .meta-info:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    top: 12px;
}

.article-title .meta-info:before {
    right: calc(100% + 10px);
}

.article-title .meta-info:after {
    left: calc(100% + 10px);
}

.article-pages * {
    max-width: 100% !important;
}

figure.image img, img.image_resized {
    height: auto !important;
    aspect-ratio: auto !important;
}

.article-pages * img {
    margin: auto;
}

.tags-list a {
    background: #000;
    color: #fff;
    padding: 3px;
    display: inline-block;
    border-radius: 5px;
    margin: 3px;
}

.sidebar-fix {
    overflow-y: auto;
}

.news-latest {
    border: 1px solid #eaeaea;
    padding: 30px 30px 20px 30px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(234, 234, 234, 0.5);
    -moz-box-shadow: 0px 1px 0px 0px rgba(234, 234, 234, 0.5);
    box-shadow: 0px 1px 0px 0px rgba(234, 234, 234, 0.5);
}

.news-latest .sidebarblog-title {
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}

.news-latest h2 {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.item-article {
    margin-bottom: 10px;
}

.item-article .post-image {
    overflow: hidden;
}

.item-article .post-image img {
    max-width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: 132px;
    object-fit: cover;
}

.item-article .post-content h3 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    margin: 5px 0;
    font-style: normal;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.item-article .post-content span {
    color: #666;
    font-size: 12px;
}

.slick-callback {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slick-initialized {
    opacity: 1;
}

.slick-product-category .slick-dots {
    bottom: -75px;
}

.product-category {
    margin-bottom: 30px;
}

.bg-cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background: rgba(0,0,0,.5);
    display: none;
}

.search-block {
    background: #fff;
    width: 480px;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    padding: 60px 70px 250px;
    z-index: 999;
    transform: translateX(100vw);
    transition: all .5s;
}

.search-block.active {
    transform: translateX(0);
}

.search-title p {
    font-size: 14px;
    font-weight: 300;
}

.search-title i {
    font-size: 33px;
}

.search-main form {
    width: 100%;
    background: #ededed;
    border: none;
    height: 55px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
}

.search-main form * {
    border: none;
    background: transparent;
    outline: none !important;
    border-radius: 0;
}

.search-main form input {
    font-size: 14px;
}

.close-search {
    cursor: pointer;
}


/*User*/
.wrapbox-heading-page {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.wrapbox-content-page {
    padding-bottom: 30px;
}

.wrapbox-heading-page .header-page {
    position: relative;
}

.header-page h1 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
    white-space: normal;
    vertical-align: middle;
}

.wrapbox-heading-page .header-page h1 {
    font-size: 54px;
    font-weight: 700;
    margin: 0px 0;
    line-height: initial;
}

.wrapbox-heading-page .header-page:after {
    content: "";
    background: #000;
    display: block;
    width: 60px;
    height: 4px;
    margin-top: 70px;
}

.userbox input[type=email], .userbox input[type=password], .userbox input[type=text] {
    width: 100%;
    height: 55px;
    border: 1px solid transparent;
    background: #ededed;
    color: #252a2b;
    padding: 0 20px;
    font-weight: 500;
    -webkit-appearance: none;
}

#customer_login ul li.btns input, #create_customer ul li.btns input {
    border: none;
    display: inline-block;
    border-radius: 0;
    background: #252a2b;
    padding: 0 30px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.come-back {
    margin-top: 35px;
    display: block;
    font-weight: 500;
}

.come-back i {
    margin-right: 20px;
}

#btnSubmit {
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    background: transparent;
    border-radius: 0;
    margin: 22px 0 0 0;
    border: 1px solid #c4996b;
}

.menuPv {
    padding: 0 !important;
}

.menuPv {
    margin-left: 15px;
}

.userList > a {
    display: block;
    padding: 0 0 20px 0;
}

#profileContent > h1 {
    font-weight: 700;
    font-size: 36px;
    margin: 0 0 20px 0;
}

.userIndex {
    background: #eee;
    float: left;
    width: 100%;
    clear: both;
    margin: 0 0 20px 0;
}

.userIndex {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.userIndex .col-12, .userIndex .col-md-2, .userIndex .col-md-3, .userIndex .col-lg-3 {
    border-radius: 8px;
    padding: 10px 15px;
    text-align: center;
}

.userList1 h2 {
    margin: 0;
}

.userIndex h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.userIndex span {
    display: block;
    font-size: 14px;
    color: #007bff;
    margin: 2px 0;
    font-weight: bold;
}

.userList1 span:nth-child(1) {
    padding-bottom: 5px;
}

.userIndex span b {
    font-weight: bold;
    color: #222;
}

.userIndex span {
    display: block;
    font-size: 14px;
    color: #555;
    margin: 2px 0;
    font-weight: 500;
}

.wrapper-home-service {
    margin-top: 30px;
}

.desUserIndex {
    margin: 24px 0 34px 0;
}

#profileIf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.itemsPr span {
    display: block;
}

.itemsPr span:nth-child(1) {
    color: #b6b4b4;
    padding-bottom: 5px;
}

.itemsPr span:nth-child(2) {
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
}

#profileIf form.profile .itemsPr input[type="text"] {
    border: none;
    background: none;
}

.inputDateEdit {
    display: block;
    border: none;
    width: 100%;
}

.btnGreen {
    padding: 10px 25px;
    background: #000;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    margin: 30px 0 0 0;
    display: inline-block;
    border: none;
}

.label_item {
    font-weight: 600;
    padding: 10px 0;
}

.list_product_cart {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.wrapbox-content-page-contact {
    padding: 50px;
}

.header-page-contact h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0;
}

.header-page-contact:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin-top: 30px;
    background: #252a2b;
    margin-bottom: 50px;
}

.box-send-contact h2 {
    font-weight: 700;
    font-size: 25px;
    margin: 40px 0 35px;
}

.box-send-contact h2:after {
    content: "";
    display: block;
    margin-top: 25px;
    width: 30px;
    height: 3px;
    background: #252a2b;
}

.contact-form .input-group {
    width: 100%;
    margin-bottom: 20px;
}

.contact-form .input-group input, .contact-form .input-group textarea {
    border: 1px solid #e7e7e7;
    box-shadow: none;
    height: 45px;
    font-weight: 500;
    padding: 0 20px;
    background: #fbfbfb;
    color: #252a2b;
    width: 100%;
}

.contact-form .input-group textarea {
    width: 100%;
    height: 130px;
    padding: 20px 20px;
}

.box-send-contact button {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border-radius: 0;
    border: 1px solid #252a2b;
    background: #252a2b;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.box-send-contact button {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
}

/* Hiệu ứng trượt từ cuối về đầu */
.slick-track.rewind-next {
    transform: translateX(-20%) !important;
    transition: transform 0.5s ease;
}

/* Hiệu ứng trượt từ đầu về cuối */
.slick-track.rewind-prev {
    transform: translateX(20%) !important;
    transition: transform 0.5s ease;
}

header .logo {
    display: flex;
    align-items: center;
    height: 100%;
}


.banner-info span {
    display: none;
}

.fixed-btn {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.fixed-btn a {
    display: block;
    width: 60px;
}

.fixed-btn a.btn-messenger {
    width: 53px;
    padding: 10px;
    background: #0084FF;
    border-radius: 50%;
}

.fixed-btn a img {
    width: 100%;
    height: auto;
}

.product-buy-now, .frame-custom {
    min-width: 56.5%;
}

.frame-custom {
    border: 1px solid #393939;
    max-width: 56.5%;
    padding: 10px;
}

._buyNow {
    width: 100%;
}

._miniCart {
    position: absolute;
    top: -5px;
    right: -11px;
    width: 17px;
    height: 17px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
}

.slick-product .slick-dots {
    bottom: -75px;
}

.na-info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-name {
    height: 44px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
}

.product-main h1 {
    font-size: calc(2rem - 2px);
}

.product-item-wrap {
    position: relative;
}

.stock {
    display: none;
}

.stock.out-of-stock {
    display: block;
    position: absolute;
    padding: 6px 12px;
    background: #000;
    color: #fff;
    top: 0;
    left: 0;
    font-size: 14px;
    border-top-left-radius: 10px;
}

.filter-sidebar {
    background: #fff;
    width: 375px;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    padding: 30px 40px 170px;
    z-index: 999;
    transform: translateX(100vw);
    transition: all .5s;
}

.filter-sidebar.active {
    transform: translateX(0);
}

.filter-title {
    font-size: 28px;
    font-weight: 700;
}

.filter-list>li {
    margin-bottom: 30px;
}

.filter-list>li>p {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.filter-item-list li input {
    width: 16px;
    height: 16px;
}

.filter-item-list li span {
    font-size: 14px;
    width: calc(100% - 20px);
}

.filter-list {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    padding-bottom: 20px;
}

.filter-list>li>ul>li {
    margin-bottom: 7px;
}

.filter-btn-action>* {
    padding: 8px 25px;
    background: #000;
    border-radius: 5px;
    color: #fff;
    width: calc(50% - 5px);
    font-size: 14px;
}

.wrap-attr label {
    display: none;
}

.fs-18 {
    font-size: 18px;
}
.bg-pink {
    background: pink;
}
.percent {
    background: #ffc0ca;
    padding: 2px 10px;
    border-radius: 15px;
    height: fit-content;
}

@media (min-width: 992px) {
    .wrapbox-heading-page, .box-heading-contact {
        position: sticky;
        top: 0;
        border-right: 1px solid #ededed;
        height: 100vh;
        padding: 0;
    }
    .wrapbox-heading-page .header-page {
        padding-bottom: 70px;
    }
    .box-map iframe {
        height: 100vh !important;
    }
}

@media (min-width: 1200px) {
    .wrapbox-content-page {
        padding: 100px;
    }
    .wrapbox-heading-page .header-page {
        width: 60%;
    }
    .itemsPr span:nth-child(2) {
        width: 70%;
    }
}

@media (max-width: 991px) {
    .menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        z-index: 9;
        background: #fff;
        display: block;
        transform: translateX(-100vw);
        transition: all .5s;
    }
    .menu.active {
        transform: translateX(0);
    }
    .menu>ul {
        display: block;
    }
    .top-menu-fixed {
        padding: 15px;
        margin: 20px 0 15px;
    }
    .menu-child .col-lg-2>a {
        display: none;
    }
    .menu>ul>li>a {
        text-transform: none;
    }
    .menu-child ul li a {
        font-weight: 300 !important;
        font-size: 14px !important;
    }
    .menu-child>.container {
        padding: 0;
        display: none;
    }
    .menu>ul>li {
        padding: 10px 15px;
    }
    .menu>ul>li>i {
        margin-left: 15px;
        transition: all .3s;
    }
    .menu>ul>li>i.rotate {
        transform: rotate(180deg);
    }
    .menu-child ul {
        margin: 0;
        padding-left: 15px;
    }
    .menu-child ul li {
        padding: 7px 0 !important;
        margin: 0 !important;
    }
    .menu-child .row>.col-lg-2:first-child {
        margin-top: 10px;
    }
    .btn-contact-mb {
        padding: 15px 25px;
        text-align: center;
        font-weight: 500;
        color: #fff;
        width: calc(100% - 30px);
        margin: 40px auto;
        background: var(--text-color);
        border-radius: 5px;
    }
    .wrap-logo-mb .logo {
        display: block;
        margin: 0 auto;
    }
    .wrap-logo-mb .logo img {
        height: 30px;
        width: auto;
        object-fit: scale-down;
    }
    .menu-btn-mb ul li i {
        font-size: 1.125rem;
    }
    .banner-home img {
        height: 400px;
    }
    .bn-name {
        font-size: 36px;
        line-height: 42px;
        width: 190px;
    }
    .banner-info span {
        font-size: 12px;
        margin-left: 40px;
    }
    .title {
        font-size: 32px;
        margin: 40px 0 20px;
    }
    .slick-category {
        width: 67%;
        overflow: initial;
    }
    .slick-category .slick-list {
        overflow: initial;
    }
    .banner-category {
        overflow: hidden;
    }
    .info p {
        font-size: 24px;
    }
    .slick-service {
        width: 100%;
    }
    .info {
        padding: 20px;
    }
    .btn-view {
        font-size: 13px;
        margin-top: 20px;
        background: #fff !important;
        color: var(--text-color) !important;
        font-weight: 600;
    }
    .slick-service a img {
        height: 220px;
    }
    .slick-service.slick-initial .slick-list {
        overflow: hidden;
    }
    .slick-service.slick-30 .slick-slide {
        margin: 0;
    }
    .p-80 {
        padding: 40px;
    }
    .na-info-wrap .title {
        margin: 0 !important;
    }
    .title.text-uppercase {
        font-size: 26px;
        line-height: 32px;
    }
    .sub-title {
        margin-bottom: 10px;
    }
    .new-arrival>.container {
        padding: 0;
    }
    .na-info-wrap {
        background: transparent !important;
    }
    .na-img img {
        border-radius: 0;
    }
    .new-arrival>.container>.row {
        flex-direction: column-reverse;
    }
    .slick-kol {
        width: 67%;
    }
    .wrap-bn-info {
        width: 100%;
    }
    .banner-middle img {
        height: 450px;
    }
    .slick-news {
        width: 67%;
    }
    .slick-40.slick-news .slick-slide {
        margin-right: 20px;
    }
    .slick-news img {
        height: 250px;
    }
    .news-title {
        font-weight: 600;
        font-size: 21px;
    }
    .home-social {
        padding: 3rem 0 !important;
    }
    .footer-title {
        font-size: 21px;
        text-transform: none !important;
        font-weight: 700;
        margin-bottom: 15px !important;
    }
    .ci-item {
        margin-bottom: 10px;
        gap: 15px !important;
    }
    .text-side *, .text-side {
        font-size: 15px;
    }
    footer {
        padding: 60px 0 !important;
    }
    .container {
        --bs-gutter-x: 1.75rem;
    }
    .list-social li a {
        font-size: 26px;
    }
    .list-category .na-img img {
        height: 397px;
    }
    .list-category .btn-view {
        background: #fff !important;
        color: var(--text-color) !important;
    }
    .na-info-wrap * {
        max-width: 100% !important;
        overflow: hidden;
    }
    .filter-sort {
        font-size: 14px;
    }
    .slider-single {
        width: 75%;
        overflow: initial;
    }
    .product-images {
        overflow: hidden;
    }
    .slider-single .slick-list {
        overflow: initial;
    }
    .slider-single .slick-slide {
        margin-right: 20px;
    }
    .slider-single .slick-slide img, .slider-nav .slick-slide img {
        border-radius: 5px;
    }
    .slider-nav {
        display: none;
    }
    .product-main {
        padding: 10px 0 !important;
    }
    .attr-select {
        border-radius: 25px;
        width: 48%;
    }
    p.option {
        font-size: 15px;
        font-weight: 500;
    }
    .product-main h1 {
        font-size: 18px !important;
        font-weight: 700;
        display: flex;
        justify-content: space-between;
    }
    .product-main .product-price {
        margin: 0 !important;
    }
    .product-main .product-price * {
        font-size: 18px !important;
    }
    .product-quantity button i {
        font-size: 13px;
        color: var(--text-color);
    }
    .product-quantity button, ._quantity {
        padding: 0;
        width: 40px;
        height: 40px;
    }
    .product-quantity {
        height: 40px;
        border-radius: 7px;
    }
    ._addToCart, ._buyNow {
        height: 40px;
        width: 100%;
        border-radius: 5px;
        padding: 0;
    }
    .product-buy-now {
        width: 100%;
    }
    .product-submit {
        width: calc(100% - 130px);
    }
    .product-related .h4 {
        font-size: 18px;
    }
    .product-related .slick-dots {
        display: none !important;
    }
    .product-related .slick-dotted.slick-slider {
        margin: 0;
    }
    .product-related .addToCart {
        border: 1px solid var(--text-color);
        color: var(--text-color);
        background: transparent;
        font-weight: 700;
        padding: 6px 0;
    }
    .stat-info {
        border-radius: 0;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .product-stat .container {
        padding: 0;
    }
    .stat-item {
        padding: 20px 0 8px;
    }
    .icon-stat {
        height: 25px;
        width: 25px;
    }
    .stat-item .h5 {
        font-size: 18px;
    }
    .stat-item:first-child {
        border-top: 1px solid rgba(57, 57, 57, 0.5);
    }
    .slick-product-category {
        width: 67%;
        overflow: initial;
    }
    .slick-product-category .slick-list {
        overflow: initial;
    }
    .price {
        font-size: 10px;
        margin: 0;
    }
    .percent {
        padding: 2px 5px;
        font-size: 10px;
    }
    .right .item-info>a {
        max-width: calc(100% - 50px);
        display: block;
    }
    .banner-home .container {
        --bs-gutter-x: 5rem;
    }
    .search-block {
        width: 100vw;
    }
    .menu.active .top-menu-fixed>a img {
        width: 200px;
    }
    .product-info {
        padding: 7px;
    }
    .menu-child ul>li:not(:first-child) {
        padding-left: 15px !important;
    }
    .product-main .product-price {
        flex-direction: row !important;
    }
    .wrap-info-price {
        display: block !important;
        margin-bottom: 15px;
    }
    .attr-select {
        width: 100%;
    }
    .news-title.fs-18 {
        font-size: 16px;
        line-height: 21px;
        height: 42px;
        max-height: 42px;
    }
}
.attr-select.attr-sizeselect{
    width: 100%;
    border: none;
    padding: 0;
    background: transparent;
}
.attr-select.attr-sizeselect ul li a {
    border: 1px solid var(--border-color);
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: 500;
}
.logobct img{
    width: 200px;
}