/*
Theme Name: Web Khoi Nghiep
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--primary-color);
}

.icon-search:before{
        margin-top: 7px;
        content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(images/search.svg) no-repeat center center;
  background-size: contain;
}
.icon-user:before{
      content: "" !important;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(images/user.svg) no-repeat center center;
  background-size: contain;
}
.box-spirit .icon-box-img {
    position: relative;
    width: 140px !important;
    height: 140px;
    margin: 0 auto;
}

.box-spirit .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.75); /* icon nhỏ lại ~25%, chỉnh số này tùy ý */
    z-index: 2;
}

.box-spirit .icon-box-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: spin-rotate 12s linear infinite;
}

.box-spirit .icon-box-text p {
    margin: 0;
    height: 100%;
    position: relative;color: #262A32;
}

.box-spirit .spin-char {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.section-spirit   {
    position: absolute;
    z-index: 2;
}
.section-spirit .icon-box{
        transform: translateX(-30px);
}
@keyframes spin-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.section-lien-he a.button {
    color: white !important;
}
.section-lien-he .text-box .text-box-content {
    border-radius: 20px;
}
.row-form .col{
    padding-bottom: 10px;
}
.timeline-nav {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    flex-wrap: wrap;
}

.timeline-nav-item {
        font-size: 25px !important;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    opacity: 0.5;
    padding: 4px 0;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.timeline-nav-item:hover {
    opacity: 0.8;
}

.timeline-nav-item.active {
    opacity: 1;
    color: var(--primary-color);
}

.timeline-nav-item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background: var(--primary-color);
    opacity: 0.4;
    margin: 0 16px;
    vertical-align: middle;
}

/*
 * Trên mobile, mỗi cột trong 1 "row" của timeline xếp chồng dọc (span__sm=12)
 * nên TRƯỚC khi Flickity khởi tạo, .section-content cao tới hàng chục nghìn px
 * (7 slide xếp chồng đầy đủ). lazyFlickity() dùng IntersectionObserver với
 * threshold 0.1 (10%) - với 1 phần tử quá cao như vậy, tỉ lệ hiển thị trong
 * viewport gần như không bao giờ đạt 10%, nên Flickity không bao giờ được
 * kích hoạt => carousel không hoạt động, chỉ thấy list xếp chồng.
 * Giới hạn chiều cao trước khi khởi tạo để tỉ lệ hiển thị dễ vượt ngưỡng.
 */
@media (max-width: 549px) {
    .section-timeline .section-content:not(.flickity-enabled) {
        max-height: 60vh;
        overflow: hidden;
    }
}
.product-small.box .add-to-cart-button{
       position: absolute;
    width: 100%;
    padding: 10px;
    top: -85px;
    z-index: 4444;
    display: none;
}
.product-small.box:hover .add-to-cart-button{
    display: block;
}
.sub-menu.nav-dropdown{
    padding: 20px;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.header-nav-main.nav-left .nav-top-link {
    padding: 15px 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border-radius: 999px;
    z-index: 0;
}

.header-nav-main .nav-top-link .nav-text-original {
    position: relative;
    z-index: 1;
    display: inline-block;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform, opacity;
    transition: transform .35s cubic-bezier(.3,1,.3,1), opacity .35s cubic-bezier(.3,1,.3,1);
}

.header-nav-main .nav-top-link .nav-text-duplicate {
    position: absolute;
    top: 0; left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 999px;
    backface-visibility: hidden;
    will-change: transform;
    transform: translateY(100%) scale(.6) translateZ(0);
    transition: transform .35s cubic-bezier(.3,1,.3,1);
}

@media (hover: hover) {
    .header-nav-main .menu-item:hover .nav-text-duplicate {
        transform: translateY(0%) scale(1) translateZ(0);
    }
    .header-nav-main .menu-item:hover .nav-text-original {
        opacity: 0;
        transform: translateY(-10%) scale(.6) translateZ(0);
    }
}

.header-nav-main .menu-item.current-menu-item .nav-text-duplicate,
.header-nav-main .menu-item.active .nav-text-duplicate {
    transform: translateY(0%) scale(1);
}
.header-nav-main .menu-item.current-menu-item .nav-text-original,
.header-nav-main .menu-item.active .nav-text-original {
    opacity: 0;
    transform: translateY(-10%) scale(.6);
}

.single_add_to_cart_button {
    width: calc(100% - 155px);
        min-height: 40px !important;
    line-height: 40px;
}


.product-small.box .image-tools.hover-slide-in a{
    display: inline;
}
.product-small.box .image-tools.hover-slide-in{
    z-index: 333;
        position: absolute;
    top: 50%;
bottom: unset;
    -ms-transition: all 400ms ease;

    z-index: 995;
    
    text-align: center;

    display: inline;
}
.product-small.box {
    overflow: hidden; /* Quan trá»ng Ä‘á»ƒ áº©n pháº§n áº£nh bá»‹ trÆ°á»£t ra ngoĂ i */
}

.product-small .box-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1; /* Tá»· lá»‡ vuĂ´ng 1:1, responsive theo width */
    /* Hoáº·c dĂ¹ng: aspect-ratio: 1/1; */
}

.product-small.box img {
    display: block;
    width: 100%;
    transition: transform 0.4s ease-in-out;
}

/* áº¢nh Ä‘áº§u tiĂªn (khĂ´ng cĂ³ class show-on-hover) */
.product-small.box img:not(.show-on-hover) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(0);
}

