/*
Theme Name: Larevie
Theme URI: https://shthemes.net/demosd/larevie
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: Introducing La.Revi, a versatile WordPress theme designed for luxury restaurants & hotels. Tailored to suit restaurant-based companies, as well as various professional businesses, it offers comprehensive designs ideal for restaurants & hotels, and more.
Version: 1.0
Tested up to: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: larevie

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contactimageup, paragraphs, general styles
---------------------------------------------------*/


:root {
  --at-theme-primary: #B58C67;
  --at-common-white: #FFFFFF;
}

a:hover{
    color: var(--at-theme-primary);
}
p.comment-form-cookies-consent{
    display: none;
}
.at-blogpost-area .at-postbox br{
    display: none;
}
.at-sidebar-widget-wrapp.blog .sidebar-widget ul li{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--at-common-white);
    border-bottom: 1px solid var(--at-border-2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	color: rgba(255, 255, 255, 0.5);
}
.at-sidebar-widget-wrapp.blog .sidebar-widget ul li:hover{
    border-bottom: 1px solid var(--at-theme-primary);
    color: var(--at-theme-primary);
}
.at-sidebar-widget-wrapp.blog .sidebar-widget ul li a{
    color: var(--at-common-white);
}
.at-sidebar-widget-wrapp .sidebar-widget form br,
.wpcf7-spinner{
    display: none;
}
.at-sidebar-widget-wrapp .sidebar-widget form p{
    margin-bottom: 0px;
}
.at-sidebar-widget-wrapp .sidebar-widget form .at-contact-input .wpcf7-not-valid-tip{
    color: var(--at-common-white);
    margin-top: 10px;
}
.at-sidebar-widget-wrapp .sidebar-widget form .wpcf7-response-output{
    border-color: var(--at-common-white);
    color: var(--at-common-white);
    margin: 2em 0em 1em;
}
.at-sidebar-widget-wrapp .sidebar-widget form .at-btn-primary{
    background: transparent;
}
.at-sidebar-widget-wrapp .sidebar-widget form .at-btn-primary:hover{
    color: var(--at-common-black);
    border: 1px solid var(--at-common-white);
    background: var(--at-common-white);
}
.at-sidebar-widget-wrapp .sidebar-widget:last-child{
    margin-bottom: 0px;
}
.at-comment h4{
    font-size: 28px;
    color: var(--at-common-white);
}
.at-comment #comments ol.comment-list{
    list-style: none;
    padding-left: 0px;
}
.at-comment #comments ol li.comment{
    list-style: none;
    position: relative;
    padding-left: 120px;
    display: block;
    margin-bottom: 60px;
}
.at-comment #comments ol li.comment .comment-author{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 80px;
}
.at-comment #comments ol li.comment .comment-author img{
    border-radius: 50%;
}
.at-comment #comments ol li.comment .comment-info .fn{
    display: block;
    color: #fafafa;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.at-comment #comments ol li.comment .comment-info p{
    margin-top: 10px;
}
.at-comment #comments ol li.comment .comment-info .reply{
    position: absolute;
    top: 0px;
    right: 0px;
}
.at-comment #comments ol li.comment .comment-info .reply .comment-reply-link{
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding: 8px 16px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--at-common-white);
    border: 1px solid var(--at-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.at-comment #comments ol li.comment .comment-info .reply .comment-reply-link::before{
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    content: "";
    rotate: 50deg;
    transform: translateY(-50%);
    border: 1px solid var(--at-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    left: 5px;
}
.at-comment #comments ol li.comment .comment-info .reply .comment-reply-link::after{
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    content: "";
    rotate: 50deg;
    transform: translateY(-50%);
    border: 1px solid var(--at-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    right: 8px;
}
.at-comment #comments ol li.comment .comment-info .reply .comment-reply-link:hover{
    color: var(--at-common-black);
    border: 1px solid var(--at-common-white);
    background: var(--at-common-white);
}
.at-comment #comments ol li.comment .comment-info .reply .comment-reply-link:hover::after,
.at-comment #comments ol li.comment .comment-info .reply .comment-reply-link:hover::before{
    border-color: var(--at-common-black);
}
#cancel-comment-reply-link{
    float: right;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    padding: 10px 20px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--at-common-white);
    border: 1px solid var(--at-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#cancel-comment-reply-link::before{
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    content: "";
    rotate: 50deg;
    transform: translateY(-50%);
    border: 1px solid var(--at-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    left: 9px;
}
#cancel-comment-reply-link::after{
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    content: "";
    rotate: 50deg;
    transform: translateY(-50%);
    border: 1px solid var(--at-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    right: 10px;
}
#cancel-comment-reply-link:hover{
    color: var(--at-common-black);
    border: 1px solid var(--at-common-white);
    background: var(--at-common-white);
}
#cancel-comment-reply-link:hover::before,
#cancel-comment-reply-link:hover::after{
    border-color: var(--at-common-black);
}
.at-cta-area .at-cta-wrapper form .at-cta-form-box br{
    display: none;
}
.at-cta-area .at-cta-wrapper form .at-cta-input-icon{
    top: 40%;
}
.at-cta-area .at-cta-wrapper form .wpcf7-not-valid-tip{
    color: var(--at-common-white);
    margin-top: 10px;
}
.at-cta-area .at-cta-wrapper form .wpcf7-response-output{
    margin: 2em 0em 1em 4em;
    color: var(--at-common-white);
    border-color: var(--at-common-white);
}
.at-cta-area .at-cta-wrapper form.invalid .at-cta-input-icon{
    top: 25%;
}
.at-cta-area .at-cta-wrapper form.invalid .at-cta-action{
    position: relative;
    top: -18px;
}
.at-blogpost-area .at-blog-item.list .at-blog-metabox .at-blog-meta-title ul.post-categories{
    list-style: none;
}
.at-blogpost-area .at-blog-item.list .at-blog-metabox .at-postbox-author{
    margin-left: 20px;
    color: var(--at-common-white);
    text-transform: capitalize;
}
.at-blogpost-area .at-blog-item.list .at-postbox-title{
    text-transform: capitalize;
} 
.at-blogpost-area .at-blog-item.list .at-postbox-title a:hover{
    color: var(--at-theme-primary);
}
ul.pagination-wrap{
    list-style: none;
    display: flex;
    justify-content: center;
}
ul.pagination-wrap li .page-numbers,
.pagination-wrap .post-page-numbers{
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding: 10px 13px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--at-common-white);
    border: 1px solid var(--at-theme-primary);
    border-radius: 50%;
    margin-right: 10px;
}
ul.pagination-wrap li .page-numbers i{
    font-size: 13px;
}
ul.pagination-wrap li .page-numbers.current,
ul.pagination-wrap li a.page-numbers:hover,
ul.pagination-wrap li span.page-numbers:hover,
.pagination-wrap .post-page-numbers:hover,
.pagination-wrap .post-page-numbers.current{
    color: var(--at-common-black);
    border: 1px solid var(--at-common-white);
    background: var(--at-common-white);
}
.at-team-contact-form form .wpcf7-not-valid-tip{
    color: var(--at-common-white);
    margin-top: 15px;
}
.at-team-contact-form form .wpcf7-response-output{
    color: var(--at-common-white);
    border-color: var(--at-common-white)!important;
    margin: 2em 0em 1em;
}
.at-team-contact-form form.invalid .at-team-contact-icon{
    top: 20%;
}
.at-booking-area form .at-booking-input:first-child{
    display: block;
    padding-bottom: 15px;
}
.at-booking-area form .at-booking-input .at-booking-icon{
    top: 42%;
}
.at-booking-area form .at-booking-input br{
    display: none;
}
.at-booking-area form .at-booking-input{
    display: block;
}
.at-booking-area form .at-booking-input input.wpcf7-validates-as-date{
    outline: none;
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 40px;
    color: var(--at-text-body);
    border: 1px solid var(--at-border-2);
    background: none;
    resize: none;
    scroll-behavior: unset;
}
.at-booking-area form .wpcf7-response-output{
    border-color: var(--at-common-white)!important;
    color: var(--at-common-white);
    margin: 2em 10em 1em 4.5em;
}
.at-about-2-area .at-about-2-content form .col-xl-6:first-child .at-booking-input{
    display: contents;
}
.at-about-2-area .at-about-2-content form .col-xl-6:nth-child(2) .at-booking-input{
    display: block;
}
.at-about-2-area .at-about-2-content form .col-xl-6:nth-child(2) .at-booking-input input{
    outline: none;
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 40px;
    color: var(--at-text-body);
    border: 1px solid var(--at-border-2);
    background: none;
    resize: none;
    scroll-behavior: unset;
}
.at-about-2-area .at-about-2-content form .col-xl-6 .at-booking-input .at-booking-icon{
    top: 42%;
}
.at-about-2-area .at-about-2-content form .wpcf7-response-output{
    color: var(--at-common-white);
    border-color: var(--at-common-white)!important;
    margin: 1em 0em 1em;
}
.at-reservation-area .at-reservation-form form .at-booking-input.time,
.at-reservation-area .at-reservation-form form .at-booking-input.date{
    display: block;
}
.at-reservation-area .at-reservation-form form .at-booking-input.date input{
    outline: none;
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 40px;
    color: var(--at-text-body);
    border: 1px solid var(--at-border-2);
    background: none;
    resize: none;
    scroll-behavior: unset;
}
.at-reservation-area .at-reservation-form form .wpcf7-not-valid-tip{
    color: var(--at-common-white);
    margin-top: 15px;
}
.at-reservation-area .at-reservation-form form.invalid .at-cta-input .at-cta-input-icon,
.at-reservation-area .at-reservation-form form.invalid .at-booking-input .at-booking-icon{
    top: 25%;
}
.at-comming-soon-area .at-comming-center .at-comming-bg img{
    border-radius: 100%;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(0) invert(1); /* làm icon thành trắng */
    position: absolute;
    right: 20px;
    top: 25%;
}
.at-reservation-area .at-reservation-form form .wpcf7-response-output{
    margin: 2em 0em 1em;
    border-color: var(--at-common-white)!important;
    color: var(--at-common-white)!important;
}
.at-contact-wrapper .at-contact-form form .col-xl-6:nth-child(4) .at-contact-input{
    display: flow-root;
}
.at-contact-wrapper .at-contact-form form .at-contact-action .at-btn-primary{
    background: transparent;
}
.at-contact-wrapper .at-contact-form form .at-contact-action .at-btn-primary:hover{
    color: var(--at-common-black);
    border: 1px solid var(--at-common-white);
    background: var(--at-common-white);
}
.at-contact-wrapper .at-contact-form form .wpcf7-not-valid-tip{
    margin-top: 15px;
    color: var(--at-common-white);
}
.at-contact-wrapper .at-contact-form form.invalid .at-contact-input-icon{
    top: 25%;
}
.at-contact-wrapper .at-contact-form form .wpcf7-response-output{
    color: var(--at-common-white);
    border-color: var(--at-common-white)!important;
    margin: 2em 0em 1em;
}
.price del,
.price ins{
    text-decoration: none;
}
.price del .woocommerce-Price-amount{
    font-weight: 400;
    font-size: 16px;
    text-decoration-line: line-through;
    color: #767A7D;
}
.price del .woocommerce-Price-amount span{
    color: #767A7D;
    font-weight: 400;
}
.price ins .woocommerce-Price-amount{
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: var(--at-common-white);
}
.price ins .woocommerce-Price-amount span{
    color: var(--at-common-white);
}
.woocommerce-product-details__short-description > p{
    font-size: 15px;
    line-height: 1.7;
}
.woocommerce-product-details__short-description > p span{
    font-weight: 500;
    color: var(--at-theme-primary);
}
.at-product-details-wrapper form.cart.at-product-details-action-wrapper{
    margin-bottom: 17px!important;
}
.at-product-details-wrapper form.cart.at-product-details-action-wrapper .single_add_to_cart_button{
    font-size: 17px;
    color: var(--at-common-white);
    text-align: center;
    padding: 14px 30px;
    border: 1px solid var(--at-border-2);
    width: 77%;
    background: transparent;
    font-weight: 400;
    text-transform: capitalize;;
}
.at-product-details-wrapper form.cart.at-product-details-action-wrapper .single_add_to_cart_button:hover{
    background-color: var(--at-theme-primary);
    border-color: var(--at-theme-primary);
    color: var(--at-common-white);
}
.at-product-details-wrapper form.cart.at-product-details-action-wrapper .at-product-details-buy-now-btn{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    background-color: var(--at-theme-primary);
    color: var(--at-common-white);
    text-align: center;
    border-radius: 0px;
    line-height: 2;
}
.at-product-details-wrapper form.cart.at-product-details-action-wrapper .at-product-details-buy-now-btn:hover{
    background-color: var(--at-border-2);
    color: var(--at-common-white);
}
.at-product-details-wrapper .yith-add-to-wishlist-button-block{
    margin-top: 0px;
    padding-bottom: 9px;
    margin-bottom: 25px;
}
.at-product-details-wrapper .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button{
    text-transform: capitalize;
    margin-bottom: 10px;
    gap: 5px;
}
.at-product-details-wrapper .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button svg{
    width: 20px;
    height: 20px;
    fill: none;
    vertical-align: middle;
    color: #84a1a0;
}
.at-product-details-wrapper .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button:hover svg,
.at-product-details-wrapper .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button:hover span{
    color: var(--at-theme-primary);
}
.at-product-details-wrapper .product_meta{
    margin-bottom: 22px;
}
.at-product-details-wrapper .product_meta span.sku_wrapper,
.at-product-details-wrapper .product_meta span.posted_in,
.at-product-details-wrapper .product_meta span.tagged_as{
    display: block;
    font-size: 15px;
    color: var(--at-common-white);
    line-height: 1.4;
    margin-right: 6px;
}
.at-product-details-wrapper .product_meta span.sku_wrapper .sku,
.at-product-details-wrapper .product_meta span.posted_in a,
.at-product-details-wrapper .product_meta span.tagged_as a{
    color: #84a1a0;
}
.at-product-details-wrapper .product_meta span:not(:last-child){
    margin-bottom: 3px;
}
.at-product-details-bottom .woocommerce-tabs nav ul{
    text-transform: capitalize !important;
    border-bottom: 1px solid var(--at-border-2);
    margin-bottom: 0px!important;
}
.at-product-details-bottom .woocommerce-tabs nav ul::before,
.at-product-details-bottom .woocommerce-tabs nav ul::after{
    display: none!important;
}
.at-product-details-bottom .woocommerce-tabs nav ul li::before,
.at-product-details-bottom .woocommerce-tabs nav ul li::after{
    display: none;
}
.at-product-details-bottom .woocommerce-tabs nav ul li a{
    font-size: 20px;
    color: #A0A2A4!important;
    margin: 0px 0px -1px !important;
    padding: 8px 7px 8px 9px !important;
    position: relative;
    border: none;
    font-weight: 400 !important;
}
.at-product-details-bottom .woocommerce-tabs nav ul li{
    background: transparent!important;
    border: none!important;
    padding-bottom: 12px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.at-product-details-bottom .woocommerce-tabs nav ul li.active a,
.at-product-details-bottom .woocommerce-tabs nav ul li:hover a{
    color: var(--at-common-white)!important;
    background-color: var(--at-green-1);
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.at-product-details-bottom .woocommerce-tabs nav ul li:not(:first-child){
    margin-left: 40px!important;
}
.at-product-details-bottom .woocommerce-tabs .tab-content .woocommerce-Tabs-panel h2{
    display: none;
}
.woocommerce #reviews .at-product-details-review-list h3.at-product-details-review-title{
    margin-bottom: 22px;
}
.woocommerce #reviews .at-product-details-review-list .star-rating::before{
    display: none;
}
.woocommerce #reviews .at-product-details-review-list .star-rating{
    font-size: 10px;
}
.woocommerce #reviews .at-product-details-review-list h3.at-product-details-review-avater-title{
    margin-bottom: 9px;
}
.woocommerce #reviews .at-product-details-review-list .description p{
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.4;
}
.woocommerce #reviews .at-product-details-review-form .comment-form-rating .nice-select{
    display: none;
}
.woocommerce #reviews .at-product-details-review-form h3.at-product-details-review-form-title{
    margin-bottom: 4px;
}
.woocommerce #reviews .at-product-details-review-form form p.comment-notes{
    margin-bottom: 8px;
}
.woocommerce #reviews .at-product-details-review-form form .comment-form-rating p.stars{
    color: var(--at-theme-primary);
    font-size: 12px;
}
.woocommerce #reviews .at-product-details-review-form p.form-submit input.submit{
    color: var(--at-common-white)!important;
    background-color: var(--at-theme-primary)!important;
    position: relative!important;
    font-weight: 500!important;
    font-size: 14px!important;
    line-height: 1!important;
    padding: 17px 35px!important;
    display: inline-block!important;
    text-transform: capitalize;
    border: 1px solid var(--at-theme-primary)!important;
    -webkit-transition: all 0.3s ease-out!important;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.woocommerce #reviews .at-product-details-review-form p.form-submit input.submit:hover{
    color: var(--at-common-black)!important;
    border: 1px solid var(--at-common-white)!important;
    background: var(--at-common-white)!important;
}
.woocommerce #reviews .at-product-details-review-form .comment-respond{
    margin-bottom: 20px!important;
}
.woocommerce div.product .at-product-details-wrapper .woocommerce-product-rating .star-rating{
    font-size: 12px;
    color: var(--at-theme-primary);
    margin: .8em 4px 0 0;
    letter-spacing: 2.5px;
    width: 80px;
}
.related.products{
    display: none;
}
.at-product-area .at-product-wrapper .at-product-review .woocommerce-product-rating .star-rating{
    font-size: 10px;
    display: inline-block;
    color: var(--at-theme-primary);
    margin: .5em 0 0 0;
    letter-spacing: 5px;
    width: 80px;
    float: none;
}
.at-product-area .at-product-wrapper .at-product-review .woocommerce-product-rating .woocommerce-review-link{
    display: none;
}
.at-product-area .at-product-wrapper .at-product-price del{
    display: none;
}
.at-product-area .at-product-wrapper .at-product-price ins{
    text-decoration: none;
}
.woocommerce-pagination ul.pagination-wrap,
.woocommerce-pagination ul.pagination-wrap li{
    border: none!important;
}
.woocommerce-pagination ul.pagination-wrap li .page-numbers{
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding: 10px 13px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--at-common-white)!important;
    border: 1px solid var(--at-theme-primary);
    border-radius: 50%;
    margin-right: 15px;
    background: transparent!important;
}
.woocommerce-pagination ul.pagination-wrap li span.current,
.woocommerce-pagination ul.pagination-wrap li .page-numbers:hover{
    color: var(--at-common-black)!important;
    border: 1px solid var(--at-common-white);
    background: var(--at-common-white)!important;
}
.woocommerce-pagination ul.pagination-wrap li .page-numbers i{
    font-size: 13px;
}
.woocommerce .woocommerce-ordering{
    margin: 0px;
}
.woocommerce-notices-wrapper{
    max-width: 1290px;
    margin: 0 auto;
}
.woocommerce-notices-wrapper .woocommerce-message{
    background: var(--at-border-2);
    color: var(--at-common-white);
    border-top-color: var(--at-theme-primary);
}
.woocommerce-notices-wrapper .woocommerce-message::before{
    color: var(--at-theme-primary);
}
.woocommerce-notices-wrapper .woocommerce-message:focus-visible{
    outline: -webkit-focus-ring-color auto 0px!important;
}
.woocommerce-notices-wrapper .woocommerce-message a{
    background-color: var(--at-theme-primary);
    color: var(--at-common-white);
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
}
.woocommerce-notices-wrapper .woocommerce-message a:hover{
    color: var(--at-common-black);
    background: var(--at-common-white);
}
.woocommerce .at-cart-area .at-cart-quantity .at-product-quantity input{

}
.table tbody .woocommerce-cart-form__cart-item .product-remove.at-cart-action a.remove.at-cart-action-btn{
    color: #818487 !important;
    width: auto;
    height: auto;
    text-align: left;
}
.table tbody .woocommerce-cart-form__cart-item .product-remove.at-cart-action a.remove.at-cart-action-btn:hover{
    background: transparent;
    color: #FF1826 !important;
}
.at-cart-checkout-wrapper .cart_totals table.shop_table{
    border: none;
}
.at-cart-checkout-wrapper .cart_totals table.shop_table tbody .order-total th,
.at-cart-checkout-wrapper .cart_totals table.shop_table tbody .order-total td{
    border: none;
    font-weight: 500;
    font-size: 18px;
}
.at-cart-checkout-wrapper .cart_totals table.shop_table tbody .cart-subtotal th,
.at-cart-checkout-wrapper .cart_totals table.shop_table tbody .cart-subtotal td{
    font-size: 20px;
    font-weight: 500;
}
.at-cart-checkout-wrapper .cart_totals .wc-proceed-to-checkout a.checkout-button{
    color: var(--at-common-white)!important;
    background-color: var(--at-theme-primary)!important;
    position: relative!important;
    font-weight: 500!important;
    font-size: 14px!important;
    line-height: 1!important;
    padding: 17px 35px!important;
    display: inline-block!important;
    border-radius: 0px;
}
.at-cart-checkout-wrapper .cart_totals .wc-proceed-to-checkout a.checkout-button:hover{
    color: var(--at-common-black)!important;
    background: var(--at-common-white)!important;
}
.cart-empty{
    background: var(--at-border-2);
    color: var(--at-common-white);
    border-top-color: var(--at-theme-primary);
}
.cart-empty::before{
    color: var(--at-theme-primary);
}
.return-to-shop a{
    border-radius: 0px;
}
.woocommerce-form-coupon-toggle .woocommerce-info{
    background: var(--at-border-2);
    color: var(--at-common-white);
    border-top-color: var(--at-theme-primary);
}
.woocommerce-form-coupon-toggle .woocommerce-info::before{
    color: var(--at-theme-primary);
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper select{
    display: block!important;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper span.select2 .selection .select2-selection{
    -webkit-tap-highlight-color: transparent;
    border-radius: 0;
    background: none;
    box-sizing: border-box;
    border: 1px solid var(--at-border-2);
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper span.select2 .selection .select2-selection .select2-selection__rendered{
    color: #84a1a0;
    line-height: 50px;
    padding-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px;
    right: 10px;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper .nice-select{
    display: none;
}
.woocommerce-checkout form .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row span.woocommerce-input-wrapper .input-text{
    height: 200px;
    resize: none;
}
.at-order-info-list ul li.at-order-info-list-desc p strong.product-quantity{
    font-size: 15px;
    font-weight: 500;
    color: var(--at-theme-primary);
}
#order_review .woocommerce-checkout-payment{
    background: transparent;
}
#order_review .woocommerce-checkout-payment ul,
#order_review .woocommerce-checkout-payment .form-row.place-order{
    padding: 0px!important;
}
#order_review .woocommerce-checkout-payment ul li .woocommerce-info{
    background: var(--at-border-2);
    color: var(--at-common-white);
    border-top-color: var(--at-theme-primary);
}
#order_review .woocommerce-checkout-payment ul li .woocommerce-info::before{
    color: var(--at-theme-primary);
}
.at-checkout-area .col-lg-5 .at-checkout-place{
    padding-bottom: 80px;
}
.woocommerce-page #payment #place_order{
    position: relative!important;
    font-weight: 500!important;
    font-size: 14px!important;
    line-height: 1!important;
    padding: 17px 35px!important;
    display: inline-block!important;
    text-transform: capitalize;
    color: var(--at-common-white)!important;
    border: 1px solid var(--at-theme-primary)!important;
    background-color: var(--at-theme-primary)!important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.woocommerce-page #payment #place_order:hover{
    color: var(--at-common-black)!important;
    border: 1px solid var(--at-common-white)!important;
    background: var(--at-common-white)!important;
}
.wishlist-title-container,
.yith-wcwl-share{
    display: none;
}
.woocommerce table.wishlist_table{
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0 !important;
    border-collapse: collapse;
    border-color: var(--at-border-2)!important;
    border-right: 1px solid var(--at-border-2) !important;
}
.woocommerce table.wishlist_table *{
    border: none !important;
    text-align: center !important;
}
.woocommerce table.wishlist_table thead tr th{
    padding: 20px 12px;
    box-shadow: none;
    vertical-align: middle;
    font-weight: 500;
    font-size: 15px;
    color: var(--at-text-body);
    border: 0 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    background-color: var(--at-border-2);
}
.woocommerce table.wishlist_table tbody tr td{
    padding-top: 30px !important;
    padding: 20px 12px;
    box-shadow: none;
    vertical-align: middle;
    border-color: var(--at-border-2)!important;
    background: none!important;
    border-bottom: 1px solid var(--at-border-2) !important;
    border-right: 1px solid var(--at-border-2) !important;
}
.woocommerce table.wishlist_table tbody tr td:first-child{
    border-left: 1px solid var(--at-border-2) !important;
}
.woocommerce table.wishlist_table tr td.product-price del{
    display: none;
}
.woocommerce table.wishlist_table tr td.product-price ins{
    text-decoration: none;
}
.woocommerce table.wishlist_table tr td.product-remove a.remove{
    color: #818487 !important;
}
.woocommerce table.wishlist_table tr td.product-remove a.remove:hover{
    background: transparent;
    color: #FF1826 !important;
}
.woocommerce table.wishlist_table tr td.product-stock-status .wishlist-in-stock{
    font-weight: 500;
    color: var(--at-text-body);
    font-size: 16px;
}
.woocommerce table.wishlist_table tr td.product-add-to-cart a{
    position: relative;
    line-height: 1;
    text-transform: capitalize;
    color: var(--at-common-white);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 500;
    font-size: 16px;
}
.woocommerce table.wishlist_table tr td.product-add-to-cart a:hover{
    color: var(--at-theme-primary);
}
.woocommerce table.wishlist_table tr td.product-add-to-cart a.added{
    display: none!important;
}
.at-product-details-wrapper .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button--added svg{
    stroke: var(--at-theme-primary);
    fill: var(--at-theme-primary);
}
.woocommerce .star-rating::before{
    color: var(--at-theme-primary);
}
.at-menus-list-content .at-menus-title-box .at-menus-price del{
    display: none;
}
.at-menus-list-content .at-menus-title-box .at-menus-price ins{
    text-decoration: none;
}
.at-product-list .at-product-content .at-product-price del{
    display: none;
}
.at-product-list .at-product-content .at-product-price ins{
    text-decoration: none;
}
.dialog-widget.dialog-lightbox-widget.dialog-type-buttons{
    display: none!important;
}
.at-mobile-menu-active ul li a i{
    padding-left: 3px;
}
.at-footer-newsletter form br{
    display: none;
}
.at-footer-newsletter form .at-footer-newsletter-input p{
    margin-right: 0px;
}
.at-footer-newsletter form.invalid .at-footer-newsletter-input p .at-footer-newsletter-icon{
    top: 30%;
}
.at-footer-newsletter form .at-footer-newsletter-input p .wpcf7-not-valid-tip{
    margin-top: 10px;
    color: var(--at-common-white);
}
.at-footer-newsletter form .wpcf7-response-output{
    margin: 2em 0em 1em;
    color: var(--at-common-white);
    border-color: var(--at-common-white)!important;
}
.at-footer-newsletter form input.at-btn-primary{
    background: transparent;
}
.at-footer-newsletter form input.at-btn-primary:hover{
    background: var(--at-common-white);
}
.search-custom h4{
    color: var(--at-common-white);
}
.search-custom .form-group{
    position: relative;
}
.search-custom .form-group input{
    width: 100%;
    padding: 17px 20px;
    margin-bottom: 0;
    color: #817f7c;
}
.search-custom .form-group input:focus-visible{
    outline-color: var(--at-common-white)!important;
}
.search-custom .form-group button.btn{
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background: var(--at-common-white);
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    outline: none;
}

