/*
 Theme Name: Plant Garden Child
 Template: plant-garden
 Description: Child theme for Plant Garden
 Version: 1.0
 Author: Your Name
*/

.wpcf7-not-valid-tip {
    font-weight: normal !important;
}

@media (min-width:1600px) {
    .top-info-box .col-lg-2 {
        width: auto;
    }
}

.product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-height: 360px !important;
    object-fit: cover;
    width: 100% !important;
}

.product span.onsale {
    display: none;
}

/* .product .eael-product-wrap {
  padding-top: 1.5vw;
} */
body .eael-product-grid .eael-product-wrap .eael-product-price {
    margin-bottom: 25px;
}

.product .add_to_cart_button,
.woocommerce .product a.added_to_cart {
    background: #287305 !important;
    width: 100%;
    border-radius: 0px !important;
    margin: 0px !important;
}

.product .add_to_cart_button:hover,
.woocommerce .product a.added_to_cart:hover,
.product .add_to_cart_button:focus,
.woocommerce .product a.added_to_cart:focus {
    background: #000 !important;
    box-shadow: 0 0 0;
    outline: none;
}

p:last-child {
    margin-bottom: 0;
}

.logo {
    display: grid;
}

#site-navigation form.woocommerce-product-search {
    display: flex;
    justify-content: flex-end;
}


.logo a .custom-logo {
    width: 214px !important;
    height: auto !important;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.wpcf7-not-valid-tip {
    font-weight: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

body {
    font-family: 'Red Hat Display', sans-serif;
    color: #a3aab4;
    margin: 0;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: var(--second-color);
}

a {
    color: var(--second-color);
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear;
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--first-color);
    text-decoration: none;
}

.alignwide {
    margin-left: -80px;
    margin-right: -80px;
}

.alignfull img {
    width: 100vw;
}

.post-single a,
.page-single a,
.sidebar-area .textwidget a,
.comment-content a,
.woocommerce-product-details__short-description a,
#tab-description a,
.extra-home-content a {
    text-decoration: underline;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 0px;
}

.wp-block-button__link {
    background: var(--first-color);
    color: #fff !important;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    border: 2px solid #222222;
    color: #222222 !important;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0px !important;
}

.tag-title h3,
.tag-title h1 {
    overflow-wrap: anywhere;
}

.blocks-gallery-grid:not(.has-nested-images) {
    padding: 6px;
}

.feature-header {
    position: relative;
    background-color: #000;
}

.feature-header img {
    width: 100%;
    height: 320px !important;
    object-fit: cover;
    opacity: 0.4;
}

h1.post-title.feature-header-title {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    word-break: break-all;
}

.feature-header-bread-crumb-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-header-bread-crumb {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.feature-header-bread-crumb-wrapper .bread_crumb {
    position: relative;
    top: 0;
    font-size: 17px;
    color: #fef7a2;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.feature-header-bread-crumb-wrapper .post-title.feature-header-title,
.feature-header-bread-crumb-wrapper .bread_crumb {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    text-align: center;
}

.feature-header-bread-crumb-wrapper .post-title.feature-header-title {
    position: relative;
    margin: 0 0 10px;
}

/* ===============================================
   Post Format
   ============================================= */

.entry-video iframe {
    width: 100%;
}


@media (min-width:1600px) {
    .top-info-box .col-lg-2 {
        width: auto;
    }
}

/* ===============================================
   HEADER BOX
   ============================================= */
.product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-height: 360px !important;
    object-fit: cover;
    width: 100% !important;
}

.product span.onsale {
    display: none;
}

/* .product .eael-product-wrap {
  padding-top: 1.5vw;
} */
body .eael-product-grid .eael-product-wrap .eael-product-price {
    margin-bottom: 25px;
}

.product .add_to_cart_button,
.woocommerce .product a.added_to_cart {
    background: #287305 !important;
    width: 100%;
    border-radius: 0px !important;
    margin: 0px !important;
}

.product .add_to_cart_button:hover,
.woocommerce .product a.added_to_cart:hover,
.product .add_to_cart_button:focus,
.woocommerce .product a.added_to_cart:focus {
    background: #000 !important;
    box-shadow: 0 0 0;
    outline: none;
}

.top-header {
    border-bottom: solid 1px #f5f7fb;
    background: #eaf3e6;
}

.top-info-box i {
    background: #e5faf1;
    width: 40px;
    transform: scale(-1, 1);
    height: 40px;
    padding: 10px 0;
    text-align: center;
    border-radius: 30px;
    color: var(--first-color);
}

.top-info-box h6 {
    color: var(--first-color);
    font-size: 15px;
    font-weight: 300;
}

.top-info-box p {
    color: var(--second-color);
    font-weight: 600;
}

a.cart-customlocation i,
a.myacunt-url i {
    background: #fef7a2;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    color: var(--first-color);
    border-radius: 30px;
}

.header input.search-field:hover,
.header input.search-field:focus {
    box-shadow: 0 0 0;
    outline: none;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 !important;
    outline: none !important;
}

body .wc-blocks-components-select .wc-blocks-components-select__label {
    top: 5px !important;
}

/* ===============================================
   LOGO BOX
   ============================================= */
/*img.custom-logo {
    height: 70px;
    width: 70px;
}*/
.main-navigation .menu::before {
    display: none;
}

.logo {
    display: grid;
}

.logo a {
    color: var(--second-color);
    font-size: 20px;
    line-height: 35px;
    text-decoration: none;
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear;
    font-weight: 600;
}

.logo span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: var(--second-color);
    padding: 0 30px;
}

.logo-image {
    float: left;
}

/* ===============================================
   PRODUCT SEACRH AND PRODUCT DROPDOWN
   ============================================= */

.header .product-btn {
    padding: 10px 15px;
    background: transparent;
    color: #8d8ca4;
    border: 1px solid #ededed;
    width: 100%;
    text-align: left;
}

.header .product-cat {
    background: #f5f5f5;
    color: #8d8ca4;
    border: 1px solid #ededed;
    list-style: none;
    position: absolute;
    width: 93%;
    z-index: 999;
    text-align: left;
}

.header .product-btn i,
.header li.drp_dwn_menu i {
    text-align: right;
    float: right;
    margin: 3px 0;
}

.header li.drp_dwn_menu {
    border-bottom: 1px solid #ededed;
    padding: 14px;
}

.header li.drp_dwn_menu:hover {
    background: var(--first-color);
}

.header li.drp_dwn_menu:hover a,
.header li.drp_dwn_menu:hover i {
    color: #fff;
}

.header li.drp_dwn_menu a {
    color: #8d8ca4;
}

.header input.search-field {
    padding: 10px 15px;
    color: #8d8ca4;
    border: none;
    float: left;
    width: 83%;
}

.header input.search-field::placeholder {
    color: #8d8ca4;
}

.header button.search-button {
    padding: 10px 15px;
    background: #fff;
    color: #8d8ca4;
    border: none;
    cursor: pointer;
}

/**
====================================================================
  Navigation
====================================================================
*/
.top-menu-wrapper {
    padding: 0;
}

#site-navigation {
    padding: 0;
}

.main-navigation ul .menu-item.menu-item-has-children a,
.main-navigation ul .page_item.page_item_has_children a {
    position: relative;
}

.main-navigation .menu>li i,
.menu li i {
    font-size: 16px;
}

.main-navigation li.current_page_item>a,
.main-navigation li.current-menu-item>a,
.main-navigation .menu>li>a:hover,
.main-navigation .menu>li.current_page_parent a {
    background: var(--first-color);
    color: #fff;
}