/* Override CSS máº·c Ä‘á»‹nh cá»§a Flatsome theme */
.product-small.box img.show-on-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translateX(100%); /* Báº¯t Ä‘áº§u á»Ÿ ngoĂ i bĂªn pháº£i */
    opacity: 1 !important; /* Override opacity: 0 cá»§a theme */
    pointer-events: auto !important; /* Override pointer-events: none */
    filter: none !important; /* Override filter: blur(0) */
}

/* Khi hover */
.product-small.box:hover img:not(.show-on-hover) {
    transform: translateX(-100%); /* áº¢nh Ä‘áº§u trÆ°á»£t sang trĂ¡i */
}

.product-small.box:hover img.show-on-hover {
    transform: translateX(0); /* áº¢nh sau trÆ°á»£t vĂ o */
}

/* Khi KHĂ”NG hover - áº£nh 2 slide vá» bĂªn pháº£i */
.product-small.box:not(:hover) img.show-on-hover {
    transform: translateX(100%); /* áº¢nh sau trÆ°á»£t ra bĂªn pháº£i */
}

.product-small.box:not(:hover) img:not(.show-on-hover) {
    transform: translateX(0); /* áº¢nh Ä‘áº§u vá» vá»‹ trĂ­ ban Ä‘áº§u */
}
.product-category .box,.product-category .box-image,.product-category .box-image img{
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.section-sp .nav-pills li {
    overflow: hidden;
}

.section-sp .nav-pills li a {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-flex;
   
}

.section-sp .nav-pills li a::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -25%;
    width: 150%;
    height: 200%;
    border-radius: 50%;
    background-color: #2A2E35;
    transform: translate3d(0, -76%, 0);
    /* mặc định (khi rời chuột / thu về): chậm và êm */
    transition: transform .8s cubic-bezier(.7, 0, .3, 1);
    z-index: -1;
}

.section-sp .nav-pills li a span {
    position: relative;
    z-index: 1;
    color: inherit;
    transition: color .8s cubic-bezier(.7, 0, .3, 1);
}

/* khi hover vào: nhanh và dứt khoát hơn */
.section-sp .nav-pills li a:hover::before {
    transform: translate3d(0, 0, 0);
    transition: transform .4s cubic-bezier(.3, 1, .3, 1);
}

.section-sp .nav-pills li a:hover span {
    color: #fff;
    transition: color .4s cubic-bezier(.3, 1, .3, 1) .1s;
}
.section-sp .nav-pills li{
    margin-right: 20px;
}
.section-sp .nav-pills li a{
        text-transform: inherit;
    font-weight: normal;
    padding: 10px 30px;
}
.section-sp .nav-pills li:not(.active) a {
    background: #F5F6F5;
}

.section-sp .nav-pills li a{
   transition: background-color black;
 
}
.woocommerce-mini-cart__buttons{
        display: flex;
    gap: 11px;
}
.woocommerce-mini-cart__buttons .button,.wpcf7-submit{
    border-radius: 99px !important;
}
.woocommerce-mini-cart__buttons .checkout,.wpcf7-submit{
    color: white !important;
}
.wpcf7-submit,.wc-proceed-to-checkout a,.add-to-cart-button a,.single_add_to_cart_button,.woocommerce-mini-cart__buttons .checkout{
     position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: inherit;
    font-weight: normal;
text-transform: initial !important;

 
    color: inherit;
    transition: color .8s cubic-bezier(.7, 0, .3, 1);
}
.wpcf7-submit:before,.woocommerce-mini-cart__buttons .checkout:before,.wc-proceed-to-checkout a:before,.add-to-cart-button a:before,.single_add_to_cart_button:before{
        content: "";
    position: absolute;
    top: -50%;
    left: -25%;
    width: 150%;
    height: 200%;
    border-radius: 50%;
    background-color: white !important;
    transform: translate3d(0, -76%, 0);
    transition: transform .8s cubic-bezier(.7, 0, .3, 1);
    z-index: -1;
}
.wpcf7-submit:hover::before,.woocommerce-mini-cart__buttons .checkout:hover::before,.single_add_to_cart_button:hover::before ,.add-to-cart-button a:hover::before,.wc-proceed-to-checkout a:hover::before {
    transform: translate3d(0, 0, 0);
    transition: transform .4s cubic-bezier(.3, 1, .3, 1);
    font-size: 17px !important;
}
#cart-popup .woocommerce-mini-cart__buttons .checkout:hover,#main .single_add_to_cart_button:hover,.wc-proceed-to-checkout a:hover,#main .add-to-cart-button a:hover{
    color: black !important;
}
#cart-popup .woocommerce-mini-cart__buttons .wc-forward:first-child{
       background: white !important;
    border-color: black !important;
    border-width: 2px; 
        font-size: 17px;
}
.button {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: inherit;
    font-weight: normal;
    padding: 10px 30px;

 
    color: inherit;
    transition: color .8s cubic-bezier(.7, 0, .3, 1);
}

.button::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -25%;
    width: 150%;
    height: 200%;
    border-radius: 50%;
    background-color: #2A2E35;
    transform: translate3d(0, -76%, 0);
    transition: transform .8s cubic-bezier(.7, 0, .3, 1);
    z-index: -1;
}

/* khi hover vào: nhanh và dứt khoát hơn */
.button:hover::before {
    transform: translate3d(0, 0, 0);
    transition: transform .4s cubic-bezier(.3, 1, .3, 1);
}

