/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*HEADER CSS*/
.custom-headeris {
    top: 0;
    position: sticky;
}
ul.sub-menu li a {
    font-size: 16px !important;
}
.ast-site-header-cart i.astra-icon {
    display: flex;
}
.custom-headeris .ast-site-identity {
    padding: 0em 0 !important;
}
#ast-mobile-header .ast-site-header-cart-li a {
    pointer-events: unset;
}
.site-header-focus-item.ast-container {
    max-width: 1484px;
    margin: auto;
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.ast-builder-menu .main-navigation ul li a {
    color: #FFFDF4 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}
.ast-builder-menu .main-navigation ul li a:hover {
    color: #101D14 !important;
}
.ast-builder-menu .main-navigation ul li ul.sub-menu {
    background: #A2A698;
    border-color: #A2A698;
}
.ast-builder-menu .main-navigation ul li ul.sub-menu li a{
    text-transform: none !important;
}
.ast-icon svg {
    fill: #101D14 !important;
}
.ast-icon svg:hover {
    fill: #FFFDF4 !important;
}
.ast-builder-menu .main-navigation ul li a svg {
    fill: #FFFDF4 !important;
}
.ast-builder-menu .main-navigation ul li a:hover svg {
    fill: #101D14!important;
}
.ast-addon-cart-wrap {
    border: none !important;
}
.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
    color: #DCDCE4 !important;
    background-color: #101D14;
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 25px;
    height: 25px;
    fill: #FFFDF4;
}
.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content {
    background-color: #A2A698;
}
/*END HEADER CSS*/

/* KEYFRAMES */
.animated {
    visibility: hidden;
}
.animated-cascade {
    visibility: hidden;
}
@keyframes fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        visibility: visible;
    }
}
@keyframes fadeOutTop {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translatey(-60%);
        transform: translatey(-60%);
    }
}
@keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-60%);
        transform: translatey(-60%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translatey(60%);
        transform: translatey(60%);
    }
}
@keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translatey(60%);
        transform: translatey(60%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}
.fade-in-up {
    -webkit-animation-name: fade-in-up;
    animation-name: fade-in-up;
    animation-fill-mode: both;
    animation-duration: 1500ms;
}
/* KEYFRAMES */

/* PRE-DEFINED STUFF */
.fadeInAnimation {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
html {
    scroll-behavior: smooth;
}

.ast-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-family: "lora", serif;
    color: #101D14;
}
a {
    font-family: "lora", serif;
    color: #101D14;
}
h2 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
}
.ast-woocommerce-container a {
    color: #A2A698;
}
ol, ul {
    font-family: 'Lora';
    color: #101D14;
}
#page .site-content {
    background: #DCDCE4;
}
#ast-scroll-top {
    background-color: #A2A698;
    font-size: 15px;
    border-radius: 4px;
}
#ast-scroll-top:hover {
    opacity: 0.6;
}
/*HOMEPAGE*/
.hero-slider {
    width: 100%;
    margin-bottom: 0 !important;
    overflow: hidden;
}
.hero-slider img.mobile {
    display: none;
}
.hero-slider .slick-dots {
    bottom: 10px;
}
.hero-slider .slick-dots li {
    width: 40px;
    height: 40px;
}
.hero-slider .slick-dots li button:before {
    font-size: 25px;
    width: 40px;
    height: 40px;
    color: #FFFDF4;
    opacity: 0.5;
}
.hero-slider .slick-next {
    right: 60px !important;
}
.hero-slider .slick-prev {
    left: 60px !important;
    z-index: 9;
}
.hero-slider .slick-prev:before, .slick-next:before {
    font-size: 50px !important;
}

.hero-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.hero-slider  .slick-dots li.slick-active button:before {
    color: #FFFDF4;
    opacity: 1;
}

