/*
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.   ***************/

:root{
    --color-main1: #12997b;
    --color-main2: #f16724;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #051f54;
}

h1, h2, h3, h4, h5{
    color: #000;
}

blockquote, dl, figure, form, ol, p, pre, ul{
    margin-bottom: 15px;
}

.logo-left .logo{
    margin-right: 0;
}

.custom.html_topbar_left{
    font-size: 12px;
}

.custom.html_topbar_right a{
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    background: var(--color-main1);
    color: #fff !important;
    padding: 0 20px;
    line-height: 40px !important;
    display: inline-block;
}

.custom.html_topbar_right a i{
    margin-right: 6px;
}

.header-nav.nav>li{
    margin: 0;
}

.header-nav.nav>li>a{
    padding: 0 12px;
}

.header-nav .menu-item .sub-menu .menu-item a{
    font-weight: 500;
}

.header-main  .header-nav.nav-right{
    gap: 10px;
}

.header-main  .header-nav .cart-item .header-cart-link{
    line-height: 38px;
    min-width: 40px;
    border-radius: 10px;
}

.header-main  .header-nav .cart-item .button [data-icon-label]:after{
    right: -9px;
    top: -7px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button{
    border-radius: 10px;
}

.flickity-prev-next-button, .single-product .product-footer .slider-nav-reveal .flickity-prev-next-button, 
.single-product .product-footer.slider-nav-reveal .flickity-prev-next-button:hover{
    opacity: 1 !important;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--color-main2);
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.flickity-prev-next-button::before{
    content: '';
    background-image: url('http://dongphuc4.tamphat.edu.vn/wp-content/uploads/2026/03/muiten-1.svg');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    width: 40px;
    height: 40px;
}

.flickity-prev-next-button.previous::before{
    transform: rotate(180deg);
}

.flickity-prev-next-button svg{
    display: none;
}

.about-home .box-cus-bg{
    background: #f5f6fe;
    border-radius: 60px 0 60px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding-top: 50px;
    padding-bottom: 20px;
}

.about-home .img{
    border-radius: 8px;
    box-shadow: 0 0 0 2px #fff, 0 2px 8px rgba(0, 0, 0, 0.30);
    overflow: hidden;
}

.about-home .stack{
    gap: 30px;
}

.about-home .stack .btn-about{
    min-width: 180px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.about-home .btn-about i{
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    line-height: 1;
    margin-right: 0 !important;
}

.about-home .btn-about.primary i{
    color: var(--color-main1);
}

.about-home .btn-about.secondary i{
    color: var(--color-main2);
}

.btn-ani-1{
    position: relative;
    overflow: hidden;
}

.btn-ani-1:hover{
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    transform: translateY(-3px) scale(1.05);
}

.btn-ani-1::before{
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
}

.btn-ani-1:hover::before{
    animation: shine-btn 0.8s ease;
}

.step-order h3{
    font-size: 24px;
    border-bottom: 2px solid var(--color-main2);
    padding-bottom: 8px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
}

.step-order .list-step .col > .col-inner{
    box-shadow: 0px 1px 3px 0px #051f54;
    border-radius: 20px;
    padding: 10px;
    transition:  all 0.3s ease;
}

.step-order .list-step .img{
    border-radius: 11%;
    margin: 0 auto;
    overflow: hidden;
}

.step-order .list-step .col > .col-inner:hover{
    transform: scale(1.1);
}

.step-order .box-image .overlay{
    background: transparent !important;
}

.cus-title-line h3{
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0;
}

.cus-title-line h3::before, .cus-title-line h3::after{
    content: '';
    width: 60px;
    height: 1px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}

.cus-title-line h3::before{
    margin-right: 20px;
}

.cus-title-line h3::after{
    margin-left: 20px;
}

.cate-home .banner-grid .col > .col-inner{
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.cate-home .img{
    overflow: hidden;
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cate-home .img:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.cate-home .img::before{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.cate-home .img:hover::before{
    animation: circle 0.75s;
}

.cate-home .banner-btn{
    height: 116px !important;
}

.cate-home .banner-btn .bg-fill{
    background-size: 80px 80px !important;
    background-position: left bottom;
}

.product > .col-inner{
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #a1d5c9;
    transition: all 0.3s ease;
}

.product:hover > .col-inner{
    border-color: #009966;
    box-shadow: 0 0 15px rgba(0, 153, 102, 0.5);
    transform: translateY(-3px);
}

.product .box-text-products{
    padding: 10px 0 0;
    text-align: center;
}

.product .product-title{
    margin-bottom: 20px;
}

.product .price-contact{
    font-weight: 700;
    color: #de1f26;
}

.video-home .video{
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 30px rgba(102, 217, 255, 0.9);
}

.video-home .video:hover{
    transform: translateY(-2px);
    box-shadow: 0 0 60px rgba(102, 217, 255, 1), 0 8px 20px rgba(0, 0, 0, 0.25);
}

.post-item > .col-inner{
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s ease;
    padding: 15px;
}

.post-item .box-text{
    padding-bottom: 0;
}

.post-item .post-title, .post-item .from_the_blog_excerpt{
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.feedback-home{
    margin: 30px 0;
}

.feedback-home .cus-title-line h3{
    margin-top: 0;
}

.swiper-wrapper{
    flex-wrap: nowrap;
}

.swiper-wrapper .swiper-slide{
    max-width: unset;
    flex-basis: unset;
}

.absolute-footer{
    display: none;
}

.feedback-home .item-feedback > .col-inner{
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-radius: 10px;
    background: var(--color-main1);
    overflow: hidden;
}

.feedback-home .item-feedback > .col-inner > p{
    padding: 15px;
    color: #fff;
    margin-bottom: 0;
}

.feedback-home .icon-box{
    background: #fff;
    padding: 15px;
}

.feedback-home .testimonial-meta{
    display: none;
}

.gallery-home .box-image{
    overflow: hidden;
    border-radius: 4%;
}

.gallery-home .box-image img{
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.gallery-home .box-image .overlay{
    background: transparent !important;
}

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

.banner-home h3{
    font-size: 28px;
    text-shadow: 2px 2px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px -2px 0 #ffffff;
    font-weight: 700;
    color: #051f54;
}

.banner-home p{
    color: #fff;
}

.banner-home a.button{
    margin: 0;
}

.box-subscribe{
    padding-top: 30px;
}

.box-subscribe .icon-box{
    align-items: center;
    justify-content: flex-end;
}

.box-subscribe .icon-box .icon-box-text{
    flex: unset;
}

.box-subscribe .box-form .wpcf7-form-control-wrap{
    display: inline-block;
    width: 65%;
}

.box-subscribe form, .box-subscribe input{
    margin-bottom: 0;
}

.box-subscribe .box-form input[name="your-email"]{
    border-radius: 8px 0 0 8px;
}

.box-subscribe .box-form input[type="submit"]{
    margin-right: 0;
}

.wpcf7-spinner, .wpcf7-not-valid-tip{
    display: none;
}

.bg-top-footer{
    top: -10px;
    transform: rotate(180deg);
    position: relative;
}

.bg-top-footer svg{
    height: 80px;
    width: 100%;
}

.bg-top-footer svg .ux-shape-fill{
    fill: #fff;
}

.box-main-footer{
    color: #fff;
}

.box-main-footer h3, .box-main-footer .ux-menu-title{
    font-size: 20px;
    color: #fff;
}

.box-main-footer p:last-child{
    margin-bottom: 0;
}

.box-main-footer .ux-menu-title{
    min-height: unset;
    padding: 0;
    margin-bottom: 10px !important;
}

.box-main-footer svg, .box-contact.box-1 .box-info svg{
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
}

footer .section-content{
    padding-bottom: 70px;
}

.cus-fixed-contact{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 10px;
    z-index: 999;
}

.cus-fixed-contact img{
    width: 200px;
}

.box-form-quote{
    max-width: 600px;
    padding: 20px;
}

.box-form-quote form{
    margin-bottom: 15px;
}

.box-form-quote .box-content-form, .box-contact .box-content-form{
    padding: 20px;
    background: var(--color-main2);
    border-radius: 8px;
    color: #fff;
}

.box-form-quote .box-content-form input, .box-form-quote .box-content-form textarea, .box-contact .box-content-form input, .box-contact .box-content-form textarea{
    border-radius: 8px;
}

.box-form-quote .box-content-form .box-2-col > p, .box-contact .box-content-form .box-2-col > p{
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.box-form-quote .box-content-form input[type="submit"], .box-contact .box-content-form input[type="submit"]{
    margin-bottom: 0;
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
    margin-top: 0;
}

.box-about .rank-math-breadcrumb p{
    margin: 0;
}

.about-banner h3, .box-about:not(.box-6) h3{
    color: #051f54;
}

.box-about .section-title b{
    background: var(--color-main2);
    opacity: 1;
}

.box-about.box-4 .item-list > .col-inner{
    box-shadow: 0px 1px 3px 0px #051f54;
    border-radius: 20px;
    padding: 10px;
    overflow: hidden;
}

.box-about.box-5{
    padding-top: 20px;
}

.box-contact.box-1 .box-info h3{
    color: #051f54;
    margin-bottom: 32px;
}

.page-id-82 .page-wrapper, .page-id-82 .row-main > .col{
    padding-bottom: 0;
}

.page-id-82 .box-subscribe{
    padding-top: 0;
}

.widget.woocommerce .woocommerce-widget-layered-nav-list li a::before{
    content: '';
    display: inline-flex;
    width: 16px;
    height: 16px;
    border: 1px solid #051f54;
    border-radius: 4px;
    opacity: 1;
    background: transparent;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    position: unset;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    margin-top: -1px;
}

.widget.woocommerce .woocommerce-widget-layered-nav-list li.chosen a::before{
    content: '✓';
}

.widget_price_filter .price_slider_amount .button{
    background-color: var(--color-main1);
}

.product-small .price > :not(del) bdi, .product-info .price > :not(del) bdi {
    color: #de1f26;
}

.product-small .image-tools{
    display: none;
}

.cus-bread .rank-math-breadcrumb{
    padding-top: 30px;
}

.cus-bread .rank-math-breadcrumb p{
    margin-bottom: 0;
}

.product .product-main{
    padding: 30px 0;
}

.single-product .product-main .product-info{
    padding-top: 0;
}

.single-product .product-main .product-info .breadcrumbs{
    display: none;
}

.single-product .product-main .product-info form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
}

.single-product .product-main .product-info form > *{
    margin: 0;
}

.single-product .product-main .product-info .button{
    border-radius: 8px;
}

.single-product .product-footer .product-section .large-2{
    display: none;
}

.single-product .product-footer .product-section .large-10, .category .blog-archive .large-10,
.single-post .blog-single .large-10{
    flex-basis: 100%;
    max-width: 100%;
}

.single-product .product-footer .cus-box-desc{
    border: none;
}

.single-product .product-footer .product-section.cus-box-desc .entry-content{
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 6px;
    padding: 20px;
}

.single-product .product-footer .commentlist, .single-product .product-footer .commentlist li, .single-product .product-footer .comment-form .form-submit,
.single-product .product-footer .comment-form .form-submit .submit, .single-product .product-footer .comment-form{
    margin-bottom: 0;
}

.single-product .product-footer .review-form-inner{
    border-radius: 6px;
    padding: 20px;
    border-width: 1px;
}

.single-product .product-footer .comment-form .form-submit .submit{
    margin-right: 0;
    border-radius: 6px;
}

.product-small .product-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 19px;
    height: 38px;
}

.product-small .product-title a{
    color: #000;
    font-weight: 500;
}

.product-small:hover .product-title a{
    color: var(--color-main1);
}

.single-product .product-footer .product-section .entry-content{
    padding-bottom: 0;
}

.single-product .product-footer .slider-nav-reveal .flickity-prev-next-button, 
.single-product .product-footer.slider-nav-reveal .flickity-prev-next-button:hover{
    top: 50%;
    transform: translateY(-50%) !important;
    box-shadow: none;
}

.single-product .product-footer .slider-nav-reveal .flickity-prev-next-button.previous{
    left: 10px !important;
}

.single-product .product-footer .slider-nav-reveal .flickity-prev-next-button.next{
    right: 10px !important;
}

.category .blog-archive .featured-posts{
    margin-left: -10px;
    margin-right: -10px;
}

.category .blog-archive .featured-posts .post-item > .col-inner{
    border: none;
    padding: 0;
}

.category .blog-archive .featured-posts .post-item > .col-inner .box-blog-post{
    display: flex;
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.category .blog-archive .featured-posts .post-item > .col-inner .box-blog-post .box-image ,
.category .blog-archive .featured-posts .post-item > .col-inner .box-blog-post .box-text{
    width: calc(50% - 10px);
    position: relative;
}

.category .blog-archive .featured-posts .post-item > .col-inner .image-cover{
    padding-top: 56.25% !important;
}

.category .blog-archive .featured-posts .post-item > .col-inner .shade{
    display: none;
}

.category .blog-archive .featured-posts .post-item > .col-inner .box-blog-post .box-text{
    padding: 0 !important;
    text-align: left;
    text-shadow: none;
}

.category .blog-archive .featured-posts .box-text-inner{
    display: flex;
    flex-wrap: wrap;
}

.category .blog-archive .featured-posts .box-text-inner *{
    width: 100%;
    color: #051f54;
}

.category .blog-archive .featured-posts .box-text-inner .cat-label{
    order: 1;
    opacity: 1;
    font-size: 20px;
    text-transform: none;
}

.category .blog-archive .featured-posts .box-text-inner .is-divider{
    order: 2;
    margin-left: 0;
    background-color: rgba(0, 0, 0, .1);
}

.category .blog-archive .featured-posts .box-text-inner .from_the_blog_excerpt {
    order: 3;
    font-size: 18px;
    height: unset;
}

.category .blog-archive .featured-posts .box-text-inner .button{
    order: 4;
    width: auto;
    border: none;
    padding: 0 20px;
    background: var(--color-main2);
    line-height: 40px;
    border-radius: 99px;
    color: #fff;
    font-size: 14px;
}

.category .blog-archive .featured-posts .box-text-inner .button span{
    width: auto;
    color: #fff;
    vertical-align: middle;
    margin-top: -2px;
}

.category .blog-archive .featured-posts .post-item .post-title{
    height: unset;
    line-height: 1.2;
    font-size: 37px;
    margin: 0;
}

.category .blog-archive .featured-posts .post-item .post-title a{
    margin: 0;
    color: var(--color-main2);
}

.category .blog-archive, .category .blog-archive .large-10, .single-post .blog-single{
    padding-bottom: 0;
}

.single-post .blog-single .entry-content{
    padding: 0;
}

.blog-single .html-before-comments{
    margin-bottom: 0;
}

.cus-dev-product-recommended .title{
    margin-bottom: 20px;
}

.single-post .blog-single .comment-form{
    margin-bottom: 0;
}

.page-cart + main .large-12, .page-checkout + main .page-wrapper, .page-checkout + main .large-12{
    padding-bottom: 0;
}

.page-cart + main .actions .button, .page-cart + main .cart-collaterals .button, .page-cart + main .product-quantity .button{
    border-radius: 10px;
}

.page-checkout + main .woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.page-checkout + main .woocommerce-billing-fields p{
    margin: 0;
    width: 100%;
}

.page-checkout + main p[data-priority="10"], .page-checkout + main p[data-priority="20"]{
    width: calc(50% - 10px);
}

.page-checkout + main input, .page-checkout + main textarea, .page-checkout + main .large-5 .col-inner{
    border-radius: 6px;
}

.page-checkout + main .checkout-sidebar .button{
    border-radius: 10px;
}
.single-product .product-main .product-short-description ol{
    list-style: none;
    counter-reset: my-counter;
}

.single-product .product-main .product-short-description ol li{
    counter-increment: my-counter;
    margin-left: 0;
}

.single-product .product-main .product-short-description ol li::before{
    content: counter(my-counter);
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--color-main1);
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

@keyframes shine-btn{
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

@keyframes circle{
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes zoom{
    70% {
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

@media(max-width: 1320px){
    .step-order, .cate-home, .product-home, .video-home, .art-home, .feedback-home, .gallery-home, .banner-home .text-box{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:849px){

    .about-home .box-cus-bg{
        padding-top: 30px;
        padding-bottom: 0;
        border-radius: 30px 0 30px 0;
    }

    .box-subscribe .icon-box{
        justify-content: center;
        align-items: center;
    }

    .box-subscribe .icon-box h3{
        margin-bottom: 0;
    }

    .box-subscribe .box-form{
        text-align: center;
    }

    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
        background-color: var(--color-main1);
    }

    .off-canvas .nav-vertical>li>a{
        color: #fff;
        font-weight: 500;
    }

    .toggle{
        color: #fff;
    }

    .box-contact .box-content-form .box-2-col > p{
        display: block;
    }

    .cus-dev-product-recommended .product{
        max-width: 50%;
        flex-basis: 50%;
    }

    .category .blog-archive #post-list .post-item{
        flex-basis: 50%;
        max-width: 50%;
    }

    .category .blog-archive .featured-posts .post-item .post-title{
        font-size: 24px;
    }

    .category .blog-archive .featured-posts .box-text-inner .cat-label{
        font-size: 18px;
    }

    .archive .shop-page-title .breadcrumbs{
        text-align: left;
    }

    .archive .shop-page-title .category-filtering{
        text-align: left;
        padding-right: 285px;
    }

    .archive .shop-page-title .page-title-inner .flex-col:last-child{
        position: absolute;
        right: 15px;
        bottom: 1px;
        width: auto !important;
    }

    .archive .shop-page-title .page-title-inner .is-large{
        padding-bottom: 10px
    }

    .filter-button{
        margin-top: 0;
    }

    #shop-sidebar *{
        color: #fff;
    }

    #shop-sidebar .is-divider{
        background: #fff;
    }

    #shop-sidebar .button{
        border-color: #fff;
    }

    .widget_price_filter .ui-slider .ui-slider-handle, .widget_price_filter .ui-slider .ui-slider-range{
        background-color: var(--color-main2);
    }

    .widget.woocommerce .woocommerce-widget-layered-nav-list li a::before{
        border-color: #fff;
    }

    .single-product .product-main{
        padding-bottom: 0;
    }

}

@media(max-width:549px){

    .about-home .box-cus-bg{
        border-radius: 30px;
    }

    .cate-home .banner h3{
        font-size: 16px;
        line-height: 1.3;
    }

    .cus-title-line h3, .step-order h3, .banner-home h3{
        font-size: 20px;
    }

    .banner-home h3{
        line-height: 1.3;
    }

    .cate-home .banner-btn{
        height: 90px !important;
    }

    .cus-title-line h3::before, .cus-title-line h3::after{
        width: 30px;
    }

    .about-home .stack{
        gap: 15px;
    }

    .about-home .stack .btn-about{
        min-width: unset;
    }

    #cus-contact-fixed-mb{
        display: flex;
        position: fixed;
        padding-top: 5px;
        left: 0;
        bottom: 0;
        width: 100%;
        border-bottom: 10px solid #fff;
    }

    #cus-contact-fixed-mb::after{
        content: "";
        position: absolute;
        pointer-events: none;
        background-image: url('http://dongphuc4.tamphat.edu.vn/wp-content/uploads/2026/03/mb-footer-bg.svg');
        background-color: unset;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        box-shadow: unset;
        height: 65px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    #cus-contact-fixed-mb > a{
        position: relative;
        display: block;
        width: 20%;
        text-align: center;
        padding: 11px 0 0px 0;
        color: #313131;
    }

    #cus-contact-fixed-mb > a img{
        width: 30px;
    }

    #cus-contact-fixed-mb span{
        display: block;
    }

    .cus-contact-footer-btn-label{
        padding: 0 2px;
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
    }

    #cus-contact-footer-btn-center span{
        display: block;
    }

    .cus-contact-footer-btn-center-icon{
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        background-image: linear-gradient(92.83deg, #E29E21 0, #8b6113 100%);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        top: -28px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-shadow: rgb(0 0 0 / 15%) 0 -3px 10px 0px;
        border: 2px solid #fff;
    }

    .phone-vr-circle-fill{
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        box-shadow: 0 0 0 0 #0E68C8;
        border: 2px solid transparent;
        transition: all .5s;
        animation: zoom 1.3s infinite;
    }

    .cus-contact-footer-btn-center-icon img{
        width: 20px !important;
    }

    #cus-contact-footer-btn-center > span .cus-contact-footer-btn-label{
        padding: 0px 8px;
        background-image: linear-gradient(92.83deg, #E29E21 0, #583900 100%);
        border-radius: 30px;
        color: white;
        display: inline-block;
        position: absolute;
        left: 50%;
        bottom: 2px;
        transform: translateX(-50%);
    }

    .back-to-top{
        bottom: 90px;
        right: 15px;
    }

    .category .blog-archive .featured-posts .post-item > .col-inner .box-blog-post{
        flex-wrap: wrap;
    }

    .category .blog-archive .featured-posts .post-item > .col-inner .box-blog-post .box-image, 
    .category .blog-archive .featured-posts .post-item > .col-inner .box-blog-post .box-text{
        width: 100%;
    }

    .category .blog-archive #post-list .post-item{
        flex-basis: 100%;
        max-width: 100%;
    }

    .archive .shop-page-title .category-filtering.has-list{
        padding-right: 0;
    }

    .archive .shop-page-title .page-title-inner .flex-col.removeRelative:last-child{
        position: relative;
        width: 100% !important;
        right: unset;
        bottom: unset;
    }

    .page-checkout + main .large-5 .col-inner{
        padding: 15px;
    }

}