.button:hover {
    color: #fff;
    transition: color .4s cubic-bezier(.3, 1, .3, 1) .1s;
}
#powerTip img {
    max-width: 50px !important;
}
#powerTip {
    background: white !important;
}
#powerTip span,#powerTip a{
    color: black;
}
h1.shop-page-title {
    font-size: 70px;
}
.category-filtering a{
        display: inline-block;
    margin: 5px 0;
    border-radius: 99px;
    border-color: black;
    padding: 8px 21px;
    border-width: 2px;
    text-transform: inherit;
    font-size: 16px;
        border: 2px solid;
}
.product-small .product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
.woocommerce-ordering, .woocommerce-ordering select {
    display: inline-block;
    margin: 5px 0;
    border-radius: 99px;
    border-color: black;
    padding: 4px 21px;
}
.section-slide-duoi .banner .button:hover{
    border-color: transparent !important;
    color: white !important;
        border: 2px solid #2A2E35 !important
}
.banner .banner-bg{
    border-radius: 10px;
}
.banner {

    border-radius: 15px;
}
 
.banner-lon img{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.section-title-normal span{
    border: unset;
        margin-right: 0px;

}
.section-title-normal a{
    font-size: 15px;
}
.section-title-normal span span{
    color: var(--primary-color);
}
h3.section-title-normal{
    border: unset;
       font-size: 35px;
    margin-bottom: 0px; 
}
.row-danh-gia > .col > .col-inner {
    background-color: #FAFBFB;
    -webkit-box-shadow: 0 3px 15px rgba(12, 34, 113, 0.09);
    -khtml-box-shadow: 0 3px 15px rgba(12, 34, 113, 0.09);
    -moz-box-shadow: 0 3px 15px rgba(12, 34, 113, 0.09);
    -ms-box-shadow: 0 3px 15px rgba(12, 34, 113, 0.09);
    -o-box-shadow: 0 3px 15px rgba(12, 34, 113, 0.09);
    box-shadow: 0 3px 15px rgba(12, 34, 113, 0.09);
    padding: 22px;
    border-radius: 10px;
}
.row-danh-gia {
    opacity: 1 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.badge-container{
        left: 7px;
    margin-top: 13px;
}
.badge.badge-square{
        height: 1.8em;
        border-radius: 4px;
}
.badge.badge-square .badge-inner {
    border-radius: 4px;
}
.header-vertical-menu__opener{
       border-radius: 5px; 
}
.product-small.box .add-to-cart-button a.add_to_cart_button{
        width: 100%;
    padding: 5px;
    border-radius: 99px;
    border-width: 1px;
    font-size: 15px;
    text-transform: initial;
        color: white !important;
            margin-right: 0px !important;
}

.section-slide img{
    border-radius: 10px;
}
.slider-banner-nho .row .col{
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.slider-banner-nho .row{
    opacity: 1 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.product-category .box .box-text h5{
    text-transform: initial;
    font-size: 20px;
}

.mypage-alo-ph-circle-fill{
    z-index: -1 !important;
}
.section-tu-van form{
   margin-bottom: 0px;
}
 .wpcf7-spinner{
        display: none;
    }

.form-email .wpcf7-email{
    background-color: #fff !important;
    padding: 25px 0 25px 20px !important;
    transition: all ease-out .3s !important;
    color: #000 !important;
    border-radius: 0px;
}
.form-email .wpcf7-submit{
       border-radius: 0px!important;
    position: absolute;
    top: 6px;
    right: -9px;
    background: var(--primary-color) !important;
    padding: 0px 22px;
    margin-bottom: 0px;
    line-height: 2px;
    height: 40px;
    font-size: 16px;
    min-height: 23px;
}
.box-dem-nguoc h3{
        font-size: 60px;
    margin-bottom: 0px;
    line-height: 59px;
}

.banner-nho a.button{

}
.banner-nho p{
    margin-top: 0px;
}
.banner-nho h2,.banner-nho h3{
    font-weight: 500;
    font-size: 27px;
 
    color: var(--fs-color-secondary);
    padding: 0px;
    margin: 0px;
}
.box-dem-nguoc{
    align-content: center;
}
.row-uu-dai form{
    margin-bottom: 0px;
}
.row-uu-dai h2{
    color: var(--primary-color);
        font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}
.row-uu-dai .p-phan-tram{
        line-height: 120px;
    color: var(--primary-color);
        font-size: 120px;
    font-weight: 800;
    margin-bottom: 0px;
   
}
.row-uu-dai .p-khuyen-mai{
        margin-bottom: 0px;
text-transform: uppercase;
    font-size: 32px;

}
.row-uu-dai{
        border: 4px dashed var(--primary-color) !important;
    border-radius: 30px;
    padding: 19px;
}
.section-tu-van p{
    margin-bottom: 10px;
}
.ux-swatch-widget-layered-nav-list__graphic{
    border: 1px solid;
}
.section-cau-hoi .accordion-item .icon-angle-down{
font-size: 25px;
}
.accordion-item i[class^="icon-"], .accordion-item i[class*=" icon-"] {
}
.product_meta span.posted_in{
    display: none;
}
#menu-item-53 ul.sub-menu li.nav-dropdown-col{
         width: 250px;
    min-width: 250px;
}
.icon-user:before {
    content: "\f007";


    font-family: "fontawesome" !important;
}
.box-category h5:after{
       content: "\f178";
    font-family: "fontawesome" !important;
    position: absolute;
    right: 4px;
 
}
li.html_topbar_left a{
    color: white !important;
}
li.html_topbar_left,li.html_topbar_left span{
    color: white !important;
}
.phone-tab a{
    display: block;
    margin-bottom: 5px;
}
.phone-tab{
    width: 100px;
    bottom: 81px;
    right: -28px;
    position: fixed;
    z-index: 9999;
}

.header-block-block-1 .icon-box-text h3{
    margin-bottom: 0px;
}
.header-block-block-1 .icon-box-text p{
    font-size: 15px;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection{
    box-shadow: none;
    border-radius: 5px;
}

.product-small .onsale{
        font-weight: normal;
    font-size: 14px;
}


.header-bottom-nav >li{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.header-bottom-nav >li.active > a,.header-bottom-nav >li:hover > a{
    background: #F99717;
}
.header-bottom-nav >li >a {
    padding: 19px 18px;
}
.header-bottom-nav > li > a {
    line-height: 19px !important;
}
span.span-con-hang{
        background: var(--primary-color);
    color: white;
    padding: 4px 10px;
}
ul.product-categories{
  
}
.header-page .title-overlay {
    background-color: unset;
}
.header-page h1{
       color: black !important;
    text-shadow: unset;
    text-transform: uppercase;
    font-size: 40px !important  ;
   
}
.header-page  .breadcrumbs{
      color: black !important
}
.header-page a,.header-page span{
       text-shadow: unset;
     color: black !important
}
aside .is-divider{
    display: none;
}

.blog-archive h1.page-title{
        letter-spacing: unset;
        font-size: 70px;
    margin-bottom: 0px;
    text-transform: initial !important;
}
.post-featured-grid__main .post-title{
    font-size: 55px !important;
}
.blog-archive .post-item .from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
   
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-archive .post-item .is-underline{
  text-decoration: underline;
    color: black;  
}
.post-featured-grid__side-top .post-item .col-inner{
    border-bottom: 1px solid #cdcdcd;
}
.post-featured-grid__side-top .from_the_blog_excerpt,.post-featured-grid__side-bottom .from_the_blog_excerpt{
    opacity: 1 !important;
}
.is-divider{
    display: none;
}
.blog-archive .post-item .box{

}
.blog-archive .post-item .box .box-image{
    display: none;
}
.blog-archive .post-item .box h5{
    font-size: 25px;
}
.blog-archive .post-item .box .box-text{
    padding: 15px;
}
.blog-archive .post-item .box .box-image{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.blog-archive{
    padding-top: 0px;
}
.row-divided>.col+.col:not(.large-12) {
    border-left: none;
}
.single-page{
    padding-top: 0px;
}
.section-sp .col{
    padding-bottom: 10px;
}

td.xoo-cp-pimg {
    width: 24%;
}
.xoo-cp-ptotal {
    margin: auto !important;
    display: table;
    float: unset;
    margin-right: 25px;
    font-size: 18px;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
}
.header-bottom ul li a{
    font-weight: normal;
}
.header-search-form ::-webkit-input-placeholder { /* Edge */
  color: black !important;
}

.header-search-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black !important;
}
h1, h2, h3, h4, h5, h6, .heading-font {
    color: #20242e;
}
.header-search-form ::placeholder,.header-search-form .form-flat .button.icon {
   color: black !important;
}
.product-title{
     font-size: 1.1rem;
    font-weight: 600;
}
.title-home{
    font-size: 3em;
}
.top-bar-nav li a{
    font-size: 13px !important;
}
.header-search-form #woocommerce-product-search-field-0{
 

    color: black !important;
}
p#billing_address_1_field{
    width: 100%;
}
ul.menu>li+li, .widget>ul>li+li {
    border-top: none;
}
.absolute-footer {
    padding-top: 10px !important;}
}

.section-footer li a:hover{
      color: #e4573d !important;
}
#footer .widget{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#footer p,#footer li a{
    font-size: 15px;
}
#footer .widget_nav_menu:before,#footer .widget_nav_menu:after{
    display: none;
}
.woocommerce-mini-cart__buttons a.button:first-child{
    background: #e4573d !important;
}
.product-main{
    padding-bottom: 0px;
}
.off-canvas .mfp-content.off-canvas-cart {
    --drawer-width: 560px !important;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
}
.off-canvas-left .mfp-content{
    border-top-right-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
}
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    --drawer-width: 560px !important;
}
.wc-backward{
        border-radius: 99px;
    color: white !important;
}
.product-section {
    border-top: none;
}
.product .woocommerce-product-gallery__wrapper{
    border: 1px #ebebeb solid;
}
.form-email .wpcf7-email{
        background-color: #292929 !important;
    border: unset;
}
.form-email .wpcf7-submit{
    background: #FFFFFF !important;
    color: #1F1F1F !important;
}
.absolute-footer .pull-left {
    float: unset !important;
}
.absolute-footer .pull-left ul li a{
    color: white;
        font-size: 12px;
        text-transform: initial !important;
}
.absolute-footer .copyright-footer{
    color: white;
    font-size: 14px;
}
.absolute-footer .pull-left ul{
     display: inline-block;
}
.section-sp .nav-line>li{
        border-bottom: 1px #ebebeb solid;
        margin-right: 0px;
}
.section-sp .nav-line>li a{
    padding-left: 10px;
    padding-right: 10px;
}
.blog-single > .row{
    max-width: 1200px !important;
}
.variations select{
        background: white;
    border-radius: 5px;
    min-height: 40px;
}
.ux-quantity .input-text {
    height: 54px;
}
.product-short-description{
    font-size: 16px;
}
.buy_now_button:hover{
    color: white;
    background: var(--fs-color-primary);
}
.buy_now_button{
        padding: 6px 30px !important;
    font-weight: normal;
    background: white;
    color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
 display: block;
    width: 100%;
    flex: unset !important;
    border-radius: 99px;
    text-transform: initial;
        min-height: 40px !important;
    line-height: 40px !important;
    border-width: 2px;
}
.single_add_to_cart_button {
        padding: 6px 30px !important;
         border-radius: 5px;
}
a.xcp-btn {
    width: 80% !important;}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color:  #e4573d !important;
        font-size: 16px;
    border-color: #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output {
    margin: 0px !important;
    color: #e4573d !important;
    border-color: #46b450;
     font-size: 16px;
}
.header-vertical-menu__fly-out {
    border-radius: 5px;}
