/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* HEADER CSS */

.headbtn {
  text-transform: capitalize;
  border: 0 !important;
  color: #345c27;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}
.wd-tools-element.wd-design-6 > a > :is(.wd-tools-inner, .wd-tools-icon) {
  border: 0px !important;
}
.whb-general-header-inner .site-logo {
  max-height: 150px !important;
}
.whb-general-header-inner form.searchform {
  display: flex;
  border-bottom: 1px solid #345c27 !important;
  min-width: 600px;
}
.whb-general-header-inner form.searchform input {
  border: 0 !important;
  padding: 0 !important;
}
.whb-general-header-inner form.searchform input::placeholder {
  color: #345c27 !important;
}
.whb-general-header-inner button.searchsubmit {
  color: #345c27 !important;
}
ul.wd-nav {
  flex-wrap: nowrap;
}
.wd-nav > li {
  padding: 0 10px;
}
.wd-header-nav {
  max-width: 100%;
  margin-left: 0 !important;
}
.wd-header-nav .wd-dropdown-menu.wd-dropdown {
  left: 10px !important;
  --wd-dropdown-width: 250px;
}
.wd-nav > li:is(.wd-has-children, .menu-item-has-children) > a:after {
  color: #333 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}
.wd-nav > li img.wd-nav-img {
  max-height: 30px !important;
}
li.menu-item.menu-item-has-children.wd-event-hover:hover
  .wd-dropdown-menu.wd-dropdown {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08) !important;
}
li#menu-item-1350 .wd-sub-menu {
  column-count: 2;
}
li#menu-item-1350 .wd-dropdown {
  min-width: 480px;
}
@media (min-width: 1025px) and (max-width: 1500px) {
.whb-row.whb-general-header > .container {
    width: 100% !important;
}
}
@media (max-width: 1024px) {
  .gtranslate_wrapper {
    max-width: max-content;
    margin: auto;
  }
}
@media (min-width:1025px){
.whb-general-header-inner .whb-column.whb-col-left.whb-visible-lg {
    min-height: 140px !important;
    display: grid;
    place-items: center;
}
.whb-top-bar-inner .whb-column.whb-col-center.whb-visible-lg {
    justify-content: center !important;
}
.whb-header-bottom-inner .whb-column.whb-col-right.whb-visible-lg {
    flex-basis: 85%;
}
.whb-column.whb-col-left.whb-visible-lg {
    flex: 0 0 15%;
    justify-content: end;
}
.whb-general-header-inner .whb-column.whb-col-center.whb-visible-lg {
    flex-grow: 1;
}
.whb-general-header-inner .wd-search-form.wd-header-search-form {
    max-width: 600px;
    margin: auto;
}
}
.wd-header-wishlist span.wd-tools-text:after {
    content: 'Order List';
    font-size: initial !important;
}
.wd-header-wishlist span.wd-tools-text {
    font-size: 0;
}

/* Pop up css */

button.mfp-close {
  position: absolute !important;
  top: 10% !important;
  right: 30% !important;
  color: #24690e !important;
  border: 2px solid #24690e;
  border-radius: 50%;
}
.wd-popup.wd-promo-popup {
  border-radius: 10px;
  position: relative;
}

/* Scroll to top */

.scrollToTop.button-show {
  display: none !important;
}

/* HOMEPAGE CSS */


/* #slider-17 .main-banner-slider .wd-slide .wd-slide-bg {
    background-position:center bottom;
} */
#slider-17 .main-banner-slider .wd-slide {
    min-height: 100vh;    
}
#slider-17 .wd-nav-pagin-wrap {
    padding-bottom: 20px !important;
}
#slider-17 .main-banner-slider .wd-slide:after {
    content: '' !important;
    background: rgb(0 0 0 / 20%) !important;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block !important;
    pointer-events: none;
}
#slider-17 ul.wd-nav-pagin li span {
    background: rgb(34 34 34 / 40%) !important;
    border: none !important;
    padding: 8px !important;
}
#slider-17 ul.wd-nav-pagin li.wd-active span {
    background: #222 !important;
    border: none !important;
    padding: 8px !important;
}
.main-banner-slider .container.wd-slide-container {
  max-width: 870px;
  padding-top: calc(30px + 4%) !important;
}
.container.wd-slide-container * {
  text-align: center;
}
.bor-btn {
  letter-spacing: 2.4px;
  padding: 16px 32px !important;
}
.main-banner-slider button.flickity-prev-next-button {
  display: none;
}
.main-banner-slider li.dot.is-selected {
  border-color: #222222 !important;
  background-color: #222222 !important;
}
.main-banner-slider li.dot {
  width: 16px !important;
  height: 16px !important;
  background: rgb(34 34 34 / 40%) !important;
  border: 0 !important;
}
.top-category-wrapper .banner-title {
  background: url("https://shopekko.com/wp-content/uploads/2023/09/brush.webp");
  background-size: 100% 100%;
  text-align: center;
  height: 64px;
  align-items: center;
  justify-content: center;
  display: flex !important;
  background-repeat: no-repeat;
}
.promo-banner.top-category-wrapper .wrapper-content-banner {
  padding: 0;
  padding-top: 40px !important;
  padding-left: 60px;
  padding-right: 60px;
}
/* .top-category-wrapper .banner-image > img {
  height: 580px !important;
} */
.bestsell-bg .product-element-bottom.product-information {
  background: #f8f9f9;
  padding: 24px 15px !important;
  min-height: 120px;
}