.hero-section {
    background: url(https://dev.dropofsmell.lt/wp-content/uploads/2025/03/Dropofsmell-hero-img.webp) no-repeat center center / cover;
    min-height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.hero-section .hero-section-text-div {
    display: flex;
    gap: 32px;
    flex-direction: column;
    padding: 80px 0;
}

.hero-section .hero-section-text-div h1 {
    color: #E8E6EA;
    font-size: 60px;
    line-height: normal;
    font-weight: 400;
}

.hero-section .hero-section-text-div p {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    line-height: normal;
    max-width: 280px;
}

.hero-section .hero-section-text-div a {
    border-radius: 3px;
    background: #DCDCE4;
    width: 140px;
    height: 42px;
    color: #101D14;
    text-align: center;
    font-family: "lora", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.four-benefits-shopping {
    background: #FFFDF4;
    padding: 10px 0;
}
.shopping-benefit {
    display: grid !important;
    grid-template-columns: 1fr 4fr;
    margin-left: 16px;
}
.shopping-benefit-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopping-benefit-text .heading {
    font-weight: 500;
}
.shopping-benefit-text .text {
    font-size: 12px;
    max-width: 190px;
}
.popular-products-section {
    padding: 60px 0;
}
.popular-products-heading-div h2 {
     text-align: center;
     margin-bottom: 48px;
 }
.popular-products-div.container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 64px;
    justify-items: center;
}
.popular-product-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.popular-products-div .popular-product-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.popular-products-div .popular-product-info .heading {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}
.popular-products-div .popular-product-info .price {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.popular-products-div .popular-product-div:hover .popular-product-img img {
    opacity: 0.8;
    transition: opacity 0.5s ease-in-out;
}
.popular-products-div .popular-product-div:hover .popular-product-info .heading {
    color: #A2A698;
    transition: color 0.5s ease-in-out;
}

.home-fregrance {
    background: linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0 / 40%)), url(https://dev.dropofsmell.lt/wp-content/uploads/2025/03/1-1.webp) no-repeat center center / cover;
}
.spray-fregrance {
    background: linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0 / 40%)), url(https://dev.dropofsmell.lt/wp-content/uploads/2025/03/2-1.webp) no-repeat center center / cover;
}
.car-fregrace {
    background: linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0 / 40%)), url(https://dev.dropofsmell.lt/wp-content/uploads/2025/03/3-1.webp) no-repeat center center / cover;
}
.gift-fregrance{
    background: linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0 / 40%)), url(https://dev.dropofsmell.lt/wp-content/uploads/2025/03/4-1.webp) no-repeat center center / cover;
}
.home-refil-fregrance {
    background: linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0 / 40%)), url(https://dev.dropofsmell.lt/wp-content/uploads/2025/03/5-1.webp) no-repeat center center / cover;
}
.wardrobe-fregrance {
    background: linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0 / 40%)), url(https://dev.dropofsmell.lt/wp-content/uploads/2025/03/6.webp) no-repeat center center / cover;
}
.long-short-cateogry-div {
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    min-height: 400px;
    gap: 10px;
}
.short-long-cateogry-div {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    min-height: 400px;
    gap: 10px;
    padding: 10px 0;
}
.long-category-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
}
.long-category-div p {
    font-size: 18px;
    line-height: 22px;
    color: rgb(255, 253, 244);
    margin-bottom: 15px;
    max-width: 316px;
    font-weight: 500;
}
.long-category-div h3 {
    color: rgb(255, 253, 244);
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    max-width: 250px;
}
.short-category-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
}
.short-category-div p {
    font-size: 18px;
    line-height: 22px;
    color: rgb(255, 253, 244);
    margin-bottom: 15px;
    max-width: 316px;
    font-weight: 500;
}
.short-category-div h3 {
    color: rgb(255, 253, 244);
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    max-width: 250px;
}
.category-btn-homepage {
    margin-top: 20px;
    border-radius: 3px;
    background: #DCDCE4;
    width: 190px;
    height: 42px;
    color: #101D14;
    text-align: center;
    font-family: "lora", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-section {
    padding: 12px 0;
    max-width: 3200px;
    margin: 0 auto;
}
.category-btn-homepage:hover {
    opacity: 0.5;
    color: #101D14;
}
.new-product-heading-homepage h2 {
    text-align: center;
    margin-bottom: 48px
}
.new-products-homepage-section {
    padding: 60px 32px;
}
.new-product-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.text-div-for-new-product {
    background: #A2A698;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
}
.text-div-for-new-product h4 {
    font-size: 20px;
    line-height: 25px;
}
.text-div-for-new-product .text {
    font-size: 16px;
    max-width: 285px;
    font-weight: 500;
}
.text-div-for-new-product .price {
    font-size: 20px;
    font-weight: 600;
}
.new-product-div.right-product-new .text-div-for-new-product {
    margin-left: -140px;
    margin-top: 120px;
    padding: 120px 120px 120px 230px;
}
.new-product-div.right-product-new .img-div-for-new-product img {
    margin-bottom: 120px;
}
.new-product-div.left-product-new .text-div-for-new-product {
    margin-right: -140px;
    margin-top: 120px;
    padding: 120px 230px 120px 120px;
}
.new-product-div.left-product-new .img-div-for-new-product img {
    margin-bottom: 120px;
}
.new-product-body-homepage {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.img-div-for-new-product {
    z-index: 1;
}
.testimonial-heading h2 {
    text-align: center;
    color: #FFFDF4;
    margin-bottom: 32px;
}
.testimonials-section {
    background: #A2A698;
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 16px 0;
}
.about-us-homepage {
    padding: 60px 0;
    display: grid;
}
.about-us-homepage .about-us-text-div {
    background: #A2A698;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 900px;
    margin: auto;
    min-height: 500px;
    z-index: 1;
    position: relative;
}
.about-us-homepage .about-us-text-div .heading {
    color: #FFFDF4;
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 16px;
}
.about-us-homepage .about-us-text-div .text {
    color: #FFFDF4;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    max-width: 620px;
}
.about-us-homepage .about-us-text-div .second-text {
    margin-top: 32px;
    color: #FFFDF4;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.about-us-img-left {
    margin-bottom: -80px;
    margin-left: 70px;
}
.about-us-img-right {
    margin: -80px 70px 0 auto;
}
.testimonial-homepage {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}
.testimonial-text-homepage p {
    color: #FFFDF4;
    font-weight: 500;
    text-align: center;
    max-width: 700px;
    font-size: 18px;
    line-height: 26px;
}
.testimonial-homepage-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.testimonial-homepage-name .testimonial-photo img {
    border-radius: 9999px;
    max-width: 60px;
}
.testimonial-homepage-name .testimonial-name p {
    color: #FFFDF4;
    font-size: 14px;
}
.testimonial-container-all .custom-arrow-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
}
.testimonial-container-all .custom-arrow-left {
    position: absolute;
}
.testimonial-container-all .slick-dots li button {
    box-shadow: none;
    background: transparent;
    border: none;
}
.testimonial-container-all .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FFFDF4;
}
.testimonial-container-all .slick-dots li button:before {
    font-size: 10px;
    color: #101D14;
}
.testimonials-section .category-btn-homepage {
    width: 250px;
}
.testimonial-container-all .slick-dots {
    left: 50%;
    transform: translate(-50%);
}
.testimonial-container-all {
    max-width: 700px;
}
/*END HOMEPAGE*/