.nav-vertical>li+li{
    border-top: none;
}
.product-main .woocommerce-Price-amount.amount {
    font-size: 38px;
}
.product-main del .woocommerce-Price-amount{
    color: black !important;
}
.product-main del .woocommerce-Price-amount.amount {
    font-size: 22px;
} 
.html_topbar_left .span-hotline{
    color: #FF7831 !important;
}
.single_add_to_cart_button{
    border-radius: 99px;
}
.ux-quantity__button{
    width: 40px;
}
.div-uu-dai{
        text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
background: wheat;
}
.div-uu-dai .wpcf7-tel{
    background-color: white !important;
}
.shop-sidebar ul.product_list_widget,.post-sidebar ul.product_list_widget,#shop-sidebar ul.product_list_widget{
    padding:15px;
    border: 1px #ebebeb solid;
}
.post-sidebar .flatsome_recent_posts ul {
     padding:15px;
    border: 1px #ebebeb solid;
}
.shop-sidebar ul.product_list_widget img,.post-sidebar ul.product_list_widget img,#shop-sidebar  ul.product_list_widget img {
   border: 1px #ebebeb solid;
}

.widget .price_slider_wrapper{
        border: 1px #ebebeb solid;
    padding-top: 21px;
    padding-left: 15px;
    padding-right: 15px;
}
.section-phan-hoi .flickity-page-dots{
    display: none;
}
.section-phan-hoi .flickity-button {
    opacity: 1 !important;
}
.shop-sidebar{
    padding: 0px !important;
}
.row-divided.row-reverse>.col+.col:not(.large-12) {

    border-right: none
}
.section-title-home p{
    font-size: 14px;
    font-style: italic;
}
.section-phan-hoi .box{
    padding: 20px;
        border: 1px #ebebeb solid;
    border-radius: 15px;
}
.div-no-padding{
    padding-bottom: 0px !important;
}
.section-tin-tuc .post-item .box-text-bottom button{
    padding: 5px 20px;
    line-height: 1.5em;
    min-height: 1em;
    text-transform: inherit;
    box-shadow: none;
    background: var(--primary-color);
    border-radius: 20px;
    border: none;
    font-weight: normal;
    font-size: 13px;
}
.title-footer{
        text-align: center;
    margin-bottom: 44px;
}
.title-footer .titlenew{
        font-size: 30px;
    border-bottom: 1px solid #415782;
    padding-bottom: 10px;
    color: #444;
    text-align: center;
    font-weight: normal;
}
.section-chu-chay i{


    font-family: "Font Awesome 5 Free" !important;
  
}
.section-chu-chay .icon-expand:before{
          content: "\f10c";
font-size: 15px;

    font-family: "fontawesome" !important;

}
.section-chu-chay h5{
    font-weight: normal;
}
.section-danh-muc .col-inner{
    padding: 1px;
}
.section-title-home {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.section-title-home>h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
    display: block;
    line-height: normal;
}
.section-title-home>h2:before {
    left: 0;
}
.section-title-home>h2:before, .section-title-home>h2:after {
    content: "";
    height: 2px;
    width: 50%;
    background: #e4573d;
    top: 50%;
    z-index: -1;
    position: absolute;
}
.section-title-home>h2:after {
    right: 0;
}
.section-title-home a {
    display: inline-block;
    border-radius: 20px;
    background: var(--primary-color);
    padding: 10.5px 20px;
    margin: 0;
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
}
#mega_main_menu.mega_main_sidebar_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link, #mega_main_menu.mega_main_sidebar_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, #mega_main_menu.mega_main_sidebar_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.nav_search_box, #mega_main_menu.mega_main_sidebar_menu.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content {
    min-height: 41.5px !important;
}
#mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul  li:last-child{
    border-bottom: none !important;
}
.home #mega_main_menu_ul{
        margin-top: 31px !important;
    padding-top: 4px !important;
}