.bestsell-bg .product-element-bottom.product-information .wd-entities-title a {
  color: #222 !important;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bestsell-bg .product-element-bottom.product-information .wd-product-cats a {
  color: #7ebf33 !important;
}
.bestsell-bg .product-wrapper {
    gap: 0px !important;
    width: 100% !important;
}
.category-gallery .wd-gallery-item img {
  height: 280px;
  object-fit: cover;
}
.category-gallery .wd-gallery-item:first-child,
.category-gallery .wd-gallery-item:last-child {
  flex: 1 1 45% !important;
  max-width: unset;
}
.category-gallery .wd-gallery-item {
  flex: 1 1 30%;
}


.category-image-wrapp img {
    height: 420px;
    object-fit: contain;
}
@media (max-width:480px){
    .category-image-wrapp img {
    height: 300px;
    object-fit: contain;
}
}


/* Footer Section */
.footer-menu ul > li > a {
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
}
.footer-menu ul > li {
  margin-bottom: 10px !important;
}
.social-btn a.wd-social-icon {
  color: #7ebf33 !important;
}
.contact-info .info-box-title {
  margin-bottom: 30px !important;
}
.footer-sec {
  padding-top: 5% !important;
  position: relative;
  overflow: visible !important;
}

.footer-sec:before {
  content: "";
  background: url("https://shopekko.com/wp-content/uploads/2023/09/separator-1.webp");
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
  bottom: 0;
  display: block !important;
  z-index: 5;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 50px;
}

/* Blog Section */
.post-date.wd-post-date {
  display: none !important;
}
.article-body-container {
  text-align: left !important;
  padding: 32px !important;
  background: #fff;
}
.blog-design-masonry {
  transition: 0.3s ease-in-out;
}
.blog-design-masonry .article-inner {
  outline: 2px solid transparent;
  transition:.2s ease-in-out;
}
.blog-design-masonry:hover .article-inner {
  outline-color: #7ebf33;
}

h3.wd-entities-title a {
  color: #24690e !important;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.wd-entry-content {
  color: #333;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
p.read-more-section {
  display: none;
}
.article-body-container {
  min-height: 260px !important;
}
.site-content {
  margin-bottom: 0 !important;
}
.sign-in-btn {
  padding: 16px 40px;
  border: 2px solid #345c27;
  background: #fff0 !important;
  color: #345c28 !important;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.sign-in-btn:hover {
	background:#345c27 !important;
	color:#fff !important;
}

.featured-section .product-element-bottom {
  margin-top: -120px !important;
  z-index: 999;
  position: relative;
}
.featured-section .product-element-bottom:before {
  content: "";
  background: url("https://shopekko.com/wp-content/uploads/2023/09/Frame-48095850.webp");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block !important;
  z-index: -1;
  background-size: 80%;
  background-repeat: no-repeat;
  height: 130px;
}
.featured-section .product-element-bottom h3.wd-entities-title a {
  color: #fff !important;
  font-family: "Poppins";
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}
.featured-section .wd-product-cats a {
  color: #7ebf33 !important;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
}

.about-section .info-box-inner {
  text-align: justify !important;
}
.archive .shop-content-area {
    padding-bottom: 30px;
}
/* Product slider */



/* Inside Pages */

/* About Us Pages */

.page-title .entry-title {
  color: #222;
  font-size: 64px !important;
  font-weight: 700;
}
.page-title {
  padding: 6% 0% !important;
}
@media (max-width: 1024px) {
  .page-title .entry-title {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .page-title .entry-title {
    font-size: 26px !important;
  }
}

/* Contact us */
#contact-us input.wpcf7-form-control.wpcf7-submit.has-spinner {
  color: var(--Green-1, #24690e);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  background: none;
  border: 1px solid #24690e;
  padding: 11px 34px;
  margin-top: 10px;
}
.description {
  resize: none;
}
/*  Help */
.information-box {
  border: 1px solid #d9d9d9;
  width: 100%;
  min-height: 250px;
  padding: 40px 24px 40px 24px;
  align-items: center;
}
.information-box:hover {
  border: 1px solid #8bc34a;
  background: #fcfffc;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.08);
}
.inner-box {
  border-bottom: 1px solid #d8d8d8;
}
div#forms-help .form-icons {
  display: flex !important;
  flex-direction: row;
  align-items: center !important;
  justify-content: center !important;
}
div#forms-help .form-icons li {
  text-align: left;
  list-style: none;
}
div#forms-help .form-icons ul {
  padding: 0;
  margin: 0;
}
div#forms-help .form-icons .box-icon-wrapper {
  float: left !important;
}
div#forms-help .info-box-wrapper:not(:first-child) {
  display: flex !important;
  justify-content: center !important;
}

