/*Header*/

@media (min-width: 766px) {
.mar-150{
    margin-top: 170px;
}
}

@media (max-width: 766px) {
    .mar-150{
        margin-top: 100px;
    }
    }

.mar-40{
margin-top: 40px;
}

.site-header {    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
	text-align: center;
    padding-top: 22px;
}

@media (max-width: 1420px) {
    .site-header {
        padding-top: 24px;
    }
}

.scrolled .header-menu{ 
    margin-top: -2px;
}


.header-menu .nav-menu {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 32px;
}

@media (max-width: 1420px) {
    .header-menu .nav-menu {
        justify-content: left;
        gap: 16px;
    }
}

.header-menu .nav-menu li {
	display: inline-block;
    text-decoration: none;
}

@media (min-width: 1420px) {
.scrolled .site-logo-new {
    position: absolute;
    left: 60px;
    top: 20px;
    max-width: 170px;
    transition: all 0.3s ease-in-out;
}
}

.logo-img{
    width: 233px;
    height: auto;
}

@media (max-width: 1420px) {
.logo-img{
    max-width: 160px!important;
    position: relative;
    right: 10px;
}
}

.mar-16{
    margin-top: 18px;
}

.mar-24{
    margin-top: 24px;
}

.mar-32{
    margin-top: 32px;
}

.mar-50{
    margin-top: 50px;
}

.nav-menu .menu-item a{
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Roboto-Regular', sans-serif;
    transition: opacity 0.3s ease;
    position: relative;
}

.header-phones a {
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Roboto-Regular', sans-serif;
    transition: opacity 0.3s ease;
    position: relative;
}

.header-phones{
    position: absolute;
    right: 48px;
    top: 24px;
}

@media (max-width: 1420px) {
.header-phones{
    position: absolute;
    right: 48px;
    top: 20px;
}
}

@media (min-width: 1420px) {
.scrolled .header-phones{
    position: absolute;
    right: 220px;
    top: 20px;
}
}

@media (max-width: 1420px) {
    .scrolled .header-phones{
        position: absolute;
        right: 48px;
        top: 20px;
    }
    }

.wpml-container-desktop{
    position: absolute;
    right: 48px;
    top: 80px;
    display: flex;
    gap: 8px;
    z-index: 99999;
}
    
@media (max-width: 1420px) {
    .wpml-container-desktop{
        display: none;
    }
    }

.wpml-ls-link:hover{
color: #cfa056!important;
text-decoration: none!important;
}

.cart{
    position: relative;
    top: -16px;
    display: inline-block;
}

.svg-cart{
    color: #333;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -10px;
    /*background-color: #cfaf32;*/
    background-color: #659116;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 6px;
    padding-bottom: 4px;
    line-height: 1;
    font-family: 'Lato', 'Roboto', sans-serif; 
  }


@media (min-width: 1420px) {
.cart-mobile-container{
    display: none;
}
}

@media (max-width: 1420px) {
    .cart-mobile-container{
        position: absolute;
        right: 60px;
        top: 18px;
    }
    }

.cart-mobile{
    position: relative;
    display: inline-block;
}

.scrolled  .wpml-container-desktop{
    position: absolute;
    right: 48px;
    top: 6px;
}

.wpml-ls-display, .wpml-ls-native{
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
}

@media (max-width: 1420px) {
    .wpml-ls-display, .wpml-ls-native{
        font-size: 16px;
    }
}

.wpml-ls-display a:hover, .wpml-ls-native a:hover{
    text-decoration: none!important;
}

.mobile-menu-content{
    text-align: left;
}

.wpml-container-mobile{
    margin-left: -8px;
}

.phone-icon {
    width: 17px;
    height: 17px;
    display: none; 
}

.phone-text, .inweb{
    font-family: 'Lato', 'Roboto', sans-serif;
    }

@media (max-width: 1420px) {
    .phone-text {
        display: none;
    }

    .phone-link{
        display: none;
    }

    .phone-icon {
        display: inline-block;
        position: relative;
        left: 20px;
    }
}


.header-phones-mob{
    text-align: left;
}

.header-phones-mob a{
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    font-family: 'SFUIText-Regular', 'Roboto', sans-serif;
    transition: opacity 0.3s ease;
    position: relative;
}

.header-email{
    margin-top: 16px;
    font-family: 'Lato-Regular', 'Trebuchet MS', sans-serif;
    font-weight: 500;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.header-email a{
    color: #cfa056;
}

.header-email a:hover{
    text-decoration: none;
}

@media (min-width: 1420px) {
.nav-menu:hover .menu-item a {
    opacity: 0.6;
}
}

.nav-menu .menu-item a:hover {
    opacity: 1;
}

@media (min-width: 1420px) {
.nav-menu .menu-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -34px; 
    width: 0;
    height: 2px;
    background-color: #cfa056;
    transition: width 0.3s ease;
}
}

@media (min-width: 1420px) {
    .scrolled .nav-menu .menu-item a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -24px; 
        width: 0;
        height: 2px;
        background-color: #cfa056;
        transition: width 0.3s ease;
    }
    }

/* Expand the underline on hover */
.nav-menu .menu-item a:hover::after {
    width: 100%;
}

@media (min-width: 1420px) {
.burger-menu, .mobile-menu-content{
    display: none;
}
}

/*Підменю*/

.sub-menu .menu-item a::after {
    content: none;
}

@media (min-width: 1420px) {
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 16px;
    border: 1px solid #ddd;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
}

.menu-item:hover > .sub-menu {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    
}