.section-sp  a.button{
    margin-bottom: 0px
}
b, strong{
font-weight:bold !important;
}
#mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link > i:before{
    color: gray !important
}
#mega_main_menu{
    z-index: 29 !important
}
.flex-right ul li a{
	text-transform: initial !important;
	font-size: 16px;
}
#mega_main_menu br{
    display: none !important
}


.single-date{
        border-bottom: 1px dashed #ededed;
}



footer.entry-meta {

    border-top: none !important;
    border-bottom: 1px dashed #ececec !important;
    
}

.entry-content img{
	width: auto !important
}
.duong-line {
    background: rgba(0,0,0,0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}

.product-title  {
    min-height: 40px;
}
#mega_main_sidebar_menu-2 {
	    margin-left: 0px;
}
#mega_main_sidebar_menu-2 #main_ul-mega_main_sidebar_menu{
	    margin-top: 32px;
	border: 1px solid #cdcdcd;
}
.home .title-danh-muc{
      width: 100%;
    position: absolute;
    z-index:33333333333;
    background: var(--primary-color);
    padding: 7px;
    color: white;
    font-weight: bold;
    /* display: block; */
    border-radius: 16px;
}
#billing_first_name_field{
    display: none;
}
#billing_last_name_field{
    width: 100%;
}
.title-danh-muc p{
    margin-bottom: 0px;
}
.div-giam-gia .col-inner{
        background: #005350;
    padding: 20px;
    border-radius: 10px;
}
.section-slide .large-9{
    padding-left: 0px;
}
.p-giam{
        color: white;
    font-size: 78%;
    text-align: center;
}
.product-footer .woocommerce-tabs>.nav-line-grow, .product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical) {
    margin-top: 0px;
}
.product-page-price .woocommerce-Price-amount{
    font-size: 25px;
}
.lien-he-price{
    color: #e4573d;
    font-weight: bold;
}
span.amount{
         color: #e4573d !important;
         font-size: 18px;
}
/*css mega main menu*/

#mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link:before, #mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.nav_search_box:before{
    background-image: none !important
}
/*end css mega main menu*/

.xoo-cp-btns .xoo-cp-close{
    display: none;
}
/*Nut goi dien thoai*/
.call-now {
    left: 0;
    bottom: 25px;
    height: 50px;
    min-width: 200px;
    position: fixed;
    background-color: #e67e22;
    border-radius: 0 25px 25px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.8);
    z-index: 998;
}
.call-now .btn-call-now i {
    position: absolute;
    color: #e67e22;
    background-color: #fff;
    font-size: 35px;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e67e22;
}
.call-now .btn-call-now p {
    color: #fff;
    font-size: 14px;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.call-now .btn-call-now strong {
    display: block;
    font-size: 18px;
}
/*end nut goi*/

.section-text .icon-box{
        border: 1px solid #cdcdcd;
    padding: 5px;
}



.hotline-single p{
    font-weight: bold
    color: black;
  

}
.coupon button{
        text-shadow: unset !important;
    border-radius: 99px;
    background: white !important;
}
.coupon button:hover{
    color: white !important;
}
.woocommerce-cart-form  button{
    border-radius: 99px !important;
}
.button-continue-shopping{
        border-radius: 99px;
}
button#place_order,.wc-proceed-to-checkout a{
    border-radius: 99px !important;
    color: white !important;
}
.hotline-single p a{
        border-radius: 17px;
    color: white;
    font-weight: bold;
    padding: 10px;
    background: #e67e22
}
.hotline-single{
    border: #dadada solid 1px;
    padding: 15px;
    text-align: center;
    background: #f3f3f3;
}
.section-tin-tuc .from_the_blog_excerpt {
    min-height: 69px;
}
.header-block-block-1 .col{
    padding-bottom: 0px !important;
}
/*het phan css*/
.section-banner-mobile .col{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
a.zoom-button{
    display: none !important;
}
  .product-info .single_add_to_cart_button {
      text-transform: inherit;
      color: white !important;
  }
@media(max-width: 855px){
    .banner .video-bg{
        display: block !important;
    }
    #fce-sp-fce-pg-1 .fce-sp-title {
    font-size: 20px !important;}
    .section-chu-chay{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
   .div-sp-moi .product-small .product-title a{
        font-size: 14px;
    }
     .div-sp-moi .product-small.box .box-text{
        text-align: left;
     }
    .div-sp-moi .product-small.box {
        display: flex;
    }
    .div-sp-moi .product-small.box .box-image{
        width: 40%;
    }
    .section-slide .banner h1{
        font-size: 32px;
    }
    .section-slide .banner .text-box{
            width: 87%;
    }
    .section-slide .banner{
            padding-top: 485px !important;
    }
    .product-category .box-text{
        padding-left: 0px;
        padding-right: 0px;
    }
     .product-category .box-text h5{
            overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
     }
.section-khach-hang .col{
    padding-bottom: 0px !important;
}
h1.shop-page-title,.blog-archive h1.page-title {
    font-size: 35px;
    margin-bottom: 10px;
}
.post-featured-grid__main .post-title {
    font-size: 25px !important;
}
.post-featured-grid .post-item,#post-list .post-item{
    padding-bottom: 0px !important;
}
.section-sp .nav-pills li {
    margin-right: 9px;
}
.blog-archive .post-item .box h5 {
    font-size: 20px;
}
    .post-featured-grid {
      
        gap: 0px !important;
    }
      .section-tu-van .icon-box-img{
        width: 48px !important;
      }
    .section-tu-van p{
        font-size: 12px !important;
    }
    .section-slide-duoi .banner{
        padding-top: 380px !important;
    }
    .banner-email {
        padding-top: 270px !important;
    }
    .banner-email .text-box{
        width: 90% !important;
    }
    .form-email .wpcf7-email {
    background-color: #fff !important;
    padding: 25px 0 25px 20px !important;
    transition: all ease-out .3s !important;
    color: #000 !important;
    border-radius: 99px;
}
.section-sp .nav-pills li a {
    text-transform: inherit;
    font-weight: normal;
    padding: 3px 10px;
    font-size: 13px;
}
    .banner-top{
        height: 500px !important;
    }
    .title-home {
    font-size: 1.5em;
}
	td.xoo-cp-pimg {
    display: block !important;
    width: 90% !important;
}
	#wpfomo{
		display: none;
	}

      .section-slide  .flickity-prev-next-button.previous {
  left: -1% !important;
     }
    .section-slide .flickity-prev-next-button.next {
        right: -1% !important
    }
    .flickity-prev-next-button{
        width: 27px !important
    }
    .flickity-prev-next-button svg{
        max-width: 92% !important;
    }

    .flickity-prev-next-button.previous {
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    left: 0% !important;
}
    .flickity-prev-next-button.next {
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    right: 0% !important;
}

    .flickity-button .flickity-button-icon .arrow{
            fill: #6f6565;
    }
    .flickity-button .flickity-button-icon{
            font-size: 8px !important;
    
border: unset !important;
    border-radius: 0px !important;
    fill: #9e9393 !important;
    }
    .slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button{
        opacity: 1 !important;
        display: block !important;
    }

    .nav-sidebar li a:hover{
        color: #e67e22
    }
    .nav-sidebar li a{
        
    font-weight: normal;
    color: var(--primary-color);
    }
    .header-search-form .form-flat input:not([type="submit"]), .header-search-form .form-flat textarea, .form-flat select{
            border-radius: 0px;
    }
    .off-canvas:not(.off-canvas-center) li.html {
    padding: 10px;
}
    .off-canvas-right .mfp-content, .off-canvas-left .mfp-content{
        background: white !important;
    }
    .section-title-home a {
    display: inline-block;
    border-radius: 7px !important;}
    .section-title-home>h2:before, .section-title-home>h2:after{
        display: none;
    }
    .section-sp a.primary{
        border-radius: 7px !important;
    }
    .product-thumbnails a{
            border: 1px #ebebeb solid;
    }
    .category-filtering{
        display: none;
    }

  
    .product-info .quantity .input-text{
        border-right: none;
    border-left: none;
    max-width: unset;
        width: 30px;
    }
     .phone-tab a img{
        width: 45px !important;
     }
    .phone-tab a{
    display: block;
    margin-bottom: 5px;
}
.div-uu-dai {

    padding: 14px;
    background: wheat;
}
.buy_now_button {

    width: 100%;}