/*DUK CSS*/
.duk-page-heading {
    padding: 60px 32px;
}
.duk-page-heading h1 {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
    max-width: 600px;
    margin: 0 auto 32px auto;
}
.duk-accordion-section {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    margin: 32px auto;
    align-items: start;
}
.duk-accordion-name h2 {
    font-size: 36px;
    max-width: 380px;
}
.accordions-duk-all {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.accordions-duk-all .product-accordion .accordion-item .accordion-btn {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #101D14;
    padding-bottom: 10px;
    cursor: pointer;
}
.accordions-duk-all .product-accordion .accordion-item .accordion-btn .accordion-btn-text p:hover {
    opacity: 0.6;
}
.accordions-duk-all .product-accordion .accordion-item .accordion-btn .accordion-btn-text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
.accordions-duk-all .product-accordion .accordion-item .accordion-content p {
    font-size: 16px;
    padding: 10px 0;
}
.accordions-duk-all .product-accordion .accordion-item .accordion-content p a{
    color: #A2A698;
}
.accordions-duk-all .product-accordion .accordion-item .accordion-content p a:hover {
    opacity: 0.8;
}
.accordions-duk-all .accordion-btn.active .accordion-btn-arrow svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.accordions-duk-all .accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
    padding-bottom: 0;
}
.accordions-duk-all .accordion-btn.active + .accordion-content {
    opacity: 1;
}
.div-for-bottom-padding {
    padding: 30px 0;
}
/*END DUK CSS*/

/*FOOTER CSS*/
.global-footer-section {
    background: #A2A698;
}
.main-footer-div.container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 16px;
    padding: 60px 32px 60px 32px;
}
.footer-logo-div.for-mobile-logo {
    display: none;
}
.footer-privacy-mobile-div {
    display: none;
}
.main-footer-div.container .heading {
    font-size: 20px;
    line-height: 20px;
    color: #101d14;
    font-weight: 600;
    margin-bottom: 16px;
}
.footer-contact-div .contact {
    font-weight: 500;
    padding-bottom: 6px;
    font-size: 15px;
}
.footer-contact-div .contact a {
    color: #101d14;
}
.footer-contact-div .contact a:hover {
    opacity: 0.6;
    color: #101d14;
 }