.main-navigation ul li a {
    text-transform: capitalize;
    color: var(--second-color);
}

.main-navigation ul .menu-item.menu-item-has-children .sub-menu a:after,
.main-navigation ul .page_item.page_item_has_children .children a:after {
    content: none;
}

.main-navigation .menu ul {
    margin-bottom: 0px;
    padding: 0px;
}

.main-navigation .menu li {
    display: inline;
    position: relative;
    list-style: none;
}

.top-menu-wrapper ul {
    gap: 5px 40px;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.page_item a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.woocommerce div.product div.images img {
    height: auto;
    object-fit: cover;
    background: #fff;
    aspect-ratio: 1/1;
    width: 100%;
}

.wpgs-for .slick-arrow {
    margin: 0 20px;
}

.woocommerce div.product form.cart {
    margin-bottom: 1em;
    gap: 0;
}

.main-navigation .menu>li>a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;

}

.main-navigation .menu>li:last-child>a {
    border-right: none;
}

#site-navigation .page_item_has_children ul li a,
#site-navigation .main-navigation .menu .menu-item-has-children ul li a {
    font-size: 16px;
    position: relative;
    display: block;
    color: var(--first-color);
    text-align: left;
    padding: 12px 20px !important;
    line-height: 22px;
    font-weight: 500;
}

#site-navigation .menu ul.sub-menu li a,
#site-navigation .menu ul.children li a {
    line-height: 1.5;
}

nav#site-navigation {
    padding: 0;
}

.main-navigation ul.sub-menu>li>a,
.main-navigation ul.children>li>a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    transition: color 0.3s ease;
    font-size: 16px;
}

.main-navigation ul.sub-menu>li>a::before,
.main-navigation ul.children>li>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--first-color);
    color: #fff;
    z-index: -1;
    transition: left 0.4s ease;
}

.main-navigation ul.sub-menu>li>a:hover::before,
.main-navigation ul.sub-menu>li>a:focus::before,
.main-navigation ul.children>li>a:hover::before,
.main-navigation ul.children>li>a:focus::before {
    left: 0;
}

.main-navigation ul.sub-menu>li>a:hover,
.main-navigation ul.sub-menu>li>a:focus,
.main-navigation ul.children>li>a:hover,
.main-navigation ul.children>li>a:focus {
    color: #fff !important;
}

.main-navigation .menu,
.main-navigation .menu ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* div#mySidenav {
    display: inline-flex;
} */
.main-navigation .menu>li,
.main-navigation .menu li {
    display: inline;
    position: relative;
}

.main-navigation .sub-menu,
.main-navigation .children {
    background-color: #ffffff;
    list-style: none;
    padding-left: 0;
    position: absolute;
    opacity: 0;
    left: -9999px;
    z-index: 99999;
    width: 200px !important;
    border: none;
}

.main-navigation ul.sub-menu.dropdown-menu {
    border: none;
    border-radius: unset;
}

.main-navigation .sub-menu>li>a:hover,
.main-navigation .sub-menu>li>a:focus,
.main-navigation .children>li>a:hover,
.main-navigation .children>li>a:focus {
    background: #000;
    color: #fff;
}

.main-navigation .sub-menu li ul.sub-menu,
.main-navigation .children li ul.children {
    left: 200px !important;
    top: -1px !important;
}

.main-navigation .sub-menu>li,
.main-navigation .children>li {
    display: block;
    float: none;
    position: relative;
    width: 100%;
}

.main-navigation .sub-menu>li.menu-item-has-children .submenu-expand,
.main-navigation .children>li.page_item_has_children .submenu-expand {
    display: inline-block;
    position: absolute;
    width: calc(24px + 1rem);
    right: 0;
    top: calc(.125 * 1rem);
    bottom: 0;
    color: white;
    line-height: 1;
    padding: calc(.5 * 1rem);
}

.main-navigation .sub-menu>li.menu-item-has-children .submenu-expand,
.main-navigation .children>li.page_item_has_children .submenu-expand {
    margin-right: 0;
}

.main-navigation .sub-menu>li>a,
.main-navigation .sub-menu>li>.menu-item-link-return,
.main-navigation .children>li>.menu-item-link-return {
    color: #000;
    display: block;
    padding: 14px;
    font-weight: 400;
}

.main-navigation .sub-menu>li>.menu-item-link-return,
.main-navigation .children>li>.menu-item-link-return {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

.main-navigation .sub-menu>li>a:empty,
.main-navigation .children>li>a:empty {
    display: none;
}

.main-navigation .sub-menu>li.mobile-parent-nav-menu-item,
.main-navigation .children>li.mobile-parent-nav-menu-item {
    display: none;
    font-size: 0.88889em;
    font-weight: normal;
}

.main-navigation .sub-menu>li:last-child,
.main-navigation .children>li:last-child {
    border-bottom: none;
}

.toggle-nav,
a.closebtn {
    display: none;
}

.sub-menu span.dashicons.dashicons-arrow-down-alt2 {
    position: absolute;
    top: 10px;
    right: 0;
}

.main-navigation .dashicons-arrow-down-alt2:before {
    content: "\f347";
    font-size: 15px;
    color: #000;
}

.children.dropdown-menu span.dashicons.dashicons-arrow-down-alt2 {
    position: absolute;
    top: 10px;
    right: 0;
}

#site-navigation form.woocommerce-product-search {
    display: flex;
    justify-content: flex-end;
}

/* ===============================================
   POST BOX
   ============================================= */

.post-box {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 10px;
    padding: 10px;
}

.post-thumbnail {
    line-height: 0;
}

h3.post-title a {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000000;
}

.post-content p {
    color: #898d94;
}

.post-content {
    word-wrap: break-word;
}

.post-meta i {
    color: var(--first-color);
}

.post-meta span {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #000000;
    white-space: break-spaces;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.post-content img,
.post-thumbnail img,
.post-content iframe,
.post-content object,
.post-content embed {
    max-width: 100%;
}

.layout-img img {
    max-height: 100%;
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    background: #dfdcdc;
}

.sidebar-area img {
    height: auto;
    width: auto;
}

a.wp-block-button__link {
    height: auto;
}

.post-content {
    color: #3c3c3c;
}

.post-content:after {
    content: "";
    display: table;
    clear: both;
}

#content,
footer {
    float: left;
    width: 100%;
}

.post-meta.my-3 {
    display: flex;
    justify-content: start;
    border-radius: 4px;
    gap: 50px;
}

.post-meta a {
    color: #000;
}

.more-btn i {
    font-size: 15px;
    margin-left: 10px;
}

.blog-grid-layout .post-meta {
    gap: 20px;
}

/*
===================================================================================
    02. Related post CSS
===================================================================================
*/

.related-post-item h4.post-title {
    word-wrap: break-word;
}

/* ===============================================
   Slider
   ============================================= */

.blog_box p {
    color: #000;
    font-size: 16px;
}

.blog_inner_box img {
    height: 600px;
    object-fit: cover;
}

.blog_inner_box {
    position: relative;
}

.blog_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 55%;
    left: 10%;
}

.blog_box h3 {
    font-size: 45px;
    color: var(--second-color);
}

.blog_inner_box h6 {
    color: var(--first-color);
    font-size: 20px;
    padding: 12px 0px;
}

p.slider-button a {
    background: var(--first-color);
    padding: 12px 25px;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
}

p.slider-button a:hover {
    background: var(--second-color);
}

.slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.slider button.owl-prev,
.slider button.owl-next {
    color: #fff !important;
    letter-spacing: 5px;
    position: absolute;
}

