@font-face {
  font-family: 'Frics024';
  src: url('/wp-content/themes/hello-elementor/assets/fonts/AnyConv.com__frick03-regular.woff2') format('woff2'),
       url('/wp-content/themes/hello-elementor/assets/fonts/frick03-regular.woff') format('woff'),
       url('/wp-content/themes/hello-elementor/assets/fonts/AnyConv.com__frick03-regular.eot') format('eot'),
       url('/wp-content/themes/hello-elementor/assets/fonts/frick03-regular.svg') format('svg'),
       url('/wp-content/themes/hello-elementor/assets/fonts/frick03-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.cart-title h1 {
             font-family: 'Frics024', sans-serif !important;
    font-size: 36px !important;
    line-height: 44px !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    margin-top: 5px !important;
    margin-bottom: 0 !important;


}

.address-comment {
    margin-top: 5px !important;
}

.use-address-btn:disabled {
    background-color: #22262F !important;
    border: 1px solid #22262F !important;
    color: #85888E;
}

.use-address-btn:hover:disabled {
    color: #85888E;
}

/* Модальное окно */
#add-address-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    overflow-y: auto;
}

.modal-content {
    background-color: #171412;
    border-radius: 32px;
    border-radius: 15px;
    width: 90%;
    max-height: 90vh;
    max-width: 636px;
    overflow-y: auto;
    padding: 24px;
}

.vape-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex
;
    align-items: center;
    justify-content: center;
}

.addresses-list {
        display: grid
;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.address-content-item {
        display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

#add-address-modal p {
    color: #FFFFFF;
}

.woocommerce-billing-fields__field-wrapper .input-text, #order_comments {
    background-color: #292524 !important;
    border-color: #44403C !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 8px 8px 8px 8px !important;
    color: #F5F5F4 !important;
        border-style: solid !important;
}

.use-address-btn {
       background-color: #D5FB50;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    fill: #000000;
    color: #000000;
    box-shadow: 0px 0px 1px 0px rgba(12.000000000000034, 14.000000000000043, 18.000000000000046, 0.25) inset;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF29;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 18px 12px 18px;
    width: 100%;
    margin-top: 16px;
}

.use-address-btn:hover {
    background-color: #9E77ED;
    color: #000000;
}

.woocommerce-billing-fields__field-wrapper .input-text:focus, #order_comments:focus {
    border: 1px solid #D5FB50 !important;
    outline: none !important;
}

.addresses-list p {
    margin: 0
}

.address-item {
    background-color: #292524 !important;
    padding: 12px;
    border-radius: 8px;
    border-color: #44403C !important;
    border-width: 1px 1px 1px 1px !important;
    color: #F5F5F4 !important;
        border-style: solid !important;
}

.address-item h4 {
           font-family: "Inter", Sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 12px;
}

.address-content p span {
    font-weight: 600;
}

.error {
    color: #ff0000;
}

/* Кастомный скроллбар */
#add-address-modal .modal-content::-webkit-scrollbar {
    width: 10px;
}

#add-address-modal .modal-content::-webkit-scrollbar-track {
    background: #171412;
    border-radius: 5px;
}

#add-address-modal .modal-content::-webkit-scrollbar-thumb {
    background-color: #D5FB50;
    border-radius: 5px;
    border: 2px solid #292524 ;
}

#add-address-modal .modal-content::-webkit-scrollbar-thumb:hover {
    background-color: #c0e048;
}

/* Для Firefox */
#add-address-modal .modal-content {
    scrollbar-width: thin;
    scrollbar-color: #D5FB50 #292524 ;
}



/* Показываем кнопку только если есть класс .has-addresses */
#show-address-btn.has-addresses {
     display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

/* Блокировка скролла при открытой модалке */
body.modal-open {
    overflow: hidden;
}

.wc_payment_methods {
    display: none
}

.modal-header h3, .modal-content h3 {
    color: #E7E5E4 !important;
    margin: 0 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 30px !important;
}

.management-btn:focus {
    background: #292524 !important;
    border: 1px solid #171412 !important;
    outline: 1px solid #D5FB50 !important;
}

.e-coupon-anchor-description {
    display: none
}

#order_review_heading, .elementor-41 .elementor-element.elementor-element-d1e1fd6 .woocommerce-billing-fields h3 {
    font-size: 24px;
    font-weight: 600
} 

.cart_item {
    border-bottom: 1px solid #292524;
        display: flex;
    justify-content: space-between;
    padding: 18px 0
}

#show-address-btn {
    display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    background-color: #171412;
    border: 1px solid #171412;
    border-radius: 16px;
    padding: 24px 20px;
    border: none;
    transition: all .3s;
    margin-bottom: 24px;
}

