.loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.loader .logo {
    width: 100px;
    padding-bottom: 15px;
}

/* Sliders */
.home-slider-section .swiper {
    width: 100%;
    overflow: hidden;
}
.home-slider-section .swiper-slide {
    display: block;
    min-height: 300px;
}
.home-slider-section .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-slider-section .swiper-slide img.mobile {
    display: none;
}
.home-slider-section .swiper-slide img.desktop {
    display: block;
}
.home-slider-section .swiper-lazy-preloader {
    top: 50%;
}
@media screen and (max-width: 549px) {
    .home-slider-section .swiper-slide img.desktop {
        display: none;
    }
    .home-slider-section .swiper-slide img.mobile {
        display: block;
    }
}
.home-slider-section .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 20px;
}
.home-slider-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
}
.home-slider-section .swiper-pagination-bullet-active {
    background-color:rgba(0,0,0,0.2);
}
/* End Sliders */

/* Section */
.new-arrival-section .line {
    border-bottom: 1px solid #e3ddbb;
    padding-top: 50px;
}
.new-arrival-section .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
@media screen and (max-width: 1024px) {
    .new-arrival-section .list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
}
@media screen and (max-width: 320px) {
    .new-arrival-section .list {
        grid-template-columns: 1fr;
    }
}

.character-section .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
@media screen and (max-width: 1024px) {
    .character-section .list {
        grid-gap: 15px;
    }
}
@media screen and (max-width: 375px) {
    .character-section .list {
        grid-gap: 10px;
    }
}