.slider button.owl-prev i,
.slider button.owl-next i {
    padding: 15px;
    border-radius: 50%;
    color: #fff;
    background: var(--second-color);
}

.slider button.owl-prev i:hover,
.slider button.owl-next i:hover {
    background: var(--first-color);
    color: #fff;
}

.slider button.owl-prev {
    left: 15px;
}

.slider button.owl-next {
    right: 15px;
}

/* ===============================================
   Hot Products
  ============================================= */

#hot_products h5 {
    color: var(--first-color);
    font-size: 18px;
}

#hot_products h3 {
    font-size: 35px;
}

#hot_products img {
    width: 100%;
}

#hot_products h4.product-text {
    font-size: 18px;
    font-weight: 600;
}

#hot_products h4 a:hover {
    color: var(--first-color);
}

#hot_products .button2 {
    display: inline-block;
    padding: 10px 20px;
    margin: 30px 0;
    text-align: center;
    color: #ffff;
    transition: all 0.2s;
    text-decoration: none;
    border-radius: 6px;
    text-transform: uppercase;
    background: var(--first-color);
    font-weight: 400;
    font-size: 14px;
}

#hot_products .button2,
#hot_products .button2::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#hot_products .button2::before,
#hot_products .button2::after {
    background: var(--first-color);
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 6px;
}

#hot_products .button2:hover {
    color: #fff;
    background: #090a14;
}

#hot_products .button2::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    background: #090a14;
}

#hot_products .button2:hover:after {
    width: 100%;
}

#hot_products .icon .button1 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #f5f5f5;
    background: var(--first-color);
    font-weight: 600;
    position: absolute;
    right: 0;
    left: 0;
    padding: 10px 10px;
    z-index: 9999;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    margin: 0 auto;
    border-radius: 30px;
}

#hot_products .tab-product:hover .button1 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    top: 50%;
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
    width: 100px;
}

#hot_products a.added_to_cart.wc-forward {
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    width: 100px;
    padding: 10px;
    background: #f5f5f5;
    color: var(--first-color);
    font-weight: 600;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 14px;
    border-radius: 30px;
}

#hot_products figure {
    margin: 0;
    padding: 0;
    background: var(--second-color);
    overflow: hidden;
}

#hot_products figure:hover+span {
    opacity: 1;
}

#hot_products figure img {
    webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#hot_products .product-image:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
}

.product-image {
    position: relative;
}

#hot_products .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    font-family: star;
    color: #ffd146;
}

#hot_products .star-rating::before {
    content: "\73\73\73\73\73";
    color: #ffd146;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

#hot_products .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

#hot_products .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

/*===============================================
   Footer Social Icons
=============================================== */

.copy-text a.social-links {
    margin-left: 14px;
}

/*===============================================
   PRELOADER
=============================================== */

.cssloader {
    padding-top: calc(45vh - 25px);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #212121;
    z-index: 99999;
}

.sh1 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #354952 transparent #ffffff transparent;
    margin: 0 auto;
    animation: shk1 1s ease-in-out infinite normal;
}

.sh2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent var(--first-color) transparent;
    margin: -50px auto 0;
    animation: shk2 1s ease-in-out infinite alternate;
}

/** animation starts here **/
@keyframes shk1 {
    0% {
        transform: rotate(-360deg);
    }

    100% {}
}

@keyframes shk2 {
    0% {
        transform: rotate(360deg);
    }

    100% {}
}

.lt {
    color: #fff;
    margin: 30px auto;
    text-align: center;
    font-weight: 100;
    letter-spacing: 10px;
}

/*--------------------------------*/
.loader-main {
    top: 10px;
    position: relative;
    left: -70px;
}

.triangle35b {
    position: absolute;
    transform-origin: bottom center;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    width: 110px;
    height: 55px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    animation: animTriangle35b 3s linear infinite;
}

@keyframes animTriangle35b {

    0%,
    14% {
        transform: rotate(calc(0deg + var(--angle)));
    }

    25%,
    39% {
        transform: rotate(calc(90deg + var(--angle)));
    }

    50%,
    64% {
        transform: rotate(calc(180deg + var(--angle)));
    }

    75%,
    89% {
        transform: rotate(calc(270deg + var(--angle)));
    }

    100% {
        transform: rotate(calc(360deg + var(--angle)));
    }
}

.triangle35b:nth-child(1) {
    --angle: 0deg;
    background: var(--first-color);
    animation-delay: 0.4s;
}

.triangle35b:nth-child(2) {
    --angle: 90deg;
    background: #fff;
    animation-delay: 0.2s;
}

.triangle35b:nth-child(3) {
    --angle: 180deg;
    background: var(--first-color);
}

/* ===============================================
   sticky header
   =============================================== */

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.admin-bar .fixed-header {
    margin-top: 32px;
}

/* ===============================================
 STICKY POST
 =============================================== */

.post-box.sticky {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

h3.post-title {
    position: relative;
}

.sticky h3.post-title::before {
    content: '\f08d';
    font-family: "Font Awesome\ 5 Free";
    font-size: 25px;
    font-weight: 900;
    color: #000;
    margin-top: 10px;
    z-index: 9;
    left: -30px;
    position: absolute;
    bottom: -6px;
}

.sticky h3.post-title {
    margin-left: 30px;
}

.copyright {
    background: #287305;
}

/* ===============================================
   Pagination
   ============================================= */

.pagination,
.plant-garden-pagination {
    margin: 25px 0;
}

.pagination .nav-links a,
.pagination .nav-links span.current,
.plant-garden-pagination a span,
.plant-garden-pagination span.current {
    display: inline-block;
    text-decoration: none;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 21px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #f3f4f7;
    position: relative;
    margin: 0;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links span.current,
.plant-garden-pagination span.current,
.plant-garden-pagination span.current:hover,
.plant-garden-pagination span.current:focus,
.plant-garden-pagination a span:hover,
.plant-garden-pagination a span:focus {
    background: var(--first-color);
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--first-color);
    color: #fff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-reply a:focus {
    color: #fff;
}

.comment-respond input#submit:hover,
.comment-reply a:hover {
    background: var(--second-color);
    color: #fff;
}

.comment-form-url input,
nav.navigation.pagination {
    width: 100%;
}

.comment-respond input#submit {
    background: var(--first-color);
    border: none;
    color: #fff;
    padding: 10px;
    font-weight: 600;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-title {
    font-size: 1.125rem;
}

.comment-body .pull-left {
    padding-right: 0.625rem;
}

.comment-list {
    padding-left: 0;
}

.comment-list .comment {
    display: block;
}

.comment-list .pingback {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.563rem 0;
}

.comment-list .pingback a {
    margin-left: 5px;
    margin-right: 5px;
}

.comment-content.card-block {
    padding: 15px;
}

.comment-reply a {
    background: var(--first-color);
    padding: 5px 15px;
    color: #fff;
}

.sidebar-area .wp-block-latest-comments__comment-meta {
    float: none;
    background: transparent;
}

.sidebar-area .wp-block-latest-comments__comment-meta a {
    color: #2f3235;
}

ol.wp-block-latest-comments {
    padding: 0;
}

.sidebar-area .wp-block-latest-comments__comment li {
    margin-bottom: 0;
}

ol.wp-block-latest-comments footer {
    background: transparent !important;
    color: var(--second-color);
}

ol.wp-block-latest-comments footer a {
    color: var(--second-color);
}

/* ===============================================
   Breadcrumbs
   =============================================== */

.bread_crumb a:hover {
    color: var(--first-color);
}

.bread_crumb {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 9;
    top: auto;
    bottom: 30%;
}

.bread_crumb a {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 8px;

}

.bread_crumb span {
    color: #FEF7A2;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 8px;
    margin-top: 0;
    display: inline-block;
    border-radius: 20px;
}

body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    display: none;
}

