/*
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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'MTD Auto Quick';
    src: url('fonts/MTD-Auto-Quick.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MTD Lucy Rose';
    src: url('fonts/MTD-Lucy-Rose.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BrushScriptStd';
    src: url('fonts/BrushScriptStd.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root{
	--cl-x: #C8A04E;
	--cl-y: #257A57;
    --fs-title: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
}

body{
    font-family: "Inter", sans-serif;
}


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

.justify-content-center{
	justify-content: center;
}

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

.row-slider:not(.product-thumbnails) .flickity-slider > .col{
	padding-bottom: 0 !important;
}

.button, button, input[type=button], input[type=reset], input[type=submit], .button.icon, .button.is-outline{
    /*min-width: unset;*/
    min-height: unset;
    margin: 0;
    font-weight: 400;
    line-height: normal;
    padding: 0.5rem 1rem;
    span{
        line-height: inherit;
    }
}

.button.dark{
    background-color: #000;
    color: var(--cl-x);
}

.button.white{
    color: var(--cl-x) !important;
}

.button.white:hover{
    background-color: var(--cl-y) !important;
    box-shadow: none;
}


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

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

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

.social-icons a{
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 !important;
}

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

.section-bg-linear .section-bg:before,
.section-bg-linear .section-bg:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}

.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%);
}


/*====*/

#main, #wrapper{
    background-color: #000;
}

#top-bar .icon-header-topbar{
    display: flex;
    align-items: center;s
}

#top-bar .icon-header-topbar img{
    padding-top: 0;
}

#top-bar .button{
    white-space: nowrap;
    border: 1px solid #fff;
    font-size: 0.875rem;
    color: #fff !important;
}

#top-bar .button:hover{
    background-color: #000 !important;
    border-color: #000;
}

.header-bottom .flex-row .flex-center{
    width: 100%;
}

.header-nav.header-bottom-nav{
    align-items: unset;
    background-color: #191919;
}

.header-nav li.menu-item{
    flex: 1;
    text-align: center;
    margin: 0;
}

.header-nav li.menu-item + li.menu-item{
    border-left: 1px solid #4C4C4C;
}


.header-nav > li.menu-item > a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header-nav li.menu-item a img{
    width: auto;
    height: 2.25rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
}

/*===*/
.header-box-icon {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem !important;
    border: 1px solid #fff;
    color: #fff !important;
    gap: 0.75rem;
    opacity: 1;
}

.header-box-icon .icon {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-box-icon .icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.header-box-icon .label {
    font-size: 0.875rem;
    font-weight: 600;
}

.header-box-icon:hover {
    background-color: var(--cl-x);
    border-color: var(--cl-x);
}


.header-search-lightbox{
    color: #000 !important;
}

#search-lightbox{
    font-size: 1rem;
}

.searchform-wrapper .flex-row{
    border-radius: 0.375rem;
}

.searchform-wrapper .flex-col{
}

.searchform-wrapper.form-flat .flex-col:last-of-type{
}

.searchform-wrapper input[type=search]{
    padding: 0.5rem 0.5rem  
    padding: 0.5rem 0.5rem 0.5rem 1rem
    border: 0;
}

.searchform-wrapper  input[type=search]::placeholder{
}

.searchform-wrapper button[type="submit"].button.icon{
    margin: 0;
    padding: 0;
    background-color: transparent !important;
    color: #A0A0A0 !important;
}



/*===*/
.banner-page{
    height: clamp(9.375rem, 7.5rem + 9.375vw, 18.75rem);
    background-color: transparent;
}

.banner-page .text-box{
    padding-left: 15px;
    padding-right: 15px ;
}

.banner-page .title-banner-page{
    margin: 0;
    font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
    font-weight: 700;
    line-height: normal;
}

.rank-math-breadcrumb p{
    margin-top: 0.25rem;
}


/**/
.main-title h2{
    margin-bottom: 0;
    font-size: var(--fs-title);
}

