/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root{
	--fs-title: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
    --fs-16-18: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
    --fs-14-20: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
    --fs-16-20: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    --fs-18-20: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);

    --rounded-8-16: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
    --rounded-8-12: clamp(0.5rem, 0.45rem + 0.25vw, 0.75rem);

    --bg-grd-to-top: linear-gradient(to top, #580B12 0%, #BE1826 100%);

    --ff-awesome: "Font Awesome 6 Pro";
    --ff-1: "Roboto", sans-serif;
}

body{
    font-family: var(--ff-1);
    line-height: normal;
}

p{
    margin-bottom: 1rem;
}

p:last-of-type{
    margin-bottom: 0;
}

.row-inner-full > .col > .col-inner,
.row-inner-full.row-slider .col > .col-inner{
	height: 100%;
}

.row-slider .flickity-slider > .col{
	padding-bottom: 0 !important;
}

.button, button, input[type=button], input[type=reset], input[type=submit]{
    min-height: unset;
    padding: 0.625rem 1rem;
    line-height: normal;
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--ff-1);
}

.button span{
    line-height: normal;
}

.button.is-outline{
    border-width: 1px;
    line-height: normal;
}

.button.is-large{
    font-size: 1.125rem;
}

.button.secondary{

}

.button.white{
    color: var(--fs-color-primary) !important;
}


i.icon-angle-right:before{
    content: "\f061";
    font-family: var(--ff-awesome);
}

i.icon-envelop:before{
    content: "\f0e0";
    font-family: var(--ff-awesome);
}

.button.info i:before{
    content: "\f05a";
    font-family: var(--ff-awesome);
    font-weight: 300;
}


.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-contain{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rounded-3 > .img-inner,
.rounded-3 > .col-inner{
    border-radius: var(--rounded-8-16);
    overflow: hidden;
}

.section-bg-linear .section-bg:before,
.section-bg-linear .section-bg:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 50%;
    pointer-events: none;
}

.section-bg-linear .section-bg:before{
    top: 0;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 50%);
}

.section-bg-linear .section-bg:after{
    bottom: 0;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 50%);
}