/* ===============================================
   SIDEBARS
   =============================================== */
.sidebar-area {
    color: #000;
}

.sidebar-area .textwidget img {
    width: 100%;
    height: auto;
}

.sidebar-area .sidebar-widget {
    margin-bottom: 25px;
    background: #f5f6f7;
    border-radius: 10px;
    padding: 0px 10px;
}

.sidebar-area a,
.sidebar-area p,
.sidebar-area li,
.sidebar-area address,
.sidebar-area dd,
.sidebar-area blockquote,
.sidebar-area td,
.sidebar-area th,
.sidebar-area .textwidget {
    line-height: 1.9em;
    font-weight: normal;
    color: #000;
}

footer .sidebar-area a,
footer .sidebar-area p,
footer .sidebar-area li,
footer .sidebar-area address,
footer .sidebar-area dd,
footer .sidebar-area blockquote,
footer .sidebar-area td,
footer .sidebar-area th,
footer .sidebar-area .textwidget {
    color: #000;
}

.sidebar-area ul,
#calendar_wrap,
.sidebar-area .textwidget,
.tagcloud {
    list-style: circle;
    margin: 0;
    padding: 0 0px;
}

footer .sidebar-area ul,
footer #calendar_wrap,
footer .sidebar-area .textwidget,
footer .tagcloud {
    list-style: none;
}

.sidebar-area li a,
.sidebar-area li {
    font-size: 15px;
    word-wrap: break-word;
}

.sidebar-area li {
    padding-bottom: 5px;
    list-style: circle;
    margin-left: 25px;
}

.sidebar-area ul li {
    position: relative;
    margin-left: 25px;
    list-style: circle;
}

footer .sidebar-area ul li {
    list-style: none;
    margin-left: 0;
    width: 100%;
}

.sidebar-area ul li ul.children li,
.sidebar-area ul li ul.sub-menu li {
    margin-left: 0;
}

.sidebar-area ul li::marker,
.sidebar-area li::marker {
    color: var(--first-color);
}

.sidebar-area h4.title:before,
.sidebar-area h1.wp-block-heading:before,
.sidebar-area h2.wp-block-heading:before,
.sidebar-area h3.wp-block-heading:before,
.sidebar-area h4.wp-block-heading:before,
.sidebar-area h5.wp-block-heading:before,
.sidebar-area h6.wp-block-heading:before,
.sidebar-area .wp-block-search__label:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 16%;
    bottom: 12px;
    left: 0;
    background-color: var(--first-color);
}

.footer-area h4.title:before,
.footer-area h1.wp-block-heading:before,
.footer-area h2.wp-block-heading:before,
.footer-area h3.wp-block-heading:before,
.footer-area h4.wp-block-heading:before,
.footer-area h5.wp-block-heading:before,
.footer-area h6.wp-block-heading:before,
.footer-area .wp-block-search__label:before {
    display: none;
}

.sidebar-area h4.title,
.sidebar-area h1.wp-block-heading,
.sidebar-area h2.wp-block-heading,
.sidebar-area h3.wp-block-heading,
.sidebar-area h4.wp-block-heading,
.sidebar-area h5.wp-block-heading,
.sidebar-area h6.wp-block-heading,
.sidebar-area .wp-block-search__label {
    padding: 20px 0px;
    color: #000;
    font-size: 22px;
    border-bottom: 1px dashed #dfe0e4;
    font-weight: 500;
    position: relative;
}

.wp-block-search__inside-wrapper {
    margin-top: 10px;
}

footer .sidebar-area form {
    padding: 0px;
}

.sidebar-area .wp-block-search__button {
    background: var(--first-color);
    color: #ffffff;
}

.sidebar-area .tagcloud a,
p.wp-block-tag-cloud a {
    font-size: 15px !important;
    background: var(--first-color);
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin: 5px 0;
    text-decoration: none;
    border-radius: 6px;
}

/*footer .sidebar-area .tagcloud a, footer p.wp-block-tag-cloud a{
  background: #000;
}*/
footer .sidebar-area .tagcloud a:hover,
footer p.wp-block-tag-cloud a:hover {
    background: #fff;
    color: #000;
}

.sidebar-area .tagcloud a:hover {
    background: #000000;
}

.sidebar-area form {
    padding: 15px 0px;
}

.sidebar-area select,
.sidebar-area textarea,
#comments textarea,
.sidebar-area input[type="text"],
#comments input[type="text"],
.sidebar-area input[type="password"],
.sidebar-area input[type="datetime"],
.sidebar-area input[type="datetime-local"],
.sidebar-area input[type="date"],
.sidebar-area input[type="month"],
.sidebar-area input[type="time"],
.sidebar-area input[type="week"],
.sidebar-area input[type="number"],
.sidebar-area input[type="email"],
.sidebar-area input[type="url"],
.sidebar-area input[type="search"],
.sidebar-area input[type="tel"],
.sidebar-area input[type="color"],
.sidebar-area .uneditable-input,
#comments input[type="email"],
#comments input[type="url"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    padding: 5px 2%;
    border: solid 1px #000000;
}

#wp-calendar th,
#wp-calendar #today,
#wp-calendar #today a {
    background: #f3f4f7;
    color: #434343 !important;
}

#wp-calendar a:hover {
    border: none;
}

#wp-calendar {
    background: #fff;
    width: 100%;
}

footer #wp-calendar caption {
    color: #ffffff;
}

#wp-calendar caption {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    text-align: left;
}

#wp-calendar th,
#wp-calendar td {
    text-align: center;
    font-size: 14px;
    color: #434343 !important;
    padding: 3px 6px;
}

#wp-calendar td a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #434343 !important;
    text-decoration: underline
}

#wp-calendar td#prev a,
#wp-calendar td#prev a {
    text-decoration: none;
    text-align: left;
}

#wp-calendar th {
    font-weight: bold
}

tr:nth-child(2n+2) {
    background-color: #f3f4f7;
}

#footer-widgets caption {
    color: #fff;
}

#footer-widgets h4 {
    margin-bottom: 30px;
    font-weight: 600;
    color: #287305;
    font-family: "Noto Serif Hebrew", sans-serif;
}

.searchform label {
    display: block;
}

.searchform input[type=text],
.sidebar-area .wp-block-search__input {
    width: calc(100% - 110px);
    margin: 0;
    padding: 12px;
    float: left;
    background-color: #f3f4f7;
    border: none;
}

.searchform input[type=submit],
.sidebar-area .wp-block-search__button {
    background: var(--first-color);
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: relative;
    float: left;
    text-shadow: none;
    padding: 14px 0;
    width: 100px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: color .3s ease, background-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
}

.searchform input[type=submit]:hover,
.searchform input[type=submit]:focus {
    background-color: var(--first-color);
    text-decoration: none
}

.searchform:after {
    content: "";
    display: table;
    clear: both;
}

footer {
    background: #EAF3E6;
}

footer .sidebar-area {
    background: none;
    padding: 40px 0 20px 0;
}

.wp-block-group__inner-container h2 {
    color: #fff;
}

footer a,
footer p,
footer .sidebar-area li,
footer .sidebar-area address,
footer .sidebar-area dd,
footer .sidebar-area blockquote,
footer .sidebar-area td,
footer .sidebar-area th,
footer .sidebar-area .title,
footer .sidebar-area .textwidget {
    color: #fff;
}