.footer-category-div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer-category-div a {
    color: #101d14;
    font-size: 15px;
    font-weight: 500;
}
.footer-category-div a:hover {
    color: #101d14;
    opacity: 0.6;
}
.footer-logo-div .logo {
    cursor: pointer;
}
.footer-logo-div .logo:hover {
    opacity: 0.6;
}
.footer-logo-div .text {
    font-size: 16px;
    font-weight: 600;
    max-width: 270px;
    text-align: center;
}
.footer-social-links {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 16px;
}
.footer-social-links a {
    max-width: 32px;
}
.footer-social-links a:hover {
    opacity: 0.6;
}
.copyright-footer-div .for-mobile {
    display: none;
}
.copyright-footer-div .for-desktop {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.copyright-footer-div .for-desktop a {
    color: #101d14;
    font-weight: 600;
}
.copyright-footer-div .for-desktop a:hover {
    color: #101d14;
    opacity: 0.6;
}
.copyright-footer-div {
    padding: 16px;
    border-top: 1px solid rgba(232, 230, 234, 0.31);
}
.footer-logo-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
/*END FOOTER CSS*/

/*CONTACT PAGE CSS*/
.contact-page-main-div {
    background: #A2A698;
    padding: 50px 80px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1;
}
.contact-page-main-div .heading-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}
.contact-page-main-div .heading-main h1 {
    color: #FFFDF4;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
}
.contact-page-main-div .heading-main p {
    color: #FFFDF4;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    max-width: 810px;
}
.contact-page-main-div .contact-container {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.contact-page-main-div .contact-container .company-info-div, .contact-page-main-div .contact-container .company-contacts {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.contact-page-main-div .contact-container .company-contacts {
    align-items: flex-end;
}
.contact-page-main-div .contact-container .company-info-div .heading, .contact-page-main-div .contact-container .company-contacts .heading {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}
.contact-page-main-div .contact-container .company-info-div .info-contact, .contact-page-main-div .contact-container .company-contacts .info-contact {
    font-weight: 500;
}
.contact-page-main-div .contact-container .company-contacts .info-contact a {
    color: #101d14;
    font-weight: 500;
}
.contact-page-main-div .contact-container .company-contacts .info-contact a:hover {
    opacity: 0.6;
    text-decoration: none;
}
.contact-absolute-img {
    margin-left: -20%;
    margin-bottom: -10%;
}
.contact-page-section.container {
    margin: 80px auto 40px auto;
}
.wpforms-container-full input {
    font-family: lora !important;
    font-size: 15px !important;
}
.wpforms-container-full .textarea {
    font-family: lora !important;
    font-size: 15px !important;
}
.wpforms-container-full input:focus, .wpforms-container-full textarea:focus {
    border-color: #101D14 !important;
    box-shadow: none !important;
}
.wpforms-submit-container .wpforms-submit {
    background: #101D14 !important;
    padding: 8px 32px !important;
    color: #FFFDF4 !important;
    font-size: 16px !important;
    font-family: lora !important;
}
.wpforms-submit-container .wpforms-submit:hover {
    background: #FFFDF4 !important;
    color: #101D14 !important;
}
/*END CONTACT PAGE CSS*/

/*SHOP PAGE CSS*/
.wc-blocks-filter-wrapper .wp-block-heading {
    font-size: 16px;
    line-height: 24px;
}
.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__range-input-progress {
    --range-color: #101D14;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
    filter: brightness(0) saturate(100%) invert(5%) sepia(5%) saturate(6358%) hue-rotate(86deg) brightness(98%) contrast(89%);
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
    filter: brightness(0) saturate(100%) invert(5%) sepia(5%) saturate(6358%) hue-rotate(86deg) brightness(98%) contrast(89%);
}
.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__controls {
    justify-content: space-between;
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 35px !important;
    max-height: 35px;
    font-size: 13px !important;
    padding: 0;
    text-align: center;
}
.wc-block-components-price-slider__label {
    font-size: 12px;
    color: #101D14;
}
.wc-block-price-filter__control.wc-block-components-price-slider__control {
    justify-items: center;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li {
    padding: 0;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li a {
    font-size: 15px;
    color: #101D14;
    line-height: 21px;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li a:hover {
    opacity: 0.5;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li {
    padding: 0;
    margin-bottom: 8px !important;
}
.ast-woo-sidebar-widget .wp-block-heading {
    font-size: 16px;
    line-height: 24px;
}
.ast-woo-sidebar-widget {
    margin-bottom: 15px;
}
.ast-woo-shop-archive .site-content > .ast-container {
    padding-right: 32px;
    padding-left: 32px;
}
#filterPanel {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background: #DCDCE4;
    box-shadow: 2px 0 10px rgba(0,0,0,0.3);
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.3s ease;
    padding: 20px;
}
#filterOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    display: none;
}
#filterPanel button {
    background: transparent;
    box-shadow: none;
    padding: 0;
    position: absolute;
    right: 15px;
    transition: transform 0.5s;
}
#filterPanel button:hover {
    transform: rotate(45deg);
}
.ast-filter-wrap {
    margin-top: 25px;
}
#toggleFilters svg {
    width: 16px;
    margin-right: 4px;
}
#toggleFilters {
    display: flex;
    box-shadow: none;
    background: transparent;
    padding: 0;
    color: #101D14;
    font-weight: 400;
    float: right;
    padding-top: 12px;
    margin-left: 10px;

}
#toggleFilters:hover {
    opacity: 0.5;
}
select.orderby {
    cursor: pointer;
}
select.orderby:hover {
    opacity: 0.5;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    display: none;
}
h1.woocommerce-products-header__title.page-title {
    text-align: center;
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 600;
}
.woocommerce-js .variations select, .woocommerce-js .woocommerce-ordering select {
    border: 1px solid #101d1426;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:after {
    content: '';
    background-color: #A2A698;
    position: absolute;
    top: 8px;
    right: -20px;
    height: 100%;
    width: 20px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
    content: '';
    background-color: #A2A698;
    position: absolute;
    bottom: -20px;
    left: 20px;
    height: 20px;
    width: 100%;
}
li.ast-grid-common-col.ast-full-width.ast-article-post.remove-featured-img-padding.desktop-align-center.tablet-align-left.mobile-align-left {
    padding: 0 8px;
}
h2.woocommerce-loop-product__title {
    color: #101D14;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px !important;
    text-align: center;
}
.woocommerce .star-rating, .woocommerce .comment-form-rating .stars a, .woocommerce .star-rating::before {
    color: #A2A698;
    margin-bottom: 12px !important;
}
li.ast-grid-common-col.ast-full-width.ast-article-post.remove-featured-img-padding.desktop-align-center.tablet-align-left.mobile-align-left .woocommerce-Price-amount.amount {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Lora';
    color: #101D14;
    text-align: center;
}
li.ast-grid-common-col.ast-full-width.ast-article-post.remove-featured-img-padding.desktop-align-center.tablet-align-left.mobile-align-left .price {
    text-align: center;
}
span.ast-shop-product-out-of-stock {
    color: #101D14;
}
nav.woocommerce-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
nav.woocommerce-pagination .page-numbers a {
    color: #101D14;
}
nav.woocommerce-pagination .page-numbers li {
    border-color: #101D14 !important;
}
nav.woocommerce-pagination .page-numbers li .current {
    background: #101D14 !important;
    color: #FFFDF4 !important;
}
nav.woocommerce-pagination .page-numbers li a:hover {
    background: #101D14 !important;
    color: #FFFDF4 !important;
}
nav.woocommerce-pagination .page-numbers li a:focus {
    background: #101D14 !important;
    color: #FFFDF4 !important;
}
li.ast-grid-common-col.ast-full-width.ast-article-post.remove-featured-img-padding.desktop-align-center.tablet-align-left.mobile-align-left:hover a,
li.ast-grid-common-col.ast-full-width.ast-article-post.remove-featured-img-padding.desktop-align-center.tablet-align-left.mobile-align-left:hover img{
    opacity: 0.8;
}
span.ast-on-card-button.ast-onsale-card {
    background: #FFFDF4 !important;
    color: #101D14 !important;
}
.woocommerce .woocommerce-ordering {
    background: white;
}
/*END SHOP PAGE CSS*/