.svg-clip-path {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.justify-content-between{
    justify-content: space-between;
}

.align-self-center{
    align-self: center;
}

.w-auto{
    width: auto;
}

.h-100{
    height: 100%;
}

.uxb-wrapper--flatsome_swiper .swiper-wrapper,
.uxb-wrapper .swiper-wrapper{
    flex-wrap: wrap;
    gap: 1rem;
}

.uxb-wrapper--flatsome_swiper_slide,
.uxb-wrapper .swiper-slide{
    width: 30%;
}

.wpcf7-form{
    margin-bottom: 0;
}

.wpcf7 .wpcf7-not-valid-tip{
    position: absolute;
    margin-top: 0;
    font-size: 0.75rem;
    z-index: 1;
}

.social-icons a{
    width: 2rem;
    height: 2rem;
    min-width: unset !important;
    min-height: unset;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 1px solid #3A3A3C !important;
    border-radius: 50%;
    padding: 0 !important;
    line-height: normal;
    font-size: 1rem !important;
    color: #3A3A3C;
}

.social-icons a i{
    top: unset;
}

.social-icons a.is-outline{
    /*color: #fff;*/
}

/*===*/
.header-top .nav-small.nav>li.html{
    font-size: 0.875rem;
}

/*===*/
.header-top .html.html_topbar_left{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header-top .html.html_topbar_right{
    font-size: var(--fs-16-18) !important;
    font-weight: 700;
    background-image: linear-gradient(to top, #580B12 0%, #BE1826 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.html.header-social-icons .social-icons a{
    width: 1.25rem;
    height: 1.25rem;
    background-color: var(--fs-color-primary);
    border: none !important;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 12px !important;
}


.header-main{
    transition: all .3s ease;
}

.header-main .header-nav-main.nav-left{
    justify-content: center;
    gap: 2%;
}

.header-main .header-nav-main .menu-item a{
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
}

.header-main .header-nav-main .menu-item.active a{
    font-weight: 700;
    background-image: linear-gradient(to top, #580B12 0%, #BE1826 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

#logo img{
    transition: all .3s ease;
}


/*===*/
.polylang_langswitcher{
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    gap: 0.25rem;
}

.polylang_langswitcher li{
    margin-bottom: 0;
}

.polylang_langswitcher li img{
    width: 30px;
    height: auto !important;
}

.html-custom{
    margin: 0 !important;
}

.html-custom button,
.html-custom a{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 0;
    box-shadow: -4px 0 9px 0 rgba(0, 0, 0, 0.1);
}

.html_nav_position_text_top{
    width: 0;
    overflow: hidden;
}



/*===*/
.banner-page{
    height: clamp(15rem, 14rem + 5vw, 20rem);
    background-color: transparent;
}

.banner-page .title-banner-page{
    margin: 0;
    font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    color: #fff;
}

.rank-math-breadcrumb p{
    margin-top: 0.25rem;
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
    text-align: center;
    color: #fff;
}

.rank-math-breadcrumb a{
    color: inherit;
}

.rank-math-breadcrumb span.last{
    font-weight: 700;
}

.banner-page.banner-simple{
    height: unset;
    .title-banner-page{
        color: #000;
        visibility: hidden;
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .rank-math-breadcrumb p{
        color: #000;
        text-align: left;
    }
}


.wrapper-slide .swiper-button-prev,
.wrapper-slide .swiper-button-next{
    width: 2.5rem;
    height: 2.5rem;
    background-color: #BE1826;
    border-radius: 50%;
}

.wrapper-slide .swiper-button-prev:after,
.wrapper-slide .swiper-button-next:after{
    font-size: 1rem;
    border-radius: 50%;
    color: #fff;
}

.wrapper-slide .swiper-button-prev{
    left: 0;
    transform: translateX(-50%);
}

.wrapper-slide .swiper-button-next{
    right: 0;
    transform: translateX(50%);
}

.swiper-pagination-bullet{
    width: 0.75rem;
    height: 0.75rem;
    background-color: #D5D5D5;
    border-radius: 50rem;
    opacity: 1;
    transition: all .3s ease;
}

.dark .swiper-pagination-bullet{
    background-color: #fff;
}

.swiper-pagination-bullet-active{
    background: var(--bg-grd-to-top);
}


/*===*/
input.form-control,
textarea.form-control{
    padding: 0.75rem 1rem;
    height: unset;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0.5rem;
    transition: all .3s ease;
    font-size: inherit;
}

.text-heading h3{
    font-size: 1.5rem;
    font-weight: 400;
    font-family: var(--ff-2);
}

.text-heading h1,
.text-heading h2{
    margin-bottom: 0;
    font-weight: 700;
    font-size: var(--fs-title);
    line-height: normal;
}

.text-heading h1 + *,
.text-heading h2 + *{
    margin-top: 0.75rem;
}

.text-heading .is-divider{
    background: var(--bg-grd-to-top);
    transform: skewX(-50deg);
}

.text-heading p:last-of-type{
    margin-bottom: 0;
}

.text-gradient{
    background-image: linear-gradient(to top, #580B12 0%, #BE1826 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}


.main-slide .uxb-wrapper--flatsome_swiper_slide,
.main-slide .uxb-wrapper--flatsome_swiper_slide .swiper-slide{
    width: 100% !important;
}

.main-slide .button.white{
    background-color: rgba(98, 98, 98, 0.2) !important;
    color: #fff !important;
}


/*===*/
.product-card .product-card__image{

}

.product-card .product-card__content{
    padding: 1rem;
    background-color: rgba(144, 35, 37, 0.85);
    text-align: center;
}

.product-card .product-card__title,
.product-card .product-card__title a{
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    font-size: var(--fs-16-18);
}


.product-slide,
.category-slide{
    padding-bottom: 2rem;
}

.product-slide ~ .swiper-pagination,
.swiper-pagination.category-pagination{
    bottom: 0;
}


/*===*/
.category-slide .swiper-slide{
    height: auto;
}

.box-category{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.box-category .box-image{
    width: 100%;
    overflow: hidden;
}

.box-category .box-image img{
    transition: all .4s ease;
}

.box-category:hover .box-image img{
    transform: scale(1.1);
}

.box-category .box-text{
    flex: 1;
    padding: 0.75rem;
    background-color: rgba(144, 35, 37, 85%);
    font-size: inherit;
    color: #fff;
}

.box-category .box-text h3{
    margin-bottom: 0;
    font-size: var(--fs-16-18);
    color: inherit;
}



/*====*/
.box-blog-post{
    height: 100%;
}

.box-blog-post .box-image{

}

.box-blog-post .box-text{
    padding: 0.5rem 0 0;
    text-shadow: none !important;
    font-size: 1rem;
    line-height: normal;
}

.box-blog-post .is-divider{
    display: none;
}

.box-blog-post .box-text .post-title{
    margin: 0 0 0.25rem;
    font-size: var(--fs-16-18);
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-blog-post .box-text .post-title a{
    margin: 0;
    line-height: normal;
}

.box-blog-post .post-meta{
    margin-bottom: 0.25rem;
    color: #7F7F7F;
    font-size: 0.875rem;
    opacity: 1;
}

.box-blog-post .post-meta:before{
    content: "\f073";
    font-family: var(--ff-awesome);
    color: var(--fs-color-primary);
    margin-right: 0.25rem;
}

.box-blog-post .from_the_blog_excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.box-blog-post.box-overlay .box-text{
    padding: 0.75rem;
}

.box-blog-post.box-overlay .box-text .post-title{
    font-size: 1rem;
}


/*====*/
.row-footer:after{
    content: unset;
}

@media screen and (min-width: 850px) {
    .row-footer>.col+.col:not(.large-12) {
        border-left: 1px solid #FFFFFF;
    }
}

.col-footer h3{
    margin-bottom: 1.25rem;
    font-size: var(--fs-18-20);
    color: var(--fs-color-secondary);
}

.col-footer p{
    margin-bottom: 0.5rem;
}

.col-footer{
    display: flex;
    justify-content: center;
}

.col-footer .ux-menu .ux-menu-link + .ux-menu-link{
    margin-top: 0 !important;
}

.col-footer .ux-menu .ux-menu-link__link{
    flex: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: unset;
    padding: 0;
    height: 2em;
    transition: all .2s ease;
    margin-bottom: 0.25rem;
}

.col-footer .ux-menu .ux-menu-link__link:hover{
    color: var(--fs-color-secondary);
}


/*===*/
.form-footer{
    display: flex;
    background-color: #FFFFFF;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.form-footer .wpcf7-form-control-wrap{
    flex: 1;
}

.form-footer .wpcf7-form-control-wrap input{
    margin: 0;
    color: #000 !important;
}

.form-footer .wpcf7-form-control-wrap input::placeholder{
    color: #999999;
}

.form-footer .button{
    margin: 0;
    background-color: #FDE8D8 !important;
    border-radius: 0.5rem;
    color: var(--fs-color-primary) !important;
}

.form-footer .wpcf7-spinner{
    display: none;
}


#footer .social-icons a{
    width: 2.5rem;
    height: 2.5rem;
    border: none !important;
    border-radius: 0.5rem !important;
    background-color: rgba(255, 255, 255, 0.2);
}


.text-stroke-footer{
    position: absolute;
    right: 0;
    bottom: -60px;
    /*-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    -webkit-text-fill-color: transparent;
    color: transparent;*/
    font-size: clamp(3rem, 2.2rem + 4vw, 7rem);
    font-weight: 900;
    line-height: 1;
    color: #e8e8e8;
    text-shadow: 1px 1px 0 #D5D5D5, -1px 1px 0 #D5D5D5, -1px -1px 0 #D5D5D5, 1px -1px 0 #D5D5D5;
    -webkit-mask-image: linear-gradient(to bottom, #000000 0%, #D5D5D5 100%);
    mask-image: linear-gradient(to bottom, #000000 0%, #D5D5D5 100%);
}

/*===*/
.payment-icons .payment-icon{
    margin-top: 0;
}

.payment-icons .payment-icon svg{
    height: 16px;
}

.absolute-footer{
    display: none;
}




.button.back-to-top{
    width: 2.75rem;
    height: 2.75rem;
    min-width: unset !important;
    min-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 700;
}



/*===*/
.nav-pagination>li{
    margin: 0 0.25rem !important;
}

.nav-pagination>li>a,
.nav-pagination>li>span{
    min-width: unset;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    border: 1px solid #000;
    line-height: normal;
}

.nav-pagination>li i{
    top: 0;
    font-size: inherit;
}




/*Trang danh mục tin tức*/
.flatsome-custom-top-content{
    margin-bottom: 1.5rem;
}

.flatsome-custom-top-content .title-single-content{
    margin-bottom: 0.75rem;
    font-size: 2rem;
}

.flatsome-custom-top-content .meta-post{
    display: flex;
    gap: 1.5rem;
    color: #333333;
}




/*=== Trang liên hệ*/
.wrap-contact > .col-inner{
    padding: 2rem;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.1);
}


.icon-heading-contact{
    display: flex;
    align-items: center;
}

.icon-heading-contact h2{
    margin-bottom: 0;
    font-size: 1.25rem;
}

/*===*/
.form-contact-custom .button{
    margin: 0;
    background: var(--bg-grd-to-top);
    border: none;
}

.form-contact-custom .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 12px;
}

.form-contact-custom .wpcf7-spinner{
    display: none;
}

.form-contact-custom .wpcf7-response-output {
    margin-top: 15px;
}

/*===*/
.map-contact p{
    height: 350px;
    border-radius: 1rem;
    overflow: hidden;
}

.map-contact p iframe{
    width: 100%;
    height: 100%;
}



/*=== Trang giới thiệu*/
.icon-vm{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/*===*/
.icon-box-core-value{
    height: 100%;
    padding: 2rem;
    background: var(--bg-grd-to-top);
    border-radius: 0.75rem;
}

.icon-box-core-value .icon-box-text h3{
    font-size: var(--fs-18-20);
}


/*===*/
.tab-history .nav{
    justify-content: space-between;
}

.tab-history .tab a{
    font-size: 2.5rem;
    color: rgba(36, 35, 41, 0.3);
}

.tab-history .tab.active a{
    color: #BE1826;
}





/*=== Trang bảo hành*/
.warranty-wrapper{
    max-width:1200px;
    margin:auto;
}

.form-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}

.card-header{
    display:flex;
    align-items:center;
    gap: 12px;
    padding: 18px 24px;
    font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
    font-weight:700;
    color:#fff;
    background:linear-gradient(90deg,#d1121b 0%,#7d000c 100%);
}

.card-header-green{
    background:linear-gradient(90deg,#00A650 0%,#008F45 100%);
}

.card-body{
    padding:24px;
}

.card-desc{
    margin-bottom: 25px !important;
    color:#666;
    font-size:14px;
    line-height:1.7;
}

.form-group{
    display: flex;
    margin-bottom:20px;
}

.form-group label{
    flex-shrink: 0;
    display:flex;
    align-items:center;
    gap:8px;
    min-width: 150px;
    font-size:14px;
    font-weight:600;
    margin-bottom:10px;
    color:#333;
}

.form-group label i{
    width:18px;
    color:#c21a20;
}

.form-group label span{
    color:#e60000;
}

.form-group input,
.form-group select{
    margin:0;
    height:50px;
    border:1px solid #d9dfe8;
    border-radius:8px;
    background:#fff;
    box-shadow:none;
}

.upload-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height:120px;
    padding: 20px;
    border: 2px dashed #d6dce5;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: .25s;
}

.upload-box:hover{
    border-color:#c41b22;
}

.upload-box.dragover{
    border-color:#c41b22;
    background:#fff5f5;
}

.upload-box i{
    font-size:28px;
    color:#999;
}

.upload-box .file-name{
    font-weight:600;
    color:#0a9e45;
}


.form-submit{
    margin-top:30px;
}

.form-submit .button{
    margin:0;
    border-radius:8px;
    font-size:18px;
    font-weight:700;
}

.form-submit .button.success{
    background: linear-gradient(90deg, #00A650 0%, #008F45 100%);
}




.result-title{
    text-align:center;
    font-size:22px;
    font-weight:700;
    color:#9aa8ba;
    margin:30px 0 20px;
}

.result-box{
    border:1px solid #dce7de;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}

.result-table{
    width:100%;
    margin:0;
    border-collapse:collapse;
}

.result-table tr:not(:last-child){
    border-bottom:1px solid #edf1f5;
}

.result-table td{
    padding:16px;
    font-size:14px;
}

.result-table td:first-child{
    width:40%;
    font-weight:600;
    color:#333;
}

.result-table td:last-child{
    text-align:right;
    color:#555;
}

.text-success{
    color:#0a9e45 !important;
    font-weight:700;
}

.result-note{
    margin-top:16px;
    padding:14px 18px;
    border-radius:10px;
    border:1px solid #d5eadb;
    background:#f3faf5;
    color:#5d6b62;
    font-size:13px;
    display:flex;
    align-items:center;
    gap:10px;
}

.result-note i{
    color:#08a24a;
}

.form-note{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 14px 18px;
    border-radius: 10px;
    border: 1px solid #dce4f2;
    background:#f7f9fc;
    color:#5e6470;
    font-size: 13px;
}

.form-note i{
    flex-shrink: 0;
    color:#d1121b;
}




/*=== Trang sản phẩm*/
.bullet-checkmark.bullet-arrow{
    border-bottom: 0;
}


.product-small.box{
    display: flex;
    gap: 0.75rem;
    height: 100%;
    padding: 1rem;
    box-shadow: 0 6px 50px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
    background-color: #fff;
}

.product-small.box .box-image{
    border-radius: inherit;
    width: 45%;
}

.product-small.box .box-text{
    flex: 1;
    font-size: inherit;
}

.product-small.box .product-model{
    font-size: clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
    font-weight: 300;
    color: var(--fs-color-primary);
}

.product-small.box .product-feature-badge{
    display: inline-block;
    padding: 0.25rem 1rem;
    border-radius: 50rem;
    background-color: #902325;
    font-weight: 700;
    font-size: 0.875rem;
    color: #fff;
}

.product-small.box .product-name{
    margin: 0.75rem 0;
    font-weight: 700;
    font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
}

.product-small.box .product-subtitle{

}

.product-small.box .view-detail{
    display: inline-block;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background-color: #fff;
    border-radius: 50rem;
    box-shadow: 0 6px 50px 0 rgba(0, 0, 0, 0.1);
    color: #646464;
    font-size: 0.75rem;
}

.product-small.box .product-ribbon{
    position: absolute;
    top: -2rem;
    right: 1rem;
    padding: 0.5rem;
    border-radius: 0 0 0 1rem;
    background: linear-gradient(to bottom, #580B12 0, #BE1826 100%);
    font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    font-weight: 700;
    color: #fff;
}

.product-small.box .product-ribbon:before{
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    z-index: -1;
    width: 100%;
    height: 1rem;
    background-color: #4B040A;
    transform: skewX(-20deg);
}

.product-small.box .product-ribbon:after{
    content: "";
    position: absolute;
    top: 0;
    right: -4px;
    z-index: -1;
    width: 100%;
    height: 1rem;
    background-color: #4B040A;
    transform: skewX(20deg);
}




/*=== Trang chi tiết*/
.product-top-info .product-model{
    font-size: 72px;
    font-weight: 700;
    color: var(--fs-color-primary);
}

.product-top-info .product-custom-title{
    font-size: 2.25rem;
    font-weight: 300;
    color: #A0A0A0;
}

.product-top-info .product-feature-banner{
    display: inline-flex;
    align-items: center;
}

.product-top-info .product-feature-banner .icon{
}

.product-top-info .product-feature-banner svg{
    width: 70px;
}

.product-top-info .product-feature-banner .label{
    flex: 1;
    margin-left: -1.5rem;
    padding: 0.5rem 2rem 0.5rem 2rem;
    background: linear-gradient(90deg,
    rgba(152, 27, 41, 1) 0%,
    rgba(172, 28, 44, 1) 88%,
    rgba(244, 244, 244, 0.2) 100%);
    font-size: 1.5rem;
    color: #fff;
}


.product-thumbnails .flickity-slider > .col a{
    display: block;
    height: 150px;
}

.product-thumbnails .flickity-slider > .col a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info{
    padding: 1.5rem;
    background-color: #FAFAFA;
    color: #646464;
    font-weight: 300;
    font-size: var(--fs-18-20);
}

.product-info .product-title{
    color: var(--fs-color-primary);
    margin-top: 0;
    margin-bottom: 15px;
    font-size: var(--fs-title);
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -.5px;
}

.product-info .product-short-description ul li{
    list-style: none;
    margin-left: 0;
}

.product-info .product-short-description ul li:before{
    content: "\f00c";
    font-family: var(--ff-awesome);
    margin-right: 0.5rem;
}


.product-description-bottom .bullet-checkmark{
    border-bottom: 0;
}
.product-description-bottom .bullet-checkmark:before{
    content: "\f00c" !important;
    font-family: var(--ff-awesome);
    color: inherit;
}


/*===*/
.related-products{
    padding: 0.5rem;
}

.related-products .swiper-slide .product-small.col{
    padding: 0;
}

.related-products .product-small.box{
    box-shadow: none;
    border: 1px solid #ececec;
}



/*=== Button contact*/
.button-contact-fixed{
    position: fixed;
    bottom: 8%;
    right: 0.25rem;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.box-ring {
    width: clamp(4rem, 3.8rem + 1vw, 5rem);
    height: clamp(4rem, 3.8rem + 1vw, 5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: visibility .5s;
    position: relative;
}

.box-ring-outline {
    position: absolute;
    width: clamp(4rem, 3.8rem + 1vw, 5rem);
    height: clamp(4rem, 3.8rem + 1vw, 5rem);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    border: 2px solid rgba(30, 30, 30, 0.5);
    background-color: transparent;
    border-radius: 50%;
    opacity: .5;
    transition: all .5s;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
}

.box-ring-inline {
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp(3rem, 2.8rem + 1vw, 4rem);
    height: clamp(3rem, 2.8rem + 1vw, 4rem);
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
}

.box-ring-image{
    width: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
    height: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
    padding: 6px;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.box-ring-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-ring-label{
	position: absolute;
	right: 2rem;
	height: 2.25rem;
	z-index: -1;
	padding: 0.25rem 3rem 0.25rem 1rem;
	border-radius: 50rem;
	white-space: nowrap;
	color: #fff;
	display: flex;
	align-items: center;
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg) translate(-50%, -50%);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg) translate(-50%, -50%);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg) translate(-50%, -50%);
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}