.box-main-title h2{
    margin-bottom: 0.325rem;
    /*font-size: var(--fs-title);*/
}

.wrapper-box{
    border-radius: clamp(0.75rem, 0.6rem + 0.75vw, 1.5rem);
    overflow: hidden;
}

.wrapper-box.old .img-cover{
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}


.wrapper-box.even .img-cover{
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}



.box-img-about{
    padding: 0.75rem;
    border-radius: 1rem;
    overflow: hidden;
    background-color: #fff;
}

.box-img-about .box-image{
    border-radius: 1rem;
}



/*===*/
.box-category.box{
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    .box-image{
        width: 100%;
        border-radius: 1rem;
    }
    .box-text{
        padding: 1rem 0 0;
        .header-title{
            margin: 0;
            font-size: 1rem;
            font-weight: 700;
        }
    }

    .box-text:after{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        transform: translateY(-100%);
        background-image: url('/wp-content/themes/flatsome-child/images/icon-img-product.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
}

.row-category-circle .box-category.box .box-text{
    padding-top: 1.5rem;
}

.row-category-circle .box-category.box .box-text:after{
    width: 2rem;
    height: 2rem;
    left: 50%;
    transform: translate(-50%, -50%);
}

.row-category-circle .box-category.box .box-text .header-title{
    color: #000;
}




.product-small.box{
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 1rem;
    height: 100%;
}

.product-small.box .box-image{
    width: 100%;
    border-radius: 0.75rem;
}

.product-small.box .box-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    gap: 0.75rem;
    padding: 0.75rem 0 0;
}

.product-small.box .box-text .title-wrapper{
    font-size: 1rem;
    font-weight: 600;
}

.product-small.box .box-text .title-wrapper a{
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-small.box .box-text .price-wrapper{
    font-size: 1rem;
}

span.amount bdi{
    color: #257A57;
}

.product-small.box .quick-view{
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 0.5rem;
    background-color: #257A57;
    border-radius: 0.25rem;
    color: #fff;
}

.product-small.box .quick-view .icon{
    width: 2.25rem;
    height: 2.25rem;
    background-color: #228F62;
    border-radius: inherit;
    background-image: url('/wp-content/themes/flatsome-child/images/img-add-card.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    cursor: pointer;
    transition: all .2s ease;
}

.product-small.box .quick-view:hover .icon{
    background-color: #2d4a3e;
}


.section-procate .section-bg{
    background-size: 90% !important;
    background-position: center top;
}



/*===*/
.grid-layout-product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
}

.grid-layout-product .item.box-product{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
}

.grid-layout-product .box-thumbnail{
    height: 200px;
}

.grid-layout-product .box-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.grid-layout-product .box-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 0.5rem;
}

.grid-layout-product .title {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: normal;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.grid-layout-product .title a{
    color: inherit;
}

.grid-layout-product span.amount bdi{
    color: #257A57;
    font-weight: bold;
}

.grid-layout-product .quick-view{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #257A57;
    color: #fff;
    border-radius: 0.125rem;
}

.grid-layout-product .item:nth-child(4) {
    grid-column: span 2;
    grid-row: span 2;
    height: 100%;
}

.grid-layout-product .item:nth-child(4) .box-thumbnail {
    height: 550px;
}

.grid-layout-product .item:nth-child(7) {
    grid-column: span 2;
    grid-row: span 1;
}

.grid-layout-product .item:nth-child(3n + 1){
    border-left: 0;
}

@media (max-width: 768px) {
    .grid-layout-product {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-layout-product .item:nth-child(2n + 1){
        border-left: 0;
    }

    .grid-layout-product .item:nth-child(4){
        grid-column: span 1;
        grid-row: span 1;
        border-left: 1px solid #707070;
    }

    .grid-layout-product .item:nth-child(7){
        grid-column: span 1;
        grid-row: span 1;
    }

    .grid-layout-product .item:nth-child(4) .box-thumbnail {
        height: 200px;
    }
}

@media (max-width: 550px){
    .grid-layout-product {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-layout-product .item{
        border-left: 0 !important;
    }
}



/*====*/
.box-blog-post{
    display: flex;
    flex-direction: column;
    .box-image{
        width: 100%;
        border-radius: 0.25rem;
    }

    .box-text{
        flex: 1;
        padding: 0.75rem 0 0;
        font-size: inherit;
        line-height: 1.3;
    }
    .box-text-inner{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .is-divider{
        display: none;
    }

    .post-title{
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-size: 1.125rem;
        font-weight: 700;
    }

    .post-title a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0;
    }

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

    .button{
        padding: 0;
        font-size: 0.875rem;
        font-weight: 400;
        color: var(--cl-x);
    }

    :hover .post-title a{
        
    }
}

.row-post-first .box-blog-post .button{
    margin-left: auto;
}

.row-post-small .box-blog-post .post-title{
    font-size: 1rem;
}

.row-post-small .from_the_blog_excerpt {
    font-size: 0.875rem;
}

.row-post-small .box-blog-post .button{
    font-size: 0.75rem;
}

/*=== Footer*/
.col-footer h3{
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

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

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

.col-footer .ux-menu .ux-menu-link__link{
    flex: unset;
    min-height: unset;
    padding: 0;
    transition: all .3s ease-in-out;
}

.col-footer .ux-menu .ux-menu-link__link:hover{
    transform: translateX(0.5rem);
    color: #BF7C00 !important;
}


.menu-footer{
    --gap: clamp(1rem, 0.6rem + 2vw, 3rem);
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: var(--gap);
}

.menu-footer .ux-menu-link{
}

.menu-footer .ux-menu-link + .ux-menu-link{
    border-left: 1px solid #fff;
    padding-left: var(--gap);
}

.menu-footer .ux-menu-link a{
    justify-content: center;
    min-height: unset;
    padding-top: 0;
    padding-bottom: 0;
}

.menu-footer .ux-menu-link a:hover{
    color: var(--cl-x) !important;
}

.social-icons.social-footer{
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: inherit;
}

.social-icons.social-footer span{
    font-weight: 500;
}

.social-icons.social-footer a{
    margin: 0;
    padding: 0.25rem;
    width: 2rem;
    height: 2rem;
    min-width: unset;
    min-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 1rem;
}

.social-icons.social-footer .button.icon:hover{
    background-color: var(--cl-x) !important;
    color: #fff;
}

.icon-envelop:before{
    content: "\f0e0";
    font-family: "Font Awesome 6 Pro";
}

.absolute-footer{
    display: none;
}

.back-to-top.button.icon{
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 700;
    background-color: var(--cl-x);
}


/*==== Page Contact*/
.icon-info-contact{
    --w-icon: 6rem;
    height: 100%;
    padding: 1rem;
    border-left: 0.325rem solid var(--cl-x);
    border-right: 0.325rem solid var(--cl-x);
    border-top: 0.325rem solid var(--cl-y);
    border-bottom: 0.325rem solid var(--cl-y);
    position: relative;
}

.icon-info-contact .icon-box-img{
    width: var(--w-icon) !important;
    height: var(--w-icon);
}

.icon-info-contact .icon,
.icon-info-contact .icon-inner{
    width: 100%;
    height: 100%;
}

.icon-info-contact .icon-box-img img{
    padding-top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-info-contact .icon-box-text{
    padding: 0.75rem;
    line-height: normal;
}

.icon-info-contact .icon-box-text h3{
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}


.box-map{
    border-radius: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
    overflow: hidden;
    height: 400px;
}

.box-map iframe{
    width: 100%;
}

.wrapper-form-contact{
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
    background-color: #F5F5F5;
}

.wrapper-form-contact .form-contact .form-control{
    height: unset;
    background-color: rgba(0, 0, 0, 0.05);
    padding: clamp(0.5rem, 0.45rem + 0.25vw, 0.75rem) 1rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 0.25rem;
    box-shadow: none !important;
    color: #000;
}

.wrapper-form-contact .form-contact .form-control::placeholder{
    color: rgba(0, 0, 0, 0.5);
}

.wrapper-form-contact .form-contact input[type=submit]{
    margin: 0;
    border: 0;
    border-radius: 0.25rem;
    font-weight: 600;
}



/*=== Blog*/
.blog-archive > .row > .col{
    padding-bottom: 0;
}


/*=== Sản phẩm*/
.row.products .product-small.col .col-inner{
    height: 100%;
}

.product-gallery > .row > .col{
    padding-bottom: 0;
}

.woocommerce-product-gallery{
    padding: 0.5rem;
    background-color: #191919;
}

.woocommerce-product-gallery__image{
    height: 600px;
}

.woocommerce-product-gallery__image img{
    height: 100%;
    object-fit: cover;
}

.vertical-thumbnails{

}

.vertical-thumbnails::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

.vertical-thumbnails::-webkit-scrollbar-thumb {
    background-color: var(--cl-x);
}

.vertical-thumbnails::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.product-thumbnails .flickity-slider > .col a{
    padding: 0.5rem;
    background-color: #191919;
}


.product-info{
    padding: 1.5rem;
    background-color: #191919;
}

.product-info .woocommerce-breadcrumb {
    display: none;
}

.product-info .product-short-description{
    margin-bottom: 1rem;
}

.product-info .product-short-description p{
    margin-bottom: 0.5rem;
}


.woocommerce-variation {
    display: none !important;
}

.product-info .variations label{
    color: #fff;
}

.product-info .variations .ux-swatch--label{
    color: #fff;
}

.product-info .ux-quantity.quantity{
    display: inline-flex;
    border: 1px solid #4a4a4a;
    border-radius: 0.25rem;
}

.product-info .ux-quantity.quantity input[type="button"]{
    margin: 0;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    background-color: transparent;
    font-weight: 700;
    text-shadow: none;
    color: #fff;
}

.product-info .ux-quantity.quantity input[type="number"]{
    height: 2.5rem;
    border-top: 0;
    border-bottom: 0;
    border-color: #4a4a4a;
    box-shadow: none !important;
    background-color: transparent;
    color: #fff;
}

.product-info .ux-quantity + .single_add_to_cart_button{
    display: none;
}

.wrapper-button-add-cart{
    display: flex;
    gap: 0.5rem;
}

.product-info .single_add_to_cart_button{
    margin: 0;
    padding: 0.75rem 2rem;
    border: 0;
    background-color: var(--cl-x);
    border-radius: 0.25rem;
    line-height: normal;
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
}

.product-info .single_add_to_cart_button:hover{
    transform: translateY(-2px);
}

.product-info .single_add_to_cart_button.add_to_cart_extra{
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 0 0 0.75rem;
    background-color: #257A57;
}

.product-info .single_add_to_cart_button.add_to_cart_extra .icon{
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    background-color: #228F62;
    border-radius: inherit;
    background-image: url('/wp-content/themes/flatsome-child/images/img-add-card.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
}


.product-info .social-icons{
    display: flex;
    gap: 0.25rem;
}

.product-info .social-icons a{
    width: 2rem;
    height: 2rem;
    min-height: unset;
    min-width: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2e2e2e;
    border: 0;
    border-radius: 50% !important;
    color: #fff;
}

.product-info .social-icons a i{
    opacity: 1;
    top: 0;
}


.product-footer .woocommerce-tabs,
.product-footer .related-products-wrapper,
.product-footer .related-products-wrapper .row,
.row-custom-info-product{
    max-width: unset !important;
}

.product-footer .woocommerce-tabs{
    border-top: 0;
}


.box-info-custom{
    height: 100%;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    background-color: #0f0f0f;
}

.box-info-parameter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}

.box-info-custom .box-parameter{
    display: flex;
    align-items: center;
    width: 100%;
}

.box-info-custom .box-parameter .lable-parameter{
    min-width: 120px;
    font-weight: 500;
}

.box-info-custom .box-parameter .lable-parameter-range{
    flex: 1;
    display: flex;
    gap: 0.25rem;
}

.box-info-custom .box-parameter .lable-parameter-range .item{
    background-color: #515151;
    width: 20%;
    height: 4px;
}

.box-info-custom .box-parameter .lable-parameter-range .item.active{
    background-color: #fff;
}






.woocommerce-tabs .tabs{
    margin-top: 0 !important;
    border-bottom: 0;
}

.woocommerce-tabs .tabs li a{
    padding: 0;
    font-size: var(--fs-title);
    color: #ccc;
}

.woocommerce-tabs .tabs li.active a{
    color: #fff;
}

.woocommerce-tabs .tabs li a:before{
    top: 100%;
    content: unset;
}


.related-products-wrapper{
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top: 0;
}

.product-section-title-related{
    position: relative;
    margin-bottom: 1.5rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    font-size: var(--fs-title);
    text-align: center;
}


/*====*/
.product-quick-view-container .row{
    max-width: unset !important;
}

.product-quick-view-container .wrapper-button-add-cart{
    margin-top: 1rem;
}



/*=== Shop Sidebar*/
.widget .is-divider{
    display: none;
}

.widget .widget-title{
    display: block;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.widget .searchform .flex-row{
    background-color: #F6F6F6;
    border-radius: 0,.25rem;
    overflow: hidden;
}

.widget .searchform input{
    background-color: transparent !important;
    border: 0;
    box-shadow:  unset !important;
    color: rgba(0, 0, 0, 1);
}

.widget .searchform input::placeholder{
    color: rgba(0, 0, 0, 0.5);
}

.widget .searchform button{
    border: 0;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.5);
}


.widget .product-categories li.cat-item{
    transition: all .3s ease-in-out;
}

.widget .product-categories li.cat-item:hover{
    transform: translateX(0.25rem);
}

.widget .product-categories li.cat-item a{
    font-weight: 600;
}

.widget .product-categories li.cat-item a:before{
    content: "\f111";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    font-size: 0.325rem;
    margin-right: 0.5rem;
    vertical-align: middle;
}


/*====*/
.custom-login-wrapper form{
    margin-bottom: 0;
}

.custom-login-wrapper label{
    color: #fff;
}

.custom-login-wrapper .login-field input{
    padding: 0.625rem 1rem;
    height: unset;
}


.custom-login-wrapper .login-submit .button{
    margin-top: 1rem;
    background-color: var(--cl-y);
    font-size: 1.3em;
    border-radius: 0.25rem;
}



.cwrf-row {
    display: flex;
    gap: 18px;
    align-items: center;
    margin: 1.5rem 0
}

.cwrf-label {
    width: 140px;
    color: #fff;
    font-size: 14px
}

.cwrf-field {
    flex: 1
}

.cwrf-field.cwrf-radio{
    display: flex;
    gap: 1.5rem;
}


.cwrf-form input{
    height: unset;
    border-radius: 6px;
    border: 1px solid #222;
    margin-bottom: 0;
    padding: 0.625rem 1rem;
}

.cwrf-form input[type=radio]{
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0;
    color: #fff;
}

.cwrf-radio label {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.cwrf-note{
    font-size: 0.875rem;
}

.cwrf-field .cwrf-note{
    margin-top: 0.5rem;
}

.cwrf-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #FFFFFF;
}

.cwrf-btn{
    border-radius: 0.25rem;
}


/*===*/
.icon-benefit{
    display: flex;
    align-items: center;
}


.box-text p{
    margin-bottom: 1.3em;
}


/*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)
    }
}