div#forms-help .info-box-wrapper:last-child .form-icons {
  margin-bottom: 0;
}
div#forms-help .chat-support {
    border: 1px solid #8bc34a;
    background: #fcfffc;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 40px 24px 24px 40px;
    flex-direction: column-reverse;
    align-items: center;
    gap: 25px;
    margin-bottom: 15px;
    padding: 10% 30px;
}
div#forms-help .contact-info {
  border: 1px solid #8bc34a;
  background: #fcfffc;
  display: flex;
  width: 100%;
  padding: 30px 24px 40px 24px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-left: 1px;
}
div#forms-help input.wpcf7-form-control.wpcf7-submit.has-spinner {
  color: var(--Green-1, #24690e);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  background: none;
  border: 1px solid #24690e;
  padding: 11px 34px;
  margin-top: 10px;
}
div#forms-help .form-content {
  text-align: center;
}
div#forms-help .form-content {
  padding: 40px 24px 24px 40px;
  align-items: center;
  border: 1px solid #8bc34a;
  background: #fcfffc;
}
.form-icons .info-box-icon {
  border-radius: 10px;
  height: 44px;
  width: 60px;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(193, 193, 193, 0.25);
}
.chat-support .info-box-icon {
  border-radius: 10px;
  height: 44px;
  width: 60px;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(193, 193, 193, 0.25);
}

/* Shop Page */
.woodmart-archive-shop .page-title-default {
  background: none !important;
  padding: 3% 0% !important;
}
ul.product-categories li.current-cat > a {
  background: rgba(139, 195, 74, 0.29);
  padding: 10px;
  color: #24690e !important;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
}
li.cat-item > a {
  background: #fff;
  padding: 10px;
  color: #261e1b !important;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}
ul.children.list-shown li.cat-item > a {
  background: #fff;
  padding: 10px;
  color: #261e1b !important;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}
li.cat-item {
  margin-bottom: 20px !important;
}
form.woocommerce-cart-form {
  background: #ededed;
  padding: 30px !important;
}
.cart-table-section {
  background: #fff;
}
.wd-single-action-btn.wd-single-wishlist-btn {
    max-width: max-content !important;
    min-width: 220px !important;
    font-size: 14px !important;
}
.widget_product_categories h5.widget-title {
  color: #261e1b;
  font-family: "Poppins";
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 13px;
}
.checkout-order-review h3#order_review_heading:after {
  content: "All orders must be placed before 3pm for next day delivery";
  font-size: 14px;
  display: block;
  font-weight: 400 !important;
  text-transform: capitalize;
}

button.mfp-close {
  right: 10px !important;
  top: 10px !important;
}
@media (max-width: 1024px) {
  .featured-section .product-element-bottom:before {
    top: 8px;
    background-size: 100%;
  }
  .footer-sec:before {
    top: -22px;
  }
  .featured-section .product-element-bottom h3.wd-entities-title a {
    font-size: 16px;
    line-height: 20px;
  }
  button.mfp-close {
    right: 12% !important;
  }
}
@media (max-width: 800px) {
  .featured-section .product-element-bottom h3.wd-entities-title a {
    font-size: 16px;
    line-height: 20px;
  }
  .featured-section .product-element-bottom:before {
    top: 6px;
  }
  .featured-section .product-element-bottom {
    margin-top: -100px !important;
  }
  button.mfp-close {
    right: 2% !important;
  }
}
@media (max-width: 768px) {
  .featured-section .product-element-bottom:before {
    top: 0px;
    background-size: 80%;
  }
  .featured-section .product-element-bottom {
    margin-top: -120px !important;
  }
  .featured-section .product-wrapper {
    margin-bottom: 30px !important;
  }
  .footer-sec:before {
    top: -12px;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 480px) {
  .sign-in-btn {
    padding: 14px 20px;
  }
  .featured-section .product-element-bottom:before {
    background-size: 70%;
    top: -5px;
  }
  .wd-logo img {
    padding-top: 16px !important;
  }
  .featured-section .product-element-bottom {
    margin-top: -90px !important;
  }
  .wd-tools-element.wd-header-mobile-nav {
    padding-top: 70px !important;
  }
  .wd-tools-element.wd-header-mobile-nav a .wd-tools-icon:before {
    font-size: 30px !important;
  }
  h1.entry-title {
    font-size: 45px !important;
  }
}
@media (max-width: 375px) {
  .featured-section .product-element-bottom:before {
    background-size: 80%;
    top: 0px;
  }
  .wd-button-wrapper {
    text-align: center;
  }
  .footer-sec:before {
    top: -8px;
  }
  .featured-section .product-element-bottom h3.wd-entities-title a {
    line-height: 0;
  }
}

/* RESPONSIVE CSS */
@media (max-width: 1199px) {
}
@media (max-width: 1024px) {
  #slider-17 .main-banner-slider .wd-slide {
    min-height: 50vh;
  }
  #slider-17 .main-banner-slider .flickity-viewport {
    height: 55vh !important;
  }
  .top-category-wrapper .banner-image > img {
    height: 400px !important;
  }
  .category-gallery .wd-gallery-item img {
    height: 190px;
  }
}