.footer-area ul {
    padding: 0;
}

.footer-area h4.title {
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    text-transform: none;
    background: transparent;
    border: none;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignleft,
img.alignright,
img.aligncenter,
.attachment img {
    max-width: 100%;
    height: auto;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

div.aligncenter,
img.aligncenter {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 25px;
    max-width: 100% !important;
    padding: 4px;
    text-align: center;
}

.wp-caption img {
    margin: 5px 5px 0;
    width: 96%;
    height: auto;
}

.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}

.scroll-up {
    position: fixed;
    bottom: 12px;
    right: 30px;
    z-index: 999;
}

.categories-section .woocommerce-loop-category__title mark.count {
    display: none;
}

.scroll-up a {
    background: #FEF7A2;
    color: #000 !important;
}

.scroll-up a:hover {
    background: #FEF7A2;
    color: #000 !important;
}

.scroll-up a {
    display: block;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    line-height: 2;
    border-radius: 3px;
    font-size: 1.25rem;
    color: #fff;
    opacity: 1;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.scroll-up span {
    top: 7px;
    position: absolute;
    left: 7px;
    font-size: 25px;
    font-weight: 600;
}

.copy-text p {
    font-size: 14px;
}

/* DARK MODE CSS */

body.dark-mode {
    background-color: #000000 !important;
    color: #f1f1f1 !important;
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode .sticky h3.post-title::before,
body.dark-mode a,
body.dark-mode p,
body.dark-mode li,
body.dark-mode blockquote,
body.dark-mode label,
body.dark-mode span,
body.dark-mode .post-content,
body.dark-mode .main-navigation .dashicons-arrow-down-alt2:before,
.header-search i,
body.dark-mode .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
body.dark-mode .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.dark-mode .wc-block-components-totals-item__label,
body.dark-mode .wc-block-components-totals-item__value,
body.dark-mode .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
body.dark-mode .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
body.dark-mode .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
body.dark-mode .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
body.dark-mode .wc-block-components-quantity-selector,
body.dark-mode table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
body.dark-mode .wc-block-components-product-price__value.is-discounted,
body.dark-mode del.wc-block-components-product-price__regular,
body.dark-mode .woocommerce .woocommerce-ordering select,
body.dark-mode .woocommerce form .form-row input.input-text,
body.dark-mode .woocommerce form .form-row textarea {
    color: #fff !important;
}

body.dark-mode span.woocommerce-Price-amount.amount {
    color: grey !important;
}

body.dark-mode input,
body.dark-mode select,
body.dark-mode textarea,
body.dark-mode button {
    background-color: #333;
    color: #fff;
}

body.dark-mode #site-navigation .page_item_has_children ul li a,
body.dark-mode #site-navigation .main-navigation .menu .menu-item-has-children ul li a,
body.dark-mode p.slider-button a:hover,
body.dark-mode .screen-reader-text:focus,
body.dark-mode #wp-admin-bar-woocommerce-site-visibility-badge a.ab-item,
body.dark-mode .searchform input[type=text],
body.dark-mode ul.woocommerce-error li,
body.dark-mode .wc-blocks-components-select .wc-blocks-components-select__label {
    color: #000 !important;
}

body.dark-mode input[type="submit"],
body.dark-mode button[type="submit"] {
    background-color: var(--first-color);
    color: #fff;
}

body.dark-mode table {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
}

body.dark-mode th,
body.dark-mode td {
    background-color: #333 !important;
    color: #fff !important;
}

body.dark-mode tr,
body.dark-mode .post-box h3.post-title a,
body.dark-mode .sticky .post-meta a,
body.dark-mode h5.product-text a,
body.dark-mode #featured-product p.price,
body.dark-mode .card-header a,
body.dark-mode .comment-content.card-block p,
body.dark-mode .sticky .post-content,
body.dark-mode .sticky h3.post-title a,
body.dark-mode .sticky .post-meta a,
body.dark-mode .comment-content a {
    color: #fff !important;
}

body.dark-mode pre,
body.dark-mode code {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
}

body.dark-mode .post-box,
body.dark-mode #coming-soon-footer-banner,
body.dark-mode div.product .woocommerce-tabs ul.tabs li,
body.dark-mode .pagination a,
body.dark-mode .plant-garden-pagination a span,
body.dark-mode #featured-product,
body.dark-mode tr:nth-child(2n+2) {
    background: #121212 !important;
}

body.dark-mode #wp-calendar th,
body.dark-mode #wp-calendar td {
    color: #fff !important;
}

body.dark-mode ul,
body.dark-mode ol {
    color: #f1f1f1 !important;
}

body.dark-mode footer {
    background-color: #1f1f1f;
    color: #f1f1f1;
}

body.dark-mode .pagination a {
    color: var(--first-color);
}

body.dark-mode .widget {
    background-color: #1e1e1e;
}

body.dark-mode .widget a {
    color: #f1f1f1;
}

body.dark-mode .sidebar-area .sidebar-widget,
body.dark-mode .media-body-wrap.card {
    background: #121212;
}



.blog-section .eael-entry-title {
    min-height: 50px;
}

.single .post-content h4 {
    color: #287305;
}


.contact-form-bg .eael-contact-form-description {
    display: none;
}

.contact-form-bg form label input,
.contact-form-bg form label textarea {
    line-height: 45px;
    border: 1px solid #ccc;
    padding: 0px 15px;
    margin: 5px 0 0 0 !important;
}

.contact-form-bg form label textarea {
    padding-top: 15px;
    max-height: 230px;
}

.contact-form-bg form label {
    color: #000;
    margin: 0px 0 0;
    display: inline-block;
    width: 100%;
    font-weight: 400 !important;
}

.contact-form-bg h3 {
    color: #287305;
    font-size: 32px;
    margin: 0 0 25px;
}

body .contact-form-bg input[type="submit"] {
    padding: 12px 44px;
    background: #287305;
    color: #fff;
    font-weight: 400 !important;
    transition: all 0.5s;
}

body .contact-form-bg input[type="submit"]:hover {
    background: #000;
    transition: all 0.5s;
}


/*cart page*/

body .wc-block-components-sidebar {
    padding-left: 0;
    margin: 0 0 30px;
}

body .wp-block-woocommerce-cart .wc-block-cart-items,
body .wp-block-woocommerce-cart-order-summary-block,
body .wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid #dee2e6 !important;
    padding: 10px;
    border-radius: 0;
}

body .wp-block-woocommerce-cart .wc-block-cart__submit-button,
body .wc-block-components-checkout-place-order-button,
body .wc-block-components-totals-coupon__button {
    width: auto;
}

body .wp-block-woocommerce-cart .wc-block-cart__submit-button:hover,
body .wc-block-components-checkout-place-order-button:hover,
body .wc-block-components-totals-coupon__button:hover,
body .wp-block-woocommerce-cart .wc-block-cart__submit-button:focus,
body .wc-block-components-checkout-place-order-button:focus,
body .wc-block-components-totals-coupon__button:focus {
    box-sizing: 0 0 0;
    outline: none;
}

.wc-block-components-button:not(.is-link) {
    padding: 0 20px !important;
}

body .wp-block-woocommerce-cart .wc-block-cart__submit-button,
body .wc-block-components-checkout-place-order-button,
body .wc-block-components-totals-coupon__button,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    width: auto !important;
    padding: 0 30px !important;
    border-radius: 0;
}