#show-address-btn:focus {
        background: #292524 !important;
    border: 1px solid #171412 !important;
    outline: 1px solid #D5FB50 !important;
}

#show-address-btn h5 {
        font-family: "Inter", Sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #E7E5E4;
     margin: 0;
}

#show-address-btn h6 {
        font-family: "Inter", Sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #A9A29D;
    margin: 0;
}

#show-address-btn div {
        display: flex
;
    flex-direction: column;
    align-items: start;
    gap: 0;
}

.cart_item:last-child {
    border: none;
}



.checkout .order-subtotal, .checkout .woocommerce-Price-amount  {
    font-size: 16px !important
}

.order-total [data-title="Итого"] {
        display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.e-checkout__order_review .product-total .woocommerce-Price-amount {
font-size: 24px !important;
font-weight: 600 !important;
}


.footer-label, .order-shipping {
      font-family: "Inter", Sans-serif !important;
    color: #A9A29D;
    font-size: 16px;
    font-weight: 500;
}

.related-products__title {
	    font-family: 'Frics024', sans-serif !important;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    color: #FFFFFF;
}

.related-products {
	margin-top: 60px
}

.review-order-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.e-checkout-secondary-title {
    margin-top: 40px;
}

.woocommerce-loop-product__title {
	    font-family: "Inter", Sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
        color: #FFFFFF !important;
        max-width: 216px;
}

.product-quantity {
      font-family: "Inter", Sans-serif !important;
    color: #A9A29D;
    margin: 12px 0 0 !important;
    font-size: 18px;
}

.order-subtotal, .order-shipping, .order-total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.order-subtotal {
    margin-top: 22px;
}

.order-total {
    border-top: 1px solid #292524;
    padding-top: 16px;

}

.order-total .footer-label, .order-total .footer-value strong .woocommerce-Price-amount {
    font-size: 20px !important;
    color: #FFFFFF;
    font-weight: 600;
}

.custom-product-full-description p {
	    color: #94979C;
    font-size: 16px;
    font-family: "Inter", Sans-serif;
    max-width: 216px;
}

.price-and-button {
	    display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.custom-add-to-cart {
	    width: 48px;
    height: 48px;
    display: flex !important
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    background-color: #D5FB50 !important;
    box-shadow: 0px 0px 1px 0px rgba(12.000000000000034, 14.000000000000043, 18.000000000000046, 0.25) inset !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #FFFFFF29 !important;
    border-radius: 8px !important;
    transition: all .3s;
}



.custom-add-to-cart:hover {
	    background-color: #9E77ED !important;
}


.cart_totals {
    background-color: #171412 !important;
    padding: 24px;
    border-radius: 32px;
}


.e-cart-totals {
    padding: 0 !important
}

.woocommerce-cart-form__wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cart-header, 
.woocommerce-cart-form__cart-item {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}

.product-content {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

[data-title="Итого"]::before, [data-title="Подытог"]::before {
    display: none !important;
}

[data-title="Итого"] h6 {
    font-family: "Inter", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 
}

[data-title="Подытог"] h6 {
      font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #A9A29D;
    margin: 0  
}

[data-title="Итого"], [data-title="Подытог"] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.product-name {
    font-family: "Inter", Sans-serif;
    font-size: 24px;
    font-weight: 600 !important;
    color: #FFFFFF !important;
}

.product-name a:hover {
    color: #FFFFFF !important;
}

.cart-header {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.875rem;
}


.product-remove {
    text-align: center;
}

.product-thumbnail img {
    max-width: 80px;
    height: auto;
}

.product-quantity .quantity {
    display: flex;
    align-items: center;
}

.cart-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.coupon {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.product-description {
        font-family: "Inter", Sans-serif;
        color: #94979C;
        font-size: 16px;
        font-weight: 400;
}

.woocommerce-Price-amount  {
    
    font-size: 36px;

    color: #FFFFFF !important;
    font-weight: 700 !important;
}
.product-item {
    display: flex
;
    flex-direction: column;
}

.woocommerce-cart-form__cart-item {
    border-top: 1px solid #292524;
        padding: 24px 0;
}

.product-thumbnail img {
    max-width: 149px !important;
}

.woocommerce-cart-form__wrapper {
    gap: 0 !important;
}

.product-quantity {
    display: flex;
    align-items: end;
    justify-content: end;
}

.product-content-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.cart-btn-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
}

.yith-wcwl-add-to-wishlist-button:is(button):not(.yith-wcwl-theme-button-style) {
    padding: 0;
     margin: 0 !important;
}

.yith-add-to-wishlist-button-block {
       margin: 0 !important; 
}

.yith-wcwl-add-to-wishlist-button img.yith-wcwl-custom-icon {
    width: 24px !important;
    height: 24px !important;
}

.elementor-40 .elementor-element.elementor-element-44564c2 .e-shop-table {
    padding: 0
}

.cart-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 32px;
    gap: 5px;
    
}

.order-total [data-title="Итого"]::before {
    font-size: 30px !important;
    color: #FFFFFF !important;
    
}

.order-total [data-title="Итого"] strong span {
     font-size: 30px !important;
    color: #FFFFFF !important;
}

.order-total [data-title="Итого"] {
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    padding-top: 20px !important;
    border-top: 1px solid #292524 !important;
}

.cart-subtotal [data-title="Подытог"] {
    padding-bottom: 20px !important;
    padding-top: 0 !important;
}

.woocommerce ul#shipping_method li {
    margin: 0 !important
}



.update_cart {
       background-color: #D5FB50 !important;
    font-family: "Inter", Sans-serif  !important;
    font-size: 16px  !important;
    font-weight: 600;
    line-height: 24px;
    color: #000000 !important;
    box-shadow: 0px 0px 1px 0px rgba(12.000000000000034, 14.000000000000043, 18.000000000000046, 0.25) inset;
    border-width: 2px 2px 2px 2px !important;
    border-color: #FFFFFF29 !important;
    border-radius: 8px 8px 8px 8px  !important;
    padding: 12px 18px !important;
    transition: all .3s !important;
}

.update_cart:hover {
    background-color: #9E77ED !important;
    color: #000000;
}

.update_cart:focus {
        border: 2px solid #000000;
    outline: 2px solid #9E77ED !important;
    background-color: #D5FB50;
    color: #000000;
    box-shadow: 0px 0px 1px 0px rgba(12.000000000000034, 14.000000000000043, 18.000000000000046, 0.25) inset;
}

.product-unit-price {
       margin-bottom: 10px; 
}

.product-unit-price .woocommerce-Price-amount {
    font-size: 14px;
    color: #94979C;
    font-weight: 500 !important
}

.unit-price-label {
    font-size: 12px;
    color: #94979C;
}

.related-products .products::before {
	display: none !important
}



/* Адаптация для 1024px */
@media (max-width: 1024px) {
    .cart-title h1,
    .related-products__title {
        font-size: 32px !important;
        line-height: 38px !important;
    }

    .use-address-btn {
        font-size: 14px !important;
        margin-top: 12px;
    }

.custom-product-full-description p {
	        font-size: 14px !important;
}

.related-products .products {
	display: grid;
	grid-template-columns: repeat(2, 1fr)
}

.related-products .product {
	width: 100% !important;
}

.related-products {
    margin-top: 40px;
}
    
    .woocommerce-loop-product__title {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    
    .product-name {
        font-size: 20px;
    }
    
    .cart_totals {
        padding: 20px;
    }
    
    .product-content {
        gap: 24px;
    }
    
    .product-thumbnail img {
        max-width: 120px !important;
    }
    
    .cart-btn-group {
        gap: 14px;
    }

    .cart_totals h2 {
    	font-size: 24px !important; 
    } 
}

/* Адаптация для 768px */
@media (max-width: 768px) {
    .cart-title h1,
    .related-products__title {
        font-size: 28px !important;
        line-height: 34px !important;
    }

    .management-btn svg {
        width: 24px;
        height: 24px;
    }

    .related-products .products {
        grid-template-columns: repeat(1, 1fr);
    }

    .related-products .products .product a img {
    	        width: 273px !important;
    }

     .related-products .products .product {
     	        align-items: center;
        display: flex
;
        flex-direction: column;
     }

    .related-products {
    margin-top: 32px;
}
    .product-quantity {
    align-items: start;
    justify-content: start;
}

    [data-title="Итого"], [data-title="Подытог"] {
    	padding: 0 !important;
    	display: flex
;
    }

    [data-title="Итого"] h6, [data-title="Подытог"] h6 {
    	margin-bottom: 10px;
    }

    .order-total [data-title="Итого"] strong span {
    font-size: 20px !important;
    color: #FFFFFF !important;
}
    
    
    .product-content {
        width: 100%;
    }
    
    
    
    .woocommerce-loop-product__title {
        font-size: 18px !important;
        line-height: 24px !important;
        max-width: 100%;
    }
    
    .custom-product-full-description p {
        max-width: 100%;
    }
    
    .product-name {
        font-size: 18px;
    }
    

    
    .cart_totals {
        padding: 16px;
        border-radius: 24px;
    }
    
    [data-title="Итого"] h6 {
        font-size: 20px;
    }
    
    [data-title="Подытог"] h6 {
        font-size: 18px;
    }
    
    .product-thumbnail img {
        max-width: 100px !important;
    }
    
    .cart-btn-group {
        gap: 12px;
    }
    
    .update_cart {
        padding: 10px 16px !important;
        font-size: 14px !important;
    }
    
    .related-products {
        margin-top: 40px;
    }
    
    .product-description {
        font-size: 14px;
    }
    
    .product-unit-price .woocommerce-Price-amount {
        font-size: 13px;
    }

    .related-products {
    margin-top: 32px;
}

    .cart_totals h2 {
        font-size: 20px !important;
    }

      /* Общие стили для мобильных */
    .order-total,
    .order-coupon,
    .order-fee,
    .order-tax {
        flex-direction: column;
        padding: 16px 0;
    }

    .order-shipping, .order-subtotal {
        flex-direction: column;
        padding: 12px 0 !important;
    }

    /* Уменьшаем отступ сверху для субтотала */
    .order-subtotal {
        margin-top: 0;
    }

    .e-checkout-secondary-title {
        margin-top: 24px !important;
    }

    /* Корректируем стили итоговой суммы */
    .order-total {
        padding-top: 12px !important;
    }

    .order-total .footer-label, 
    .order-total .footer-value strong .woocommerce-Price-amount {
        font-size: 16px !important;
    }

    /* Выравнивание элементов в мобильной версии */
    .footer-label,
    .footer-value {
        width: 100%;
    }

    .footer-value {
        margin-top: 6px;
        text-align: left !important;
    }

    /* Корректировка шрифтов для всех элементов */
    .review-order-item .product-name,
    .review-order-item .product-total,
    .footer-value {
        font-size: 16px !important;
    }

    .e-checkout__order_review .product-total .woocommerce-Price-amount {
         font-size: 20px !important;
    }

    .footer-label {
        font-size: 14px !important;
    }

    /* Особые стили для заголовков */
    .review-order-header .product-name-header,
    .review-order-header .product-total-header {
        font-size: 16px;
    }

    .product-quantity {
            margin: 8px 0 0 !important;
        font-size: 14px !important;
    }

    .cart_item {
        padding: 12px 0 !important
    }

    #order_review_heading, .elementor-41 .elementor-element.elementor-element-d1e1fd6 .woocommerce-billing-fields h3 {
        font-size: 20px !important;
    }

    .review-order-footer {
        gap: 0;
    }

    .e-checkout__order_review {
        margin-top: 40px !important
    }

    .management-btn h5 {
        font-size: 14px !important;
    }

    .management-btn h6 {
        font-size: 12px !important;
    }

       #show-address-btn {
        padding: 12px;
    }

    .modal-header h3, .modal-content h3 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .address-content-item {
            grid-template-columns: repeat(1, 1fr) !important;
    }

    .addresses-list p {
        font-size: 12px;
    }
    
}