@media (max-width: 768px) {
  .bor-btn {
    padding: 6px 14px !important;
    letter-spacing: 0.8px !important;
  }
  .category-gallery {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer-info,
  .footer-title,
  .footer-text,
  .footer-menu ul li,
  .social-btn {
    text-align: center !important;
  }
  .list-style li {
    justify-content: center !important;
    text-align: center !important;
  }
}

/* EXTRA SPACING */

.main-page-wrapper {
  padding-top: 0;
}
.search .site-content,
.single .site-content {
  padding-bottom: 40px !important;
}
.wd-prefooter {
  padding-bottom: 0 !important;
}
.footer-sidebar {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-column {
  margin-bottom: 0;
}
.screen-reader-response {
  display: none;
}
form.checkout.woocommerce-checkout {
  padding-bottom: 40px;
}

/* IMG STYLE  */

.img-style .vc_single_image-wrapper,
.img-style figure,
.img-style img {
  width: 100%;
}
#forms-help .chat-support .info-box-icon .new-img-holder {
  position: absolute !important;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}
#forms-help .chat-support .info-box-icon {
  position: relative;
}
@media (min-width:1025px){
.wd-header-cart a::after {
  content: "Cart";
  margin-left: 12px;
}	
}
.wd-header-cart a {
  color: #345c27 !important;
}
.wd-header-my-account span.wd-tools-text {
  color: #345c27 !important;
}
.featured-section .product-wrapper .wd-product-cats {
  display: none;
}
.logged-in .signin-price {
  display: none;
}

/* PRODUCTS DETAIL PAGE */

.custom-product-row .product_title.entry-title {
  font-size: 29px !important;
  line-height: 45px;
}
.custom-product-row form.variations_form.cart {
  flex-direction: column;
  padding: 15px 0;
}
.custom-product-row table.variations {
  margin-bottom: 35px !important;
}
.custom-product-row
  .woocommerce-variation-add-to-cart
  button.single_add_to_cart_button {
  flex-grow: 1;
  color: #fff;
  background: #286915 !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.custom-product-row button.single_add_to_cart_button:hover {
  box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.1);
}
.woocommerce-product-gallery .owl-stage-outer {
  max-width: max-content;
  margin: auto;
}
.woocommerce-tabs ul.wd-nav > li {
  padding-left: 0 !important;
}
@media (min-width: 1025px) {
  .wd-swatch {
    width: 100px !important;
    height: 20px !important;
  }
}

.related-products-row .wd-product-cats,
.bestsell-bg .wd-product-cats {
  display: none !important;
}