/*PRODUCT LANDING PAGE*/
.product-template-default .ast-woocommerce-container {
    max-width: 1484px;
    margin: auto;
    padding: 0px 32px 0px 32px;
}
.woocommerce-product-gallery__wrapper .flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.woocommerce-product-gallery__wrapper .flex-control-thumbs li {
    flex: 0 0 auto;
    width: 80px;
    list-style: none;
}

.woocommerce-product-gallery__wrapper .flex-control-thumbs img {
    width: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    border: 1px solid transparent;
    transition: border-color 0.3s;
}

.woocommerce-product-gallery__wrapper .flex-control-thumbs img:hover {
    border-color: #000;
}
.product-template-default .ast-woocommerce-container {
    max-width: 1484px;
    margin: auto;
    padding: 0px 32px 0px 32px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-thumbs {
    display: flex;
    flex-direction: column;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-viewport {
    width: 85%;
    margin-bottom: 0 !important;
    border-radius: 5px
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-thumbs li {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 12px !important;
}
.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
    border-radius: 2px;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-viewport .woocommerce-product-gallery__image img {
    padding: 1px;
}
/*ACCORDION SHORT DESC CSS*/

.accordion-btn-short-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-btn-short-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.accordion-btn-text p {
    font-size: 18px;
    font-weight: 500;
}
.accordion-item-short-desc {
    border-bottom: 1px solid #101d1429;
    padding-bottom: 10px;
}
.accordion-item-short-desc.active .accordion-btn-short-desc {
    padding-bottom: 8px;
}
.accordion-content-short-desc {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 0;
}
.accordion-content-short-desc p {
    font-size: 15px;
}
.accordion-item-short-desc.active .accordion-btn-arrow svg {
    transform: rotate(180deg);
}
.accordion-item-short-desc .accordion-btn-arrow svg {
    transition: transform 0.5s;
}
.custom-accordion-short-desc {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.accordion-btn-short-desc:hover {
    opacity: 0.5;
}
.custom-accordion {
    margin: 24px 0;
}
/*END ACCORDION SHORT DESC CSS*/

.summary.entry-summary .product_title.entry-title {
    font-size: 40px;
    line-height: 52px;
    color: #101D14;
}
.summary.entry-summary .woocommerce-breadcrumb {
    font-size: 14px;
    margin-bottom: 8px;
}
.swatch-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.swatch-option {
    display: inline-block;
    border: 1px solid #101D14;
    border-radius: 999px;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 1;
    color: #101D14;
    background-color: transparent;
    user-select: none;
    font-family: lora;
}
.swatch-option:hover {
    color: #FFFDF4;
    background-color: #101D14;
}

.swatch-option input {
    display: none;
}

.swatch-option.active {
    color: #FFFDF4;
    background-color: #101D14;
}
.swatch-option.is-selected {
    color: #FFFDF4;
    background-color: #101D14;
}
.variations select {
    display: none !important;
}
.summary.entry-summary .price .woocommerce-Price-amount.amount {
    font-size: 24px;
    color: #101D14;
}
.variations_form.cart .variations .label label {
    font-size: 16px;
    font-weight: 500 !important;
    font-family: lora;
}
.woocommerce-js div.product form.cart .variations {
    border-bottom: none;
    padding-bottom: 1px;
}
.summary.entry-summary .cart button.single_add_to_cart_button.button.alt {
    width: 88%;
    background: #101D14;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lora';
    height: 48px;
    margin-bottom: 0;
    color: #FFFDF4;
    transition: opacity 0.3s;
}
.summary.entry-summary .cart button.single_add_to_cart_button.button.alt:hover {
    opacity: 0.7;
}
.woocommerce-js div.product form.cart div.quantity input {
    margin: 0;
    padding: 0;
    height: 48px;
    border-radius: 4px;
}
.woocommerce-js div.product form.cart .single_variation_wrap .single_variation {
    display: none !important;
}
.single-product-section {
    display: flex;
    flex-direction: column;
}
nav.woocommerce-breadcrumb a:hover {
    opacity: 0.5;
}
.woocommerce-js div.product form.cart div.quantity input {
    background: #FFFDF4;
}
.accordion-content-short-desc a {
    color: #101D14;
    font-weight: 600;
    text-decoration: underline;
}
.accordion-content-short-desc a:hover {
    opacity: 0.5;
}
/*WHY US PRODUCT PAGE*/
.term-description p {
    text-align: center;
    margin-bottom: 32px;
}
.why-us-product-page-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.why-us-product-heading h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 48px;
}
.why-us-steps-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.why-us-steps-products .why-us-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background: #A2A698;
    border-radius: 8px;
    padding: 24px;
}
.why-us-steps-products .why-us-step img {
    max-width: 200px;
}
.why-us-steps-products .why-us-step h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 16px;
}
.why-us-steps-products .why-us-step p {
    text-align: center;
}
.why-us-product-page-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 80px 0px;
}
/*END WHY US PRODUCT PAGE*/
.related.products h2 {
    font-size: 32px;
}
.related.products .products {
    gap: 70px;
}
.related.products .products .price {
    color: #101D14 !important;
    font-family: 'Lora';
    font-size: 16px !important;
}
.product-reviews-section h2 {
    text-align: center;
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 48px;
}
.comment-respond span {
    font-family: 'Lora';
}
.comment-respond label {
    font-family: 'Lora';
}
.product-reviews-section #submit {
    background: #101D14 !important;
    color: #FFFDF4 !important;
}
.product-reviews-section #submit:hover {
    opacity: 0.5;
}
.product-reviews-section {
    margin-bottom: 60px;
}
.woocommerce-message, .woocommerce-info {
    border-top-color: #101D14;
}
.woocommerce-message::before, .woocommerce-info::before {
    color: #101D14;
}
.woocommerce-message a.button.wc-forward {
    background: #101D14;
    color: #FFFDF4;
}
.woocommerce-message a.button.wc-forward:hover {
    opacity: 0.5;
    background: #101D14;
    color: #FFFDF4;
}
/*END PRODUCT LANDING PAGE*/