.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: var(--at-common-white);
    font-weight: 600!important;
    font-size: 15px!important;
}
.alignright,
.wp-block-image .alignright
{
    float: right;
    margin-left: 25px;
    margin-top: 8px;
}
.alignleft,
.wp-block-image .alignleft{
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.screen-reader-text {
    display: none;
}

img{
    height: auto;
    max-width: 100%;
}

label.wp-block-search__label {
    display: none;
}

.single-widget .wp-block-group__inner-container h2{
    color: var(--main-text-color, #051923);
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.single-widget .wp-block-group__inner-container h2:after{
    height: 80%;
    width: 2px;
    background: var(--business-consulting, var(--at-theme-primary));
}

.wp-block-latest-posts__list li,
.wp-block-latest-comments li,
.widget_recent_comments ul li {
    border-bottom: 1px dotted #9999;
    padding: 15px 0;
    margin-bottom: 0!important;
    font-size: 15px;
}

.wp-block-latest-posts__list li:first-child,
.wp-block-latest-comments li:first-child{
    padding-top: 5px;
}

.wp-block-latest-comment-box-all__comment{
    line-height: 1.5;
}

.wp-block-latest-posts__list li:last-child,
.wp-block-latest-comments li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.widget_recent_comments ul li:first-child,
.widget_rss li:first-child{
    padding-top: 0;
}

.wp-block-latest-posts__list li a,
.wp-block-latest-comments__comment-meta a{
    font-weight: 500;
}

.widget_search .wp-block-search__button {
    width: auto;
    position: relative;
    margin-left: -1px;
    height: auto;
}

.wp-block-search__button  {
    border: 1px solid var(--at-theme-primary)!important;
    background: var(--at-theme-primary)!important;
    color: var(--at-common-white)!important;
    font-size: 15px;
    padding: 10px;
}

.wp-block-search__button:hover{
    background: #000000;
    color: var(--at-common-white);
    border: 1px solid #000000;
}

ul,ol{
    list-style: none;
    padding-left: 0;
}

.widget_archive li, .widget_categories li {
    text-align: right;
}

.widget_archive a, .widget_categories a{
    float: left;
}

.widget li {
    margin-bottom: 10px;
    display: block;
}

.widget li a {
    font-weight: 500;
}

select {
    width: 100%;
    padding: 10px;
    border: solid 1px #000;
    color: #000000;
    margin-bottom: 20px;
    appearance:auto;
    font-size: 14px;
}

.widget select{
    margin-bottom: 0;
}

.widget_calendar tfoot {
    display: none;
}

.widget_calendar caption {
    caption-side: top;
    border-bottom: none!important;
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--at-theme-primary);
    color: var(--at-common-white)!important;
    font-size: 15px!important;
    text-align: center!important;
}

.widget_calendar td#today {
    background: var(--at-theme-primary)!important;
    color: var(--at-common-white)!important;
    font-weight: 700;
}

.wp-calendar-nav {
    display: none;
}

.at-blogpost-area table {
    border: 1px solid var(--at-theme-primary)!important;
    padding: 5px!important;
    width: 100%;
    margin-bottom: 20px;
}

.at-blogpost-area table * {
    border: 1px solid var(--at-border-2)!important;
    padding: 10px!important;
    color: var(--at-common-white)!important;
    text-align: center;
}

.at-blogpost-area table a {
    border: none!important;
    padding: 0px!important;
    font-weight: 700;
}

.widget table{
    text-align: center;
    margin-bottom: 0;
}

.wp-block-calendar table th{
    font-weight: 700;
    text-align: center;
    background: transparent;
}

.rssSummary{
    font-size: 14px;
}

.sidebar-single-widget.widget_rss a{
    font-size: 15px;
}

ul.children ,
ul.sub-menu{
    padding-left: 20px!important;
    padding-top: 8px!important;
}

.widget .rss-date,
.widget_rss cite {
    font-style: italic;
    font-size: 13px!important;
    display: block;
    font-weight: 600;
    margin: 5px 0;
}

.widget_rss li {
    border-bottom: 1px dotted #9999;
    padding: 15px 0;
    margin-bottom: 5px;
}

.widget_rss li:last-child {
    border-bottom: none;
    padding-bottom: 0!important;
}

.widget_search input{
    padding: 10px;
    border: 1px solid #949494;
    width: 100%;
    font-size: 14px;
}

.widget_search form{
    position: relative;
}

.widget_search button{
    position: absolute;
    background: var(--at-theme-primary);
    color: var(--at-common-white);
    border: 1px solid var(--at-theme-primary);
    height: 48px;
    width: 48px;
    right: 0;
    top: 0;
    font-size:14px;
}

.widget_search button:hover{
    background: var(--at-common-white);
    color: var(--at-theme-primary);
}

.widget_text p img {
    margin: 15px 0;
}

.wp-block-image figcaption {
    font-weight: 600;
    color: var(--at-common-white)!important;
    font-size: 15px;
    text-align: center;
}

.blog-details-page-all img{
    width: auto!important;
    max-width: 100%!important;
    height: auto!important;
    margin-bottom: 10px;
}

a.wp-block-button__link {
    color: white!important;
    font-size: 17px;
    border-radius: 5px;
    background-color: #000000;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    color: var(--at-common-white)!important;
}

.wp-block-button{
    margin-bottom: 22px!important;
}

.wp-block-archives__label{
    margin-bottom: 10px;
}

p.wp-block-cover-text {
    font-size: 17px!important;
}

p.wp-block-cover-text, p.wp-block-cover-text a {
    color: white!important;
}

.wp-block-cover {
    margin-bottom: 20px!important;
}

li.blocks-gallery-item img {
    flex: unset!important;
    margin: 0;
    margin-bottom: 0!important;
}

.blocks-gallery-caption {
    text-align: center;
    font-size: 15px!important;
    font-weight: 600;
    color: var(--at-common-white);
}

.wp-block-latest-posts.wp-block-latest-posts__list{
    margin-bottom: 15px;
}

.wp-block-search__button-outside{
    margin-bottom: 15px;
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item img {
    height: 100%!important;
}
@media (min-width: 600px){
.wp-block-gallery.columns-3.alignfull .blocks-gallery-image, .wp-block-gallery.columns-3.alignfull .blocks-gallery-item {
    width: calc((100% - 46px)/3)!important;
    margin-right: 15px!important;
}
.wp-block-gallery.columns-4 li.blocks-gallery-item {
    width: calc(24% - 0.75em)!important;
    margin-right: 1em!important;
}
.blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(19% - 0.8em)!important;
    margin-right: 1em!important;
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16% - 0.83333em)!important;
    margin-right: 1em!important;
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(13.28571% - 0.85714em)!important;
    margin-right: 1em!important;
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12% - 0.875em)!important;
    margin-right: 1em!important;
}
}
.wp-block-gallery.columns-3.alignfull .blocks-gallery-item  img{
    width: 100%!important;
    height: 100%!important;
    flex: 1;
    object-fit: cover;
}