.sub-menu .menu-item {
    width: calc(33.33% - 60px); 
    text-align: center;
    border-right: 1px solid #d2d2d2;
}

.sub-menu .menu-item:nth-child(3),
.sub-menu .menu-item:nth-child(6) {
    border-right: none;
}
}

@media (max-width: 1420px) {
.sub-menu{
    margin-top: 8px;
    }

    .sub-menu .caret {
        color: #333333!important;
    }

    
    .caret {
        display: inline-block;
        font-size: 14px;
        cursor: pointer;
        margin-left: 60px;
        margin-top: -8px;
        transition: transform 0.3s ease;
    }

    .caret::before {
        content: '\f054'; /* Unicode for right arrow */
        font-family: 'Font Awesome 6 Free'; /* If FA is enabled */
        font-weight: 900;
        display: inline-block; 
    }

    .menu-item-has-children.open .caret {
        transform: rotate(90deg);
    }

    .menu-item-has-children .sub-menu {
        display: none;
        padding-left: 20px; 
    }

    .menu-item-has-children.open .sub-menu {
        display: block;
    }

    .sub-menu .menu-item a{
        text-transform: none!important;
    }

    .sub-menu .menu-item {
        margin-top: 2px!important;
    }
}



/* Mobile styles */
@media (max-width: 1420px) {
    .burger-menu {
        display: block;
        font-size: 24px;
        cursor: pointer;
        padding: 10px;
        position: absolute;
        left: 8px;
        top: 8px;
        z-index: 1001;
    }

    /* Change icon to "X" when active */
    .burger-menu.active {
        content: "✖"; /* Change to X when active */
    }

    .nav-container {
        position: fixed;
        top: 74px;
        left: -80%; /* Start off-screen */
        width: 80%;
        height: 110vh;
        background: white;
        transition: transform 0.4s ease-in-out;
        z-index: 1000;
        padding-left: 24px;
        padding-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .scrolled .nav-container{
        margin-top: -11px;
    }

    /* Slide in when active */
    .nav-container.active {
        transform: translateX(95%);
    }

    .nav-menu {
        flex-direction: column;
        gap: 0;
        padding: 24px;
        width: 100%;
    }

    .nav-menu .menu-item {
        padding: 10px;
        text-align: left;
        width: 100%;
        margin-top: -20px;
    }

    .nav-menu .menu-item a {
        color: #333;
        text-transform: uppercase;
        font-size: 16px;
        text-decoration: none;
        font-family: 'Roboto-Regular', sans-serif;
        transition: opacity 0.3s ease;
        position: relative;
    }

}

.mobile-menu-adress{
    font-family: 'Lato-Regular', 'Trebuchet MS', sans-serif;
    font-weight: 200;
    font-size: 16px;
    text-align: left;
    margin-top: 32px;
    margin-left: 12px;
}

.mar-left-12{
    margin-left: 12px;
}

.line{
    height: 1px;
    width: 100%;
    background-color: #d2d2d2;
    margin-top: 32px;
}

@media (min-width: 1420px) {
    .scrolled .line{
        margin-top: 24px;
    }
    }

@media (max-width: 1420px) {
    .line{
        margin-top: -28px;
    }
}

@media (max-width: 1420px) {
    .scrolled .line{
        margin-top: 16px;
    }
}


/*Tablet*/

@media (min-width: 1420px) and (max-width: 1560px) {
.scrolled .nav-menu{
position: relative;
right: 80px;
}
}


@media (min-width: 1420px) and (max-width: 1560px) {
.scrolled .site-logo-new{
position: absolute;
    left: 30px;
    top: 20px;
    max-width: 150px;
}
}

@media (min-width: 766px) and (max-width: 1420px) {
.nav-container{
    padding-left: 48px;
}
}

/* Body*/


.row, .row-footer{
    padding-left: 110px;
    padding-right: 110px;
}

@media (max-width: 766px) {
    .row, .row-footer{
        padding-left: 20px;
        padding-right: 20px;
    }
}
    
.category-container{
    display: flex;
    gap: 32px;
    justify-content: center;
}

@media (max-width: 766px) {
    .category-container{
        flex-direction: column;
    }
}

.category-item{
    flex: 1;
    overflow: hidden;   
    position: relative;
    
}

.category-image{
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 1s ease-in-out;
}

.category-item:hover .category-image{
    transform: scale(1.1) translate(-1%, -5%);
}

.mar-35{
    margin-top: 35px;
}

.page-title{
    font-size: 40px;
    font-weight: 200;
    font-family: 'Lato', 'Roboto', sans-serif;
    /*font-family: 'Roboto-Light', 'Trebuchet MS', sans-serif;*/
    color: #333; 
    margin-top: 65px;
}

.page-title2{
    font-size: 40px;
    font-weight: 200;
    font-family: 'Lato', 'Roboto', sans-serif;
    /*font-family: 'Roboto-Light', 'Trebuchet MS', sans-serif;*/
    color: #333; 
}


@media (max-width: 766px) {
    .page-title{
        font-size: 24px;
        margin-top: 36px;
    }
}

.category-title{
    font-family: 'Lato-Bold', 'Roboto-Bold', sans-serif;
    padding: 20px 20px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #333; 
}

.category-title::after {
    content: '';
    display: inline-block;
    width: 43px;
    height: 12px;
    background-image: url('/catalog/wp-content/uploads/2025/03/arrow-small.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle;
    margin-top: 4px;
   transition: margin-left 0.3s ease-in-out;
  }

  .category-item:hover .category-title::after {
    margin-left: 16px;
}

.category-item:not(:hover) .category-title::after {
    transition: margin-left 0.5s ease-in-out;
    margin-left: 8px;
}


  .black-link{
    color: #333; 
    text-decoration: none; 
}

.black-link:hover{
    text-decoration: none; 
}

.hidden{
    visibility: hidden;
}

@media (max-width: 766px) {
    .hidden{
    display: none;
    }
}

/*Breadcrumb*/

.breadcrumbs{
    font-size: 14px;
    color: #5a5a5a;
    font-family: 'Lato', 'Roboto', sans-serif;
}

.breadcrumbs a{
    color: #5a5a5a;
    text-decoration: none;
}

.breadcrumbs a:hover{
    color: #cfa056;
    text-decoration: none;
}

.breadcumb-link{
    margin-right: 4px;
}

.breadcumb-link-middle{
    margin-left: 4px;
}


.curren-item{
    margin-left: 4px;
}

/*Footer*/

.wp-block-acf-footer{
    display: none!important;
}

.footer{
    border-top: 2px solid #333;
    padding-top: 36px;
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 766px) {
    .footer{
        flex-direction: column;
    }
}

.footer-left{
    display: flex;
    gap: 60px;
}

@media (min-width: 1120px) {
.footer-right{
    display: flex;
    gap: 20vw;
}
}

@media (min-width: 766px) and (max-width: 1120px) {
    .footer-right{
        display: flex;
        gap: 60px;
    }
    }

@media (max-width: 766px) {
    .footer-left, .footer-right{
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 766px) {
    .footer-left {
        display: none;
    }
}

@media (max-width: 766px) {
    .footer-right {
        text-align: center;
    }
}


.footer-title{
    font-family: 'SFUIText-Regular', 'Roboto', sans-serif;
    font-weight: 500;
    color: #333333;
    font-size: 16px;
    line-height: 26px;
}

.footer-title a, .footer-list a{
    color: #333333;
    text-decoration: none;
} 

.footer-title a:hover, .footer-list a:hover{
    color: #cfa056;
    text-decoration: none;
} 

.footer-list{
    font-family: 'SFUIText-Regular', 'Roboto', sans-serif;
    font-weight: 500;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

.footer-list2{
    font-family: 'Lato-Regular', 'Trebuchet MS', sans-serif;
    font-weight: 500;
    color: #333333;
    font-size: 16px;
}

@media (max-width: 766px) {
    .footer-list2{
       margin-top: 8px;
    }
}

.footer-list ul {
    list-style: none; 
    padding: 0;
}

.footer-list ul li {
    position: relative;
    padding-left: 12px;
   
}

.footer-list ul li::before {
    content: "-";
    position: absolute;
    left: 0;
}

.tel{
    color: #cfa056;
    text-decoration: none;
    font-family: 'SFUIText-Regular', 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 766px) {
    .mar-8-mobile{
       margin-top: 8px;
    }

    .mar-24-mobile{
        margin-top: 24px;
    }
}

.tel:hover{
    text-decoration: none;
}

.footer-email{
    margin-top: 16px;
    font-family: 'Lato-Regular', 'Trebuchet MS', sans-serif;
    font-weight: 500;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

.footer-email a{
    color: #cfa056;
}

.footer-email a:hover{
    text-decoration: none;
}

.socials{
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 16px;
}

.socials2{
    display: flex;
    gap: 8px;
    justify-content: left;
    margin-top: 16px;
}


.social{
    width: 32px;
    height: 32px;
    color: #d2d2d2;
    border: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 50%;
}

.social:hover{
    border: 1px solid #cfa056;
}

.social:hover{
    color: #cfa056;
}

.footer-bottom{
    border-top: 1px solid #d2d2d2;
    padding-top: 36px;
    margin-top: 48px;
    display: flex;
    gap: 36px;
}

@media (max-width: 766px) {
    .footer-bottom{
       flex-direction: column;
    }
}

.footer-bottom-flex{
    display: flex;
    gap: 36px;
}

@media (max-width: 766px) {
    .footer-bottom-flex{
       flex-direction: column;
    }
}

.footer-copyright{
    font-family: 'Lato', 'Roboto', sans-serif;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
}

.footer-copyright a{
    color: #5a5a5a;
}

.footer-copyright a:hover{
    color: #cfa056;
    text-decoration: none;
}

.center{
    text-align: center;
}

.inweb-container{
    margin-top: 60px;
}

.inweb{
color: #333;
}

/*Sidebar*/

.widget-container{
    margin-top: 12px;
}

.content-with-sidebar {
    display: flex;
    gap: 30px;
}

@media (max-width: 766px) {
.content-with-sidebar {
    flex-direction: column;
    gap: 16px;
}
}

@media (min-width: 766px) {
.widget-area {
    width: 245px;
    min-width: 245px;
    max-width: 245px;
    background: white;
    margin-top: 32px;
}
}

@media (max-width: 766px) {
    .widget-area {
   width: 100%;
    }
    }
    

/*WooCommerce catalog*/

.woocommerce-loop-product__title{
    color: #333!important;
    font-family: 'Lato', 'Roboto', sans-serif!important;
    font-size: 14px!important;
    font-weight: 600!important;
    line-height: 24px!important;
    text-align: center!important;
}


@media (max-width: 766px) {
.woocommerce-Price-amount{
font-size: 14px!important;
}
}

@media (max-width: 766px) {
.rvpw-recently-view .woocommerce-Price-amount{
  display: none!important;
    }
}

.entry-summary .price{
    /*display: none!important;*/
    text-align: left!important;
    color: #333!important;
    font-size: 24px!important;
    font-weight: 700!important;
    font-family: 'Lato-Bold', 'Trebuchet MS', sans-serif!important;
}

.sale{
    position: relative!important; 
}

.columns-3 .onsale, .owl-carousel .onsale{
    /*display: none;*/
    position: absolute!important;
    top: 16px!important;
    right: 24px!important;
    font-family: 'Lato', 'Roboto', sans-serif!important;  
    padding-left: 8px!important;
    padding-right: 8px!important;
}

.single-product2 .onsale{
    position: absolute!important;
    top: 16px!important;
    left: 20px!important;
    font-family: 'Lato', 'Roboto', sans-serif!important;  
    padding-left: 8px!important;
    padding-right: 8px!important;
    max-width: 100px;
}

.onsale{
    text-transform: uppercase!important;
    background-color: white!important;
    color: #333333!important;
    border-radius: 10px!important;
    border: 1px solid #333333!important;
    display: inline-flex!important;
    text-align: start!important;
    padding: 9px 16px!important;
    font-size: 12px!important;
    line-height: 20px !important;
    height: 20px!important;
    display: none!important; /* ховаємо розпродаж*/
}

@media (max-width: 766px) {
    .single-product2 .onsale{
        position: absolute!important;
        top: 100px!important;
    }
    }

.rvpw-recently-view .onsale{
   display: none!important;
}


.woocommerce div.product .price ins .woocommerce-Price-amount.amount,
.woocommerce ul.products li.product .price ins .woocommerce-Price-amount.amount,
.wc-block-grid__product-price ins .woocommerce-Price-amount.amount {
    color: #fa4848 !important;
    font-weight: 600 !important;
    text-decoration: none!important;
}

.woocommerce div.product .price ins,
.woocommerce ul.products li.product .price ins {
    text-decoration: none!important;
}

.price{
    font-family: 'Lato-Bold', 'Roboto-Bold', sans-serif!important;
    font-size: 16px!important;
    /*color: #5a5a5a!important;*/
    margin-top: 5px!important;
    text-align: center!important;
    text-decoration: none!important;
}

.shop-product-description {
    font-family: 'Lato-Bold', 'Roboto-Bold', sans-serif!important;
    font-size: 16px!important;
    color: #5a5a5a!important;
    margin-top: 5px!important;
    text-align: center!important;
}



.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: block;
    overflow: hidden;
    position: relative;
}


.woocommerce ul.products li.product img {
    transition: transform 0.4s ease-in-out!important;
    width: 100%!important;
    height: auto!important;
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.1) translate(-3%, -4.5%)!important;
}

.category-filter{
    margin-top: 8px;
}

.filter-label-wrap {
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    margin-top: -16px;
}

.filter-label {
    font-family: 'Lato', 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 16px; 
    /*font-weight: 500;*/
    line-height: 1.4;
    display: inline-block;
    text-indent: 1px; /* відступ для другого рядка */
    padding-left: 8px;
    max-width: calc(100% - 30px);
    position: relative;
    top: 4px;
    color: #333333;

}

/* Базовий стиль для чекбоксів */
.category-filter {
    appearance: none; 
    width: 20px;
    height: 20px;
    border: 1px solid #d2d2d2; 
    background: #fff; 
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.category-filter:checked {
    background-color: white; 
}


.category-filter:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 1px;
    width: 8px;
    height: 12px;
    border: solid #ED8B00;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.accordion-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.caret {
    transition: transform 0.3s ease;
    font-size: 14px;
    color: orange;
    transform: rotate(90deg);  
}

@media (max-width: 766px) {
.caret {
 position: relative;
 
}
}

.caret.open {
    transform: rotate(270deg);
}

@media (max-width: 766px) {
.filter-container{
    width: 100%;
}
}

.reset-filters{
width: 100%;
padding: 16px;
background-color: white;
border-radius: 0px;
border: 2px solid #bc8837;
color: #5a5a5a;
text-transform: uppercase;
cursor: pointer;
font-size: 12px;
font-weight: 700;
font-family: 'SFUIText-Bold', 'Roboto-Bold', sans-serif;
margin-top: 36px;
}

.reset-filters:hover{
    color: #bc8837;
}

.accordion-header{
    font-family: 'Lato', 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5a5a5a;
    margin-top: 24px;
}

.border-filter{
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 24px;
    margin-top: 20px;
}

.accordion-content{
    margin-top: 20px;
}

.sorting-filter{
    font-family: 'Lato-Bold', 'Trebuchet MS', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #5a5a5a;
}

.goods{
    font-family: 'Lato', 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #5a5a5a;
    margin-top: 24px;
    margin-bottom: 8px;
}


/*Зменшення відстані між товарами у ву комерс*/

@media (min-width: 766px) {
.woocommerce ul.products li.product {
    margin-right: 16px;
    width: calc(33.333% - 16px)!important; 
}
}

.pagination{
    display: flex;
    justify-content: center;
}

.page-numbers {
    margin-left: 8px;
    color: #bc8837;
    font-size: 14px;
    font-family: 'SFUIText-Bold', 'Roboto-Bold', sans-serif;
    font-weight: 600;
    padding: 8px 14px;
    text-decoration: none;
    position: relative;
    background: linear-gradient(to right, #bc8837 0%, #bc8837 100%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s ease, color 0.4s ease;
}

.page-numbers:hover {
    background-size: 100% 100%;
    color: white;
}



.current{
    color: white;
    background-color: #bc8837;
    padding: 8px 14px;
}

@media (max-width: 766px) {
.desktop{
    display: none;
}
}

@media (min-width: 766px) {
    .mobile-filter-button{
    display: none;
    }
    }

.mobile-filter-button{
width: 100%;
padding: 16px;
background-color: white;
border-radius: 0px;
border: 2px solid #bc8837;
color: #bc8837;
text-transform: uppercase;
cursor: pointer;
font-size: 12px;
font-weight: 700;
font-family: 'SFUIText-Bold', 'Roboto-Bold', sans-serif;
text-align: center;
margin-top: 48px;
}

/* Стилі для мобільного фільтра */
.mobile-filter-content {
    position: fixed;
    top: 61px;
    left: -80%; /* Початкове розташування за межами екрану */
    width: 80%;
    height: calc(100vh - 80px);
    background: white;
    transition: transform 0.4s ease-in-out;
    z-index: 1000;
    padding-left: 24px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    overflow-y: scroll;
    padding-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
}

/* Активний стан (фільтр з'являється) */
.mobile-filter-content.active {
    transform: translateX(95%);
}

/* Кнопка закриття (X) */
.close-filter {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
}

.mobile-filter-overlay {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; 
    display: none;
}

.mobile-filter-overlay.active {
    display: block;
}


/*CTA */

    
.cta-container{
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
    cursor: pointer;
    justify-content: space-between;
}

@media (max-width: 766px) {
    .cta-container{
    flex-direction: column-reverse;
    }
}

@media (min-width: 766px) {
    .row-revers{
    flex-direction: row-reverse;
    }
}


.cta-text-block{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 16px;
    width: 33.33%;
}

@media (max-width: 766px) {
    .cta-text-block{
        width: 100%;
    }
}

.cta-title a{
    color: #333!important;
    font-family: 'Lato-Bold', 'Roboto-Bold', sans-serif!important;
    font-size: 14px!important;
    font-weight: 500!important;
    line-height: 24px!important;
    text-align: center!important;
    text-decoration: none!important;
}

.cta-button {
    display: inline-flex;
    padding: 16px;
    background-color: white;
    border-radius: 0px;
    border: 2px solid #bc8837;
    cursor: pointer;
    margin-top: 8px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;

  }
  
  @media (min-width: 766px) {
    .cta-button {
        margin-left: 60px;
        margin-right: 60px;
    }
}

  .cta-button{
    font-size: 12px;
    font-weight: 700;
    font-family: 'SFUIText-Bold', 'Roboto-Bold', sans-serif;
    color: #cfa056;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 1; /* Зберігає текст поверх фону */
  }
  
  .cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #bc8837;
    transition: left 0.4s ease;
    z-index: -1; 
  }
  
  .cta-container:hover .cta-button::before {
    left: 0;
  }

  .cta-container:hover .cta-button{
    color: white;
    text-decoration: none;
  }

  
  .cta-button::after {
    content: '';
    display: inline-block;
    width: 43px;
    height: 12px;
    background-image: url('/catalog/wp-content/uploads/2025/03/arrow-small.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle;
    margin-top: 4px;
    transition: margin-left 0.3s ease-in-out, transform 0.3s ease;
  }
  
  .cta-container:hover .cta-button::after {
    margin-left: 16px;
    transform: translateX(10px); /* Плавно переміщаємо стрілку */
  }

  .cta-image-wrapper {
    width: 66.66%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 766px) {
    .cta-image-wrapper{
        padding-right: 18px;
        /*margin-left: -16px;*/
    }

    .row-revers .cta-image-wrapper{
        padding-left: 0px;
        margin-left: 2px;
    }
}

@media (max-width: 766px) {
    .cta-image-wrapper{
        width: 100%;
    }
}

.cta-image {
    width: 100vw;
    max-width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

@media (max-width: 766px) {
    .cta-image{
        width: 100%;
    }
}

.cta-container:hover .cta-image {
    transform: scale(1.1) translate(-4.5%, 1%);
}


/*WooCommerce single product*/

.product_meta{
    display: none!important;
}

.product_title{
    font-size: 36px!important;
    font-weight: 400!important;
    font-family: 'Lato', 'Roboto', sans-serif !important;
    color: #333!important;
    margin-bottom: 25px!important;
}

@media (max-width: 766px) {
    .product_title{
        font-size: 24px!important;
    }
}

.awooc-form-custom-order-title, .awooc-price-label, .woocommerce-Price-amount, .no-product{
    font-family: 'Lato', 'Roboto', sans-serif !important;
    color: #333!important;
}

.woocommerce-product-details__short-description{
    color: #333;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Lato-Bold', 'Trebuchet MS', sans-serif;
    display: none;
}

.entry-content{
    margin-top: 32px!important;
}

.entry-content, .product-accordtion-title, .product-accordtion-item, .woocommerce-message, .wc-forward, .wc-block-components-notice-banner__content{
    color: #5a5a5a;
    font-family: 'Lato', 'Roboto', sans-serif !important;
}

.wc-block-components-product-name{
    font-family: 'Lato', 'Roboto', sans-serif !important;
    color: #bc8837;
    font-size: 14px;
}

.wc-block-formatted-money-amount, .wc-block-cart-items__header-image, .wc-block-cart-items__header-total, .wc-block-cart__totals-title{
    color: #333!important;
    font-family: 'Lato', 'Roboto', sans-serif !important;
    font-size: 14px!important;
}

.wc-block-components-product-metadata__description p, .wc-block-cart-item__remove-link{
    color: #333!important;
    font-family: 'Lato', 'Roboto', sans-serif !important;
    font-size: 12px!important;
}

.wc-block-components-panel__button, .wc-block-components-totals-wrapper, .wc-block-components-totals-item__label, .wc-block-components-totals-shipping__via, .wc-block-components-totals-item__value, .with-empty-cart-icon, .wp-block-heading, .wc-block-components-checkout-return-to-cart-button, .wc-block-components-checkout-order-summary__title-text, .wc_payment_method{
    color: #333!important;
    font-family: 'Lato', 'Roboto', sans-serif !important;
}

p, h1, h2, h3, h4, th, td, address{
    color: #333;
    font-family: 'Lato', 'Roboto', sans-serif;  
}

.wc-block-components-checkout-step__title, .wc-block-components-checkout-step__description, .wc-block-components-text-input, .wc-block-checkout__guest-checkout-notice, .wc-block-components-address-form__address_2-toggle, .wc-block-components-checkbox__label, .wc-block-components-radio-control__label, .wc-block-checkout__shipping-option--free, .woocommerce-notice, .order, .date, .total, .method{
    color: #333!important;
    font-family: 'Lato', 'Roboto', sans-serif !important;
}

.wc-block-grid__product-title{
    color: #333!important;
    font-family: 'Lato', 'Roboto', sans-serif!important;
    text-decoration: none!important;
    font-size: 14px!important;
}

.wc-block-grid__product-title a{
    text-decoration: none!important;
}

.wc-block-components-button{
    font-family: 'Lato', 'Roboto', sans-serif!important;
    width: 100%!important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__products{
margin-top: 24px;
}

.button.product_type_simple {
    display: none!important;
  }

.cart{
    margin-top: 24px;
}

.wc-block-cart__submit-button{
    max-width: 440px!important;
    text-transform: uppercase!important;
    font-size: 12px!important;
    min-height: 44px!important;
}

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

.manger-button {
    display: inline-flex;
    /*padding: 16px;*/
    padding: 15px 16px;
    background-color: #bc8837;
    /*background-color: #9d56b2;*/
    border-radius: 0px;
    cursor: pointer;
    margin-top: 20px;
    justify-content: center;
    text-align: center;
    position: relative;
    top: 16px;
    /*right: 6px;*/
    overflow: hidden;
    transition: color 0.4s ease;
    font-size: 12px;
    font-weight: 700;
    font-family: 'SFUIText-Bold', 'Roboto-Bold', sans-serif;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1;
    min-height: 44px;
    align-items: center;
}

.purple{
    background-color: #9d56b2!important;
}

.purple::before{
    background-color: #9c7ba8!important;
}


.manger-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #cfa056;
    transition: left 0.4s ease-in-out;
    z-index: -1;
}

.manger-button:hover::before {
    left: 0;
}


.manger-button:hover {
    text-decoration: none;
}

.manger-button2 {
    display: inline-flex;
    padding: 15px 16px;
    background-color: #bc8837;
    border-radius: 0px;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    position: relative;
    top: -20px;
    overflow: hidden;
    transition: color 0.4s ease;
    font-size: 12px;
    font-weight: 700;
    font-family: 'SFUIText-Bold', 'Roboto-Bold', sans-serif;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1;
    min-height: 44px;
    align-items: center;
}


.manger-button2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #cfa056;
    transition: left 0.4s ease-in-out;
    z-index: -1;
}

.manger-button2:hover::before {
    left: 0;
}


.manger-button2:hover {
    text-decoration: none;
}


.input-text{
    margin-top: 38px;
}

.stock{
    display: none;
}

.awooc-custom-order-wrap{
    max-width: 590px!important;
}

.awooc-custom-order, .single_add_to_cart_button, .wpcf7-submit,  .add_to_cart_button{
    display: inline-flex!important;
    padding: 16px!important;
    background-color: #bc8837!important;
    border-radius: 0px!important;
    cursor: pointer!important;
    margin-top: 36px!important;
    justify-content: center!important;
    position: relative!important;
    overflow: hidden!important;
    transition: color 0.4s ease!important;
    font-size: 12px!important;
    font-weight: 700!important;
    font-family: 'SFUIText-Bold', 'Roboto-Bold', sans-serif!important;
    color: white!important;
    text-transform: uppercase!important;
    text-decoration: none!important;
    z-index: 1!important;
}





.awooc-custom-order::before, .single_add_to_cart_button::before, .wpcf7-submit::before,  .add_to_cart_button::before {
    content: ""!important;
    position: absolute!important;
    top: 0!important;
    left: -100%!important;
    width: 100%!important;
    height: 100%!important;
    background-color: #cfa056!important;
    transition: left 0.4s ease-in-out!important;
    z-index: -1!important;
}

.awooc-custom-order:hover::before, .single_add_to_cart_button:hover::before, .wpcf7-submit:hover::before, .add_to_cart_button:hover::before {
    left: 0!important;
}

.awooc-row{
    margin-top: 24px;
}

.add_to_cart_button{
    background-color: #bc8837!important;
    color: white!important;
    border-radius: 0px!important;
    margin: 0 auto!important;
}


.product-link{
    margin-top: 24px;
}


.product-link{
    margin-top: 36px;
    color: #5a5a5a;
    font-size: 16px;
    font-family: 'Lato', 'Roboto', sans-serif;
}

.product-link:hover{
    text-decoration: none;
}

.pdf::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 49px;
    background-image: url('/catalog/wp-content/uploads/2025/04/pdf-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -6px;
  }

  .youtube::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 49px;
    background-image: url('/catalog/wp-content/uploads/2025/04/youtube.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: 2px;
  }

.rvpw-recently-view h2{
    margin-top: 64px;
    color: #333333;
    font-size: 14px;
    font-family: 'Lato', 'Roboto', sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
}

.clear{
    clear: both;
}

@media (min-width: 766px) {
    .clear{
        margin-top: -40px;
    } 
}

.clear img{
    max-width: 450px;
}



.related-title{
font-size: 36px;
margin-bottom: 25px;
font-family: 'Lato', 'Roboto', sans-serif;
color: #333;
}

.wt-crp-heading{
    font-size: 36px!important;
font-family: 'Lato', 'Roboto', sans-serif;
color: #333;
text-transform: uppercase;
position: relative;
left: 24px;
font-weight: 400;
}

.owl-stage-outer{
    margin-top: 30px;

}

/* 
.related.products .products {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px; 
}

.related.products .products li {
    flex: 1 1 22%; 
    box-sizing: border-box; 
}*/

/*Product accordtion*/

.accordion-container{
    margin-top: 20px;
}

.product-accordtion-title {
    font-size: 14px!important;
    text-transform: uppercase!important;
    margin-bottom: 8px!important;
    cursor: pointer!important;
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
    padding: 10px!important;
    border-bottom: 1px solid #d2d2d2!important;
    font-weight: 400!important;
}

.accordion-icon {
    font-size: 28px;
    font-weight: bold;
}

.accordion-icon.plus {
    color: #bc8837;
}

.product-accordtion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 10px;
    font-weight: 400!important;
}

.black{
    color: #333!important;
}

.product-accordtion-content.open {
   max-height: 100%;
    padding: 10px;
}

.product-accordtion-row {
    display: flex;
    justify-content: left;
    gap: 16px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

@media (max-width: 766px) {
    .product-accordtion-row {
        gap: 8px;
    } 
}

.product-accordtion-item {
    font-size: 16px;
    text-align: left;
}

.flex-0{
    flex: 0 0 calc(20% - 16px); 
}

.flex-1{
    flex: 1 1 calc(50% - 16px); 
}

@media (min-width: 766px) {
    .w-185 {
        width: 185px;
    } 
}

@media (max-width: 766px) {
    .product-accordtion-item {
        flex: 1;
    } 
}

.accordion-container img{
    margin-top: 8px;
   max-width: 180px;
   transition: 0.3s ease-in-out;
}

.accordion-container img:hover{
    transform: scale(1.2) translate(0%, 10%);
}


/* Hide the mobile-only title by default */
.mobile-only-title {
    display: none;
}

/* Show the mobile title and hide the default one on mobile */
@media screen and (max-width: 768px) {
    .mobile-only-title {
        display: block;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .single-product .product .summary .product_title {
        display: none;
    }
}

.draggable .slick-slide{
    display: none!important;
}

.slick-prev, .slick-next{
    display: none!important; 
}

/* Thank you page*/

.manager-contact{
    color: #333;
    font-family: 'Lato', 'Roboto', sans-serif; 
    font-size: 18px;
    margin-top: 16px;
}

.thank-you-container{
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: top;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 766px) {
    .thank-you-container {
        flex-direction: column;
        gap: 24px;
    } 
}

.thank-image{
    max-width: 300px;
}

.wc-block-grid__product-onsale{
    display: none!important; /* Ховаємо розпродаж*/
    position: absolute!important;
    top: 8px!important;
    right: 24px!important;
    font-family: 'Lato', 'Roboto', sans-serif!important;
}

.add-to-cart-container{
    display: flex!important;
    justify-content: center!important;
}

.owl-stage .add-to-cart-container{
    display: none!important;
}

.wc-block-components-shipping-rates-control__package__description--free, .wc-block-checkout__shipping-option--free{
    display: none!important;
}

.wc-block-components-totals-item__value strong{
    display: none!important;
}

.columns-3 .up{
    font-size: 14px;
}

.entry-summary .up{
    font-size: 18px;
}

.wpcf7-response-output{
    display: none!important;
}


/*Лічильник товару*/

@media (min-width: 766px) {
.single_add_to_cart_button, .awooc-custom-order{
   /* position: relative;
    right: 16px;*/
}
}

.custom-quantity-wrapper {
    display: inline-flex;
    align-items: center;
    margin-top: 36px;
    position: relative;
    right: 12px;
    top: 6px;
  }
  
  .custom-quantity-wrapper input.qty {
    width: 50px;
    text-align: center;
    font-size: 14px;
    height: 30px;
    margin: 0 5px;
  }
  
  .custom-quantity-wrapper .quantity-minus,
  .custom-quantity-wrapper .quantity-plus {
    background: white;
   /*border: 1px solid #ccc;*/
    border: none;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    padding: 0;
  }

  .quantity-minus{
    position: relative;
    left: 4px;
  }

  .quantity-plus{
    position: relative;
    right: 4px;
  }

  .qty{
    border: none;
    background-color: #bc8837;
    border-radius: 50%;
    color: white;
    max-width: 30px;
  }


  
  /* Прибираємо стрілочки в Chrome, Safari, Edge */
  .custom-quantity-wrapper input.qty::-webkit-outer-spin-button,
  .custom-quantity-wrapper input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Прибираємо стрілочки в Firefox */
  .custom-quantity-wrapper input.qty[type="number"] {
    -moz-appearance: textfield;
  }

.wc-block-components-sale-badge{
    display: none!important;
}


.cooperation-container{
    /*display: flex;*/
    justify-content: center;
}

.cooperation-container .wpcf7-form-control{
    max-width: 100%!important;
}



.custom-button-container{
    display: inline-flex!important;
    gap: 4px!important;
    /*justify-content: space-between!important;*/
    /*margin-left: 6px!important;*/
    margin-top: -40px!important;   
}


@media (min-width: 500px) {
.w-255{
    min-width: 255px!important;
}
}


#billing_country_field,
#shipping_country_field {
    display:none;
}

.form-row-first{
   width: 100%!important;
}

.woocommerce-additional-fields, .woocommerce-terms-and-conditions-wrapper{
    display: none!important;
}

.place-order .button{
    padding: 16px!important;
    background-color: #bc8837!important;
    border-radius: 0px!important;
    margin-top: 8px!important;
    font-size: 12px!important;
    font-weight: 700!important;
    font-family: 'SFUIText-Bold', 'Roboto-Bold', sans-serif!important;
    text-transform: uppercase!important;
    text-decoration: none!important;
}

/*Прибираємо проміжний підсумок*/

.wp-block-woocommerce-cart-order-summary-subtotal-block, .cart-subtotal{
    display: none;
}

/*Фікс для мобільних кнопок на сторінці товару*/

.w-380{
    max-width: 380px;
}

form.cart{
    max-width: 700px;
} 
 
@media (max-width: 766px) {
   form.cart {
      display: flex;
      gap: 4px;
      text-align: center;
      justify-content: center!important;
      flex-wrap: wrap;
    }
  

    form.cart .awooc-custom-order-button, form.cart .single_add_to_cart_button  {
max-width: 105px!important;
    }

        form.cart .manger-button{
    max-width: 310px;
    }
  
    .custom-quantity-wrapper {
      /*justify-content: center;*/
    }

    .single-product2 .manger-button {
        font-size: 12px;
       /*padding-top: 10px;*/
        padding-left: 12px;
        padding-right: 12px;  
    }

    .single-product2 .awooc-custom-order {
        font-size: 12px!important;
    }

    .single-product2 .single_add_to_cart_button {
           font-size: 12px!important;
           padding-top: 18px!important;
           padding-bottom: 16px!important;
           padding-left: 12px!important;
           padding-right: 12px!important;
           position: relative!important;
           margin-left: -20px!important;
       }
  }

  

 
p, h2, h3, h4, .row ul, .row ol{
    margin-top: 12px!important;
}

.row ul li, .row ol li {
	position: relative; 
	margin-left: 36px;	
    font-family: 'Lato', 'Roboto', sans-serif;
}

.row ol li{
    padding-left: 4px;  
}

/* Попап додавання в кошик */

.wc-forward{
    display: none!important;
}

.add-title{
    text-align: center;
}

.add-text{
    color: #000;
    font-family: 'Lato', 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 16px;
    text-align: center;
}

.add-button-container{
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 36px!important;
}

.payment_box{
    display: none!important;
}

.product-total:nth-child(1){
    display: none!important;
}

.special-condition{
    font-weight: 800!important;
    font-size: 16px!important;
}


/* Додатковий функціонал по фільтрам неактивних товарних рубрик*/

   .disabled-filter {
            color: #888;
        }
.disabled-filter input[type="checkbox"] {
    cursor: not-allowed;
    accent-color: #ccc; 
    -webkit-appearance: none; 
    appearance: none;
    background-color: #c1c1c1;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 16px;
    position: relative;
}

.disabled-filter input[type="checkbox"]:checked::before {
    content: '\2713'; 
    font-size: 12px;
    color: #888;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mar-left-16{
    margin-left: 16px;
}


@media (min-width: 766px) {

.flaticon-right-arrow::after {
    position: relative;
    left: 24px;
    }

.flaticon-back::after  {
    position: relative;
    right: 24px;
}

}

@media (max-width: 766px) {

.flaticon-right-arrow::after {
    position: relative;
    left: 16px;
    }

.flaticon-back::after  {
    position: relative;
    right: 16px;
}
}


@media (min-width: 1450px) {
.wp-block-woocommerce-cart-line-items-block{
    min-width: 824px!important;
}
}

@media (min-width: 921px) and (max-width: 1450px) {
  .wp-block-woocommerce-cart-line-items-block {
    min-width: 50.8vw !important;
    table-layout: fixed; /* критично */
  }

  .wp-block-woocommerce-cart-line-items-block td.wc-block-cart-item__product {
    min-width: 300px;
    width: 50%;
    word-wrap: break-word;
    word-break: break-word;
  }

  .wp-block-woocommerce-cart-line-items-block td.wc-block-cart-item__image {
    width: 25%;
    min-width: 150px;
  }

  .wp-block-woocommerce-cart-line-items-block td.wc-block-cart-item__total {
    width: 25%;
    min-width: 150px;
  }

  .wc-block-components-product-name {
    display: inline-block;
    min-width: 250px;
    max-width: 100%;
    white-space: normal; /* дозволяє перенос */
  }
}

/*404*/

.page-404{
    background-color: white;
}

.main-wrapper{
    background-color: white!important;
}

.error404 .socials, .error404 .cart {
    display: none;
}

.heading-404{
font-family: 'Lato-Regular', 'Trebuchet MS', sans-serif;
font-size: 36px;
color: #cfa056;
margin-top: 65px;
}

.subheading-404{
font-family: 'Lato-Regular', 'Trebuchet MS', sans-serif;
font-size: 36px;
color: 333;
margin-top: 40px;
}

.container-404 .cta-button{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
}