/*CART PAGE CSS*/
.cart-page-layout {
    max-width: 1420px;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 4fr 2fr;
    gap: 32px;
}
header.entry-header.ast-no-thumbnail {
    max-width: 1484px;
    margin: auto;
    padding: 0 32px;
}
header.entry-header.ast-no-thumbnail .entry-title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 32px;
    text-align: center;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
form.woocommerce-cart-form .woocommerce-cart-form__contents {
    background: #ffffff;
    border-radius: 16px !important;
    margin-bottom: 0 !important;
    border: none;
    padding: 16px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cart-page-layout thead {
    background: transparent !important;
}
.cart-page-layout td {
    border: none !important;
}
.cart-page-layout th {
    font-family: 'Lora';
    font-weight: 600 !important;
    color: #101D14 !important;
}
.cart-page-layout .product-name a {
    color: #101D14;
}
.cart-page-layout td span {
    font-family: lora !important;
    font-weight: 600 !important;
    color: #101D14 !important;
}
.cart-page-layout .product-thumbnail {
    padding: 8px 0 8px 0 !important;
}
.cart-page-layout .product-thumbnail a img {
    border-radius: 4px;
}
.cart-page-layout button {
    background: #101D14 !important;
    border-radius: 4px;
    color: #FFFDF4 !important;
    font-family: 'Lora' !important;
    height: 46px;
}
.cart-page-layout button:hover {
    background: #101D14;
    color: #FFFDF4;
    opacity: 0.5;
}
.cart-page-layout .coupon input {
    max-height: 48px !important;
    border-radius: 4px;
    height: 50px;
}
.cart-page-layout .actions {
    padding: 24px 8px 16px 8px !important;
}
.cart-page-layout .cart_totals {
    background: #fff;
    border-radius: 16px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 24px 16px !important;
}
.free-shipping-bar {
    margin-top: 0;
    padding: 0px 0px 24px 0;
    background-color: transparent;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
}
.free-shipping-bar p {
    margin: 0 0 10px;
    font-weight: 500;
    color: #101D14;
}
.progress-bar {
    height: 10px;
    background: #ddd;
    border-radius: 20px;
    overflow: hidden;
}
.progress-fill {
    height: 100%;
    background: #A2A698;
    width: 0%;
    transition: width 0.4s ease;
}
.cart_totals h2 {
    background: transparent !important;
    margin: 0 !important;
    border: 0 !important;
    text-align: center;
    font-size: 26px;
    padding: 0px 0 16px 0;
}
.cart_totals .wc-proceed-to-checkout {
    padding: 18px 0 0 0;
}
.cart_totals .wc-proceed-to-checkout a {
    margin: 0 !important;
    padding: 15px 0 !important;
    background: #101D14;
    color: #FFFDF4;
    border-radius: 4px;
    font-family: 'Lora';
}
.cart_totals .wc-proceed-to-checkout a:hover {
    background: #A2A698;
    color: #FFFDF4;
}
.cart_totals .order-total th {
    border: none !important;
}
.cart_totals table {
    border: none !important;
}
.cart_totals .woocommerce-Price-amount.amount {
    float: right;
}
.cart_totals .woocommerce-Price-amount.amount {
    float: right;
}

.checkout-progress {
    display: flex;
    justify-content: center;
    gap: 64px;
    margin: 30px 0 60px 0;
    align-items: center;
}
.checkout-progress .step.active .step-number-checkout p {
    color: #FFFDF4;
}
.checkout-progress .step .step-number-checkout p {
    margin: 0 !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    color: #101D14;
}
.checkout-progress .step.active .step-number-checkout {
    background: #101D14;
}
.checkout-progress .step .step-number-checkout {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    border: 1px solid;
}
.cart_totals .free-shipping-bar .woocommerce-Price-amount.amount {
    float: none !important;
}
.checkout-progress .step {
    text-align: center;
    opacity: 0.4;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 16px;
}
.checkout-progress .step p {
    margin: 0;
}
.checkout-progress .step-checkout-svg-div {
    display: flex;
    align-items: center;
}

.checkout-progress .step span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #ddd;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.checkout-progress .step.active {
    opacity: 1;
}