.designer-section .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
@media screen and (max-width: 1024px) {
    .designer-section .list {
        grid-gap: 15px;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 375px) {
    .designer-section .list {
        grid-gap: 10px;
        grid-template-columns: 1fr;
    }
}

.product-detail-section {
    min-height: 100vh;
}
.product-detail-section .product-title {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}
.product-detail-section .msp {
    color: #777;
    margin-bottom: 10px;
}
.product-detail-section .price-sale {
    padding: 15px 0;
}
.product-detail-section .price-sale img.sale-icon {
    width: 40px;
}
.product-detail-section .price-sale span:first-child {
    font-size: 15px;
    color: #555555;
    margin-bottom: 10px;
}
.product-detail-section .price-sale span:last-child {
    font-size: 23px;
    color: #212529;
    font-weight: 500;
    margin-bottom: 10px;
}
.product-detail-section .price span:first-child {
    font-size: 15px;
    color: #555555;
    margin-bottom: 10px;
}
.product-detail-section .price span:last-child {
    font-size: 23px;
    color: #212529;
    font-weight: 500;
    margin-bottom: 10px;
}
.product-detail-section .properties {
    font-size: 15px;
    color: #555555;
    margin-bottom: 10px;
}
.product-detail-section .properties span {
    font-weight: 500;
    color: black;
}
.product-detail-section .btns-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-detail-section .product-info {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3ddbb;
}

.product-detail-section .wrap-all-image-slider {
    display: flex;
    flex-direction: row;
    height: 600px;
}
.product-detail-section .product-vertical-slider {
    width: 100px;
    flex-shrink: 0;
    user-select: none;
}
.product-detail-section .product-vertical-slider .swiper-slide {
    border: 1px solid transparent;
    transition: .3s;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.product-detail-section .product-vertical-slider .swiper-slide img.showing {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    z-index: 2;
}
.product-detail-section .product-vertical-slider .swiper-slide .bluring {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    filter: blur(20px);
}
.product-detail-section .product-vertical-slider .swiper-slide img.blur {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.product-detail-section .product-vertical-slider .swiper-slide:hover {
    border: 1px solid #d3161b;
}
.product-detail-section .product-vertical-slider .swiper-slide-thumb-active {
    border: 1px solid #6d000469;
}
@media screen and (max-width: 991px) {
    .product-detail-section .col-right {
        padding-top: 15px;
    }
}
@media screen and (max-width: 671px) {
    .product-detail-section .col-left {
        height: 700px;
    }
    .product-detail-section .wrap-all-image-slider {
        flex-direction: column;
    }
    .product-detail-section .product-vertical-slider {
        order: 2;
        height: 100px;
        width: 100%;
        padding-top: 15px;
    }
}
.ck-content {
    width: 100%;
    overflow-x: hidden;
}
.ck-content img {
    max-width: 100%;
    height: auto !important;
}

.product-detail-section .magnify {
    padding-left: 15px;
    flex-shrink: 0;
    width: calc(100% - 100px - 15px);
    height: 100%;
    position: relative;
}
@media screen and (max-width: 671px) {
    .product-detail-section .magnify {
        width: 100%;
    }
}
.product-detail-section .magnify img {
    object-fit: contain;
}
.product-detail-section .product-detail-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.product-detail-section .product-detail-slider .swiper-slide {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.product-detail-section .product-detail-slider .swiper-slide .bluring {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    filter: blur(20px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-detail-section .product-detail-slider .swiper-slide img.blur {
    height: 150%;
    width: 150%;
    object-fit: cover;
}
.product-detail-section .product-detail-slider img.showing {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute;
    z-index: 2;
}
.product-detail-section .product-detail-slider .swiper-button-prev::after,
.product-detail-section .product-detail-slider .swiper-button-next::after {
    display: none;
}
.product-detail-section .product-detail-slider .swiper-button-prev,
.product-detail-section .product-detail-slider .swiper-button-next {
    font-size: 20px;
    width: 40px;
    height: 40px;
    background-color: #212121;
    border-radius: 999px;
    color: white;
    opacity: .15;
}
@media screen and (max-width: 671px) {
    .product-detail-section .product-detail-slider {
        margin-left: 0;
        width: 100%;
        height: 100%;
    }
}

.info-block-section {
    margin-top: 50px;
    background-color: #212121;
    color: #fff;
}
.info-block-section .col-md-3,
.info-block-section .col-sm-6,
.info-block-section .col-6 {
    padding-left: 0;
    padding-right: 0;
}
.info-block-section .item-info:last-child .item {
    border-bottom: 0;
}
.info-block-section .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    height: 100%;
    padding: 27px 15px;
    border-right: 1px solid rgba(246, 243, 228, .1);
}
.info-block-section .item a:hover {
    text-decoration: none;
}
.info-block-section .item img {
    margin-bottom: 10px;
    height: 30px;
    width: 30px;
    object-fit: contain;
}
.info-block-section .item p {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 0;
    color: #fff;
}
.info-block-section .item p strong {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .info-block-section .item {
        padding: 15px;
        border-right: none;
        border-bottom: 1px solid white;
    }
}
@media screen and (max-width: 568px) {
    .info-block-section {
        margin-top: 20px;
    }
    .info-block-section .item p {
        font-size: 12px;
    }
    .info-block-section .item img {
        margin-bottom: 10px;
        height: 20px;
        width: 20px;
    }
}

.product-list-section .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.product-list-section .category-button {
    display: none;
}

@media screen and (max-width: 1024px) {
    .product-list-section .list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
}
@media screen and (max-width: 768px) {
    .product-list-section .col-left {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .product-list-section .category-button {
        display: block;
    }
}
@media screen and (max-width: 375px) {
    .product-list-section .list {
        grid-template-columns: 1fr;
    }
}

.model-list-special-section .wrap-card-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgb(203, 203, 203);
}
.model-list-special-section .wrap-card-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.model-list-section .card-model-normal .left {
    width: 30%;
}
.model-list-section .wrap-card-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgb(203, 203, 203);
}
.model-list-section .wrap-card-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 992px) {
    .model-list-section .card-model-normal .left {
        width: 40% !important;
    }
    .model-list-special-section .wrap-card-item {
        padding-bottom: 15px!important;
        margin-bottom: 15px!important;
        border-bottom: 1px dashed rgb(203, 203, 203)!important;
    }
}

.blog-list-section .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

@media screen and (max-width: 768px) {
    .blog-list-section .list {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 475px) {
    .blog-list-section .list {
        grid-template-columns: 1fr;
    }
}

.blog-detail-section {
    padding: 30px 0;
}
.blog-detail-section .short-content {
    padding: 15px 0;
    font-weight: bold;
}
.the-model-detail-section {
    padding: 30px 15px;
}

.the-collection-list-section .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
@media screen and (max-width: 1024px) {
    .the-collection-list-section .list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
}

.contact-section .wrap-banner img {
    width: 100%;
}
.contact-section .col-left h2 {
    font-family: t-black, Arial;
    font-size: 32px;
    color: #212121;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
}
.contact-section .col-left .contact-info span:first-child {
    color: rgb(33, 33, 33);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: 80px;
    padding-bottom: 5px;
}
.contact-section form input,
.contact-section form textarea {
    background-color: transparent;
    border: 2px solid rgb(227, 221, 187);
    color: rgb(85, 85, 85);
    font-size: 16px;
    padding: 10px;
    outline: none;
    width: 100%;
}
.contact-section form .error-message {
    display: block;
    color: rgb(244, 67, 54);
    padding: 7px 0 0 5px;
}
.contact-section form .submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    outline: none;
    background-color: rgb(33, 33, 33);
    color: rgb(246, 243, 228);
    font-size: 15px;
    height: 50px;
    padding: 0 20px;
    line-height: 20px;
    cursor: pointer;
    font-weight: 500;
}
.contact-section form .submit:hover,
.contact-section form .submit:disabled {
    opacity: .8;
}
.contact-section form .submit:disabled {
    cursor: wait;
}

.other-product-section .other-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
}
@media screen and (max-width: 1023px) {
    .other-product-section .other-products {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 15px;
    }
    .other-product-section .other-products .product-card:nth-child(5) {
        display: none;
    }
}
@media screen and (max-width: 659px) { 
    .other-product-section .other-products {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}
@media screen and (max-width: 374px) { 
    .other-product-section .other-products {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
/* End Section */

/* Toast */
.toast-container {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1055;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .icon-success {
    color: rgb(74, 222, 128);
    width: 18px;
    line-height: 0;
    margin-right: 4px;
}
.toast-body {
    padding: 0.75rem 1rem;
    color: #333;
}
/* End Toast */

/* Title */
.title-lg {
    text-align: center;
    line-height: 1.2;
    padding: 5px 0;
    background-color: black;
    margin-bottom: 15px;
}
.title-lg .top a {
    font-weight: 600;
    color: white;
    text-decoration: none!important;
    font-size: 30px;
    text-transform: uppercase;
}
.title-lg .top a:hover {
    color: #656565;
}
.title-lg .bottom {
    color: #212121;
    font-size: 20px;
}

.title-xlg {
    text-align: center;
    line-height: 1.2;
    padding: 15px 0;
}
.title-xlg .top {
    font-weight: 600;
    color: #212121;
    text-decoration: none!important;
    font-size: 35px;
    text-transform: uppercase;
}
.title-xlg .top:hover {
    color: #656565;
}
.title-xlg .bottom {
    color: #212121;
    font-size: 20px;
}

.title-md {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
}

.title-group {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e3ddbb;
}
.title-group span:last-child {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    color: #999;
    padding-left: 10px;
}
.title-group .wrap-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-group.dropdown-mobile .icon {
    display: none;
}
.title-group.dropdown-mobile .icon i {
    transition: .4s;
}
.title-group .icon.active i {
    transform: rotate(90deg);
}
.title-group .selected-category {
    display: none;
    padding-top: 5px;
}
.title-group .selected-category span {
    padding-left: 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: #7b7b7b;
}
.wrap-category-group {
    padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .title-group.model-list .icon {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .title-group.product-list .icon {
        display: block;
    }
    .title-group .selected-category {
        display: block;
    }
}
/* End Title */

/* Card */
.the-collection-card {
    display: block;
    text-decoration: none;
    aspect-ratio: 10 / 20;
}
.the-collection-card img {
    width: 100%;
}

.product-card {
    width: 100%;
    overflow: hidden;
}
.product-card .wrap-images {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 10 / 20;
    height: max-content;
    overflow: hidden;
}
.product-card .wrap-images img {
    width: 100%;
}
.product-card .wrap-images img.bottom {
    z-index: 1;
    transition: .7s;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.product-card .wrap-images:hover img.bottom {
    opacity: 1;
}
.product-card .wrap-info {
    padding: 10px 0;
}
.product-card .wrap-info .price {
    color: #393939;
    line-height: 20px;
    font-size: 15px;
}
.product-card .wrap-info .price > span {
    font-weight: 500;
}
.product-card .name {
    display: block;
    color: #212121;
    font-size: 14px;
    text-decoration: none!important;
    padding-top: 5px;
}
.product-card .name:hover {
    font-weight: 500;
}

.character-card {
    display: block;
    text-decoration: none;
    aspect-ratio: 5/5;
    overflow: hidden;
}
.character-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-model-lg .wrap-img {
    display: block;
}
.card-model-lg .wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-model-lg .wrap-title {
    display: block;
    text-align: center;
    padding: 20px 15px;
    font-size: 20px;
    color: #464646;
    font-weight: 500;
    background-color: transparent;
    text-decoration: none;
}

.card-model-normal {
    display: flex;
}
.card-model-normal .left {
    width: 40%;
    padding-right: 15px;
}
.card-model-normal .left .wrap-img {
    display: block;
    width: 100%;
    aspect-ratio: 10/6;
}
.card-model-normal .right {
    width: 60%;
}
.card-model-normal .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-model-normal .right .title {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    transition: .4s;
    font-weight: 500;
}
.card-model-normal .right .time {
    padding-bottom: 10px;
    color: gray;
}
.card-model-normal .right .title:hover {
    color: #555555;
}
.card-model-normal .right .sub-description {
    color: rgb(50, 50, 50);
}
@media screen and (max-width: 593px) {
    .card-model-normal .sub-description {
        -webkit-line-clamp: 2!important;
        line-clamp: 2!important;
        font-size: 14px;
    }
    .card-model-normal .right .title {
        font-size: 15px;
        line-height: 1.3;
    }
    .card-model-normal .right .time {
        font-size: 12px;
    }
}

.blog-card .wrap-img {
    display: block;
    aspect-ratio: 10/6;
}
.blog-card .wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-card .info {
    padding-bottom: 10px;
}
.blog-card .info .title {
    color: #212121;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin: 15px 0 10px 0;
    text-decoration: none;
    transition: .4s;
}
.blog-card .info .title:hover {
    color: #999;
}
.blog-card .info .short-description {
    color: rgb(78, 78, 78);
    line-height: 1.3;
    margin-bottom: 5px;
    font-size: 15px;
}
.blog-card .time {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}
@media screen and (max-width: 639px) {
    .blog-card .info .title {
        margin: 5px 0;
    }
}
@media screen and (max-width: 513px) {
    .blog-card .info .title {
        margin: 5px 0;
    }
}

.designer-card .wrap-img {
    display: block;
}
.designer-card .wrap-img img {
    width: 100%;
}
.designer-card .info {
    padding-bottom: 10px;
}
.designer-card .info .title {
    color: #212121;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin: 15px 0 10px 0;
    text-decoration: none;
    transition: .4s;
}
.designer-card .info .title:hover {
    color: #999;
}
.designer-card .info .short-description {
    color: rgb(78, 78, 78);
    line-height: 1.3;
    margin-bottom: 5px;
    font-size: 15px;
}
.designer-card .time {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}
@media screen and (max-width: 639px) {
    .designer-card .info .title {
        margin: 5px 0;
    }
}
@media screen and (max-width: 513px) {
    .designer-card .info .title {
        margin: 5px 0;
    }
}
/* End Card */

/* bread-crumb */
.bread-crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 0;
}
.bread-crumb .item {
    display: inline-block;
    margin-right: 10px;
}
.bread-crumb .item .link {
    padding-right: 10px;
    color: #555555;
    text-decoration: none !important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
}
.bread-crumb .item .link:hover {
    color: #b4b4b4;
}
.bread-crumb .item:last-child {
    font-weight: 500;
}
/* end bread-crumb */

/* Buttons */
.button-contact {
    display: inline-flex;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #160001;
    font-size: 14px;
    color: #fff !important;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    align-items: center;
    text-decoration: none !important;
    justify-content: space-between;
    padding-top: 4px;
    padding-bottom: 4px;
}
.button-contact .wrap-icon {
    font-size: 25px;
    padding-left: 40px;
    padding-right: 25px;
}
.button-contact .wrap-text {
    display: flex;
    flex-direction: column;
    padding-right: 40px;
}
.button-contact .wrap-text span:first-child {
    font-weight: 700;
    font-size: 16px;
}
.button-contact .wrap-text span:last-child {
    font-size: 14px;
}
@media screen and (max-width: 425px) {
    .button-contact .wrap-icon {
        padding-left: 20px;
    }
    .button-contact .wrap-text {
        padding-right: 20px;
    }
}

.size-guide {
    background-color: transparent;
    border: none!important;
    outline: none!important;
    cursor: pointer;
    color: #007ff0;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.sort-button {
    position: relative;
}
.sort-button .head {
    display: flex;
    align-items: center;
    gap: 2px;
    cursor: pointer;
    user-select: none;
}
.sort-button .main {
    width: 170px;
    position: absolute;
    background-color: #fff;
    right: 0;
    top: calc(100% + 7px);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 3;
}
.sort-button .main a {
    display: block;
    padding: 10px 0 10px 20px;
    text-transform: none;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid rgb(227, 227, 227);
}
.sort-button .main a.active,
.sort-button .main a:hover {
    background-color: rgb(230, 230, 230);
}
/* End Buttons */

/* Footer */
.footer .sitemap {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding-top: 50px;
}
.footer .sitemap .item {
    width: 100%;
    padding: 0 40px;
}
.footer .item .title {
    text-transform: uppercase;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #212121;
}
.footer .item .title .chevron-right {
    display: none;
    margin-left: 4px;
    transition: transform 0.3s ease;
}
.footer .block-menu {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}
.footer .block-menu .menu-item {
    line-height: 30px;
}
.footer .block-menu .menu-item a {
    font-size: 16px;
    font-weight: 300;
    color: #212121;
    text-decoration: none;
    text-transform: uppercase;
}
.footer .menu-item a:hover {
    color: #999;
    text-decoration: none;
}
.footer .list-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    gap: 5px;
}
.footer .list-social .item-social:not(:last-child) {
    margin-right: 8px;
}
.footer .item-social {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.footer .item-social img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer .item .bocongthuong {
    display: inline-block;
    width: 90px;
}
.footer .item .bocongthuong img {
    width: 100%;
}
.footer .copyright {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    padding-top: 20px;
    border-top: 1px solid #e3ddbb;
}
.footer .copyright span {
    font-size: 14px;
    font-weight: 300;
    color: #212121;
    line-height: 20px;
}
.footer .col-footer-info .logo {
    width: 100px;
}
.footer .col-footer-info .footer-desc { 
    padding: 15px 0;
    color: #575757;
}
.footer .group-info .group-item {
    padding-bottom: 5px;
}
.footer .group-info .group-item a,
.footer .group-info .group-item span {
    color: #575757;
    text-decoration: none;
}
.footer .group-info .group-item span:first-child {
    display: inline-block;
    width: 20px;
}
@media screen and (max-width: 1024px) {
    .footer .wrap-logo {
        text-align: center;
    }
    .footer .sitemap {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: start;
        padding-top: 20px;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .footer .sitemap .item {
        text-align: left;
        padding: 0;
        margin-bottom: 10px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer .sitemap .item:first-child .block-info {
        margin-left: 12px;
    }
    .footer .item .title {
        justify-content: start;
    }
    .footer .item .title .chevron-right {
        display: block;
    }
    .footer .block-menu.hide {
        display: none;
    }
    .footer .item .title,
    .footer .copyright span,
    .footer .block-menu .menu-item a {
        font-size: 20px;
    }
    .footer .copyright {
        margin-bottom: 20px;
    }
    .footer .list-social {
        justify-content: start;
        padding: 0;
    }
}
@media screen and (max-width: 568px) {
    .footer .item .title,
    .footer .block-menu .menu-item a {
        font-size: 18px;
    }
    .footer .item .title,
    .footer .block-menu .menu-item a {
        color: #111;
        font-weight: 600;
    }
    .footer .block-menu .menu-item a.dark-thin {
        font-weight: 400;
    }
    .footer .copyright span {
        font-size: 16px;
    }
}
/* End Footer */
/* Start Header */
header {
    position: sticky;
    top: 0;
    z-index: 10;
    width: 100%;
}
header .header{
    width: 100%;
    z-index: 111;
    border-bottom: 1px solid #e3ddbb;
}
header .header .container{
    height: 100%;
}
header .header .main_header{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
header .header .main_header .logo a{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 7px 0;
}


header .header .menu_header {
    display: grid;
    align-items: flex-end;
}
header .header .menu_header .menu_login {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
header .header .menu_header .c-account {
    text-transform: uppercase;
    color: #212121;
    padding-right: 20px;
    padding-top: 5px;
    display: flex;
    align-items: center;
}
header .header .menu_header .c-account img {
    margin-right: 20px;
}
/* search */
header .header .menu_header .menu_login .c-lang {
    color: #aaa;
    line-height: 11px;
    font-weight: normal;
    text-transform: uppercase;
    border-left: 1px solid #e3ddbb;
    padding: 0 20px;
}
header .header .menu_header .menu_login .c-lang span,#icon-search{
    color: #212121;
}
header .header .menu_header .menu_login .c-lang a{
    text-decoration: none;
}
header .header .c-box_search {
    position: relative;
}
header .header .c-box_search .c-call_search {
    padding: 10px 0px;
}
header .header .c-box_search .search-box {
    display: none;
    width: 350px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 9;
}
header .header .c-box_search .input_search {
    color: #fff;
    height: 40px;
    font-size: 14px;
    box-sizing: border-box;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    background-color: #444;
    padding: 8px 60px 8px 20px;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    cursor: pointer;
}
header .header .c-box_search .bt-search-main {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 11px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
header .header .menu_header .menu_login .c-lang.active {
    color: #212121;
}
header .header .menu_header .menu_login .c-lang {
    color: #aaa;
    line-height: 11px;
    font-weight: normal;
    text-transform: uppercase;
    border-left: 1px solid #e3ddbb;
    padding: 0 20px;
}
.sb-toggle {
    display: none;
    cursor: pointer;
    z-index: 1;
}
.sb-home .navicon-line {
    background-color: #333;
}
.sb-toggle .navicon-line {
    background-color: #000;
    width: 45px;
    height: 5px;
    border-radius: 3px;
    margin-bottom: 8px;
}
.sb-toggle .navicon-line:last-child {
    margin-bottom: 0;
}
/* shopcart */
header .header .menu_header .menu_login .c-lang {
    color: #aaa;
    line-height: 11px;
    font-weight: normal;
    text-transform: uppercase;
    border-left: 1px solid #e3ddbb;
    padding: 0 20px;
}
svg:not(:root) {
    overflow: hidden;
}
.c-box_viewCart {
    display: none;
    width: 500px;
    max-width: 500px;
    padding: 30px;
    background: #ffffff;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 111;
    border: 1px solid #e7e7e7;
}
.c-box_viewCart {
    display: none;
    width: 500px;
    max-width: 500px;
    padding: 30px;
    background: #ffffff;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 111;
    border: 1px solid #e7e7e7;
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
/* c-menu */
.main_menu {
    width: 100%;
}
.main_menu  ul{
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}

.main_menu li {
    -o-animation: ease-in-out 400ms;
    -ms-animation: ease-in-out 400ms;
    -moz-animation: ease-in-out 400ms;
    -webkit-animation: ease-in-out 400ms;
    animation: ease-in-out 400ms;
}
.main_menu li {
    position: unset;
    margin: 10px 15px 25px 15px ;
}

.main_menu>li>a {
    transition: all 0.2s ease-in-out;
}
.main_menu ul li a {
    display: block;
    text-transform: uppercase;
    color: #c2222c;
    padding-bottom: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    transition: .3s;
}
.main_menu ul li a:hover {
    border-bottom: 3px solid #c2222c; 
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
@media (min-width: 1250px) {
    .container {
        max-width: 86%;
        padding: 0 0;
    }
    .hidden-md {
        display: none;
    }
}
@media (min-width:991px ) and (max-width: 1250px){
    .hidden-md {
        display: none;
    }
}
.img-responsive {
    display: inline-block;
}
.img-fluid, .img-responsive {
    max-width: 100px;
    height: auto;
}

@media (max-width: 1024px) {
    header .header .main_header .menu_login path {
        fill: #212121;
    }
}
@media (max-width: 1124px) {
    header .header .main_header .menu_header {
        align-items: center;
    }
    .main_menu {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
    .sb-toggle {
        display: block;
    }
    .header{
        padding: 0;
    }
}
@media (max-width: 768px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (max-width: 768px) {
    header .logo {
        display: none;
    }
}
@media (max-width: 768px) {
    header .header .menu_header .menu_login {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-gap: 15px;
    }
}
@media (max-width: 1024px) {
    header .header .main_header .menu_login .c-btn_cart {
        width: 30px;
        padding: 0;
        border: none;
        bottom: 2px;
    }
}
@media (max-width: 768px) {
    .header {
        position: absolute;
        width: 100%;
        background: transparent;
    }
    header {
        height: 50px;
    }
    header .header .menu_header .menu_login{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (min-width: 200px) and (max-width: 768px){
    .sb-toggle {
        display: block;
    }
}
/* mobile */
.c-box_mmenu {
    padding: 20px;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 3000000000;
    overflow-y: auto;
    box-sizing: border-box;

}
.c-box_mmenu .c-box_msearch .form-control {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    padding-left: 35px;
    padding-right: 35px;
    box-shadow: none;
}
.c-box_mmenu .c-box_msearch {
    position: relative;
}
header ol, ul {
    list-style: none;
    margin: 0;
}
.c-box_mmenu .c-btn_close--menu {
    position: absolute;
    top: 12px;
    right: 5px;
    padding: 10px;
}
.c-box_mmenu .c-box_msearch .form-control {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    padding-left: 35px;
    padding-right: 35px;
    box-shadow: none;
}
.c-box_mmenu .c-box_msearch .bt-search-main {
    position: absolute;
    top: 0;
    padding: 10px 10px 10px 0;
}
a:not([href]):not([tabindex]) {
    text-decoration: none;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
.dropup, .dropdown {
    position: relative;
}
.c-box_mmenu .c-box_maccount {
    margin-top: 20px;
}
.c-box_mmenu .c-box_maccount .c-account {
    display: block;
    padding: 10px 0;
}
svg:not(:root) {
    overflow: hidden;
}
.c-box_mmenu .c-item_name {
    text-decoration: none;
    padding: 10px 10px 10px 0;
}
.c-box_mmenu ul {
    padding: 5px;
}
.c-box_mmenu li a{
    color: #212121;
    font-family:Arial, Helvetica, sans-serif ;
    font-size: 16px;
}
.c-box_mmenu li a:hover{
    color: #999;
}
.c-box_mmenu li {
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #e7e7e7;
}

.c-box_mmenu .c-box_maccount a{
    color: #212121;
    font-family:Arial, Helvetica, sans-serif ;
    font-size: 17px;
    text-decoration: none;
}
.c-box_mmenu .c-box_maccount a:hover{
    color: #999;
}

/* Boxs */
.event-banner {
    display: block;
    width: 100%;
    padding: 20px 0 15px 0;
}
.event-banner img {
    width: 100%;
}

.category-group {
    border-bottom: 1px solid #e3ddbb;
}
.category-group .head-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    padding: 15px 0;
}
.category-group .head-title .text {
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    color: rgb(55, 55, 55);
}
.category-group .head-title .expand-icon {
    width: 12px;
    height: 12px;
    position: relative;
}
.category-group .head-title .expand-icon span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: .5px;
    background-color: black;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
}
.category-group .head-title .expand-icon span:last-child {
    transform: rotate(90deg);
}
.category-group .head-title.active .expand-icon span:last-child {
    transform: rotate(0)!important;
}
.category-group .head-title.active .text {
    font-weight: 500;
}
.category-group .main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-bottom: 15px;
}
.category-group .main ul a {
    display: block;
    color: #212121;
    line-height: 27px;
    text-decoration: none;
    font-weight: 300;
}
.category-group .main ul a.active,
.category-group .main ul a:hover {
    font-weight: 500;
}
@media screen and (max-width: 1024px) {
    .category-group .head-title {
        padding: 10px 0;
    }
}

.cms-edit-bar {
    display: flex;
    align-items: center;
    padding: 4px 15px;
    background-color: rgb(51, 51, 51);
    gap: 20px;
}
.cms-edit-bar .title {
    color: white;
}
.cms-edit-bar .wrap-logo img {
    width: 25px;
}
.cms-edit-bar .button-action {
    color: white;
    text-decoration: none;
}
/* End Boxs */

/* Paginate */
.default-paginate {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
.default-paginate .pagination {
    gap: 7px;
}
.default-paginate .pagination li a,
.default-paginate .pagination li span {
    color: #303030;
}
.default-paginate .pagination .page-item.active .page-link {
    background-color: #212121;
    border-color: #212121;
}
/* End Paginate */


/* Limit lines */
.limit-2-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.limit-1-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.limit-3-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.limit-4-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.wrap-youtube-embed-content {
    width: 70%;
    aspect-ratio: 16/9;
    margin: auto;
}

@media screen and (max-width: 700px) {
    .wrap-youtube-embed-content {
        width: 100%;
    }
}