@media (min-width: 768px) {
  .cart-widget-side.wd-side-hidden.wd-right.wd-opened {
    width: 500px;
    padding: 30px;
  }
}
.button.btn-cart,
.button.checkout {
  font-size: 14px;
  font-weight: 500 !important;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.button.checkout:after {
  content: "";
  background: url(https://shopekko.com/wp-content/uploads/2023/10/Vector-min.png);
  width: 17px;
  height: 17px;
  background-size: contain;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.cart_list.product_list_widget.woocommerce-mini-cart > li {
  border: none !important;
}

.woocommerce.cart-content-wrapper {
  margin-bottom: 30px;
}
.woocommerce.cart-content-wrapper .coupon.wd-coupon-form {
  padding: 20px !important;
  margin: 20px 0 !important;
}
@media (max-width: 991px) {
  .shop_table.cart.woocommerce-cart-form__contents {
    padding: 0 15px;
  }
}

.product-sku {
    font-weight: 600 !important;
    margin-top: 10px;
}


/* EDITS */

@media (min-width: 1025px) and (max-width: 1500px) {
  .container,
  .row-width-fix > div .wpb_wrapper {
    width: 90% !important;
    max-width: 1360px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-sec {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.woocommerce-my-account-wrapper {
  padding-bottom: 30px;
}
.woocommerce-my-account-wrapper .wd-my-account-links div a:before {
  color: #286915 !important;
}
.woocommerce-my-account-wrapper .wd-my-account-links a:hover {
  border: 1px solid #8bc34a;
  background: #fcfffc;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.08);
}
.woocommerce-my-account-wrapper .wd-my-account-links a {
  border: 1px solid transparent;
}
.woocommerce-my-account-wrapper .woocommerce-MyAccount-title {
  color: #286915;
}
.woocommerce-MyAccount-navigation ul li.is-active > a {
  border: 1px solid #8bc34a;
  background: #fcfffc;
}

.woocommerce-MyAccount-navigation ul li > a {
  background: none !important;
}
.woocommerce-MyAccount-navigation ul li > a:hover {
  opacity: 0.7;
}

#contact-us input::placeholder,
#contact-us textarea::placeholder {
  color: #b7b7be !important;
}
#contact-us input,
#contact-us textarea {
  color: #181818 !important;
}

.woocommerce-shop .sidebar-container ul.product-categories li.cat-item {
  margin-bottom: 0px !important;
}
.sidebar-container ul.product-categories li.cat-item {
  margin-bottom: 0px !important;
}

.wd-back-btn.wd-action-btn.wd-style-icon {
  display: none !important;
}
.related-products-row h3.wd-entities-title a {
  font-size: 16px !important;
}




/* SITE EDITS */
body:not(.home) header {
	border-bottom: 1px solid rgb(52 92 39 / 10%);
	padding-bottom: 15px;
}
@media (max-width: 1600px) {
	header .wd-nav {
		--nav-gap: 0px;
	}
	header .wd-nav-img, .mega-menu-list img {
		margin-right: 5px;
	}
	header .wd-nav span.nav-link-text {
		font-size: 15px;
		line-height: 1;
	}
}
@media (max-width: 1440px) {
	header .wd-nav span.nav-link-text {
		font-size: 14px;
		line-height: 1;
	}
}
@media (max-width: 1399px) {
	.wd-header-nav {
		max-width: 100%;
		margin-left: 0;
	}
	.whb-general-header-inner form.searchform {
		min-width: auto;
	}
	header .whb-header-bottom-inner {
		height: auto;
		max-height: 100%;
		padding-bottom: 10px;
	}
	header .whb-row.whb-header-bottom .container {
		width: 100% !important;
		max-width: 100% !important;
	}
}
@media (max-width: 1024px) {
	.whb-general-header-inner .site-logo {
		height: auto !important;
		max-height: 100%;
	}
}


/* WISHLIST */

.wd-wishlist-content .wd-products .wd-product {
    flex-direction: row-reverse !important;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    margin: 30px 20px;
}
.wd-wishlist-content .wd-products .wd-product .wd-wishlist-product-actions {
    height: 100% !important;
    padding: 15px;
}
.wd-wishlist-content .wd-products .wd-product .product-wrapper {
    padding: 15px;
    flex: 1 1 20% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    box-shadow: none !important;
}
@media (min-width:768px){
   .wd-wishlist-content .product-element-top {
    max-width: 30% !important;
}
    .wd-wishlist-content .product-element-bottom {
    text-align: left !important;
}
.wd-wishlist-content .product-element-bottom .wd-add-btn {
    justify-content: start !important;
}
}
@media (max-width:767px) {
    .wd-wishlist-content .wd-products .wd-product .product-wrapper {
    display: block !important;
}
    .wd-wishlist-content .wd-products .wd-product {
    flex-direction: column !important;
}
.wd-wishlist-content .wd-products .wd-product .wd-wishlist-product-actions {
    width: 100%;
}
    .wd-wishlist-group-head .wd-wishlist-group-title {
    justify-content: center !important;
}

.wd-wishlist-group-head .wd-social-icons {
    text-align: center !important;
}
}


/* EDITS */
.br-featurewrapper .wd-product.wd-hover-tiled .product-wrapper a.product-image-link img {
	height: 450px;
	object-fit: contain;
}
@media (max-width:560px){
.br-featurewrapper .wd-product.wd-hover-tiled .product-wrapper a.product-image-link img {
	height: 240px;
}
}

.br-featurewrapper .product-element-bottom h3.wd-entities-title a {
	font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.br-featurewrapper .wd-product.wd-hover-tiled .product-wrapper .price .price-text, .br-featurewrapper .wd-product.wd-hover-tiled .product-wrapper .price .login-to-prices-msg {
    color: rgba(126, 191, 51, 1);
	font-size: 14px;
}

.br-featurewrapper .wd-product.wd-hover-tiled .product-wrapper .newbtn.readmoreBtn {
    margin-top: 5px;
}

.br-featurewrapper .wd-product.wd-hover-tiled .product-wrapper .newbtn.readmoreBtn a {
    background: #365c29;
    color: #fff;
    height: 30px;
	min-height: 30px;
}

.br-featurewrapper .wd-product.wd-hover-tiled .product-wrapper {
	height: 470px;
}

.br-featurewrapper .wd-product .wd-entities-title {
	max-width: 90%;
}
.br-featurewrapper .product-element-bottom:before {
	content: "";
	background: url(https://shopekko.com/wp-content/uploads/2023/09/Frame-48095850.webp);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block !important;
	z-index: -1;
	background-size: 100%;
	background-repeat: no-repeat;
	height: auto;
}
.br-featurewrapper .product-element-bottom {
	padding: 0;
	gap: 0;
	margin-top: -100px !important;
}
.top-category-wrapper .content-banner.text-left {
    opacity: 0;
    transition: 0.5s;
}
.top-category-wrapper {
    transition: 0.3s;
}
.top-category-wrapper:hover .content-banner.text-left {
    opacity: 1;
}
.top-category-wrapper:hover .banner-image > img {
        border: 3px solid #8bc34a;
}
.top-category-wrapper .banner-image > img {
    transition: 0.3s;
}


/* my css */
#product-category-inner .top-category-wrapper .banner-image > img {
    height: 262px;
    object-fit: cover !important;
    object-position: center center !important;
}
#product-category-inner .vc_col-sm-6:nth-child(1), #product-category-inner .vc_col-sm-6:nth-child(2) {
    margin-bottom: 30px;
}
@media (max-width: 1440px) {
#product-category-inner .top-category-wrapper .banner-image > img {
    height: 243px;
}
}
@media (max-width: 1366px) {
#product-category-inner .top-category-wrapper .banner-image > img {
    height: 229px;
}
}
@media (max-width: 1280px) {
#product-category-inner .top-category-wrapper .banner-image > img {
    height: 213px;
}
}
@media (max-width: 1024px) {
#product-category-inner .top-category-wrapper .banner-image > img {
    height: 185px !important;
}
}
@media (max-width: 480px) {
.featured-section .br-featurewrapper .product-element-bottom h3.wd-entities-title a {
    font-size: 12px !important;
    line-height: 15px;
}
.featured-section .br-featurewrapper .product-element-bottom {
    margin-top: -30px !important;
}
.featured-section .br-featurewrapper .product-element-bottom h3.wd-entities-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
}