.checkout-progress .step.active span {
    background-color: #101D14;
    color: #FFFDF4;
}

/*END CART PAGE CSS*/


/*CHECKOUT PAGE CSS*/

.customer-checkout-page-order div#order_review {
    width: 100% !important;
}
.customer-checkout-page-order h3#order_review_heading {
    width: 100% !important;
}
.customer-checkout-page-order {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.woocommerce-page.woocommerce-checkout form.custom-checkout-css #customer_details.col2-set {
    width: 100% !important;
    float: none;
    margin: 0;
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
form.checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    max-width: 1440px;
    padding: 0 32px;
    margin-top: 32px;
}
.woocommerce-form-coupon-toggle {
    padding: 0 32px;
}
.customer-checkout-page-details input {
    border-radius: 5px !important;
}
.customer-checkout-page-details .select2-selection--single {
    border-radius: 5px !important;
}
.customer-checkout-page-details label {
    font-family: 'Lora';
    font-weight: 500 !important;
}
.customer-checkout-page-details textarea {
    border-radius: 5px !important;
}
#customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3) {
    padding: 0px 0 12px;
    margin: 0 0 0px;
    border-bottom: none;
    font-size: 20px;
}
.customer-checkout-page-order #order_review {
    border: none !important;
    padding: 0 !important;
}
.customer-checkout-page-order #order_review_heading {
    border: none !important;
    padding: 0 !important;
    font-size: 20px;
}
.woocommerce-additional-fields {
    padding-top: 20px;
}
.customer-checkout-page-order th {
    font-family: 'Lora';
    color: #101D14;
}
.customer-checkout-page-order td {
    font-family: 'Lora';
    color: #101D14;
}
.customer-checkout-page-order .cart-subtotal td span, .customer-checkout-page-order .order-total td span, .customer-checkout-page-order .product-total span {
    font-weight: 600 !important;
}
.customer-checkout-page-order #place_order {
    background: #101D14;
    color: #FFFDF4;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'Lora';
    padding: 20px 30px;
}
.customer-checkout-page-order #place_order:hover {
    background: #A2A698;
    color: #FFFDF4;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: none;
    background: #fff;
    border-radius: 8px;
    color: #101D14 !important;
    font-family: 'Lora';
    margin-bottom: 16px;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #101D14;
    font-family: 'Lora';
    font-weight: 600;
}
.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
    opacity: 0.7;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
    font-family: WooCommerce;
    position: absolute;
    top: 1em;
    left: 1.5em;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/uploads/2025/05/announcement-01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}
form.checkout_coupon.woocommerce-form-coupon {
    max-width: 1376px;
    width: 100%;
    background: #fff;
    padding: 24px;
    margin: auto;
    border-radius: 8px;
    margin-bottom: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
form.checkout_coupon.woocommerce-form-coupon p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
}
form.checkout_coupon.woocommerce-form-coupon input {
    border-radius: 5px;
}
form.checkout_coupon.woocommerce-form-coupon button {
    background: #101D14;
    line-height: 16px !important;
    padding: 12px 32px !important;
    border-radius: 5px !important;
    color: #FFFDF4;
}
form.checkout_coupon.woocommerce-form-coupon button:hover {
    background: #101D14;
    color: #FFFDF4;
    opacity: 0.7;
}
.customer-checkout-page-order .woocommerce-privacy-policy-text a {
    color: #A2A698;
}
.customer-checkout-page-order td.product-total {
    border: none;
}
.customer-checkout-page-order td.product-name {
    border: none !important;
}
.customer-checkout-page-order .cart-subtotal th, .customer-checkout-page-order .cart-subtotal td {
    border-top: 1px solid #d1d5db !important;
}
/*END CHECKOUT PAGE CSS*/


/*THANK YOU PAGE CHECKOUT*/

.woocommerce-order {
    background: #fff;
    border-radius: 16px !important;
    border: 0 !important;
    margin: 0 16px !important;
    padding: 32px 32px !important;
}

.woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    font-family: 'Lora';
}

.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title, .woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title, .woocommerce.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title, .woocommerce.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title {
    background: transparent;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    padding: 0;
}
.woocommerce-order .woocommerce-checkout.woocommerce-js table.shop_table, .woocommerce-checkout.woocommerce-page table.shop_table {
    border: none;
}
.woocommerce-order  address {
    border: none !important;
}
.woocommerce-order tr th {
    font-family: 'Lora';
}
.woocommerce-order a {
    color: #101D14;
}

.woocommerce-order .woocommerce-button.button.view.order-actions-button {
    background: #101D14;
    color: #FFFDF4;
}
.woocommerce-order .woocommerce-button.button.view.order-actions-button:hover {
    opacity: 0.6;
}

/*END THANK YOU PAGE CHECKOUT*/

