/*
* Theme Name: Cadouri Barbati
* Text Domain: cadouribarbati
Version: 1.6
*/

@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/cadouri-barbati/fonts/Poppins/Poppins-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/cadouri-barbati/fonts/Poppins/Poppins-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url("/wp-content/themes/cadouri-barbati/fonts/Poppins/Poppins-SemiBold.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Prata';
    src: url('/wp-content/themes/cadouri-barbati/fonts/Prata/Prata-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

* {font-family: "Poppins", sans-serif;}

:root {
    --davys-gray: #5D5C61;
    --secondary-dark: #379683;
    --light-blue: #7395AE;
    --dark-blue: #557A95;
    --light-gray: #B1A296;
    --background-gray: #EAEAE9;
}

html {scroll-behavior: smooth;}
.no-scroll{overflow: hidden !important;}

.backgorund_light-gray {background-color: var(--light-gray);}

.container,
.header,
.footer__top-container,
.footer__bottom-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

form>p {margin: 0;}
.font-large {font-size: 120%;}
.mb-50 {margin-bottom: 50px;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mt-60 {margin-top: 60px !important;}

.line {
    width: 100%;
    background-color: darkgray;
    height: 1px;
    z-index: 999;
}

.body {overflow-x: hidden !important;}

.heading {
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 400;
    font-family: "Prata", serif;
}

a {color: black;}

.d-block {display: block;}

.button:not(.checkout-button) {
    height: 60px;
    display: flex;
    align-items: center;
}

.button-wrapper {
    display: flex;
    justify-content: center;
}

.button-wrapper .button {
    height: 50px;
    padding: 0 30px;
    align-items: center;
    justify-content: center;
    background-color: black;
}

.button-wrapper a {
    color: white !important;
}

.button-wrapper .button:hover {
    background-color: var(--davys-gray);
}

input[type="submit"],
.button {
    line-height: unset !important;
}

.single-product .site-main {padding: 50px 15px;}

.announcement-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    height: 40px;
    color: #f00e0e;
    background-color: #eee;
    position: sticky;
    top: 0;
    z-index: 9;
    overflow: hidden;
}

.announcement {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1115px;
}

.announcement span {
    display: inline-block;
    animation-delay: 1s;
    position: relative;
}

@keyframes marquee {
    0% {
        left: min(100%, 100vw);
    }
    100% {
        left: -8000px;
    }
}

.recently-viewed {
    margin-bottom: 60px;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.recently-viewed.is-load:after {
    content: "Se încarcă...";
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0;
}
body.single-product .flex-control-nav {
    min-width: 80px !important;
    width: 80px;
    max-height: 420px;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
body.single-product .flex-control-nav::-webkit-scrollbar {
    display: none;
}

.woocommerce div.product form.cart .variations{
    container-type: inline-size;
}

body.single-product .breadcrumb {margin-bottom: 20px;}
body.single-product .variations_form .variations th {
    text-align: left;
    vertical-align: middle !important;
    min-width: 200px;
}
body.single-product .variations_form .variations select {
    width: 100%;
    margin-right: 0 !important;
    height: 49px;
}
body.single-product .variations_form .variations td {line-height: 0 !important;}
.buy-together {
    /*padding: 15px 25px;*/
    /*border-radius: 5px;*/
    /*margin-top: 40px;*/
    /*background: #eee;*/
    /*border: 1px solid #eee;*/
}
.buy-together .group {
    transform: translateY(-35px);
    padding-left: 20px;
}
.buy-together__icon-wrapper {
    transform: translateY(-20px);
    width: fit-content;
}
.buy-together__panel {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
    padding: 25px;
    border-radius: 5px;
    align-items: center;
    margin-top: 55px;
    border: 1.6px solid #eee;
}
.buy-together__title {
    margin-bottom: 8px;
}
.buy-together__image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.buy-together__image img {
    width: 100%;
    height: 100%;
}
.buy-together__product {
    max-width: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    justify-content: center;
    font-size: 14px;
}
.buy-together__icon {
    font-size: 24px;
    background-color: #557A95;
    line-height: 24px;
    padding: 0 5px;
    margin: 0;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 25%;
}
.buy-together__product__multi-product {
    height: 45px !important;
    letter-spacing: 1px !important;
    padding: 0 8px;
    background-color: #656565 !important;
    white-space: nowrap;
}
.buy-together__product__total-price {
    text-align: center;
    font-size: 24px;
    margin-bottom: 8px;
}

/* Recent views */
.recently-viewed ul.products {
    display: block !important;
    width: 100% !important;
}
.recently-viewed .slick-track {
    display: flex;
    margin-left: 0;
}
.recently-viewed .slick-track li {
    margin: 0 !important;
}
.recently-viewed .slick-track li:hover {
    box-shadow: none !important;
}
.recently-viewed .slick-arrow {
    border: none;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    outline: none;
    z-index: 999;
    background: #fefefe;
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    cursor: pointer;
}
.recently-viewed .slick-prev.slick-arrow {
    left: calc(0px - 15px);
}
.recently-viewed .slick-next.slick-arrow {
    right: calc(0px - 15px);
}
.recently-viewed .slick-next.slick-arrow img {
    margin-left: 3px;
}
.recently-viewed .slick-prev.slick-arrow img {
    margin-right: 3px;
}
    /* the slides */
.recently-viewed ul.products .slick-slide {
    margin: 0 11px !important;
}
.recently-viewed ul.products li {
    padding: 0 !important;
}

    /* the parent */
.recently-viewed ul.products .slick-list {
    margin: 0 -11px !important;
}
.site-main {
    padding: 50px 0;
    min-height: 580px;
}


main {
    max-width: 1140px;
    margin: 0 auto;
}

.background_light-gray {
    background-color: var(--light-gray);
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.float>img {
    width: 30px;
    margin-left: 2px;
    margin-bottom: 2px;
}

.coupon-livrare50 .woocommerce-Price-amount{display: none !important;}
.coupon-livrare50 .woocommerce-remove-coupon{
    margin-left: -15px;
    background-color: white;
}

.woocommerce #respond input#submit,
.woocommerce a.button:not(.checkout-button),
.woocommerce button.button,
.woocommerce input.button {
    border: 1px solid #313232;
    border-radius: 10px;
    background-color: transparent;
    color: #313232;
    font-weight: 400;
    height: 44px;
    display: inline-flex;
    justify-content: center;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.prod {
    width: 100%;
    transition: box-shadow .3s;
    padding: 0;
    margin: 0;
}

.prod {
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #fff;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover,
.prod:hover {
    /*box-shadow: 0 0 11px rgba(33, 33, 33, .2);*/
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
    text-align: center;
    /* display: none; */
}

.background__gray {
    width: 100%;
    background-color: #eaeae9;
    position: relative;
}

.content-wrapper {
    --wrapper-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: var(--wrapper-gap);
}

.content-wrapper_reverse {
    flex-direction: row-reverse;
}

.content-primary {
    width: calc(100% - 300px - var(--wrapper-gap));
}

.content-secondary {
    width: 300px;
    padding: 20px 10px;
}

.Main__Container-sc-1n4ud0o-0 a:last-of-type {
    display: none !important;
}

/* ==== End General Styles ==== */
.cr-all-reviews-shortcode .crstar-rating,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating,
#reviews #comments .cr-summaryBox-wrap .crstar-rating > span:before{
    font-family: crstar !important;
}

/* ==== Header ==== */
.logo__img,
.woocommerce-page img.logo__img {
    height: 90px;
    width: 160px;
    padding: 10px 0;
}

.logo {
    display: flex;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce .woocommerce-ordering select {
    border: 1px solid rgb(128, 128, 128);
    cursor: pointer;
    color: black;
    height: 37px;
}

.woocommerce-product-search {
    display: flex;
    position: relative;
}

.woocommerce-product-search button {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}

#woocommerce-product-search-field-0 {
    height: 40px;
    padding-left: 8px;
    width: 100%;
    margin-right: 0;
    border: 1px solid black;
}

.woocommerce-product-search [type=submit],
.woocommerce-product-search [type=submit]:focus {
    outline: none;
    border: 0;
    background: black !important;
    color: white;
    padding: 0 14px;
    cursor: pointer;
}

.shortcuts {
    display: flex;
    align-items: center;
}

.shortcuts__icon {
    margin-right: 10px;
    position: relative;
}
.shipping-info .icon {
    max-width: 17px;
}
.shipping-info {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    margin-bottom: 20px;
}
.shipping-info .info {
    font-size: 13px;
    margin: 5px 0 5px 5px;
}
.shortcuts__icon img {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    display: block;
}

.shortcuts__item {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #eee;
    display: flex;
    align-items: center;
}

.shortcuts__item:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0 solid #eee;
}

.site-search {
    width: 40%;
}

.navbar {
    height: 60px;
    display: flex;
    align-items: center;
}

.navbar__menu {
    display: flex;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.navbar-wrapper {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.navbar__menu > li a {
    margin-right: 15px;
    border: 1px solid transparent;
    border-radius: 16px;
    text-transform: uppercase;
    padding: 12px 4px;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar__menu > li:first-child a {padding-left: 0;}
.navbar__menu > li:last-child a {margin-right: 0;}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar__contact {
    display: flex;
    align-items: center;
}

.navbar__contact img {
    width: 22px;
    height: 22px;
    padding: 0;
    margin-right: 8px;
}

.navbar__menu .sub-menu li a{
    text-transform: capitalize;
    letter-spacing: unset;
    margin-right: unset;
    padding: 3px 10px;
    display:block;
}

.navbar__menu > li{position:relative}
.navbar__menu .sub-menu{
    display:none;
    position: absolute;
    left: 0;
    top: calc(100% + 21px);
    background-color: #fff;
    min-width: 200px;
    list-style-type: none;
    padding: 5px 0;
    transition: all 1s ease;
    z-index: 10;
}

.navbar__menu .sub-menu:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 97%;
    width: 85%;
    height: 30px;
}

.menu-item-has-children.opened,
.menu-item-has-children:hover > .sub-menu{
    display:block;
    transition: all 1s ease;
}

.navbar__menu .menu-item-has-children > a{margin-right: 0}
.menu-item-has-children > a:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    rotate: 225deg;
    margin: 0 15px 3px 8px;
}

/* ==== End Header ==== */


/* ==== Shipping banner Start ==== */

.free-shipping-coupon {
    /* background-color: #577a90; */
    padding: 20px 0;
    overflow: hidden;
}

.free-shipping-coupon .container {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coupon-card {
    background: linear-gradient(135deg, #292b29, #283323);
    color: #fff;
    text-align: center;
    padding: 0 100px;
    border-radius: 15px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    position: relative;
}

.coupon-card h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
}

.coupon-card p {
    font-size: 15px;
}

.coupon-row {
    display: flex;
    align-items: center;
    margin: 25px auto;
    width: fit-content;
}

#cpnCode {
    border: 1px dashed #fff;
    padding: 10px 20px;
    border-right: 0;
}

#cpnBtn {
    border: 1px solid #fff;
    background: #fff;
    padding: 10px 20px;
    color: #0d0f0d;
    cursor: pointer;
}

.circle1,
.circle2 {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.circle1 {
    left: -25px;
}

.circle2 {
    right: -25px;
}
/* === Shipping banner Start === */

/* BANNERS */

/* ==== Start Banner 1 ==== */

.banner {
    padding-bottom: 50px;
    padding-top: 100px;
}

.banner__content {
    display: flex;
    align-items: flex-start;
    width: calc(100% - 71px);
    background-color: white;
    padding: 0 15px;
}

.banner__text {
    width: 40%;
    z-index: 1;
    justify-content: center;
    align-content: flex-end;
    display: flex;
    flex-direction: column;
}

.banner__image {
    width: 60%;
    margin-bottom: 60px;
}

.banner__image img {
    width: calc(100% + 46px);
    max-height: 100%;
    object-fit: cover;
    margin-top: -60px;
    margin-left: 40px;
    z-index: -1;
    height: 100%;
}

.banner__title {
    width: 100%;
    padding: 70px 0 25px 50px;
}

.banner__title h1 {
    font-family: "Prata", serif;
    font-size: 45px;
    font-weight: lighter;
    margin: 0;
}

.banner__text_line2 {
    width: 100%;
    display: flex;
    margin-bottom: 45px;
}

.banner__fancy-line {
    width: 30%;
    height: 1px;
    background-color: #b6be8d;
    margin-right: 20px;
    margin-top: 9px;
}

.banner__text_line2_column2 {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.banner__sentence {
    font-family: "Prata", serif;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    margin-bottom: 30px;
}

.button {
    cursor: pointer;
    border: none;
    border-radius: 0 !important;
}

.banner__button {
    border: 1px solid black !important;
    font-size: 13px !important;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px !important;
    letter-spacing: 1px;
    background-color: black !important;
    color: white !important;
    text-transform: uppercase;
    cursor: pointer;
}

.banner__button:hover {
    background-color: var(--davys-gray) !important;
    color: white !important;
    border: 1px solid lightgray !important;
}
/* ==== End Banner 1 ==== */

/* ==== Benefits Section start ==== */

.benefits {
    height: 200px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
}

.benefits__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits__item-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    transition: transform 0.3s ease-in-out;
}


.benefits__item-icon:hover {
    animation: icon-animation 1s infinite;
    transition: ease-in-out;
}

.rotate:hover {
    animation: spin  1s infinite;
    transition: ease-in-out;
}


@keyframes icon-animation {
    15% {
        transform: translateX(7px);
    }

    30% {
        transform: translateX(-5px);
    }

    45% {
        transform: translateX(4px);
    }

    65% {
        transform: translateX(-2px);
    }

    85% {
        transform: translateX(1px);
    }
}

@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.benefits__item-title h3 {
    font-size: 20px !important;
    font-family: "Prata", serif;
    margin: 0 !important;
}

.benefits__item-subtitle p {
    font-size: 10px !important;
    width: 100%;
    height: 15px;
    margin: 0
}

/* ==== Benefits Section end ==== */


/* ==== Product categories - start ==== */

.product-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    grid-row-gap: 90px;
    justify-items: center;
    padding-bottom: 60px;
    margin-top: 50px;
}

.product-category__wrapper {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    height: 100%;
    width: 100%;
    max-width: 400px;
}

.product-category__image {
    max-width: 100%;
    object-fit: cover;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    aspect-ratio: 1/1;
    z-index: 2;
}

.product-category__layer {
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: white;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.product-category {
    position: relative;
    aspect-ratio: 1/1;
}

.product-category__title {
    font-family: "Prata", serif !important;
    color: #313232 !important;
    position: absolute;
    z-index: 3;
    padding: 0;
    text-align: center;
    font-size: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: -13px;
    margin-bottom: 0;
}

.products-grid {
    display: grid;
    grid-auto-rows: auto;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-items: center;
    margin-bottom: 50px;
}

.woocommerce-shop .page-description {
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.prod {
    cursor: pointer;
    width: 100%;
    position: relative;
}

.prod__image {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.prod__title {
    font-size: 16px;
    display: block;
    text-align: left;
    color: #557a95 !important;
    margin: 10px 0;
    height: 38px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
/* ==== Product categories - end ==== */

/* === Product section from front page start ===*/
a .woocommerce-loop-product__title {
    color: #557a95 !important;
    overflow: hidden;
    display: block;
    line-height: 20px;
    text-align: center;
}

.prod__price,
.woocommerce ul.products li.product .price {
    display: inline-block;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 20px;
    margin-top: 12px;
    min-width: 165px;
}
.prod__price del,
.woocommerce ul.products li.product .price del {
    margin-right: 8px;
    opacity: 0.7;
    color: black;
}

.archive .added_to_cart , .single-product .added_to_cart {
    right: 11px;
}

.prod__price ins,
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: 400;
    color: #db1919 !important;
}

.prod__buttons {
    width: 100%;
    display: none;
    color: #b6be8d !important;
    transition: 300ms ease-in;
    position: absolute;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
}

.woocommerce a.button.alt:hover {
    background-color: #3e5a6e !important;
}

.woocommerce button.button {
    letter-spacing: 1px;
    font-size: 0.9em;
}

[type="button"]:focus:not(#place_order),
[type="submit"]:focus:not(#place_order),
button:focus:not(#place_order) {
    outline: unset !important;
    background-color: unset;
}

.prod__buttons .button {
    width: 49%;
    margin-right: 3px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 44px;
    border: 1px solid lightgray !important;
    background-color: white;
    padding: 0 4px;
    letter-spacing: .5px;
}

.prod__buttons .button:hover {
    background-color: lightgray;
}

.button .b1:hover,
.button .b2:hover {
    background-color: lightgray;
}

.prod__button-icon {
    display: flex;
    width: 15px;
    margin-right: 3px;
}

.prod__button-icon img {
    max-width: 100%;
}

.prod__button-text {
    text-transform: uppercase;
    color: var(--dark-blue);
    font-weight: 500;
    font-size: 12px;
}

.prod:hover .prod__buttons {
    opacity: 1;
    transform: translateY(-25px);
    transition: 300ms ease-in;
}

.prod__notice {
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    border-radius: 50%;
    color: white;
    z-index: 999;
}

.products-grid .prod__notice-sale {
    top: 20px;
    left: 17px;
    background-color: #db1919;
    padding: 16px 9px;
}

/* === Product section from front page end ===*/

/* ====  Reviews from google - start ==== */
.grid-reviews {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background-color: #EAEAE9;
}

.grid-reviews__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap:40px;
    grid-column-gap: 20px;
    padding: 40px 15px;
}

.grid-reviews__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 300px;
    height: 100%;
    padding: 10px 15px 20px 15px;
    border:  1px solid lightgrey;
    background-color: #fff;
    border-radius: 9px;
}

.grid-reviews__stars {
    margin-bottom: 10px;
}

.grid-reviews__name {
    margin-bottom: 10px;
    font-weight: 500;
}

.grid-reviews__item img {
    width: 15px;
    height: 15px;
}

.grid-reviews__google-icon img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.grid-reviews__review {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.grid-reviews__item {
    padding: 10px;
}

/* ==== Reviews from google - end ==== */


/* ==== Newsletter - start ==== */

.newsletter {
    width: 100%;
    background-color: var(--background-gray);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.newsletter-subscribe-succes {
    padding: 0;
    color: #2a894d;
    text-align: center;
}

.tnp a {
    color: #557a95 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
    text-decoration-thickness: 1px;
}

.tnp-subscription {
    margin-bottom: 0 !important;
}
.tnp-subscription label {
    font-weight: 400 !important;
    font-size: 16px;
    padding: 0 !important;
}

.homepage-newsletter .tnp-subscription {
    max-width: 700px;
}
.tnp-subscription .tnp-label-error {
    color: red !important;
    font-size: 14px !important;
    display: block !important;
    padding: 1px !important;
}

.homepage-newsletter form {
    display: grid;
    grid-template-columns: auto 170px;
    grid-column-gap: 0;
}

.tnp-privacy-field {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}

.homepage-newsletter .tnp-subscription input.tnp-submit {
    height: 60px;
    width: 170px;
    background-color: black;
    border-radius: unset !important;
}

.homepage-newsletter .tnp-subscription input.tnp-email {
    height: 60px;
    width: 100%;
    background-color: white;
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

.tnp-subscription div.tnp-field {
    margin-bottom: 10px;
}

.homepage-newsletter .tnp-subscription input.tnp-submit:hover {
    background-color: var(--davys-gray);
}

/* ==== Newsletter - end ==== */



/* Loader before page is loaded - START */
.page-load__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.page-load__overlay .overlay-doors::after, .page-load__overlay .overlay-doors::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #EAEAE9;
    transition: .5s cubic-bezier(.77,0,.18,1);
    transition-delay: .8s;
}

.page-load__overlay .overlay-doors::after {
    right: 0;
}

.page-load__overlay .overlay-doors::before  {
    left: 0;
}

.loaded .overlay-doors::after {
    right: -50%;
    z-index: -100;
}

.loaded .overlay-doors::before {
    left: -50%;
    z-index: -100;
}

.loaded .overlay-content{
    opacity: 0;
    margin-top: -15px;
    z-index: -1000;
}

.overlay-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s cubic-bezier(.77,0,.18,1);
} 

.overlay-content img {
    width: 100px;
    z-index: 1111;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 7s;
    -moz-transition-duration: 7s;
    -webkit-animation-name: grow;
    -webkit-animation-duration: 11s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: grow;
    -moz-animation-duration: 11s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes grow {
    0% { transform: scale(1); }
    50% { transform: scale(3);  }
    100% { transform: scale(1); }
}

/* Loader before page is loaded - STOP */


/* ==== Newsletter modal - start ==== */

.btn-close {
    cursor: pointer;
    position: absolute;
    z-index: 99999999;
    right: 4px;
    top: 5px;
    margin: 3px;
    width: 20px;
    height: 20px;
    float: right;
}

.btn-close::before,
.btn-close::after {
    content: '';
    height: 3px;
    display: block;
    background: black !important;
}

.btn-close::before {
    margin-top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: black;
}

.btn-close::after {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: black;
}

.modal-wrapper {
    display: flex;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background: rgba(25, 18, 12, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal-wrapper .separator {
    padding-top: 0;
}

.modal_wrapper--content {
    max-width: 700px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin: auto;
    background: #e8e8e8;
    background: -webkit-linear-gradient(bottom, #e8e8e8, #fff);
    background: -o-linear-gradient(bottom, #e8e8e8, #fff);
    background: linear-gradient(to top, #e8e8e8, #fff);
    box-shadow: 0 16px 16px -6px rgba(47, 46, 38, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter: opacity(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: var(--background-gray);
    padding: 30px 10px;
}

.modal-wrapper.open .modal_wrapper--content {
    opacity: 1 !important;
    filter: opacity(1) !important;
    -ms-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.newsletter-pop-up {
    width: 100%;
    height: 100%;
    ;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
}

.newsletter-pop-up p {
    padding: 0 30px;
    font-style: italic;
}

/* ==== Newsletter modal - end ==== */



/* ==== Blog Grid start ==== */

.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    width: 100%;
    justify-items: center;
    justify-content: center;
}

.blog-post__image {
    max-width: 100%;
    aspect-ratio: 4/2.5;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    max-height: 220px;
}

.blog-post__image-wrapper {
    margin-bottom: 15px;
}

.blog-post__permalink {
    color: #313232;
    font-size: 15.5px;
    font-weight: 400;
}

.blog-post__date {
    cursor: pointer;
    font-size: 13px;
    padding: 10px 0;
    color: #313232;
    text-transform: capitalize;
    margin-top: 5px;
}
.blog-search .form-control {
    padding: 5px 12px !important;
}

.wp-video {
    max-width: 600px !important;
    float: right;
}

/* ==== End Blog Grid ==== */


.separator {
    padding-top: 60px;
    margin-bottom: 20px;
}

.separator__image {
    width: 150px;
    height: 11px;
    margin: 0 auto;
    display: block;
}


/* ==== Shop Page Start ==== */
.woocommerce-products-header__title.page-title {
    margin: 0;
}

.woocommerce ul.products {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.related ul.products,
.upsells ul.products {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 22px;
    grid-row-gap: 22px;
}
section.upsells {
    padding-bottom: 50px;
}
.related ul.products li,
.upsells ul.products li {
    padding: 0 !important;
}
.related ul.products li:hover,
.upsells ul.products li:hover {
    box-shadow: none !important;
}
.woocommerce .woocommerce-result-count {
    margin-top: 5px;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    display: none
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    text-align: center;
}

.added_to_cart {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-top: 0;
    color:#2a894d;
    float: right;
}

.woocommerce a.added_to_cart {
    padding-top: 0;
    line-height: 44px;
}

.woocommerce ul.products li.product a img {
    aspect-ratio: 1/1;
    object-fit: contain;
    margin: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    min-width: 32px;
    max-width: 32px;
}

.woocommerce a.button:not(.checkout-button) {
    font-size: 13px;
    letter-spacing: 2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    text-transform: uppercase;
}

/* ==== Woocommerce Stars ==== */
.woocommerce .star-rating span::before {
    font-family: "star";
}

.woocommerce ul.products li.product .star-rating {
    margin: 0 auto 10px;
}


/* ==== End Woocommerce Stars ==== */


/* ==== End Shop Page ==== */

/* ====  Add to cart direct button - START ==== */
.prod__group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    column-gap: 15px;
    align-items: center;
}

.prod__add-to-cart {
    height: 40px;
}

.archive_add_to_cart_button {
    float: right;
    vertical-align: middle;
}

.archive_add_to_cart_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #557A95; 
    border-radius: 4px;
    cursor: pointer;
}

.archive_add_to_cart_button img {
    width: 20px !important;
    height: 20px !important;
}

.prod__group img {
    position: relative;
}

.prod__loading--wrapper {
    max-height: 40px;
    max-width: 40px;
    width: 100%;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #557A95;
    border-radius: 4px;
}

.toggleopacity {
    opacity: 0.6;
}

@keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 

.prod__loading {
    width: 21px;
    height: 21px;
    border: 0.25em dotted #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 0.7s linear infinite;
  }

/* === Add to cart direct button - STOP* === /


/* ==== Contact Page ==== */

.contact-primary .font-large {
    max-width: 70%;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 17px !important;
    line-height: 30px;
}

.contact-details__icon {
    display: flex;
    margin-right: 10px;
    width: 30px;
    max-width: 30px;
}
.contact form .row p {
    margin: 0;
    padding: 0;
}
.contact-details .contact-details__item:nth-child(1) .contact-details__icon {
    width: 30px;
}

.contact-details .contact-details__item:nth-child(2) .contact-details__icon {
    width: 34px;
    max-width: 34px;
}

.contact-details__icon img {
    width: 100%;
    max-width: 100%;
}

.contact-details__item {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    max-width: 25%;
    justify-content: center;
}

.wpcf7-form .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
}
.wpcf7-form .wpcf7-not-valid-tip {
    padding: 0;
    max-width: 100%;
    border: none;
    outline: none;
    background: none;
}
.wpcf7-form.init .wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-form.init .invalid {
    display: none !important;
}

.wpcf7-form .submit-row {
    display: grid;
    grid-template-columns: 1fr 100px;
    justify-content: space-between;
    grid-column-gap: 30px;
    align-items: center;
    position: relative;
}
.wpcf7-form .wpcf7-spinner {
    display: none;
    visibility: visible;
    position: absolute;
    bottom: -28px;
    right: 30px;
    margin: 0 !important;
}
.wpcf7-form.submitting .wpcf7-spinner {
    display: block !important;
}
.wpcf7-form .wpcf7-form-control .wpcf7-list-item label {
    display: flex;
    align-items: center;
    column-gap: 8px;
    cursor: pointer;
}
.wpcf7-form .wpcf7-form-control .wpcf7-list-item label input {
    cursor: pointer;
}
.contact .wpcf7 form.invalid .wpcf7-response-output,
.contact .wpcf7 form.sent .wpcf7-response-output {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    outline: none !important;
    max-width: 100% !important;
    margin: 15px 0 0 0 !important;
}
.contact .submit-row .col-md-6 {
    width: 100% !important;
}
.wpcf7-form .submit-row input[type="submit"] {
    background: #000 !important;
}
.wpcf7-form textarea {
    margin-bottom: 15px;
}
#contact-map {
    height: 400px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-labels {
    display: flex;
    column-gap: 3px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-size: 14px;
}

.page-content.contact {
    padding: 0 10px;
}

.wpcf7-not-valid-tip {
    padding: 5px;
    max-width: 200px;
    background-color: #e6d8d8;
    border: 1px solid #d49a9a;
    margin-top: -15px;
    font-size: 0.8em !important;
    margin-bottom: 20px !important;
    font-weight: 400;
}

.wpcf7-not-valid-tip::before {
    content: "*";
    color: #dc3232;
}

.wpcf7 form .wpcf7-response-output {
    padding: 10px 0 !important;
    padding-left: 5px !important;
    margin-left: 0 !important;
    border: none;
    background-color: #e6d8d8;

}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #89ad97 !important;
    color: #2a894d !important;
    background-color: #cbe7d5;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: 1px solid #d49a9a !important;
    color: #dc3232;
}

.contact-details {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-secondary input[type="tel"] {
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 10px;
    color: #313232;
    font-weight: 400;
    border: 1px solid #313232;
    background: #fff;
}

.contact-secondary input[type="submit"],
.contact-secondary .wpcf7-spinner {
    float: right;
    padding: 0 10px !important;
}

.contact-secondary .wpcf7-list-item-label {
    font-size: 15px !important;
    line-height: 18px;
    font-weight: 300;
}

.col-md-6:nth-child(1) .wpcf7-list-item {
    margin: 0;
}

.contact-secondary input[type=submit]:hover,
.contact-secondary .button:hover {
    background-color: #5d5c61;
}

/* ==== End Contact Page ==== */

/* ==== Thank You Page ==== */
.woocommerce-thankyou-order-received{
    font-size: 1.5em;
    color: var(--dark-blue);
    margin-bottom: 40px;
}

.woocommerce ul.order_details{
    padding-left: 0;
    margin-bottom: 40px
}

.woocommerce ul.order_details + p:before{
    content: "Metoda de plata";
    font-size: 1.5em;
    color: var(--dark-blue);
    margin-bottom: 20px;
    display: block;
}

.woocommerce-order-details{margin-top: 40px;}
.woocommerce-order-details__title,
.woocommerce-column__title{
    color: var(--dark-blue);
    margin-bottom: 20px;
}

.woocommerce-column--billing-address{margin-bottom: 40px;}
.woocommerce .woocommerce-column address{
    padding: 20px;
    line-height: 21px;
}
.woocommerce-customer-details--phone,
.woocommerce-customer-details--email{
    display: flex;
    align-items: center;
}

.woocommerce ul.order_details li{
    margin-bottom: 20px;
}

/* ==== Mini Cart ==== */
.cart-count {
    position: absolute;
    background-color: var(--light-gray);
    color: white;
    border-radius: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 9px;
    bottom: 13px;
    padding: 1px 4px;
    min-width: 18px;
}

/* ==== Link Style ==== */
.showcoupon,
.woocommerce-terms-and-conditions-link,
.showlogin,
.woocommerce-breadcrumb a,
.posted_in a,
.buy-together__title,
.product-name a,
.wpcf7-list-item-label a,
.woocommerce-remove-coupon,
.woocommerce-info a,
.woocommerce-message a{
    color: #557a95 !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.product_meta span{
    font-size: 16px;
    margin-bottom: 5px;
}
.product_meta > span > span,
.product_meta > span > a{font-weight: 400}


.woocommerce-form-login-toggle + .login{margin-bottom: 35px !important;}
.woocommerce-form-login-toggle + .login p:first-child{margin: 0 0 10px 3px}
.woocommerce-form-login-toggle + .login .lost_password{margin: 10px 0 0 3px;}
.woocommerce-form-login-toggle + .login .woocommerce-form-login__rememberme{margin-top: 7px}
.woocommerce-info,
.woocommerce button.button.alt {border-color: #557a95;}
.woocommerce button.button.alt {background-color: #557a95;}
.woocommerce-info::before {color: #557a95;}
.woocommerce-info a {align-items: center;}
.woocommerce-info #text {margin-left: 50px;}
#ship-to-different-address label{cursor: pointer}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 1em !important;
    padding: 10px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    height: 44px;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt:hover {
    background-color: #557a95 !important;
}

.woocommerce a.remove {
    color: #557a95 !important;
}


.woocommerce a.remove:hover {
    background-color: #557a95 !important;
}

.woocommerce-cart .shop_table th {
    white-space: nowrap;
}

.product-quantity::before {
    margin-top: 12px !important;
    margin-right: 10px;
}

.product-quantity .quantity .plus,
.product-quantity .quantity .minus {
    background-color: transparent !important;
    border: 1px solid #eeeeee !important;
    min-width: 32px;
    height: 32px;
    width: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-quantity input {
    width: 70px !important;
    height: 32px;
}


.shop_table th {
    font-size: 16px !important;
}

.woocommerce-product-rating {
    display: none !important;
}

/* cart crossells */
.woocommerce-cart .woocommerce ul.products {
    grid-template-columns: repeat(2, 48%);
    margin-top: 0;
}
.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 100%;
}
.woocommerce-cart table.shop_table td {
    line-height: 20px !important;
}

    /* ==== End Mini Cart ==== */


/* ==== Checkout ==== */
.place-order p{font-size: 15px}

form.woocommerce-checkout {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: center;
}

.woocommerce-NoticeGroup{
    width: 100%;
}

.woocommerce .col2-set {
    display: flex;
    flex-direction: column;
    /* width: 50%; */
}

#customer_details,
.woocommerce-checkout-review-order {
    width: 49%;
}

.woocommerce-page .col2-set {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.u-column2 {
    margin-top: 60px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100%;
}

/*#order_review_heading {*/
/*    position: absolute;*/
/*    left: calc(10px + 50%);*/
/*}*/

.checkout .woocommerce-checkout {width: 100%;}
.select2-container--default .select2-selection--single .select2-selection__arrow {top: 10px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 7px;
    padding-left: 10px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid black;
    border-radius: 0 !important;
    height: 50px;
    padding-top: 3px;
    font-size: 15px !important;
}

.woocommerce form .form-row .input-text {
    font-size: 15px !important;
    padding: 5px 10px !important;
}

/* ==== End Checkout ==== */


/* ==== My account ===== */

.woocommerce form .form-row input.input-text {
    height: 50px !important;
    border: 1px solid black;
    font-size: 15px !important;
    padding-left: 10px !important;
}

.woocommerce-form .woocommerce-form-login {
    display: flex;
    justify-content: center;
}

.woocommerce .entry-content h2:first-child {
    text-align: center;
    font-weight: 500;
}

.woocommerce form.login,
.woocommerce form.register {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.lost_password a {
    color: #557a95 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 1em;
}

.woocommerce-Button {
    margin-top: 30px !important;
}

.woocommerce-MyAccount-content a {
    color: #557a95;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0 0 0 0 !important;
    line-height: 35px;
    margin: 0 !important;
    list-style: none;
    list-style-position: inside;

}

.woocommerce-MyAccount-navigation ul li {
    position: relative;
    margin-top: 15px;
}

.woocommerce-MyAccount-navigation li::after {
    content: " ";
    width: 100%;
    height: 0.8px;
    position: absolute;
    top: 35px;
    left: 0;
    transition: all 0.5s ease;
    background: linear-gradient(to left, #5d5c61 50%, #f4e6df 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.woocommerce-MyAccount-navigation li:hover::after {
    background-position: left;
}

.woocommerce-MyAccount-navigation li:hover a {
    color: #557a95;
}

.woocommerce-orders-table__cell-order-actions::before {
    margin-top: 15px;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text {
    padding-left: 17px;
}
/*.woocommerce-account .page-content .woocommerce  {*/
/*    display: grid;*/
/*    grid-template-columns: .5fr 1fr;*/
/*    grid-gap: 40px;*/
/*}*/
.woocommerce-MyAccount-navigation ul li:first-child {
    margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 67%;
    padding-top: 20px;
    margin-bottom: 30px;
}
.woocommerce-account .addresses .title h3 {
    margin-top: 0;
    margin-bottom: 7px;
}
.woocommerce-MyAccount-content p:first-of-type {
    margin-top: 0;
}
.woocommerce-MyAccount-content .woocommerce-Address {
    margin-top: 0;
    margin-bottom: 30px;
}
.woocommerce-MyAccount-content .woocommerce-Address:last-of-type {
    margin-bottom: 0;
}
.woocommerce-account .addresses .title .edit {
    margin-top: 5px;
}
.woocommerce-MyAccount-content form h3 {
    margin-top: 0;
}
.woocommerce-MyAccount-content form .form-row input.input-text,
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single {
    height: 45px !important;
}
.woocommerce-MyAccount-content .wt-mycoupons {
    margin-top: 0;
}
.woocommerce-MyAccount-content .wt-mycoupons h4 {
    margin: 0;
    display: inline-block;
}
.woocommerce-MyAccount-content .woocommerce-message {
    margin-top: 12px;
}

/* ==== My account - Detalii cont ==== */
.woocommerce-form-row span em {
    font-size: 13px;
}

.woocommerce-form-row span em:before {
    content: "*";
}

fieldset {
    margin-top: 60px;
}

fieldset .woocommerce-form-row label {
    line-height: 1.3 !important;
    font-size: 15px;
}

.checkout h3 {
    text-transform: uppercase;
    color: #557a95;
    padding-left: 2px
}

/* ==== Product Page ==== */

/* Gallery on the left */

.woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
    width: 500px !important;
    margin-bottom: 50px !important;
}
.woocommerce-product-gallery a img {
    height: 420px !important;
    object-fit: cover;
}
.single-product iframe {
    max-width: 500px;
    width: 100%;
    aspect-ratio: 16/9;
    float: right;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 10px;
}

.product_meta {
    display: flex;
    flex-direction: column;
}

.woocommerce table.cart td.actions .input-text {
    width: 160px;
    height: 44px;
}


.woocommerce span.onsale {
    max-width: 50px !important;
    max-height: 50px !important;
    height: 100%;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1%;
    left: 9%;
    margin: 0;
    border-radius: 50%;
    background-color: #db1919;
    color: #fff;
    z-index: 9;
}

.woocommerce div.product .product_title {
    font-family: 'Prata', serif;
    font-size: 30px;
}
.woocommerce div.product form.cart .reset_variations {
    height: 0;
    transform: translateY(12px);
    display: inline-block;
}
.woocommerce div.product form.cart .reset_variations[style*="visibility: visible"] {
    height: fit-content;
    margin-bottom: 12px !important;
}
.woocommerce div.product .out-of-stock {
    margin-bottom: 30px;
}
.woocommerce-product-details__short-description {
    padding: 20px 0;
}
.woocommerce-product-details__short-description p {
    color: #313232;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel{
    font-size: 15px !important;
    font-weight: 300;
}

.woocommerce-product-details__short-description {
    position: relative;
    border-top: solid 1px #d6d6d0;
}


/*.woocommerce-product-details__short-description::before {*/
/*    content: " ";*/
/*    width: 100%;*/
/*    border-bottom: solid 0.1px #d6d6d0;*/
/*    position: absolute;*/
/*    top: -30px;*/
/*}*/


.woocommerce-address-fields p {
    padding: 3px !important;
}


/* Buton recenzii */
.woocommerce #respond input#submit {
    border-radius: unset !important;
    padding: 0 15px !important;
    background-color: #656565 !important;
    color: white;
    border: 1px solid #656565;
}

.woocommerce #respond input#submit:hover {
    background-color: #b1a296 !important;
    border: 1px solid #b1a296;
    color: white;
}


/* Star rating */
.rating {
    display: flex;
    align-items: center;
}


.woocommerce ul.products li.product .ehi-star-rating,
.woocommerce-page ul.products li.product .ehi-star-rating {
    margin-top: 0;
    margin-bottom: 0;
    height: 1.4em;
}

.woocommerce .star-rating::before {
    float: left !important;
    color: #fcad02 !important;
    height: 10px;
}

.star-rating span {
    color: #fcad02 !important;
}
.single-product .woocommerce-noreviews {
    margin: 20px 0;
}
.single-product #review_form_wrapper form input {
    margin-bottom: 0;
}
.single-product .comment-form-rating {
    margin-top: 20px;
}
.woocommerce #review_form #respond .stars {
    margin-top: 5px !important;
}
.woocommerce #review_form #respond .comment-form-comment {
    margin-top: 10px !important;
}
.woocommerce #review_form #respond .comment-form-comment textarea {
    margin-bottom: 12px;
}
.woocommerce .star-rating {
    float: left;
}
.single-product .summary .rating {
    margin-top: 20px;
}
.single-product .summary .rating p {
    margin: 0 !important;
}

.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
    display: none;
}

/* Product Price */

.price {
    display: flex;
    align-items: center;
    font-weight: 400;
}

.summary del {
    color: #313232 !important;
    font-size: 22px;
    margin-right: 10px;
}

.summary span bdi {
    font-family: "Prata", serif !important;
}

.summary .price ins {
    text-decoration: none;
}

/* Product points */
.wc-points-rewards-product-message,
.points.hide-on-price-available {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
    display: block;
    line-height: 22px;
}
.points.hide-on-price-available {
    margin: 0;
}
/* Clients review */
.woocommerce p.stars a::before {
    color: #feb101;
    font-size: 18px;
}

.comment-reply-title {
    font-size: 20px;
    font-weight: 600;
}

.cr-credits-div {
    display: none !important;
}
.single-product #reviews #comments h2,
.single-product .woocommerce-Tabs-panel h2:first-of-type{
    margin: 25px 0 !important;
}
.ivole-meter {
    height: 19px !important;
    box-shadow: unset !important;
}
.single-product #reviews .cr-summaryBox-wrap {
    margin-bottom: 25px !important;
}
.ivole-meter .ivole-meter-bar {
    background-color: #557A95 !important;
    background: #557A95 !important;
    box-shadow: unset !important;
    float: unset !important;
}

.comment-text {
    display: flex;
    flex-direction: column;
}

.comment-text .woocommerce-review__author {
    font-size: 18px;
    color: black;
    margin-top: 15px !important;
}

.comment-text .star-rating,
.comment-text .meta,
.comment-text .description {
    margin: 10px 0 0 60px !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 50px;
    /* border-radius: 50px; */
    background-color: unset;
    border: none;
    margin: 16px 16px 0 16px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 16px;
    margin: 0 !important;
}

.woocommerce #reviews #comments ol {
    padding: 0;
    list-style-type: none;
}

.iv-comment-image img {
    max-width: 200px !important;
    max-height: 200px !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: unset !important;
}

.iv-comment-image {
    border-radius: unset !important;
    border: none !important;
}

.cr-voting-upvote svg {
    width: 29px !important;
    height: 29px !important;
    fill: rgba(25, 18, 12, 0.3);
}

.cr-voting-downvote,
.cr-voting-downvote-count {
    display: none !important;
}

.cr-voting-upvote-count,
.cr-voting-downvote-count {
    font-size: 15px !important;
    color: #3e5a6e !important;
}

.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-int,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-int {
    fill: #3e5a6e !important;
    fill-opacity: 1 !important;
    stroke-width: 3 !important;
    stroke: #3e5a6e !important;
}

.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-ext {
    fill: #3e5a6e !important;
    fill-opacity: 1 !important;
}

.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-ext {
    fill: #3e5a6e !important;
}

.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-ext {
    fill: #3e5a6e !important;
    stroke-width: 3 !important;
    stroke: #3e5a6e !important;
}

.cr-upload-local-images .cr-upload-images-status {
    display: none !important;
}

#cr_review_image::before {
    content: '+ ÎNCARCĂ IMAGINI (max 5) +' !important;
    display: inline-block !important;
    background: #656565;
    width: 100%;
    max-width: 100%;
    z-index: 99;
    padding: 13px 0 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    font-size: 14px !important;
    color: #fff !important;
    letter-spacing: 3PX;
    text-align: center;
    position:absolute;
    left:0;
    top:0;
}

#cr_review_image:hover::before {
    background-color: #b1a296 !important;
    color: white;
}

#review_form .cr-upload-local-images #cr_review_image,
.cr-upload-local-images #cr_review_image {
    width: unset;
    max-width: 100%;
    height: 42px;
    background: white;
    z-index: 1;
    position:relative;
}

.woocommerce #review_form #respond p {
    margin: 20px 0 0 0 !important;
}


.out-of-stock {
    margin-bottom: 60px;
}

/* Related Products */
body.single-product .related h2:nth-child(1) {
    margin-top: 60px !important;
}
.related h2:nth-child(1), .cross-sells h2, .upsells h2{
    text-align: center;
    font-family: "Prata", serif;
    position: relative;
}

.related h2:nth-child(1), .upsells h2 {
    margin-top: 60px !important;
}

.related h2:nth-child(1):before, .upsells h2:before{
    content: " ";
    width: 75px;
    height: 2px;
    background: #224229;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50px);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: left !important;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 12px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


select {
    -webkit-appearance: menulist !important;
    border-radius: 0 !important;

}

.woocommerce ul.products li.product .onsale {
    border-radius: 50%;
    left: 16px;
    margin: 0;
    top: 16px;
    line-height: 30px;
}
.single-product div.product form.cart br {
    display: none;
}
.single-product div.product form.cart {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #cccccc;
}
.woocommerce div.product form.cart .button {
    display: flex !important;
    justify-content: center !important;
    height: 50px !important;
    width: calc(100% - 200px);
    float: right;
    background-color: #656565 !important;
    border: 1px solid #656565 !important;
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px !important;
    letter-spacing: normal !important;
    font-weight: 300 !important;
}
.single-product div.product div.summary {
    width: calc(100% - 550px) !important;
}

.single-product div.product form.cart::before {
    display: none;
}
.single-product div.product form.cart .button {
    margin: 20px 0 !important;
}
.single-product div.product form.cart div.quantity {
    margin: 20px 0 !important;
}
.single-product div.product p.stock {
    margin-top: 0;
    margin-bottom: 20px;
}
.single-product .product_meta {
    padding-top: 20px;
}
.single-product .product_meta:before {
    display: none;
}
.single-product .quantity .minus,
.single-product .quantity .plus {
    background-color: transparent !important;
    border: 1px solid #eeeeee !important;
    min-width: 50px;
    height: 50px;
    width: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-product div.product .out-of-stock {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0 !important;
}
.single-product div.product .woocommerce-variation-price .price {
    padding: 20px 0 !important;
}
.single-product div.product .woocommerce-variation-availability .out-of-stock {
    border-bottom: 0;
    border-bottom: 1px solid #cccccc;
}
.single-product div.product .woocommerce-variation-availability .in-stock {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}
.single-product .quantity input {
    height: 50px;
    border-radius: 0 !important;
}
body.single-product .related.recently-viewed h2 {
    margin-top: 40px !important;
}
.woocommerce-cart .woocommerce-cart-form .product-thumbnail {
    padding: 9px 0;
    min-width: auto !important;
}


.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
    width: 60px;
    vertical-align: middle;
    min-width: 60px;
}
.woocommerce .cart-collaterals:has(.cross-sells) .cart_totals h2 {
    text-align: center !important;
    font-family: "Prata", serif;
    position: relative;
}
.woocommerce .cart-collaterals .cart_totals h2 {
    text-align: left !important;
}
.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
}
.woocommerce .cart-collaterals:has(.cross-sells) .cart_totals {
    width: 48%;
}
.woocommerce .cart-collaterals .cross-sells li.product {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.woocommerce .cart-collaterals .cross-sells .products {
    gap: 15px;
    margin-bottom: 0;
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 10px 0 0 0 !important;
}
.woocommerce-cart .wc-proceed-to-checkout a {
    margin: 0 !important;
    max-width: 400px;
}
.woocommerce-cart .cart-collaterals:has(.cross-sells) .wc-proceed-to-checkout a {
    max-width: 100%;
}
.woocommerce div.product form.cart .button:hover {
    background-color: #b1a296 !important;
    border: 1px solid #b1a296 !important;
}

.product_meta {
    position: relative;
}

.product_meta:before {
    content: " ";
    width: 100%;
    border-bottom: 1px solid #d6d6d0;
    position: absolute;
    top: -30px;
}


.woocommerce .quantity {
    display: flex;
    font-size: 18px !important;
    align-items: center;
    column-gap: 5px;
}

.woocommerce .quantity.hidden {
    display: none
}
.single-product .woocommerce-notices-wrapper {
    margin-bottom: 20px;
}
/** custom icon on add to cart button */
.cart-custom--icon {
    width: 30px !important;
}

.woocommerce .quantity .qty {
    border: 1px solid #eee;
}

.quantity .minus,
.quantity .plus {
    border: none !important;
    width: unset !important;
    padding: 0 2px !important;
    color: #d6d6d0;
    background-color: #fff !important;
    font-weight: 400;
    font-size: 22px !important;
    cursor: pointer;
}

.quantity .minus:hover,
.quantity .plus:hover {
    color: #d6d6d0;
    /*border: none !important;*/
}

.quantity .minus:focus,
.quantity .plus:focus {
    /*background-color: white !important;*/
    /*color: #d6d6d0;*/
    outline: none !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.navbar-opener {
    display: none
}

.admin-bar .navbar.opened {
    top: 30px;
}

.close-navigation {
    display: none
}

.close-navigation svg {
    width: 16px;
    fill: var(--dark-blue);
    cursor: pointer;
}
.menu-backdrop {
    display: none;
}
.menu-backdrop.open {
    display: block !important;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}
/* ==== About US Page - desktop ==== */
.about-first-row .wp-block-column:nth-child(1) img,
.about-second-row .wp-block-column:nth-child(2) img {
    border-radius: 10px;
}

.about-first-row .wp-block-column:nth-child(2),
.about-second-row .wp-block-column:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    /*padding: 0 110px;*/
}

.about-first-row .wp-block-column h3,
.about-second-row .wp-block-column h3 {
    font-weight: 400 !important;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    padding: 0 50px;
}

.about-first-row .wp-block-column p,
.about-second-row .wp-block-column p {
    font-size: 15px !important;
    font-weight: 300;
    line-height: 25px;
    padding: 0 50px;
}

.about-icons-row {
    margin-bottom: 0;
    margin-top: 80px !important;
}

.about-icons-row .wp-block-column:nth-child(1),
.about-icons-row .wp-block-column:nth-child(2) {
    border-right: #ccc 5px dotted;
    min-height: 100%;
    margin: 0 2px 0 0;
    min-width: 2px;
}

.about-icons-row .wp-block-column:nth-child(3) {
    margin-left: 0 !important;
}

.about-icons-row h3 {
    font-weight: 400 !important;
    font-size: 16px;
    margin: 10px;
}

.about-icons-row p {
    font-size: 14px !important;
    font-weight: 300;
    line-height: 24px;
    margin: 10px;
}

.about-icons {
    min-height: 100px;
    max-height: 100px;
}

/* Shop sidebar */
.custom-shop__content {
    display: grid;
    grid-template-columns: 250px 1fr;
    margin-top: 40px;
}
.sidebar-backdrop {
    display: none;
}
.custom-filter__button {
    display: none;
}
.custom-shop__sidebar {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.custom-shop__sidebar ul {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    justify-items: flex-start;
}
.custom-shop__sidebar .product-search-filter-terms-heading,
.custom-shop__sidebar .product-search-filter-price-heading {
    margin-bottom: 20px;
    font-size: 18px;
}
.custom-shop__sidebar .filter-items li a {
    padding-left: 10px;
}
.custom-shop__sidebar .yith-wcan-filters .yith-wcan-filter .filter-title {
    font-weight: 700;
}
.custom-shop__sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a {
    color: #557A95 !important;
}

.custom-shop__sidebar .wfpDescription {
    font-size: 16px !important;
    margin-bottom: 12px;
    font-weight: 700;
}
.custom-shop__sidebar .wpfFilterButtons {
    display: none;
}
.custom-shop__sidebar .wpfFilterVerScroll li {
    margin-bottom: 10px;
}
.custom-shop__sidebar .wpfFilterVerScroll li:last-child {
    margin-bottom: 0;
}

/* Recent posts slider */
.shop-posts__wrapper.block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
}
.shop-posts {
    margin: 50px 0 100px 0;
}
.shop-posts.slider {
    height: 0;
    overflow: hidden;
}
.shop-posts .heading-sidebar {
    text-align: left !important;
    font-family: "Prata", serif
}
.shop-posts .shop-posts__image {
    height: 260px;
    width: 100%;
    object-fit: cover;
}
/* the slides */
.shop-posts .slick-slide {
    margin: 0 11px;
}
.shop-posts .slick-dots {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    column-gap: 7px;
    position: absolute;
    right: 10px;
    top: calc(0px - 45px);
}
.shop-posts .slick-dots li {
    list-style: none;
}
.shop-posts .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 25px;
    background: #ccc !important;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}
.shop-posts .slick-dots li.slick-active button {
    background: #557A95 !important;
}

    /* the parent */
.shop-posts .slick-list {
    margin: 0 -11px;
}
.shop-posts .shop-posts__text {
    padding-top: 12px;
}
.shop-posts .shop-posts__permalink {
    text-align: left !important;
    font-size: 16px;
    height: 38px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #557a95 !important;
    margin-bottom: 12px;
}
/* ==== END About US Page ==== */
.sidebar .widget_search {
    background: transparent;
}

.widget .search-field {
    width: 85%;
}

.widget_search .search-submit {
    background: url("img/magnifying-glass-solid.svg");
    color: inherit;
    display: inline-block;
    padding: 10px 5px;
}

.widget_search .search-submit:hover,
.widget_search .search-submit:active,
.widget_search .search-submit:focus {
    background: transparent;
    color: inherit;
}

.footer__bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    color: white;
}

.footer__bottom-container>img {
    max-width: 280px;
    margin-left: 10px;
    width: 100%;
    height: 50px;
}

.footer__bottom-container>span {font-size: 14px;}
.footer__category-subtitle h4{margin: 0 0 15px 0}

/* ==== Footer Start ==== */
.bc-gray {background-color: #5d5c61 !important;}
.border-white {border: 1px solid white !important;}
.border-gray {border: 1px solid #5d5c61 !important;}

.font-white h3,
.font-white p,
.font-white li a {
    color: #fff !important;
}

.site-footer__column .footer-logo{
    width: 224px;
    margin-bottom: 20px;
}

.footer__media:hover {
    border: 1px solid #fff !important;
}

.footer__top-container,
.footer__bottom-container {
    position: relative;
}


.site-footer__column p:last-child,
.site-footer__column .wp-block-columns {
    margin: 0 !important;
    color: white;
}

.footer-copyright {justify-content: space-between;}

.footer-copyright figure {float: right !important;}

.footer__top-container {
    display: grid;
    grid-template-columns: repeat(4, auto);
    padding-top: 40px;
    padding-bottom: 50px;
    column-gap: 60px;
}
.footer__top-container .site-footer__column:first-of-type {
    line-height: 20px;
    max-width: 320px;
}

.footer__social-media {
    display: flex;
    margin-top: 10px;
}

.footer__media {
    cursor: pointer;
    margin-right: 6%;
    border-radius: 50%;
}

.footer__media img {
    margin: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer__column .wp-container-2 {display: unset;}
.site-footer__column {font-weight: 300;}

.term-description {
    max-width: 900px;
    margin: 0 auto;
    line-height: 25px;
    text-align: center;
}

.site-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.site-footer__column_full {grid-column: 1 / -1;}


.site-footer__column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer__column ul li {margin-bottom: 15px;}

.site-footer__column li a {
    font-size: 14px;
    font-weight: 400;
}

.site-footer__column h3 {
    font-weight: 400 !important;
    font-size: 20px;
    margin-bottom: 20px;
}

.site-footer__column {
    display: flex;
    flex-direction: column;
}

.site-footer__column p {
    margin: 6px 0;
    font-size: 14px;
}

.site-footer__column p:first-of-type {
    margin-top: 0;
}

.sub-footer {
    display: flex;
    justify-content: end;
}

.sub-footer__title {padding: 0 12px;}

.sub-footer p {
    text-decoration: none;
    font-size: 12px;
}

#menu-copyright-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 !important;
}

#menu-copyright-navigation a {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 0 10px !important;
    color: white;
}
.pulse-animation {
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}
#menu-copyright-navigation li {
    margin: 20px 10px 20px 0 !important;
    list-style-type: none;
    padding: 0;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {margin: 0 !important;}
/* ==== Footer End ==== */


.open-filter,
.filter-title{display: none}

.breadcrumb a,
.entry-content a{
    color: #557a95;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.entry-content p{
    line-height: 22px;
    margin: 0 0 15px 0;
}

.entry-content ul li,
.entry-content ol li{
    line-height: 22px;
    margin: 0 0 3px 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
    margin: 20px 0 15px 0;
    font-weight: 500;
}

.entry-content ul,
.entry-content ol{margin: 10px 0}

.breadcrumb strong{font-weight: 400}

.shop-posts__text h3{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.filters-wrapper{
    position: sticky;
    top: 0;
    padding-bottom: 130px;
}

.woocommerce nav.woocommerce-pagination{margin-top: 50px}

.woocommerce form .form-row label.checkbox{line-height: 100%}

.archive-content{
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin: 30px 0;
    padding: 30px 0;
    line-height: 23px;
}

/* ==== Content Style ==== */
.archive-content a{
    text-decoration: underline;
    color: #557a95;
}

.archive-content p{line-height: 23px;}
/* ==== End Content Style ==== */
.wp-block-image img{max-width: 100%}

.navbar .site-search{display: none}

.checkout_coupon p:first-child{margin: 0 0 5px 3px}
.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last{
    margin-bottom: 0 !important;
    width: 50% !important;
}

.checkout_coupon [name=apply_coupon]{height: 50px !important;}

.payment_box p{margin-top: 0}

/* ==== Responsive Part ==== */
@media screen and (max-width: 1200px) {

   /* == BANNER SECTION == */
    .banner__image img {min-height: 434px;}

    .banner__image {
        margin-bottom: 50px;
    }

    .banner__title h1 {
        font-size: 40px;
    }

    /* ==== Category Section ===== */
    .product-category__image {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }

    .product-category__layer {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }

    .product-category__title {
        bottom: -13px;
        font-size: 23px;
    }

    /* ====Product Section ==== */
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 46%;
    }

    .opacity-1 .prod__button-text {
        font-size: 10px;
    }

    /* ==== Single Product ==== */
    .opacity-1 .prod__button-text {
        font-size: 12px;
    }

    .prod__button-icon {
        margin-right: 1px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px;
    }

    .recently-viewed .slick-prev.slick-arrow {
        left: calc(0px - 10px);
    }

    .recently-viewed .slick-next.slick-arrow {
        right: calc(0px - 10px);
    }

    .prod__price,
    .woocommerce ul.products li.product .price {
        font-size: 16px;
        width: 50%;
    }

    /* Shop page */
    .shop-posts .shop-posts__image {
        height: 240px;
    }

    .buy-together__image {
        width: 180px;
        height: 180px;
    }

    .buy-together__product {
        max-width: 190px;
    }

    .single-product div.product div.summary {
        width: calc(100% - 540px) !important;
    }
}
@media screen and (max-width: 1024px) {
    .single-product div.product div.summary {
        width: calc(100% - 490px) !important;
    }

    .woocommerce-product-gallery {
        width: 450px !important;
    }
    .woocommerce-product-gallery a img,
    body.single-product .flex-control-nav {
        height: 370px !important;
    }
}
@media screen and (max-width: 992px) {

    .cb-ordering{width:100%}
    .custom-shop__content{
        grid-template-columns: 230px 1fr;
        grid-gap: 10px;
    }

    .added_to_cart {
        font-size: 14px;
        letter-spacing: -0.11px;
    }

    /* homepage */
    .prod__title {
        font-size: 14px;
        height: 35px;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
    .custom-shop__content .woocommerce-result-count {
        padding: 0 10px;
    }
    .custom-shop__content select {
        width: 100%;
    }

    /* Recent posts */
    .shop-posts__wrapper.block {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 50px;
    }
    .shop-posts .shop-posts__image {
        height: 290px;
    }
    .shop-posts .shop-posts__wrapper.slider .shop-posts__image {
        height: 240px;
    }

    /* == Banner Section == */
    .banner__image img {
        margin-top: -45px;
    }

    .banner__title {
        padding: 50px 0 25px 50px;
    }

    .banner__title h1 {
        font-size: 35px;
    }

    .banner__image img {
        min-height: 414px
    }


    .banner__text_line2_column2 {
        width: 55%;
    }

    /* Reviews */

    .grid-reviews__review {
        font-size: 13px;
        line-height: 18px;
    }

    /* ==== Category Section ===== */
    .product-category__image {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

    .product-category__layer {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

    .product-category__title {
        bottom: -15px;
        font-size: 19px;
    }

    /* ====Blog Section ==== */
    .blog-post__permalink {
        color: #313232;
        font-size: 15px;
        font-weight: 400;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 20px;
        justify-items: unset;

    }

    /* ==== Benefits Section ===== */
    .benefits {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }

    .benefits__item-title h3 {
        font-size: 17px !important;
    }

    .benefits__item {
        width: 50%;
        justify-content: left;
    }

    /* ====Footer Section==== */
    .footer__top-container {
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 25px;
        column-gap: 40px;
    }
    .footer__top-container .site-footer__column:first-of-type {
        grid-column: 1 / span 3;
        max-width: 50%;
    }
    #menu-copyright-navigation a {
        font-size: 14px;
    }

    .site-footer__column p:last-child {
        font-size: 14px;
    }

    /* ====  Single Product ==== */

    .single-product iframe {
        float: unset;
        display: block;
        margin: 0 auto;
    }

    
    .woocommerce span.onsale {
        left: 10px !important;
        top: 10px;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        right: 10px !important;
        top: 10px;
    }
    .single-product div.product form.cart .button {
        font-size: 15px;
    }
    .single-product div.product .product_title {
        font-size: 24px;
    }


    .woocommerce div.product form.cart .variations select {
        margin: 0;
        border: 0.7px solid black;
    }

    .related h2:nth-child(1) {
        margin-top: 20px!important;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        justify-content: center;
        flex-direction: column;
        row-gap: 12px;
        float: left;
        margin-bottom: 50px;
    }
    .woocommerce-product-gallery {
        width: 340px !important;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        right: 2.5em;
    }

    .woocommerce #content div.product div.images,
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.images,
    .woocommerce-page div.product div.summary {
        max-width: 850px !important;
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .woocommerce div.product div.summary {
        float: right;
        width: calc(100% - 370px) !important;
        margin-bottom: 50px;
    }
    body.single-product .flex-control-nav {
        min-width: 100% !important;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: auto !important;
        max-height: fit-content !important;
        gap: 10px;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 60px;
        padding: 0 !important;
    }
    .woocommerce-product-gallery a img {
        height: 340px !important;
    }
    .woocomerce div.product form.cart {
        /*max-width: 500px !important;*/
        /*width: 100%;*/
        /*margin: 0 auto;*/
    }

    .prod__button-icon {
        display: none;
    }

    .opacity-1 .prod__button-text {
        padding: 0 2px;
    }

    .opacity-1 .prod__button-text {
        font-size: 9px;
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        margin: 0 auto;
    }

    .shortcuts__icon {
        margin-right: 5px
    }

    .shortcuts__item {
        margin-right: 8px;
        padding-right: 8px;
        flex-direction: column;
    }

    .shortcuts__label {
        margin-top: 4px;
    }

    .navbar__menu li a {
        margin-right: 5px;
    }

    /* Contact page */
    .submit-row .col-md-6:nth-child(1) {
        width: 65%;
    }

    .contact-details .col-3 {
        width: 50%;
    }

    .contact-details__item {
        margin-bottom: 15px;
    }

    .woocommerce div.product form.cart .variations select {
        color: black
    }

    .woocommerce div.product form.cart .variations {
        display: flex;
    }

    .woocommerce div.product form.cart .variations,
    .woocommerce div.product form.cart .variations tbody {
        width: 100%;
    }

    .woocommerce div.product form.cart .variations label {
        margin-right: 15px;
    }

    /* Single product */
    body.single-product .variations_form .variations td {
        width: 100% !important;
    }
    /* ==== Contact Page === */
    .contact-details .col-3 {
        max-width: 300px;
        width: 100%;
    }

    .contact-details__label {
        max-width: 50%;
        width: 100%;
    }

    .contact-details .contact-details__item {
        margin-bottom: 30px;
        max-width: 50%;
        width: 100%;
    }

    .contact-details {
        justify-content: center;
    }

    .contact-details .contact-details__item:nth-child(2) .contact-details__icon {
        width: 25px;
        max-width: 25px;
    }

    .wp-video {
        max-width: 800px !important;
        width: 100% !important;
        margin: 0 auto;
        float: none;
    }


    .blog-post__date {
        margin-top: 8px;
    }

    /* Cart page */
    .woocommerce-cart .cross-sells .products li.product .woocommerce-loop-product__title {
        font-size: 14px;
    }
    .woocommerce-cart .product-quantity input {
        width: 65px !important;
    }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        font-size: 14px !important;
    }

    .buy-together__panel {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 0;
        max-width: 600px;
        margin: 60px auto 0 auto;
    }
    .buy-together .group {
        transform: translateY(0);
        padding-left: 0;
    }
    .buy-together__product {
        display: flex;
        max-width: 100%;
        flex-direction: row;
        column-gap: 20px;
        align-items: center;
        padding-left: 20px;
    }
    .buy-together {
        padding: 0;
    }
    .buy-together__icon-wrapper {
        transform: translateY(0);
        padding-left: 50px;
    }
    .buy-together__image {
        min-width: 90px;
        width: 90px;
        height: 90px;
    }
    .buy-together__price {
        text-align: left;
        min-width: 60px;
    }
    .buy-together__title {
        text-align: left;
        flex-grow: 1;
    }
    .buy-together__product {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        justify-content: flex-start;
    }
    .buy-together__product:first-of-type {
        padding-top: 0;
    }
    .buy-together__icon-wrapper {
        padding-left: 0;
        margin: -14px auto 0 auto;
    }
    .buy-together__image {
        margin: 0 !important;
    }
    .buy-together .group {
        margin: 30px auto 0 auto;
    }
}
@media screen and (min-width:768px) and (max-width:992px) {
    .woocommerce-cart .archive_add_to_cart_button {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        height: 44px;
    }
    .woocommerce-cart .archive_add_to_cart_button {
        margin-top: 10px;
    }
}
@media screen and (max-width: 768px) {

    .checkout_coupon .form-row-first,
    .checkout_coupon .form-row-last{
        width: 100% !important;
    }

    .recently-viewed ul.products .slick-slide,
    .shop-posts .slick-slide{margin: 0 8px !important;}
    .custom-shop__sidebar{
        --width: 260px;
        position: fixed;
        left: 100%;
        top: 0;
        height: 100%;
        background-color: white;
        z-index: 9999;
        padding: 0 15px 40px;
        width: var(--width)
    }

    .custom-shop__sidebar.opened{left: calc(100% - var(--width));}

    .wpfFilterWrapper .wfpDescription{
        background-color: #f2f2f2;
        padding: 9px 20px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .wpfFilterWrapper{
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .filter-title{
        margin-bottom: 0;
        text-transform: uppercase;
        text-align: center;
        font-size: 18px;
        display: block;
    }

    .sidebar-backdrop{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        justify-content: flex-end;
        padding: 10px 20px;
    }

    .opened .sidebar-backdrop{
        width: calc(100% - var(--width));
        display: flex;
    }

    .filter-close{
        width: 35px;
        height: 35px;
        fill: white;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
    }

    .filter-close svg{
        width: 100%;
        height: 100%;
    }

    .open-filter{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 37px;
        width: 100px;
        gap: 8px;
        background-color: #557A95;
        border: 0;
        border-radius: 1px;
        color: white;
        fill: white;
        cursor: pointer;
    }

    .open-filter:focus{background-color: #557A95 !important;}

    .cb-ordering .orderby{width: calc(100% - 105px)}

    .filter-button-icon{
        width: 20px;
        height: 20px;
    }

    .filter-button-icon svg{
        height: 100%;
        width: 100%;
    }

    .banner {
        padding-top: 120px;
    }

    /* == BANNER SECTION == */
    .banner__content {
        flex-direction: column-reverse;
        width: 100%;
        align-items: center;
    }

    .banner__title {
        padding: 20px 0
    }

    .banner__text {
        width: 70%;
    }

    .banner .banner__title h1 {
        font-size: 30px;
        margin-bottom: 18px;
        text-align: center;
        line-height: 36px;
    }

    .banner__image img {
        margin-left: 0;
        width: 100%;
        margin-top: -65px;
    }

    .banner__image {
        width: 95%;
        margin-bottom: 0;
    }

    .banner__button {
        height: 50px !important;
        width: 160px !important;
    }

    .banner__text_line2_column2 {
        width: 60%;
    }

    .grid-reviews__container {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 30px;
        padding: 40px 15px;
    }


    /* ==== Category Section ===== */
    .container .heading {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .product-categories {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 55px;
    }

    .product-category__image {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }

    .product-category__layer {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }

    .product-category__title {
        bottom: -11px;
        font-size: 18px;
    }


    /* ====Products Section ==== */
    .products-grid {
        grid-row-gap: 20px;
        grid-column-gap: 15px;
    }

    .products-grid {
        grid-template-columns: repeat(2, calc((100% - 15px) / 2));
        margin-bottom: 35px;
    }

    .prod__loading--wrapper {
        bottom: 4px;
        margin-right: 0;
    }

    .blog-grid {
        grid-column-gap: 15px;
    }

    /* ==== Benefits Section ===== */
    .benefits {
        margin: 0 auto;
    }

    .benefits__item {
        width: 200px;
        justify-content: left;
    }

    /* ==== Footer Section ==== */
    #menu-copyright-navigation {
        justify-content: flex-start;
    }

    #menu-copyright-navigation li {
        margin: 20px 10px 20px 0 !important;
    }

    .footer__top-container .site-footer__column:first-of-type {
        max-width: 80%;
    }

    .footer__top-container {
        column-gap: 28px;
    }

    .site-footer__column h3 {
        font-size: 18px;
        white-space: nowrap;
    }

    /* ==== Single Product==== */
    .woocommerce span.onsale {
        left: 12%;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        max-width: 500px !important;
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        right: 0.5em;
    }

    .woocommerce-product-gallery {
        flex-direction: column;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        padding-bottom: 0;
        padding-right: 5px;
        padding-top: 5px;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        max-width: 100% !important;
        display: flex;
        grid-template-columns: repeat(auto-fill, minmax(100px, 100px));
        min-width: 100% !important;
        gap: 11px;
    }

    .woocommerce div.product div.summary {
        max-width: 100% !important;
    }
    .woocommerce div.product div.summary {
        width: 100% !important;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 62px !important;
    }
    .woocommerce ul.products {
        margin-right: 0;
        grid-column-gap: 15px;
        grid-row-gap: 25px;
        grid-template-columns: repeat(2, 1fr);
    }

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100% !important;
        margin-bottom: 0;
    }

    /* Product gallery */
    .woocommerce-product-gallery a img {
        height: auto !important;
    }

    /* ==== Related Products ==== */
    .quantity .minus,
    .quantity .plus {
        font-size: 23px !important;
    }

    .quantity input[type=number] {padding: 0 !important;}
    .prod__button-icon {display: flex;}
    .prod__buttons {position: static;}
    .opacity-1 .prod__button-text {font-size: 10px;}

    .navbar {
        position: fixed;
        width: 300px;
        height: 100vh;
        z-index: 99995;
        align-items: flex-start;
        transition: left 0.5s linear;
        background-color: white;
        left: -320px;
        top: 0;
        box-shadow: 5px 5px 15px rgb(0 0 0 / 20%);
        flex-direction: column;
        padding: 10px;
    }

    .navbar.opened {
        left: 0;
        transition: left 0.5s linear;
    }

    .navbar.opened .site-search{
        display: block;
        width: 100%;
    }

    .navbar__menu {
        width: 100%;
        flex-direction: column;
        line-height: 40px;
    }

    .navbar__menu > li:not(:last-child) {
        border-bottom: 1px solid #ccc;
    }

    .navbar-container {height: 60px;}

    .navbar-opener {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .navbar-opener svg {
        width: 19px;
        margin-right: 7px;
        fill: var(--dark-blue);
    }

    .site-search {display: none}
    .navbar__menu > li:first-child a {padding-left: 4px;}
    .navbar__menu .sub-menu{
        position: static;
        line-height: 20px;
    }

    .navbar__menu .sub-menu:after{display: none}

    .menu-item-has-children > a{
        display: flex;
        line-height: 41px;
        padding: 0 !important;
        align-items: center;
        justify-content: space-between;
    }

    .close-navigation {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        padding-top: 15px;
        padding-right: 5px;
    }

    .close-navigation span {
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 13px;
    }

    .footer__bottom-container p {margin-bottom: 20px !important;}

    /* ==== About US Page ==== */
    .wp-block-columns.about-first-row {flex-direction: column;}
    .about-first-row .wp-block-image img,
    .about-second-row .wp-block-image img {max-width: 100% !important;}
    .about-first-row .wp-block-column h3,
    .about-second-row .wp-block-column h3 {margin: 10px 0 0;}
    .about-first-row .wp-block-column h3,
    .about-second-row .wp-block-column h3,
    .about-first-row .wp-block-column p,
    .about-second-row .wp-block-column p {padding: 0;}
    .about-icons-row {flex-direction: column;}
    .about-icons-row .wp-block-column:nth-child(1),
    .about-icons-row .wp-block-column:nth-child(2) {
        border: none;
        padding-bottom: 20px;
    }

    /* ==== My account ==== */
    .woocommerce-MyAccount-content {margin-top: 50px !important;}
    #customer_details {width: 100% !important;}

    /* ==== checkout ==== */
    form.woocommerce-checkout {flex-direction: column;}

    /* ==== Checkout ==== */
    .woocommerce .col2-set,
    .woocommerce-page .col2-set {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {width: 100%;}

    .woocommerce-checkout-review-order {
        margin-top: 62px;
        width: 100%;
    }

    /* ===== Contact ===== */
    .contact-details a,
    .contact-details span {
        font-size: 13px !important;
    }

    .modal_wrapper--content {margin: auto 30px;}

    /* ===== Newsletter popup ===== */
    .newsletter-pop-up p {text-align: center;}
    .coupon-card h3 {font-size: 20px;}
    .coupon-card {padding: 0 88px !important;}

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .prod {padding: 0;}

    .woocommerce ul.products li.product:hover,
    .woocommerce-page ul.products li.product:hover,
    .prod:hover {box-shadow: unset;}

    .prod__notice-sale,
    .woocommerce ul.products li.product .onsale {
        top: 5px;
        left: 6px;
    }

    .newsletter-pop-up p {
        padding: 0 10px;
        font-style: italic;
    }

    .modal_wrapper--content {padding: 10px 10px;}

    .heading {font-size: 25px;}

    /* Shop Sidebar */
    .custom-shop__content {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .yith-wcan-filters {
        transform: translateX(-150%);
        position: fixed;
        left: 0;
        top: 0;
        transition: .5s;
        max-width: 320px;
        height: 100vh;
        width: 100%;
        padding: 30px 25px;
        background: #fff;
        z-index: 999999999;
    }

    .yith-wcan-filters.active {
        transform: translateX(0);
        transition: .6s;
    }

    .sidebar-backdrop.active {
        display: block;
        content: "";
        position: fixed;
        left: 0;
        height: 100vh;
        width: 100vw;
        z-index: 999999;
        top: 0;
        background: #000;
        opacity: .5;
    }

    .custom-filter__button {display: block;}

    .custom-shop__sidebar img {
        margin-left: auto;
        transform: translateY(45px);
        margin-bottom: -30px;
    }

    .custom-shop__content .woocommerce-ordering {
        width: 100%;
        padding: 0;
        float: left;
    }

    .custom-shop__content .woocommerce-result-count {padding: 0;}

    /* My ACCOUNT PAGE */
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding-top: 0;
        width: 100%;
    }

    .woocommerce-MyAccount-content .woocommerce-info a.button:not(.checkout-button) {
        height: 35px;
        margin-top: 10px !important;
    }

    .homepage-newsletter .tnp-subscription input.tnp-email,
    .homepage-newsletter .tnp-subscription input.tnp-submit {height: 50px;}

    /* cart */
    .woocommerce-cart .quantity {justify-content: flex-end;}
    .woocommerce-cart td.product-quantity {
        padding-right: 10px !important;
    }
    .woocommerce-cart td.product-remove {border-top: none !important;}
    .woocommerce-cart td.product-name a {
        font-size: 14px;
        padding-left: 10px;
    }
    .woocommerce-cart td.product-remove a {margin-left: auto;}
    .woocommerce-cart .woocommerce-cart-form table {
        border: none;
        margin-bottom: 0;
    }
    .woocommerce-cart .woocommerce-cart-form table tr {
        margin-bottom: 25px;
    }
    .woocommerce-cart .woocommerce-cart-form table tr:last-of-type {
        margin-bottom: 0;
    }
    .woocommerce .cart-collaterals:has(.cross-sells) .cart_totals {
        width: 100%;
    }
    .woocommerce-cart .cross-sells {
        padding-bottom: 50px;
    }
    .woocommerce-cart .select2-container .select2-selection--single .select2-selection__rendered {
        text-align: left !important;
    }
}
@media screen and (max-width: 599px) {
    .footer-copyright.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footer-copyright.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column>.wp-block-image {
        margin-bottom: 0;
    }

    .footer-copyright {
        justify-content: center;
        flex-direction: column-reverse;
        padding-bottom: 10px;
    }

    .homepage-newsletter form {
        grid-template-columns: none;
        text-align: center;
        grid-row-gap: 10px;
    }

    .tnp-privacy-field {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 3;
    }


    /* ==== Free shipping coupon ==== */
    .coupon-card h3 {
        font-size: 17px;
        line-height: 20px;
    }

    .coupon-card span {
        font-size: 15px;
    }

    .coupon-card {
        padding: 0 50px !important;
        margin: 0 10px;
    }

    .product-category__layer {
        right: 7px;
        bottom: 7px;
    }

    .product-categories {
        grid-row-gap: 40px;
    }

    .tnp-subscription div.tnp-field {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .tnp-subscription .tnp-field-button {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 600px) {
    .single-product div.product form.cart .button {
        width: calc(100% - 35%) !important;
        float: right;
    }
}
@media screen and (max-width: 576px) {

    .woocommerce-form-login-toggle + .login .woocommerce-form-login__rememberme{
        display: block;
        margin-bottom: 10px;
    }

    /* Recent posts shop */
    .shop-posts .shop-posts__link {
        display: block;
        height: 200px;
    }
    .shop-posts .shop-posts__image {
        height: 100%;
    }
    .shop-posts .shop-posts__wrapper.slider .shop-posts__image {
        height: 100%;
    }

    .shop-posts .slick-dots{
        left: 50%;
        bottom: -28px;
        transform: translateX(-50%);
        top: unset;
        right: unset;
    }

    .related.recently-viewed{
        margin-top: 100px;
    }

    .shop-posts .heading-sidebar{text-align: center !important;}

    /* banner 2 end */
    .shortcuts__label {
        display: none;
    }

    .contact-details__label {
        max-width: 100%;
        width: 100%;
    }

    .wp-block-columns {
        flex-direction: column-reverse;
    }

    .footer__bottom-container>img {
        margin-bottom: 10px;
        margin-left: 0;
    }

    .footer__bottom-container {
        flex-direction: column-reverse;
    }

    .footer__top-container .site-footer__column:first-of-type {
        max-width: 90%;
    }
    /* ====Footer Section==== */
    .footer__top-container {
        grid-template-columns: 1fr;
    }
    .footer__top-container .site-footer__column:first-of-type {
        grid-column: 1;
        max-width: 100%;
    }
    .footer__top-container .site-footer__column:first-of-type img {
        margin-bottom: 20px;
        margin-left: 0;
    }
    /* == banner section == */
    .banner__image img {
        min-height: 304px;
    }

    .banner__title h1 {
        font-size: 23px;
        margin-bottom: 0;
    }

    .banner__button {
        height: 45px !important;
        font-size: 10px !important;
        width: 130px !important;
    }

    .banner__text_line2_column2 {
        width: 70%;
    }

    .product-category__image {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }

    .product-category__layer {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }

    /* ===== Category ====== */
    .product-category__title {
        bottom: -12px;
        font-size: 17px;
    }

    /* === Newslatter Section === */
    .tnp-subscription label {
        font-size: 14px !important;
    }

    /* ====Product Section ==== */
    
    .prod__title, .prod__price {
        font-size: 15px;
    }

     .woocommerce ul.products li.product .price {
        line-height: 30px;
    }

    .added_to_cart{
        bottom: 0;
        left: 0 !important;
        height: 40px;
        line-height: 40px;
        float: unset !important;
    }

    .prod__group .prod__loading--wrapper{
        bottom: 0 !important;
    }

    .prod__loading--wrapper {
        align-items: center;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin-bottom: 0;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .prod {
        display: flex;
        flex-direction: column;
    }

    .archive_add_to_cart_button {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 6px;
    }
    .woocommerce-cart .cross-sells h2,
    .woocommerce .cart-collaterals:has(.cross-sells) .cart_totals h2 {
        font-size: 21px;
    }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        letter-spacing: 0.6px;
        font-size: 13px;
    }

    .archive .prod__loading--wrapper,
     .single-product .prod__loading--wrapper {
        bottom: 0;
    }
    
    .prod {
        max-width: 400px;
    }

    .prod__group {
        flex-direction: column-reverse;
    }
    .prod__add-to-cart {
        width: 100%;
        text-align: center;
    }

    .prod:hover .prod__price {
        opacity: 1;
    }

    .prod__price {
        margin: 5px 0;
        line-height: 20px;
        text-align: center;
        width: 100%;
    }

    .prod__buttons {
        opacity: 1;
    }

    .prod:hover .prod__buttons {
        transform: unset;
    }

    .products-grid .prod__notice-sale {
        top: 15px;
        left: 8px;
    }

    .prod__loading {
        width: 20px;
        height: 20px;
    }

    /* ==== Blog Section ==== */
    .blog-post {
        max-width: 400px;
    }

    .blog-post__permalink {
        font-size: 14px;
    }

    /* ==== Benefits Section ===== */
    .benefits {
        height: auto;
        grid-template-columns: repeat(1, 1fr);
        transform: translateX(0);
        padding: 60px 0 30px 0 !important;
    }

    .benefits__item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        text-align: center;
    }

    /* ====Footer Section==== */
    .footer__top-container {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 25px;
    }

    #menu-copyright-navigation {
        display: unset;
    }

    .tnp-subscription label {
        font-weight: 400 !important;
        font-size: 16px;
    }

    .woocommerce div.product div.summary {
        margin-bottom: 50px;
    }

    .wp-block-image .alignright,
    .wp-block-image .alignleft
    {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    footer .wp-block-image {justify-content: left;}

    /* ==== Single Product ==== */
    .single-product .quantity .qty {
        width: 50px !important;
    }
    .single-product div.product form.cart .button {
        width: calc(100% - 170px) !important;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        grid-template-columns: repeat(auto-fill, minmax(60px, 60px));
    }
    .woocommerce-product-gallery a img {
        height: auto !important;
    }
    .buy-together__panel {
        padding: 15px;
    }

    .woocommerce span.onsale {
        left: 4%;
    }

    /* Shop page */
    .archive .site-main {
        padding: 50px 0;
    }

    /* Contact page */
    .contact-secondary .row .col-md-6 {
        width: 100%;
    }

    .submit-row .col-md-6:nth-child(2) {
        margin-top: 20px;
    }

    .contact-details .col-3 {
        width: 100%;
    }

    .contact .wpcf7-form .row input {
        height: 45px !important;
    }
    .wpcf7-form .submit-row input[type="submit"] {
        width: 100%;
    }
    .wpcf7-form .wpcf7-spinner {
        right: calc(50% - 20px);
        transform: translateX(-50%);
    }
    .contact-details .contact-details__item:nth-child(2) .contact-details__icon,
    .contact-details .contact-details__item:nth-child(1) .contact-details__icon {
        margin-right: 27px;
    }

    .contact-details .contact-details__item:nth-child(3) .contact-details__icon,
    .contact-details .contact-details__item:nth-child(4) .contact-details__icon {
        margin-right: 20px;
    }

    .contact-primary .font-large {
        max-width: 100%;
    }

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: left;
    }

    .contact-details__item {
        justify-content: left;
    }

    /* ==== Contact ==== */
    .contact-details .contact-details__item {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .contact-details {
        transform: translateX(0px);

    }

    /* My account */
    .woocommerce-account .woocommerce-info {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }
    /* My ACCOUNT PAGE */
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
    .woocommerce-account .woocommerce-info::before {
        margin-left: 30px;
    }
    .woocommerce-MyAccount-content form .form-row {
        width: 100% !important;
    }
    .woocommerce-MyAccount-content form .form-row input.input-text,
    .woocommerce-MyAccount-content .select2-container--default .select2-selection--single {
        height: 40px !important;
    }
    .woocommerce-MyAccount-content .wt-mycoupons h4 {
        margin-bottom: 12px;
    }

    /* Contact Page */

    .wpcf7-form .row {
        grid-template-columns: repeat(1, 100%);
    }

}
@media screen and (max-width: 480px) {

    /* == BANNER SECTION == */
    .banner {
        padding-bottom: 15px;
        padding-top: 70px;
    }

    .banner__text {
        width: 100%;
        align-items: center;
        padding: 0;
        margin-bottom: 20px;
    }

    .banner__image {width: 100%}

    .banner__image img {
        margin-top: -45px;
        min-height: 234px;
    }

    .banner__title {
        width: 100%;
        margin-right: 0 !important;
        text-align: center;
        margin-left: unset;
    }

    .banner__title h1 {
        width: 100%;
        font-size: 25px;
        margin-bottom: 15px;
    }

    .banner__fancy-line {
        height: 2px;
        padding: 0;
        width: 50px;
        margin: 0 0 19px;
    }

    .banner__text_line2 {
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0;
        right: 0;
    }

    .banner__text_line2_column2 {
        width: 100%;
        align-items: center;
    }

    .banner__title {margin-right: -90px;}

    .banner__sentence {
        font-size: 12px;
        text-align: center;
    }

    .banner__button {height: 45px !important;}

    .grid-reviews__container {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 30px;
        padding: 40px 15px;
    }

    .grid-reviews__item {padding: 10px 20px;}
    
    /* ==== Category Section ===== */
    .product-category__title {
        bottom: -38px;
        font-size: 18px;
        width: 120px;
    }

    .product-category__image {
        width: calc(100% - 16px);
        height: calc(100% - 16px);
    }

    /* ====Blog Section ==== */

    .blog-post__permalink {
        font-size: 13px;
        text-align: justify;
    }

    .blog-post__date {
        margin-top: 3px;
        font-size: 12px;
    }

    /* ===== Newsletter Section ===== */
    .newsletter .heading {font-size: 22px;}

    /* ==== Footer Section ==== */
    .sub-footer {
        justify-content: flex-start;
        flex-direction: column;
    }

    .sub-footer__title {padding: 0;}

    /* ==== Single Product==== */
    body.single-product .variations_form .variations select {height: 39px;}

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100% !important;
        max-width: 400px;
    }

    .prod__title {font-size: 14px;}

    .woocommerce ul.products li.product .woocommerce-loop-product__title, .prod__price, .woocommerce ul.products li.product .price  {
        font-size: 15px;
    }
  
    .opacity-1 .prod__button-text {
        font-size: 11px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        margin: 0 auto;
    }

    .woocommerce div.product form.cart .button,
    .single-product div.product form.cart div.quantity {
        height: 40px !important;
    }
    .single-product div.product .quantity .qty {
        width: 40px !important;
    }
    .single-product div.product form.cart .button {
        font-size: 13px;
    }
    .single-product div.product div.summary {
        width: 100% !important;
    }
    .single-product .quantity .minus,
    .single-product .quantity .plus {
        height: 40px;
        width: 40px !important;
    }
    .woocommerce-variation-add-to-cart .variations_button .woocommerce-variation-add-to-cart-disabled {
        display: flex !important;
        justify-content: space-between !important;
    }

    .single-product .quantity input {
        height: 40px;
    }
    .woocommerce span.onsale {
        left: 3%;
        top: 10px;
        font-size: 13px;
    }

    /* Shop page */
    .archive ul.products[class*="columns-"] li.product:first-child {
        padding-right: 0;
    }

    .archive ul.products[class*="columns-"] li.product:nth-child(2n+2) {
        padding-left: 0;
    }

    .archive ul.products[class*="columns-"] li.product:nth-child(2n+3) {
        padding-right: 0;
    }

    .product-category__layer {
        right: 3px;
        bottom: 3px;
    }

    .product-categories {
        grid-row-gap: 55px;
    }

    /* ==== My account ==== */

    .woocommerce-MyAccount-content {
        margin-top: 60px !important;
    }

    .woocommerce-MyAccount-navigation ul {
        line-height: 30px;
    }

    .woocommerce-MyAccount-navigation li::after {
        top: 35px;
    }

    /* ==== Mini cart ==== */
    .product-quantity::before {
        margin-top: 7px !important;
    }

    .coupon .button {
        line-height: 2px;
        font-size: 12px !important;
        letter-spacing: normal;
        padding: 0 !important;
    }

    .woocommerce-ordering {
        width: 100%;
    }

    .woocommerce div.product form.cart .variations td {
        line-height: 0 !important;
    }

    .variations td {
        width: 100%;
    }

    .woocommerce div.product form.cart .variations label {
        margin-right: 20px;
    }

    .woocommerce-info a.button:not(.checkout-button) {
        font-size: 11px !important;
    }
    .single-product .woocommerce-notices-wrapper a.button:not(.checkout-button) {
        height: 32px;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .woocommerce-info::before {
        left: 20px;
        margin-left: 0;
        position: absolute;
        margin-right: 5px;
    }

    /* ==== My account ==== */
    .contact-details__label {
        font-size: 14px;
    }


    /*  ==== Pop up window ==== */
    .newsletter-pop-up .separator {
        margin-top: 10px;
    }

    .newsletter-pop-up {
        padding: 10px 0;
    }

    /* ==== Free shipping coupon ==== */
    #cpnCode {
        border-right: 1px dashed #fff;
        font-size: 14px;
        padding: 10px 9px;
    }

    #cpnBtn {
        padding: 0 9px;
        font-weight: 400;
        font-size: 14px;
        /* max-height: 133px; */
        height: 39px;
        display: flex;
        align-items: center;
    }

    /* Coupon card */

    .coupon-card {
        padding: 0 23px !important;
    }

    .coupon-card span {
        font-size: 14px;
    }

    .circle1,
    .circle2 {
        width: 40px;
        height: 40px;
    }

    .circle1 {
        left: -18px;
    }

    .circle2 {
        right: -18px;
    }

    .buy-together__image {
        min-width: 75px;
        width: 75px;
        height: 75px;
    }

}
@media screen and (max-width: 420px) {

    /* Shop recent posts */
    .shop-posts__wrapper.block {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .shop-posts .shop-posts__link {height: 175px;}

    .shop-posts .shop-posts__image {height: 100%;}
    .shop-posts .slick-dots {
        bottom: -35px;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
    }
    .shop-posts {margin: 40px 0 70px 0;}
    .prod__price {font-size: 14px;}


}
@media screen and (max-width: 380px) {
    /* cart page */
    .woocommerce-cart .cross-sells ul.products {grid-template-columns: 1fr;}
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        letter-spacing: 0.3px;
        font-size: 12px !important;
    }
    .woocommerce ul.products {
        grid-template-columns: 1fr;
        row-gap: 25px;
    }
}
@media screen and (max-width: 320px) {

    /* ==== Category Section ===== */
    .product-categories {grid-row-gap: 50px;}
    .container .heading {font-size: 17px;}

    .product-category__title {
        margin-bottom: 0;
        font-size: 19px;
    }

    .product-category__image {
        width: calc(100% - 25px);
        height: calc(100% - 25px);
    }

    .product-category__layer {
        width: calc(100% - 25px);
        height: calc(100% - 25px);
    }

    /* ====Product Section ==== */
    .prod {width: 100%;}
    .prod__button-icon {display: none;}
    .prod__button-text {font-size: 10px;}

    /* ====Blog Section ==== */
    .blog-grid {grid-template-columns: repeat(1, minmax(150px, 1fr));}
    .blog-post__image {height: 150px;}

    /* ====  Product Page ==== */
    .woocommerce .quantity {font-size: 15px !important;}
    .opacity-1 .prod__button-text {font-size: 8px !important;}

    .coupon .button {
        font-size: 10px !important;
        padding: 0 !important;
    }

}
@media screen and (max-width: 260px) {
    /* ==== Category Section ==== */

    .product-category__title {
        font-size: 15px;
        margin-bottom: 0;
    }

    .footer__social-media {
        max-width: 100px;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
    }

    .footer__media {
        min-width: 25%;
        margin-bottom: 20px;
    }
}

@container (max-width: 400px){
    .woocommerce div.product form.cart .variations tbody tr{
        display: flex;
        flex-direction: column;
    }
}