.featured-section .br-featurewrapper .wd-product.wd-hover-tiled .product-wrapper {
    height: 240px;
    margin-bottom: 0 !important;
}
#product-category-inner .top-category-wrapper .banner-image > img {
    height: unset !important;
}
#product-category-inner .vc_col-sm-6 {
    margin-bottom: 30px !important;
}
#product-category-inner {
    margin-top: 30px !important;
}
.bestsell-bg {
    padding-bottom: 50px !important;
}
}


/* EDITS */
/* .quantity-field strong {
    font-size: 0;
} */

/* Hide Download Option */

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
.downloads-link {
    display: none;
}
.logged-in .logged-in-btn {
    display: inline-flex !important;
}
.logged-in-btn,
.logged-in .logged-out-btn {
    display: none !important;
}




/* .wd-wishlist-create-group-btn,
.wd-wishlist-create-group label,
.woocommerce-MyAccount-navigation-link--wishlist a,
.wd-wishlist-head .title,
.wd-wishlist-save-btn,
.wd-wishlist-group-title h4.title{
    font-size: 0 !important;
}
.woocommerce-MyAccount-navigation-link--wishlist a:after {
    content: 'Order List' !important;
    font-size: initial !important;
}
.wishlist-link a:after {
    content: 'Order List';
    font-size: initial !important;
}
.wishlist-link a {
    font-size: 0;
}
.wd-wishlist-create-group-btn:after,
.wd-wishlist-create-group label:after{
    content: 'Create Order List' !important;
    font-size: initial !important;
}
.wd-wishlist-head .title:after {
    content: 'Order List' !important;
    font-size: 20px; !important;
}
.wd-wishlist-save-btn:before {
    position: static !important;
    content: 'Create Order list' !important;
    opacity: 1 !important;
    font-size: 12px !important;
    box-shadow: none !important;
}
.wd-wishlist-group-title h4.title:after {
    content: 'My Order List' !important;
    font-size: 18px !important;
} */

.sku_wrapper .meta-label,
.wd-show-sidebar-btn span.per-page-title,
.woocommerce-shipping-totals.shipping th{
	font-size:0;
}
.woocommerce-shipping-totals.shipping th:before {
    content: 'Delivery' !important;
    font-weight: 700 !important;
    font-size: initial !important;
}
.sku_wrapper .meta-label:before {
    content: 'Item #:' !important;
    font-size: initial !important;
    margin-right: 5px;
}
.wd-show-sidebar-btn span.per-page-title:before,
.wd-show-sidebar-btn span.per-page-title:after{
    content: 'Results ' !important;
    font-size: initial !important;
}
.woocommerce-cart-form__contents thead > tr > th.product-sku:after {
    content: 'Item #' !important;
    font-size:initial;
}
.woocommerce-cart-form__contents thead > tr > th.product-sku {
    font-size: 0;
    min-width: 100px;
}