.phone-tab{
    width: 100px;
    bottom: 81px;
    right: -50px;
    position: fixed;
    z-index: 9999;
}
    .section-slide .large-9 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

    .section-sp .col{
        text-align: center;
    }
     .section-sp .tabbed-content .nav-right{
            justify-content: center;
     }
}
@media screen and (max-width: 549px){
    .row-slider .flickity-prev-next-button svg {
    padding: 3px !important;
   
}
}

@media(min-width: 1023px){

    .header-search-form .ux-search-submit{
        height: 43px;
    padding: 0px 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
   
    .post-sidebar{

    padding-right: 5px !important;
}
    .section-sp .tabbed-content ul.nav-line{
    padding-left: 265px;
    margin-top: -40px;
    /* width: 80%; */
    text-align: right;
    /* float: right; */
    display: inline-block;
}
}
@media(max-width: 855px){
    .section-timeline{
        padding-bottom: 0px;
    }
    .section-timeline .col{
        padding-bottom: 0px;
    }
    .timeline-nav{
        padding-left: 15px;
        padding-right: 15px;
    }
.timeline-nav-item {
    font-size: 9px !important;}
    .timeline-nav-item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background: var(--primary-color);
    opacity: 0.4;
    margin: 0 6px;
    vertical-align: middle;
}
      .tabbed-content .product-small.col {
        width: 75% !important;
    }
    .tabbed-content .product-small .product-title a{
        font-size: 16px;
    }
    .header-page h1 {

    font-size: 29px !important;
}
    .header-page .page-title-inner{
        min-height: 150px !important;
    }
    .product-small .wishlist-icon{
        display: none;
    }
    .product-small.box .add-to-cart-button a.add_to_cart_button {
    width: 100%;
    padding: 1px;
    border-radius: 4px;
    border-width: 1px;
    font-size: 14px;
}
    .section-uu-dai{
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 0px !important; 
    }
    .product-small .box-text{
        padding: 0px;
    }
    .banner-nho .text-box{
        width: 70% !important;
    }
    .section-danh-muc{
        padding-top: 0px !important;
    }

     .section-sp .row-slider .col{
           padding: 0 3.8px 4.6px !important;
    }
      .category-page-row .product-small.col{
            padding: 0 3.8px 6.6px;
    }
    h3.section-title-normal {
  
    font-size: 21px
 
}
    .product-small  .box-image img.hide-for-small{
        display:block !important;
    }
}






.obelix-marquee-wrapper .obelix-marquee {
    --obelix-text-dark-gray: #555353;
    --marquee-gap: 0px;
    --obelix-duration: 30s;
    --obelix-scroll-distance: calc(100% + var(--marquee-gap));
    --obelix-color-white: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--marquee-gap);
    position: relative;
}

.obelix-marquee-wrapper .obelix-marquee.is-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: var(--box-height, 400px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.obelix-marquee-wrapper .obelix-marquee .obelix-scroll-text {
    line-height: 1.65;
    text-align: center;
}

.obelix-marquee-wrapper .obelix-marquee .obelix-scroll-text, .obelix-marquee-wrapper .obelix-marquee .obelix-marquee-group i {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.obelix-marquee-wrapper .obelix-marquee .obelix-marquee-group svg {
    height: auto;
    width: 2rem;
    fill: currentColor;
}

.obelix-marquee-wrapper .obelix-marquee .obelix-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--marquee-gap);
}