body .wc-block-components-form .wc-block-components-text-input input[type=email],
body .wc-block-components-form .wc-block-components-text-input input[type=number],
body .wc-block-components-form .wc-block-components-text-input input[type=password],
body .wc-block-components-form .wc-block-components-text-input input[type=tel],
body .wc-block-components-form .wc-block-components-text-input input[type=text],
body .wc-block-components-form .wc-block-components-text-input input[type=url],
body .wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
body .wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
body .wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-blocks-components-select .wc-blocks-components-select__select {
    background-color: #fff;
    border-radius: 0 !important;
    box-sizing: border-box;
    color: #2b2d2f;
    font-size: 1em;
    width: 100%;
    line-height: 45px;
    border: 1px solid #ccc !important;
    padding: 0px 15px;
    margin: 5px 0 0 0 !important;
    min-height: auto;
}

body .wc-block-components-form .wc-block-components-text-input input[type=email]:hover,
body .wc-block-components-form .wc-block-components-text-input input[type=number]:hover,
body .wc-block-components-form .wc-block-components-text-input input[type=password]:hover,
body .wc-block-components-form .wc-block-components-text-input input[type=tel]:hover,
body .wc-block-components-form .wc-block-components-text-input input[type=text]:hover,
body .wc-block-components-form .wc-block-components-text-input input[type=url]:hover,
body .wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number]:hover,
body .wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel]:hover,
body .wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url]:hover,
.wc-blocks-components-select .wc-blocks-components-select__select:hover,
body .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
body .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
body .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
body .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
body .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
body .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
body .wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number]:focus,
body .wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel]:focus,
body .wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url]:focus,
.wc-blocks-components-select .wc-blocks-components-select__select:focus,
body .wp-block-woocommerce-cart .wc-block-cart__submit-button:hover,
body .wc-block-components-checkout-place-order-button:hover,
body .wc-block-components-totals-coupon__button:hover,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
body .wp-block-woocommerce-cart .wc-block-cart__submit-button:focus,
body .wc-block-components-checkout-place-order-button:focus,
body .wc-block-components-totals-coupon__button:focus,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:focus {
    box-sizing: 0 0 0;
    outline: none;
}

body .wc-block-components-title.wc-block-components-title,
body .woocommerce-order-received .woocommerce-order-details__title {
    color: #328B09;
    margin: 0px 0 15px;
}

body .wc-block-components-form .wc-block-components-text-input label,
body .wc-block-components-text-input label {
    line-height: 45px;
    top: 30px;
}

footer h2.uagb-heading-text,
.footer-info-rgt h2 {
    margin: 0px 0 25px;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 24px;
    color: #328B09;
}

.menu-main-menu-container .menu li a:hover,
footer .sidebar-area a:hover {
    text-decoration: underline;
    color: #328B09;
}

h1.woocommerce-products-header__title.page-title,
.product_title.entry-title,
.woocommerce-Tabs-panel h2,
.related.products h2,
.custom-product-meta h3 {
    font-size: 32px;
    margin: 15px 0;
    display: inline-block;
    color: #328B09;
}

.product .custom-product-meta h3 {
    margin-top: 20px;
    font-size: 24px;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    border-radius: 0;
}

body.woocommerce #review_form #respond p {
    display: flex;
    gap: 0px;
    flex-direction: column;
}

.woocommerce #review_form #respond p.form-submit {
    width: max-content;
}

.woocommerce #review_form #respond p label {
    color: #000;
}

body.woocommerce #review_form #respond p.comment-form-cookies-consent {
    flex-direction: row;
}

body.woocommerce #review_form #respond p input,
body.woocommerce #review_form #respond textarea {
    line-height: 45px;
    border: 1px solid #ccc;
    padding: 0px 15px;
    margin: 5px 0 0 0;
}

body.woocommerce #review_form #respond p.comment-form-cookies-consent input {
    margin: 0;

}

body.woocommerce #review_form #respond p.comment-form-cookies-consent {
    gap: 10px;
}

footer>.container {
    padding: 0;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover {
    background: #000 !important;
}

body.woocommerce .woocommerce-ordering select {
    appearance: none;
    background: url(/sd/avocadoscions/wp-content/uploads/2025/11/select-arrow.svg) !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: center right 15px !important;
}

.top-info-box .align-self-center {
    text-align: left;
}

body {
    padding-top: 60px;
}

.main-header-box.header-sticky {
    transform: translateY(-61px);
    transition: all 0.5s;
    box-shadow: 0px 0px 10px #00000019;
    /* position: fixed;
    width: 100%; */
}

.main-header-box {
    position: fixed;
    width: 100%;
    top: 0;
    transition: all 0.5s;
    z-index: 123;
    background: #fff;
}

.footer-info-rgt ul li {
    display: inline-block;
    margin: 0 0 10px;
}

.footer-info-rgt ul li a {
    display: flex;
    gap: 10px;
}

.footer-info-rgt ul li a span {
    display: inline-block;
    margin: -5px 0 0;
}

.footer-info-rgt h2 {
    margin: 0 0 10px;
}


.custom-product-meta-table table {
    border-collapse: collapse;
    width: 100%;
}

.custom-product-meta-table {
    width: 100%;
}

.custom-product-meta-table td,
.custom-product-meta-table th {
    border: 1px solid #EAF3E6;
    text-align: left;
    color: #000;
    padding: 5px;
    font-size: 14px;
}

.custom-product-meta-table th {
    background: #d4e3cd;
    color: var(--first-color);
}

.custom-product-meta-table tr:nth-child(even) {
    background-color: #EAF3E6;
}

body .woocommerce ul.products li.product .price,
body .woocommerce div.product p.price,
body .woocommerce div.product span.price {
    font-size: 30px;
    margin: 0 0 3px;
}

body .woocommerce div.product p.price del,
body .woocommerce div.product span.price del {
    color: #333;
}

.custom-product-meta-table td strong {
    font-weight: 600;
}

body.woocommerce ul.products li.product .price,
body.woocommerce div.product p.price,
body.woocommerce div.product span.price {
    padding: 0 0 .5em 0;
}

.woocommerce nav.woocommerce-pagination ul {
    margin: 10px 0 20px;
}

body.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 16px;
}

.single-product .container.main-wrapper {
    margin: 30px auto;
}

body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li a:focus {
    background: var(--first-color);
    color: #fff;
}

body woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin: 1em 0 0;
}

.login-inf-wrap-bg form.woocommerce-form {
    border: none;
    padding: 0;
}

.login-inf-wrap-bg .u-column1.col-1,
.login-inf-wrap-bg .u-column2.col-2 {
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 0;
    margin: 0 0 30px;
    padding: 15px;
    box-sizing: border-box;
}

.login-inf-wrap-bg {
    display: flex;
    justify-content: space-between;
}

.login-inf-wrap-bg:before,
.login-inf-wrap-bg:after {
    display: none !important;
}

/*17-11-2025*/
.products-widget h3 {
    font-size: 28px;
    text-align: left;
    font-family: "Noto Serif Hebrew", Sans-serif;
    color: #328B09;
    margin: 0px 0 20px;
}

.main-gallery {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 10px;
}

.main-gallery img {
    aspect-ratio: 1;
    width: calc(100% / 3 - 5px);
    object-fit: cover;
}

.tab-gallery-image {
    width: 100%;
    height: auto;
}

.tab-gallery-image img {
    width: 100%;
    height: auto;
}

.products-widget {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
}