/*MY ACCOUNT PAGE CSS*/

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #fff;
    border-radius: 8px !important;
    padding: 16px;
    margin-bottom: 32px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    border: none !important;
    box-shadow: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #101D14;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
    background: #A2A698;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    background: #A2A698;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    background: transparent;
}
.woocommerce-MyAccount-content a {
    color: #101D14 !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    background: transparent !important;
    font-family: 'Lora' !important;
}
.woocommerce-MyAccount-content p, .woocommerce-MyAccount-content td, .woocommerce-MyAccount-content th {
    font-family: 'Lora' !important;
}
.woocommerce-MyAccount-content header.woocommerce-Address-title.title {
    display: flex;
    gap: 12px;
    padding: 0 0 16px 0;
    background: transparent;
    border: none;
    justify-content: space-between;
}
.woocommerce-MyAccount-content header.woocommerce-Address-title.title h2 {
    margin: 0;
    font-size: 20px;
}
.woocommerce-MyAccount-content header.woocommerce-Address-title.title a {
    padding: 0 !important;
}
.woocommerce-MyAccount-content .woocommerce-Address {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
}
.woocommerce-Address address {
    border: none !important;
    padding: 0 !important;
}
.woocommerce-MyAccount-content .addresses .title::after, .woocommerce-MyAccount-content .addresses .title::before, .woocommerce-MyAccount-content .addresses .title::after, .woocommerce-MyAccount-content .addresses .title::before {
    display: none !important;
}
button.show-password-input {
    display: none;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button {
    background: #101D14;
    color: #FFFDF4;
}
.woocommerce-MyAccount-content {
    padding: 0 16px;
}
/*END MY ACCOUNT PAGE CSS*/

/*POLICY PAGEs CSS*/

article#post-435, article#post-433, article#post-438, article#post-440 {
    padding: 0 16px;
}

/*END POLICY PAGES CSS*/



/*REVIEW FORM*/

.woocommerce-js #reviews #review_form {
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    border: none;
}

.cr-ajax-search {
    display: none !important;
}

#reviews .cr-summaryBox-wrap {
    margin: 0 0 1em 0;
    background-color: #ffffff;
    padding: 16px;
    border-radius: 12px;
}
.cr-overall-rating-wrap {
    padding: 0 !important;
}
.ivole-summaryBox.cr-summaryBox-ajax {
    padding: 0 !important;
}
.crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
    fill: #fdcc0d;
}
button.cr-ajax-reviews-add-review {
    background: #101D14 !important;
    color: #FFFDF4 !important;
    border: none !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: 'Lora';
    height: 38px;
    margin-bottom: 0 !important;
    transition: opacity 0.3s;
}
.cr-all-reviews-shortcode .cr-count-row, #reviews.cr-reviews-ajax-reviews .cr-count-row {
    background-color: #fff;
    color: #101D14;
    font-family: 'Lora';
    border-radius: 12px;
}
#reviews .cr-summaryBox-wrap .cr-total-rating-count, .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count, .cr-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count {
    color: #101D14 !important;
    font-family: 'Lora';
}
#reviews .cr-summaryBox-wrap .cr-average-rating, .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-average-rating, .cr-reviews-grid .cr-summaryBox-wrap .cr-average-rating {
    font-weight: 700;
    color: #101D14;
    font-family: 'Lora';
}
.cr-histogramTable tr.ivole-histogramRow .ivole-histogram-a, .cr-histogramTable tr.ivole-histogramRow .cr-histogram-a {
    display: inline;
    cursor: pointer;
    color: #101D14;
    font-family: 'Lora';
}
tr.ivole-histogramRow {
    font-family: 'Lora';
}
.ivole-meter .ivole-meter-bar {
    border-radius: 0px;
    background: #fdcc0d;
    background: -webkit-linear-gradient(top, #fdcc0d, #fdcc0d);
    background: linear-gradient(to bottom, #fdcc0d, #fdcc0d);
    background-color: #fdcc0d;
    box-shadow: none;
}
.ivole-meter {
    background: -webkit-linear-gradient(top, #DCDCE4, #DCDCE4);
    background: linear-gradient(to bottom, #DCDCE4, #DCDCE4);
    background-color: #DCDCE4;
    border-radius: 0px;
    box-shadow: none;
}
.ivole-meter .ivole-meter-bar:before {
    background-color: transparent;
}
.comment_container {
    background: #fff;
    border-radius: 12px;
    padding: 24px !important;
}
.woocommerce-js #reviews #comments ol.commentlist li img.avatar {
    top: 24px;
    left: 24px;
}
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .review .comment-text {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
}
.comment_container .description p {
    margin: 0 !important;
}
.cr-review-form-wrap {
    font-family: 'Lora';
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit, .cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit, .cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit, .cr-qna-block .cr-review-form-buttons .cr-review-form-submit {
    background-color: #101D14;
    color: #FFFDF4;
}
.cr-all-reviews-shortcode .cr-review-form-item span, .cr-ajax-reviews-review-form .cr-review-form-item span, .cr-reviews-grid .cr-review-form-item span, .cr-qna-block .cr-review-form-item span {
    color: #101D14;
}
button.cr-review-form-continue.cr-review-form-success {
    background-color: #101D14;
    color: #FFFDF4;
}
/*END REVIEW FORM*/