.obelix-marquee-wrapper .obelix-marquee.is-vertical.icon-right .obelix-text-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.obelix-marquee-wrapper .obelix-marquee.is-vertical.icon-bottom .obelix-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.obelix-marquee-wrapper .marquee-icon {
    --icon-width: 1.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Image icon */
.obelix-marquee-wrapper .marquee-icon.is-image {
    width: calc(var(--icon-width) * 2);
}

.obelix-marquee-wrapper .marquee-icon img {
    /* height: var(--icon-width, 3rem); */
    width: 100%;
    max-width: unset;
}

/* Svg inline icon */
.obelix-marquee-wrapper .marquee-icon.is-image svg {
    width: var(--icon-width);
}

.obelix-marquee-wrapper .marquee-icon.is-image svg > * {
    fill: currentColor!important;
}

/* Library icon */
.obelix-marquee-wrapper i.marquee-icon {
    font-size: var(--icon-width);
}

.obelix-marquee .obelix-scroll-image img {
    height: var(--image-ratio);
    width: auto;
    max-width: unset;
}

.obelix-marquee-wrapper .is-vertical .obelix-scroll-image img {
    width: var(--image-ratio);
    height: auto;
}

@-webkit-keyframes obelix-scroll-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-1 * var(--obelix-scroll-distance)));
        transform: translateX(calc(-1 * var(--obelix-scroll-distance)));
    }
}

@keyframes obelix-scroll-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-1 * var(--obelix-scroll-distance)));
        transform: translateX(calc(-1 * var(--obelix-scroll-distance)));
    }
}

@-webkit-keyframes obelix-scroll-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(calc(-1 * var(--obelix-scroll-distance)));
        transform: translateY(calc(-1 * var(--obelix-scroll-distance)));
    }
}

@keyframes obelix-scroll-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(calc(-1 * var(--obelix-scroll-distance)));
        transform: translateY(calc(-1 * var(--obelix-scroll-distance)));
    }
}

@-webkit-keyframes fade {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fade {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

/* Wrapper Styles */
.obelix-marquee-wrapper .obelix-marquee-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: var(--marquee-gap);
    white-space: nowrap;
    -webkit-animation: obelix-scroll-x var(--obelix-duration) linear infinite;
    animation: obelix-scroll-x var(--obelix-duration) linear infinite;
}

.obelix-marquee.is-vertical .obelix-marquee-group {
    -webkit-animation-name: obelix-scroll-y;
    animation-name: obelix-scroll-y;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.obelix-marquee-wrapper .is-vertical.v-align-left .obelix-marquee-group {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.obelix-marquee-wrapper .is-vertical.v-align-right .obelix-marquee-group {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
}

.obelix-marquee-wrapper .obelix-marquee.reverse .obelix-marquee-group {
    animation-direction: reverse;
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
}

/* Text effect */
.obelix-marquee-wrapper .stroke .obelix-scroll-text.odd {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
}

.obelix-marquee-wrapper .gold .obelix-scroll-text {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #dec58d), color-stop(24%, #d8c08c), color-stop(26%, #cfc09f), color-stop(27%, #cfc09f), color-stop(40%, #ffecb3), color-stop(78%, #af8734));
    background: -o-linear-gradient(top, #dec58d 18%, #d8c08c 24%, #cfc09f 26%, #cfc09f 27%, #ffecb3 40%, #af8734 78%);
    background: linear-gradient(to bottom, #dec58d 18%, #d8c08c 24%, #cfc09f 26%, #cfc09f 27%, #ffecb3 40%, #af8734 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    position: relative;
}

.obelix-marquee-wrapper .is-vertical.v-align-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.obelix-marquee-wrapper .is-vertical.v-align-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.obelix-marquee-wrapper .is-vertical.v-align-left .obelix-scroll-text {
    text-align: left;
}

.obelix-marquee-wrapper .is-vertical.v-align-right .obelix-scroll-text {
    text-align: right;
}

/* Shadow */
.obelix-marquee-wrapper .obelix-marquee.has-shadow::before, .obelix-marquee-wrapper .obelix-marquee.has-shadow::after {
    position: absolute;
    content: "";
    z-index: 1;
    pointer-events: none;
}

.obelix-marquee-wrapper .has-shadow.is-vertical::before, .obelix-marquee-wrapper .has-shadow.is-vertical::after {
    width: 100%;
    height: var(--shadow-width, 20%);
}

.obelix-marquee-wrapper .has-shadow.is-horizontal::before, .obelix-marquee-wrapper .has-shadow.is-horizontal::after {
    height: 100%;
    width: var(--shadow-width, 20%);
}

.obelix-marquee-wrapper .has-shadow.is-vertical::before {
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--shadow-color, #fff)), to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(bottom, var(--shadow-color, #fff), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, var(--shadow-color, #fff), rgba(255, 255, 255, 0));
}

.obelix-marquee-wrapper .has-shadow.is-vertical::after {
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--shadow-color, #fff)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, var(--shadow-color, #fff), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, var(--shadow-color, #fff), rgba(0, 0, 0, 0));
}

.obelix-marquee-wrapper .has-shadow.is-horizontal::before {
    left: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--shadow-color, #fff)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, var(--shadow-color, #fff), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, var(--shadow-color, #fff), rgba(0, 0, 0, 0));
}

.obelix-marquee-wrapper .has-shadow.is-horizontal::after {
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(var(--shadow-color, #fff)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, var(--shadow-color, #fff), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, var(--shadow-color, #fff), rgba(0, 0, 0, 0));
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .obelix-marquee-wrapper .obelix-marquee-group {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
}

/* End UX BUilder Marquee */



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}