.products-widget .right-details {
    width: 50%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.products-widget .left-list {
    width: 50%;
    padding: 0;
    box-sizing: border-box;
}

.products-widget li a {
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    padding: 10px;
    transition: all 0.5s;
    width: 100%;
    background-color: #fff;
}

.products-widget li.active a,
.products-widget li a:hover {
    background-color: #328B09;
    transition: all 0.5s;
    color: #fff;
}

.products-widget .left-list ul {
    column-count: 3;
    column-gap: 2.5px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.products-widget .left-list ul li {
    break-inside: avoid;
    margin-bottom: 5px;
    padding: 0;
}


.product-details .description p {
    color: #111;
}

.product-details .description ul li p {
    color: #555;
}

.right-details h3 {
    text-align: left;
    padding: 0;
    margin: 0;
}

.right-details .tab-item ul {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.description .tab-item ul>li>p {
    margin: 0 0 5px;
}

.right-details .tab-item ul li ul li:last-child p {
    margin-bottom: 10px;
}

.right-details .tab-item ul li ul li p {
    margin: 0;
}

.right-details.tab-item ul li ul {
    list-style: disc;
    font-weight: 400;
}

.product-title {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.product-info .product_area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.product-details .price {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0;
    max-width: 150px;
    min-width: 110px;
}

form.cart {
    display: flex;
    width: auto;
    gap: 10px;
    margin-left: auto;
}

form.cart input {
    height: 40px;
    width: 80px;
    border-color: #287305;
    padding: 5px 10px;
    border: 2px solid #287305;
    text-align: center;
    font-weight: bold;
    color: #287305;
}

form.cart button {
    height: 40px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    border: none;
    background: #287305;
    padding: 5px 10px;
}


.right-details .product-loader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-details .product-loader .loader-wraper {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #328B09;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background: #fff;
}

.product-tabs {
    margin-top: 10px;
}

.product-tabs ul.tabs-nav {
    display: flex;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0 0 10px 0;
}

.product-tabs ul.tabs-nav li {
    background: #444;
    color: #fff;
    padding: 8px 10px;
    font-size: 16px;
    flex: 1;
    text-align: center;
    cursor: pointer;
}

.right-details .product-tabs .tabs-content {
    color: #666;
    font-weight: 500;
}

.product-tabs ul.tabs-nav li.active {
    background: var(--first-color);
}

.right-details .tab-item ul li {
    margin-bottom: 10px;
}

.wc-block-grid__products a.wc-block-grid__product-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.wc-block-grid__products a.wc-block-grid__product-link .wc-block-grid__product-image {
    aspect-ratio: 1/1;
}

.wc-block-grid__products a.wc-block-grid__product-link .wc-block-grid__product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wc-block-grid__products a.wc-block-grid__product-link .wc-block-grid__product-title {
    font-size: 20px;
    text-decoration: none;
}

li.wc-block-grid__product .wc-block-grid__product-price.price {
    font-size: 16px;
}

li.wc-block-grid__product .wp-block-button a.add_to_cart_button {
    font-size: 14px;
    text-decoration: none;
}


footer .sidebar-area .wp-block-columns .wp-block-column figure.wp-block-image img {
    max-width: 260px;
}

footer .sidebar-area .wp-block-columns .wp-block-column h2.wp-block-heading {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #287305;
    font-weight: bold;
}

footer .sidebar-area .wp-block-columns .wp-block-column .widget.widget_nav_menu h2.widgettitle {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin-bottom: 0 0 10px 0;
    border-bottom: 1px dashed #dfe0e4;
}

footer .sidebar-area .wp-block-columns {
    align-items: flex-start;
    flex-wrap: wrap !important;
    gap: 0;
}

footer .sidebar-area .wp-block-columns .wp-block-column:nth-child(1) {
    width: 60%;
    padding-right: 2rem;
    flex-basis: initial;
    flex-grow: initial;
}


footer .sidebar-area .wp-block-columns .wp-block-column:nth-child(2) {
    width: 20%;
    padding-right: 2rem;
    flex-basis: initial;
    flex-grow: initial;
}

footer .sidebar-area .wp-block-columns .wp-block-column:nth-child(3) {
    width: 20%;
    flex-basis: initial;
    flex-grow: initial;
}

footer .sidebar-area .wp-block-columns .wp-block-column .widget.widget_nav_menu .menu li a {
    font-weight: bold;
    color: #333;
}

footer .sidebar-area .wp-block-columns .wp-block-column:nth-child(3) ul li {
    color: #333;
}

footer .sidebar-area .wp-block-columns .wp-block-column:nth-child(3) ul li a {
    color: #333;
    font-weight: 400;
    font-size: 16px;
}

footer .sidebar-area .wp-block-columns .wp-block-column:nth-child(3) ul li span {
    margin-right: 5px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled] {
    color: #fff;
}

.main-header-box .top-header .top-menu {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.top-menu-wrapper .navigation_header {
    display: flex;
}

@media (min-width:1600px) {
    .widget_categories figure.wp-block-uagb-image__figure {
        margin-left: -15px;
    }

}



@media (max-width:1199px) {
    .container {
        max-width: calc(100% - 60px) !important;
    }

    footer .sidebar-area .wp-block-columns .wp-block-column:nth-child(1) {
        width: 50%;
    }

    footer .sidebar-area .wp-block-columns .wp-block-column:nth-child(2) {
        width: 25%;
    }

    footer .sidebar-area .wp-block-columns .wp-block-column:nth-child(3) {
        width: 25%;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px !important;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width:1367px) {
    .container {
        max-width: 1280px !important;
        padding-left: 0;
        padding-right: 0;
    }
}


body .woocommerce #review_form #respond p.comment-form-cookies-consent {
    flex-direction: row;
    gap: 10px;
}

.widget_categories figure.wp-block-uagb-image__figure {
    align-items: self-start;
    margin-bottom: 15px;
}

.woocommerce-no-products-found .woocommerce-info {
    border-top-color: var(--first-color);
}

.woocommerce-info {
    border-top-color: var(--first-color);
}

.main-navigation .navbar-nav {
    align-items: center;
}

.left-list.loading-disabled a {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.left-list li.disabled-loading {
    background: #f2f2f2;
}

.main-header-box .top-header .top-menu a.me-3 {
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width : 1000px) {

    body.dark-mode #site-navigation .main-navigation .menu .menu-item-has-children ul li a,
    body.dark-mode ul.sub-menu.dropdown-menu a {
        color: #fff !important;
    }

    header .pb-md-3 {
        padding-bottom: 3px !important;
        padding-top: 3px;
    }

    .product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        max-height: 190px !important;
    }

    .sidenav {
        background: #212529 !important;
    }

    .main-navigation ul li a,
    .main-navigation .menu>li>a,
    .main-navigation .sub-menu>li>a,
    .main-navigation .sub-menu>li>.menu-item-link-return,
    .main-navigation .menu>li>a,
    .main-navigation .children>li>a,
    .main-navigation .children>li>.menu-item-link-return,
    .menu ul li a {
        padding: 10px 13px !important;
    }

    .top-menu-wrapper {
        margin-left: 0 !important;
    }

    body .toggle-nav.mobile-menu {
        margin-top: 0;
        display: inline-block !important;
    }

    body .woocommerce ul.products li.product .price,
    body .woocommerce div.product p.price,
    body .woocommerce div.product span.price {
        font-size: 30px;
    }

    .feature-header img {
        height: 150px !important;
    }

    .bread_crumb {
        bottom: 20%;
    }

    .main-header-box .top-header .logo-box,
    .main-header-box .top-header .top-menu {
        flex-wrap: nowrap;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: auto;
        padding: 0;
        gap: 0;
        gap: 0px;
    }

    .main-header-box .top-header .top-menu {
        margin-left: auto;
    }

    .top-header .container .row .top-menu a.cart-customlocation,
    .top-header .container .row .top-menu a.myacunt-url {
        font-size: 0;
    }

    .main-header-box .top-header .top-menu .top-menu-wrapper {
        margin: 0;
        order: 3;
    }

    .main-header-box .top-header .top-menu .top-menu-wrapper span.dashicons {
        width: auto;
        height: auto;
    }

    .main-header-box .top-header .top-menu .top-menu-wrapper .dashicons-menu:before {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width:1199px) {
    footer h2.uagb-heading-text {
        font-size: 22px;
    }

    h1.woocommerce-products-header__title.page-title,
    footer h2.uagb-heading-text {
        font-size: 22px;
    }
}
/*
@media (min-width:992px) {
    .right-details .product-tabs {
        max-height: 50vh;
        overflow: auto;
    }
}*/

@media (max-width:991px) {
    .products-widget {
        flex-direction: column;
    }

    .products-widget .left-list,
    .products-widget .right-details {
        width: 100%;
        padding: 10px;
    }

    .top-header .container .row {
        justify-content: space-between;
    }

    .top-cart-menu a.myacunt-url.me-3,
    .top-cart-menu a.cart-customlocation.me-3 {
        margin: 0 !important;
        font-size: 0;
    }

    .products-widget h3 {
        font-size: 18px;
    }

    .product-details .price {
        font-size: 16px;
    }

    .product-tabs ul.tabs-nav li {
        padding: 8px 8px;
        font-size: 14px;
    }

    .woocommerce .login-inf-wrap-bg {
        flex-wrap: wrap;
    }


    footer .sidebar-area .wp-block-columns .wp-block-column:nth-child(1) {
        width: 100%;
        padding: 1rem;
    }

    footer .sidebar-area .wp-block-columns .wp-block-column:nth-child(2) {
        width: 100%;
        padding: 1rem;
    }

    footer .sidebar-area .wp-block-columns .wp-block-column:nth-child(3) {
        width: 100%;
        padding: 1rem;
    }

}

@media (max-width:767px) {
    .top-info-box .col-sm-9.align-self-center {
        display: none;
    }

    .top-info-box {
        width: auto;
        margin-left: auto;
    }

    .top-header .top-cart-menu:nth-child(3) {
        order: 3;
    }

    .top-header .top-info-box:nth-child(1) {
        order: 2;
        padding: 0;
        width: 35px;
    }

    .top-header .top-cart-menu,
    .top-header .top-info-box,
    .top-header .logo-box {
        width: auto;
    }

    .top-cart-menu .cart-customlocation {
        font-size: 0;
    }

    .top-header .row .col-lg-4:last-child a.myacunt-url {
        font-size: 0;
    }

    .top-header .row .col-lg-4.top-cart-menu {
        padding-left: 0;
        margin-left: 16px;
    }

    .top-info-box i {
        height: 35px;
        width: 35px;
    }

    .header .col-lg-8.col-md-8 {
        width: auto;
    }

    .header .col-lg-8.col-md-4 {
        width: 50%;
    }

    header .pb-md-3 {
        width: 50%;
        margin-left: auto;
    }



    .footer-info-rgt ul li a {
        font-size: 14px;
        display: inline-block;
    }

    .footer-info-rgt ul li {
        width: 100%;
    }

    body .woocommerce ul.products li.product .price,
    body .woocommerce div.product p.price,
    body .woocommerce div.product span.price {
        font-size: 25px;
    }

    .products-widget li a {
        font-size: 14px;
    }

    .products-widget .left-list ul {
        column-count: 2;
        column-gap: 5px;
    }

    .right-details ul {
        padding-left: 10px;
    }


    table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block tr.wc-block-cart-items__row {
        padding: 0;
        background: #fff;
    }

    .wc-block-cart table.wc-block-cart-items,
    .wc-block-cart table.wc-block-cart-items td,
    .wc-block-cart table.wc-block-cart-items th {
        margin: 0 0 20px;
    }

    .wc-block-components-checkout-order-summary__title.is-open {
        border-top: 0;
    }

    body .wp-block-woocommerce-checkout {
        container-type: inline-size;
        margin: 0;
        padding-top: 0;
        width: 100%;
    }

    .wp-block-woocommerce-checkout .wc-block-components-checkout-order-summary__title {
        margin: 0;
        border: none;
        padding: 5px;
    }

    .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
        margin-bottom: 10px;
    }

    .wc-block-checkout__actions_row {
        margin-top: 15px;
    }


}

@media (min-width:576px) and (max-width:767px) {
    .top-header .row .col-lg-4:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    a.cart-customlocation i,
    a.myacunt-url i {
        margin: 0 !important;
    }

    .top-header .row .col-lg-4:last-child a.myacunt-url.me-3 {
        margin: 0 !important;
    }
}

@media (max-width:575px) {
    .top-info-box>.row .align-self-center {
        width: auto !important;
        text-align: left;
        padding: 0 13px 0 0;
    }

    .top-info-box>.row {
        justify-content: center;
        gap: 15px;
    }

    .product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        max-height: 150px !important;
    }

    .top-cart-menu .cart-customlocation {
        margin: 0 !important;
    }

    .top-cart-menu .cart-customlocation {
        margin-right: 13px !important;
    }

    .logo a .custom-logo {
        width: 150px !important;
    }

    .top-info-box i {
        height: 30px;
        width: 30px;
        line-height: 30px;
        padding: 0;
    }

    a.cart-customlocation i,
    a.myacunt-url i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0;
        margin: 0 !important;
    }

    .top-header .row .col-lg-4.top-cart-menu {
        margin-left: 5px;
        padding-right: 0px;
    }

    .top-cart-menu .cart-customlocation {
        margin-right: 5px !important;
    }

    .header .col-lg-8.col-md-8,
    .header .col-lg-8.col-md-4 {
        width: auto;
    }

    header .pb-md-3 {
        width: 80%;
    }

    .main-header-box.header-sticky {
        transform: translateY(-52px);
        transition: all 0.5s;
    }


    .product-title {
        display: flex;
        align-items: baseline;
        gap: 0;
        justify-content: space-between;
        flex-direction: column;
        row-gap: 0;
    }

    .product-details .price {
        margin: 5px 0;
    }

    .woocommerce-info {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .woocommerce-info a {
        text-align: center;
        width: max-content;
    }

    body .wc-block-components-title.wc-block-components-title,
    body .woocommerce-order-received .woocommerce-order-details__title {
        margin: 10px 0 10px;
    }

    .woocommerce .woocommerce-customer-details .woocommerce-column__title {
        margin: 20px 0;
    }

    .woocommerce ul.order_details {
        padding: 0;
        display: flex;
        overflow: auto;
    }

    .woocommerce ul.order_details li {
        margin: 0;
        font-size: .615em;
        padding: 0 10px;
        margin-bottom: 10px;
    }

}


@media (max-width:374px) {
    .logo a .custom-logo {
        width: 135px !important;
    }
}






.notes-accordion {
    margin-top: 15px;
}

.note-item {
    border-bottom: 1px solid rgba(221, 221, 221, 0.1);
    margin-bottom: 10px;
}

.note-header {
    padding: 8px;
    background: #444444;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
}

.note-header.open {
    background: var(--first-color);
}

.note-header:after {
    content: "+";
    position: absolute;
    font-size: 32px;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
}

.note-header.open:after {
    content: "-";
}

.note-images {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.note-images img.note-thumb {
    aspect-ratio: 1;
    width: calc(100% / 3 - 10px);
    object-fit: cover;
    cursor: pointer;
    border-radius: 4px;
}