@media (min-width: 600px){
.wp-block-gallery.columns-3.alignfull .blocks-gallery-image img, .wp-block-gallery.columns-3.alignfull .blocks-gallery-item img {
    height: 100%!important;
}

.wp-block-gallery.columns-7.is-cropped li img {
    height: 100%!important;
}

.wp-block-gallery.columns-8.is-cropped li img {
    height: 100%!important;
}
}

.wp-block-gallery.alignfull.columns-3{
    display: flex!important;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

@media only screen and (min-width: 768px){
.wp-block-gallery.alignleft.columns-2 {
    max-width: 60%;
    margin-right: 20px;
}
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item{
    width: calc((100% - 32px)/2)!important;
    margin-right: 15px!important;
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item img{
    height: 100%!important;
    flex: 1;
    object-fit: cover!important;
    width: 100%!important; 
}

.wp-block-gallery.columns-4 {
    clear: both;
    margin-top: 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    display: block!important;
    letter-spacing: 0px;
    font-size: 15px!important;
}

.wp-block-gallery.columns-4.is-cropped.alignwide.featured li img {
    height: 100%!important;
    margin-bottom: 0;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
    height: 100%!important;
}

.blog-details-page-all .wp-block-gallery.columns-5 li img{
    height: auto!important;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

.blocks-gallery-grid + figcaption {
    margin-bottom: 15px;
}

.tags{
    display: none;
}

code, kbd, pre, samp {
    font-family: monospace!important;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: #e83e8c!important;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

pre cite{
    margin-left: 15px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

blockquote {
    background: #f7f7f7!important;
    border-left: 5px solid var(--at-theme-primary)!important;
    margin-bottom: 20px!important;
    padding: 15px!important;
    font-size: 15px!important;
    margin-top: 0!important;
    text-align: left;/*
    margin:20px auto!important;*/
}

.wp-block-pullquote.is-style-solid-color blockquote{
    margin-top: 15px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

figure blockquote{
    margin-top: 20px;
}

blockquote:before{
    content: none;
}

blockquote br{
    display: none;
}

blockquote p{
  margin-bottom: 0!important;
}

.wp-block-pullquote{
    padding: 1em 0;
    margin-bottom: 0;
}

blockquote cite,
.wp-block-pullquote cite{
    font-weight: 600!important;
    font-size: 15px!important;
    color: #303030!important;
    margin-top: 0!important;
    font-style: italic!important;
}

.at-postbox ol li,
.at-comment ol li {
  list-style: decimal;
  margin-bottom: 0;
}


.at-postbox ul> li, 
.at-comment >ul> li {
  list-style-type: disc;
  margin-bottom: 0;
  line-height: 1.75em;
}

.at-postbox ul ul li,
.at-comment ul ul li {
  list-style-type: circle;
}

.at-postbox ul ul ul li,
.at-comment ul ul ul li {
  list-style-type: square;
}

.at-postbox  ul, .at-postbox  ol,
.at-comment ul , .at-comment ol{
    padding-left: 25px;
}

p.has-large-font-size,
p.has-large-font-size + p{
    line-height: 1.3!important;
}

.wp-block-video figcaption, .wp-block-embed figcaption {
    color: var(--at-common-white);
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.wp-block-calendar caption {
    caption-side: top;
    border-bottom: none!important;
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--at-theme-primary);
    color: var(--at-common-white)!important;
    font-size: 14px!important;
    text-align: center!important;
}

.wp-block-latest-comment-box-all__comment-excerpt p{
    margin-bottom: 0;
}

.wp-block-group.has-background .wp-block-group__inner-container {
    padding: 20px;
    margin-bottom: 20px;
}

.wp-block-media-text img {
    margin-bottom: 0!important;
}

.wp-block-media-text.has-media-on-the-right {
    margin-bottom: 15px;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text{
    text-align: center!important;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    clear: both;
}

img.size-thumbnail{
    max-width: 160px!important;
}

span.sticky{
    padding: 5px 10px!important;
    font-size: 14px!important;
    border-color: var(--at-theme-primary);
    background: var(--at-theme-primary);
    color: var(--at-common-white)!important;
    letter-spacing: 2px!important;
    font-weight: 700;
    float: right;
    line-height: 1.5!important;
}

span.sticky.post{
    position: relative;
}

.post-password-form >p>input{
    background: var(--at-theme-primary)!important;
    color: var(--at-common-white)!important;
    border: 1px solid var(--at-theme-primary)!important;
    padding: 10px 20px;
    border-radius: 0!important;
    margin-left: -5px;
    font-size: 16px;
}

.post-password-form >p>label input{
    padding: 10px 20px;
    border:1px solid var(--at-border-2);
}

.post-password-form>p>input:hover{
    background-color:  #000000!important;
    color: var(--at-common-white)!important;
    border-color: #000000!important;
}
.at-blog-metabox h3.at-blog-meta-title ul.post-categories{
    display: flex;
    gap: 5px;
}
.widget_search input:focus-visible,
.sidebar-widget.widget_archive select:focus-visible,
.sidebar-widget.widget_categories select:focus-visible,
.wp-block-archives-dropdown.wp-block-archives #wp-block-archives-1:focus-visible,
.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input:focus-visible,
.sidebar-widget.widget_text select:focus-visible,
.wp-block-categories-dropdown.wp-block-categories select:focus-visible{
    outline: -webkit-focus-ring-color auto 0px;
}
.sidebar-widget h2.wp-block-heading{
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    padding-left: 30px;
    margin-bottom: 30px;
    display: inline-block;
    color: var(--at-common-white);
}
.sidebar-widget h2.wp-block-heading::before{
    position: absolute;
    width: 10px;
    height: 10px;
    top: 4px;
    left: 0;
    transform: rotate(45deg);
    display: inline-block;
    content: "";
    border: 1px solid var(--at-theme-primary);
}
.sidebar-widget ol li{
    line-height: 24px;
}
.sidebar-widget ol li footer a{
    color: var(--at-common-white);
}
.sidebar-widget ol li footer a:hover{
    color: var(--at-theme-primary);
}
.sidebar-widget.widget_archive select,
.sidebar-widget.widget_categories select,
.sidebar-widget.widget_text select,
.wp-block-archives-dropdown.wp-block-archives select,
.wp-block-categories-dropdown.wp-block-categories select{
    -webkit-appearance: none;
    background: url(../larevie/assets/img/arrow.png) no-repeat right;
    background-position-x: 96%;
    background-color: var(--at-common-white);
    image-rendering: auto;
    background-size: 20px;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    padding-left: 12px;
    width: 100%;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 5px;
    height: 45px;
    border: 1px solid var(--main-color-two);
    color: var(--main-color-two)!important;
    border: 1px solid;
    display: block!important;
}
.sidebar-widget.widget_archive .nice-select,
.sidebar-widget.widget_categories .nice-select,
.sidebar-widget.widget_text .textwidget .nice-select,
.wp-block-archives-dropdown.wp-block-archives .nice-select,
.wp-block-categories-dropdown.wp-block-categories .nice-select{
    display: none;
}
.sidebar-widget ul li{
    display: block!important;
}
.sidebar-widget ul li ul.children,
.sidebar-widget ul li ul.sub-menu{
    padding-top: 20px!important;
}
.sidebar-widget.widget_rss ul li .rss-date{
    display: block;
    margin: 5px 0;
}
.at-sidebar-widget-wrapp.blog .sidebar-widget.widget_recent_comments ul li a:hover,
.at-sidebar-widget-wrapp.blog .sidebar-widget.widget_rss ul li a:hover{
    color: var(--at-theme-primary);
}
.sidebar-widget.widget_tag_cloud .tagcloud ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sidebar-widget.widget_tag_cloud .tagcloud ul li{
    line-height: 1.5em;
    padding: 0px;
    margin: 0px;
    border-bottom: 0px;
}
.sidebar-widget.widget_tag_cloud .tagcloud ul li:hover{
    border-bottom: none;
}
.sidebar-widget.widget_tag_cloud .tagcloud ul li a{
    position: relative;
    font-weight: 500;
    font-size: 15px!important;
    line-height: 1;
    padding: 15px 25px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--at-common-white);
    border: 1px solid var(--at-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sidebar-widget.widget_tag_cloud .tagcloud ul li a:hover{
    color: var(--at-common-black);
    background: var(--at-common-white);
    border: 1px solid var(--at-common-white);
}
.at-main-menu nav.at-mobile-menu-active{
    text-align: -webkit-center;
}
.at-main-menu nav.at-mobile-menu-active ul{
    width: max-content;
}
.at-main-menu nav.at-mobile-menu-active ul li .at-submenu.submenu li .at-submenu.submenu{
    top: -25px;
    height: 132px;
    opacity: 0;
}
.at-main-menu nav.at-mobile-menu-active ul li .at-submenu.submenu li:hover .at-submenu.submenu{
    opacity: 1;
}
.logged-in .header-sticky{
    top: 32px;
}
@media only screen and (max-width: 990px) {
    .at-comment #comments ol li.comment .comment-info .reply{
        position: relative;
        padding-top: 10px;
    }
}
.wp-block-image figure img, .wp-block-image img, .wp-caption img{
    margin-bottom: 10px;
}
.at-postbox .wp-block-image:nth-child(33){
    display: flow-root;
}
:root .has-very-light-gray-color,
p.has-text-color{
    color: var(--at-common-white)!important;
}
.at-postbox h1,
.at-postbox h2,
.at-postbox h3,
.at-postbox h4,
.at-postbox h5,
.at-postbox h6,
.at-comment h1,
.at-comment h2,
.at-comment h3,
.at-comment h4,
.at-comment h5,
.at-comment h6{
    color: var(--at-common-white);
}
.wp-block-file__button{
    padding: 2px 5px;
    background: #000;
}
.has-fixed-layout tbody tr td{
    color: #333333!important;
}
.has-fixed-layout tbody tr:nth-child(2) td,
.has-fixed-layout tbody tr:last-child td{
    color: var(--at-common-white)!important;
}
.at-postbox table tbody tr th a:hover,
.at-comment table tbody tr td a:hover,
.at-postbox table tbody tr td a:hover{
    color: var(--at-theme-primary)!important;
}
dd {
    padding-left: 25px;
}
.at-postbox .at-postbox-thumb{
    text-align: center;
}
.at-postbox .at-postbox-thumb img{
    width: auto;
}
.post-password-form >p>input{
    padding: 11.6px 20px 12.6px;
    border: 0px solid var(--at-theme-primary) !important;
}
li.comment .comment-info p img{
    margin: 10px 0px;
}
.at-comment #comments ol li.comment.nopd{
    padding-left: 0px;
}
.at-postbox p:nth-child(31){
    display: flow-root;
    clear: both;
}
.at-postbox p:nth-child(31) img{
    margin-top: 40px;
}
.at-postbox .pagination-wrap{
    align-items: center;
    display: flex;
    clear: both;
    padding-top: 20px;
}
.at-postbox .pagination-wrap .post-page-numbers:first-child{
    margin-left: 10px;
}
@media only screen and (max-width: 599px) {
    .logged-in .header-sticky{
        top: 0px;
    }
}
@media (min-width: 600px) and (max-width: 781px) {
    .logged-in .header-sticky{
        top: 46px;
    }
}
.at-postbox ul:nth-child(23){
    margin-bottom: 20px;
}
.woocommerce div.product .at-product-details-wrapper .woocommerce-product-rating a:hover{
    color: inherit;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
    opacity: 1;
}
.woocommerce .at-product-details-additional-info table *{
    text-align: left;
    padding: 12px 34px!important;
    color: var(--at-text-body)!important;
}
.woocommerce form .form-row.woocommerce-invalid label{
    color: var(--at-text-body);
}
.at-postbox .at-postbox-details .at-postbox-quote blockquote{
    background: transparent !important;
    border-left: none !important;
    padding: 0px !important;
}
.at-postbox .at-postbox-details .at-postbox-quote blockquote p{
    margin-bottom: 30px!important;
}
.at-postbox .at-postbox-details .at-postbox-quote blockquote .at-postbox-bloger .at-postbox-bloger-textbox cite{
    font-weight: 400!important;
    font-size: 18px!important;
    font-style: normal!important;
    color: var(--at-common-white)!important;
}
.at-contact-form .at-contact-comment p{
    margin-bottom: 0px;
}
.at-product-details-additional-info table tr td:first-child{
    color: var(--at-common-white)!important;
}
.at-service-btn span svg, .back-to-top-wrapper, a, button, p, input, select, textarea, li, .transition-3 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.at-about-2-area .at-about-2-content form .col-xl-6:first-child{
	position: relative;
}
.at-about-2-area .at-about-2-content form .col-xl-6:first-child .at-booking-icon{
	left: 170px;
	top: 40%;
}
.at-blog-2-area .at-blog-wrapp .order-2 h3.at-blog-title{
    width: 80%;
}
.at-cart-bottom .at-cart-update{
	right: 24px;
    position: relative;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
	padding-left: 20px;
    padding-right: 40px;
    color: var(--at-text-body);
    border: 1px solid var(--at-border-2);
    background: none;
    height: 50px;
    border-radius: 0px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding: 0px;
}
.woocommerce .at-product-details-additional-info table th{
        color: var(--at-common-white) !important;
    font-size: 16px;
    background-color: var(--at-green-1);
    width: 306px;
    font-weight: 400;
        padding: 6px 34px !important;
}
.woocommerce .at-product-details-additional-info table td{
        color: var(--at-common-white) !important;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 34px !important;
}
.woocommerce .at-product-details-additional-info table td p{
        margin-bottom: 0px!important;
    padding-left: 0px !important;
}
.at-sidebar-widget-wrapp.blog .sidebar-widget ul.children li{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 6px;
}
.at-sidebar-widget-wrapp.blog .sidebar-widget ul.sub-menu li{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 2px;
}
.logged-in .at-slider-area.at-slider-space,
.logged-in .at-hero-area{
  padding-top: 30px;
}
.logged-in .at-breadcrumb-space{
  padding-top: 250px;
}
.logged-in .at-error-area{
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px){
  .logged-in .at-slider-area.at-slider-space,
  .logged-in .at-hero-area{
    padding-top: 50px;
  }
  .logged-in .at-breadcrumb-space{
    padding-top: 155px;
  }
  .logged-in .at-error-area{
    padding-top: 190px;
  }
}