.rotating-text-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40px;
}
.rotating-text-wrapper p {
  margin: 0;
  padding: 0.3em;
  color: #fff;
  animation-duration: 12s;
  transition: 12s !important;
  animation-iteration-count: infinite ;
  opacity: 0;
}
.rotating-text-wrapper p:nth-child(1) {
  animation-name: rotating-text-1;
}
@keyframes rotating-text-1 {
  0% {
    transform: translateY(200%);
  }
  33% {
    transform: translateY(100%);
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
}
.rotating-text-wrapper p:nth-child(2) {
  animation-name: rotating-text-2;
}
@keyframes rotating-text-2 {
  33% {
    transform: translateY(100%);
    opacity: 0;
  }
  66% {
    transform: translateY(0);
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
}
.rotating-text-wrapper p:nth-child(3) {
  animation-name: rotating-text-3;
}
@keyframes rotating-text-3 {
  66% {
    transform: translateY(0);
    opacity: 0;
  }
  99% {
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.logged-in .texthide-log {
    visibility: hidden;
    animation: none !important;
}

/* .gtranslate_wrapper a[data-gt-lang="en"]::before {
    content: "";
    background: url('https://shopekko.com/wp-content/uploads/2024/02/images-1.png');
    position: absolute;
    right: 0;
    left: -35px;
    bottom: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
} */
/* .gtranslate_wrapper  a[data-gt-lang="en"] {
    position: relative;
}
.gtranslate_wrapper  a[data-gt-lang="en"] img {
    display: none;
} */



/* additional edits css */
.featured-section .wd-product .price {
    margin-top: 2px;
}
.br-featurewrapper .product-element-bottom:before {
    background-size: 95% 100%;
    min-height: 120px;
}
#orddd-lite-checkout-fields {
    margin-top: 15px;
}
#orddd-lite-checkout-fields .orddd_lite_field_note {
    font-size: 90%;
    color: #000;
}


/* ORDER LIST */

.woocommerce-MyAccount-content .products.wd-products.grid-columns-3.elements-grid.pagination-links.wd-grid-g.wd-stretch-cont-lg.wd-products-with-shadow {
    display: flex !important;
    flex-wrap:wrap;
    justify-content: center;
}
.woocommerce-MyAccount-content .products.wd-products.grid-columns-3.elements-grid.pagination-links.wd-grid-g.wd-stretch-cont-lg.wd-products-with-shadow .wd-product.product-grid-item {
    flex-direction: column !important;
    max-width: 32% !important;
    width: 100% !important;
    margin: 0 !important;
}
.woocommerce-MyAccount-content .products.wd-products.grid-columns-3.elements-grid.pagination-links.wd-grid-g.wd-stretch-cont-lg.wd-products-with-shadow .wd-product.product-grid-item .product-wrapper {
    flex-direction: column !important;
}
.woocommerce-MyAccount-content .wd-products[class*="wd-stretch-cont"] .wd-product {
    height: unset !important;
}
.woocommerce-MyAccount-content .wd-wishlist-content .product-element-top {
    max-width: 100% !important;
}
.woocommerce-MyAccount-content .wd-wishlist-content .product-element-top img {
    height: 180px !important;
    object-fit:contain !important;
}
.woocommerce-MyAccount-content .wd-wishlist-content .wd-products .wd-product .wd-wishlist-product-actions {
    height: unset !important;
    padding: 15px;
    margin-bottom: 0  !important;
    width: 100% !important;
    border-bottom: 1px solid #efefef;
}
.woocommerce-MyAccount-content .product-element-bottom {
    text-align: center !important;
    justify-content: center !important;
}
.woocommerce-MyAccount-content .wd-wishlist-content .product-element-bottom .wd-add-btn {
    justify-content: center !important;
}
@media (min-width:992px) and (max-width:1500px) {
.woocommerce-MyAccount-content .products.wd-products.grid-columns-3.elements-grid.pagination-links.wd-grid-g.wd-stretch-cont-lg.wd-products-with-shadow .wd-product.product-grid-item {
    max-width: 48% !important;
}   
}
@media (max-width:991px){
    .woocommerce-MyAccount-content .products.wd-products.grid-columns-3.elements-grid.pagination-links.wd-grid-g.wd-stretch-cont-lg.wd-products-with-shadow .wd-product.product-grid-item {
    max-width: 100% !important;
}  
}

/* Products */
.wd-product .wd-product-cats{display:none;}


/* OrderList */
.orderlist-products {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    height: 100%;
}

.br-wishlist-product-remove.wd-action-btn {
    display: block;
    border-bottom: 1px solid #efefef;
    padding: 15px;
    vertical-align: bottom;
	margin-bottom: 20px;
}

.brproduct-wrapper {
    padding: 20px 20px 40px;
}

.brproduct-image img {
    height: 230px;
    object-fit: contain;
	width: 100%;
}
.orderlist-mainwrapper .col-sm-12 {
    margin-bottom: 30px;
}
.brproduct-info {
    text-align: center;
    margin: 20px 0px 20px 0px;
}
h3.br-product-title {
    margin-bottom: 0 !important;
}
.br-product-title a {
    color: #24690e !important;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-transform: none;
}

.br-product-cats{display:none;}
.br-product-cats a {
    font-size: 95%;
    --wd-link-color: var(--color-gray-400);
    --wd-link-color-hover: var(--color-gray-700);
}

span.br-prod-price {
    color: #24690e !important;
}

.br-add-product {
    text-align: center;
}

.br-add-product a{
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: var(--btn-accented-transform, var(--btn-transform));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
    min-height: unset;
    padding: 10px 20px;
    margin: 20px 0px;
}
.br-orderlist {
    display: flex;
    flex-wrap:wrap;
}
.br-orderlist > div {
    flex: 0 1 33.33%;
    padding: 10px;
}
@media (max-width:991px){
.br-orderlist > div {
    flex: 0 1 50%;
}
}
@media (max-width:767px){
.br-orderlist > div {
    flex: 0 1 100%;
}
}
.br-orderlist-wrapper {
	border: 1px solid #857a7a;
	max-width: 450px;
  margin: 0 auto;
}
.br-orderlist-head {
	background: #f9f9f9;
	padding: 30px;
	border-bottom: 1px solid #857a7a;
	margin: 0;
	display: flex;
	height: 120px;
	justify-content: space-between;
	align-items: center;
}

.br-orderlist-body {
	   margin: 30px 0px;
}

.br-orderlist-body img {
	width: 100%;
	height: 130px;
	object-fit: contain;
}

.brlistbtn {
	background: #345c27;
	width: 100%;
	display: flex;
	text-align: center;
	color: #fff !important;
	justify-content: center;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.br-listbtn-wrapper {
	margin: 30px 30px 0px 30px;
}

.createpopup-wrapper {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.75);
	z-index: 999;
}

.createpopup-inner {
	max-width: 400px;
	width: 90%;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
	border-radius: 3px;
	background: #fff;
}

.closepopup {
	width: 30px;
	height: 30px;
	padding-top: 4px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: ease 0.25s all;
	-webkit transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	border-radius: 1000px;
	background: rgba(0, 0, 0, 0.8);
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	color: #fff;
}

.closepopup:hover {
	background: rgba(0, 0, 0, 1);
	text-decoration: none;
	color: #fff;
}

.createpopup-wrapper .br-listbtn-wrapper {
	margin: 20px 0px 0px;
}
.br-orderlist-head p,
.br-orderlist-head h4 {
	margin-bottom: 5px;
}

.br-orderlist-head .col-md-6:last-child {
	text-align: right;
}
.cstm-orderlisting .wd-empty-page {
	position: relative;
	margin-bottom: 15px;
	color: var(--wd-title-color);
	text-align: center;
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-size: 48px;
	font-family: var(--wd-title-font);
	line-height: 1.2;
}

.cstm-orderlisting .wd-empty-wishlist:before {
	content: "\f106";
	font-family: "woodmart-font";
}

.cstm-orderlisting .wd-wishlist-group-empty {
	margin: 5vw;
}

.cstm-orderlisting .wd-empty-page:before {
	display: block;
	margin-bottom: 20px;
	color: rgba(var(--bgcolor-black-rgb), 0.07);
	font-weight: 400;
	font-size: 3.8em;
	line-height: 1
}

.cstm-orderlisting .wd-empty-page-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 110%
}
.cstm-orderlisting {
    margin: 50px 0px;
	    width: 100% !important;
}
.brproduct-image {
    text-align: center;
}
.orderlist-mainwrapper .col-md-12 {
    margin-top: 20px;
}
.br-wishlist-product-remove  .removeall-wishlist {
    display: block !important;
    text-align: right;
}

@media (max-width: 1024px) {
	.cstm-orderlisting .wd-empty-page {
		font-size: 42px
	}
}

@media (max-width: 767px) {
	.cstm-orderlisting .wd-empty-page {
		font-size: 32px
	}
	.cstm-orderlisting .wd-empty-page-text {
		font-size: 100%
	}
	.cstm-orderlisting .wd-empty-page-text br {
		display: none
	}
	.br-orderlist {
		grid-template-columns: auto;
	}
}

@media (max-width: 576px) {
	.cstm-orderlisting .wd-empty-page {
		font-size: 28px
	}
}
.brloggedout-wishlist, .brloggedin-wishlist {
    display: none;
}

.logged-in .wd-wishlist-btn {
    display: inline-flex; 
}

.wd-wishlist-btn {
    display: none;
}

.brwishlist-action a {
	font-size: 20px;
	margin-left: 8px;
}
.page .wd-content-layout {
    padding-top: 0;
    padding-bottom: 0;
}

body:not(.logged-in) .out-of-stock.product-label {
    display: none !important;
}
.wpcf7-response-output:empty {
    display: none;
}

.wd-add-btn-replace:not(.newbtn) {
  display: none !important;
}
.page-id-14 .wd-content-layout {
    padding-top: 40px;
    padding-bottom: 40px;
}