/* Адаптация для 480px */
@media (max-width: 480px) {
    .cart-title {
        margin-bottom: 24px;
    }

    .woocommerce-cart-form__cart-item {
    	flex-direction: column;
    }
    
    .cart-title h1,
    .related-products__title {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    
    .product-content {
        flex-direction: column;
        gap: 16px;
    }

    .product-item {
    	margin-top: 15px;
    }

    .cart-btn-group {
    	margin-top: 16px;
    }

    .woocommerce-cart-form__cart-item {
    	padding: 16px 0 !important
    }
    
    .product-item {
                flex-direction: row;
                align-items: center;
                gap: 20px;
    }
    
    .product-quantity {
        justify-content: flex-start;
    }
    
    .woocommerce-Price-amount {
        font-size: 20px !important;
    }

    .product-unit-price {
    	margin: 0 !important;
    }

    .quantity .qty {
    	margin: 0 !important
    }
    
    .cart_totals {
        padding: 12px;
    }
    
    .update_cart {
        width: 100%;
    }
    
    
    .product-thumbnail img {
        max-width: 100px !important;
    }
}

.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{display:block;position:relative}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form{margin:50px auto;max-width:500px}.post-password-form p{align-items:flex-end;display:flex;width:100%}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:991px){.post .wp-post-image{max-height:400px}}@media(max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{font-size:.9em;list-style:none;margin:0;padding:0}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{border-block-end:1px solid #ccc;display:flex;flex-direction:column;padding-block-end:30px;padding-block-start:30px;padding-inline-end:0;padding-inline-start:60px}#comments .comment .avatar,#comments .pingback .avatar{border-radius:50%;left:0;margin-inline-end:10px;position:absolute}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{list-style:none;margin:0;padding-inline-start:30px;position:relative}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{content:"↪";display:inline-block;font-size:1em;font-weight:400;left:0;line-height:100%;position:absolute;top:45px;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media(min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media(max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{float:left;position:inherit}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-end:auto;margin-inline-start:auto;width:100%}@media(max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-end:10px;padding-inline-start:10px}}@media(min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media(min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}
