/*
Theme Name: Nutree child
Template:   nutree
Theme URI: https://vedtheme.com/nutree/
Author: Themeht
Author URI: http://www.themeht.com
Description: Nutree - Child Theme
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nutree
Tags: one-column, two-columns, right-sidebar, custom-logo, custom-menu, threaded-comments, translation-ready, left-sidebar, custom-background, custom-colors, custom-header, featured-images, sticky-post
*/

/* Header */

.logo img {
  width: 100%;
  height: 150px;
}

.header .main-nav > ul > li.current_page_item > a {
  color: var(--themeht-primary-color);
}
.header.header-2#site-header .topbar-link ul li {
  border-right: none;
  padding: 0;
  margin: 0 40px 0 0;
}

.header.header-2#site-header #header-wrap {
  border-bottom: 1px solid var(--themeht-secondary-color);
}

.header.header-2#site-header .topbar-link ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header.header-2#site-header .topbar-link ul li a svg {
  width: 15px;
  height: 15px;
}

.header.header-2#site-header .topbar-link ul li a svg path,
.header#site-header .header-cart-inner .header-account-btn svg,
.header#site-header .header-cart a:before {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.header.header-2#site-header .topbar-link ul li a:hover svg path {
  fill: var(--themeht-secondary-color);
}

.header.header-2 .main-nav > ul > li > a {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
}

.header.header-2#site-header .header-top .social-icons ul {
  padding: 0;
  margin: 0 0 0 40px;
  border-left: none;
}

.header.header-2#site-header .header-top .social-icons ul li:last-of-type {
  margin-right: 0px;
}

.header#site-header .header-cart-inner {
  width: fit-content;
  display: flex;
}

.header#site-header .header-cart a {
  margin-right: 16px;
  width: 44px;
  height: 44px;
  font-size: 16px;
}

.header#site-header .header-cart-inner .header-account-btn {
  background-color: var(--themeht-primary-color);
  color: #fff;
  margin-right: 16px;
  width: 44px;
  height: 44px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.header.header-2 .search-icon {
  margin: 0;
}
.header.header-2 .search-icon a {
  background-color: var(--themeht-primary-color);
  color: #fff;
  width: 44px;
  height: 44px;
}

.header-top .lang-switcher {
  margin: 0 0 0 10px;
  padding: 0 0 0 5px;
  position: relative;
}
.header-top .lang-switcher::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  top: 40%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.header-top .lang-switcher::after {
  content: "\f285";
  font-family: bootstrap-icons !important;
  color: #35b850;
  pointer-events: none;
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  right: 0;
  top: 40%;
  font-size: 14px;
}
.header-top .lang-switcher select.pll-switcher-select {
  height: auto;
  padding: 0 15px 0 5px;
  background-image: none;
  background-color: transparent;
  text-transform: uppercase;
  color: #35b850;
  line-height: 15px;
  margin: 0 0 10px 0px;
  cursor: pointer;
}

/* .header#site-header .header-cart-inner .header-account-btn:hover svg path {
  fill: #000;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
} */

.themeht-btn,
.contact-us input.wpcf7-form-control.wpcf7-submit {
  padding: 12px 18px !important;
  font-size: 14px !important;
  line-height: 14px !important;
  border-radius: 4px !important;
  text-transform: unset !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  font-family: "Roboto Condensed", sans-serif;
}

.woocommerce div.product form.cart .button,
.contact-us input.wpcf7-form-control.wpcf7-submit {
  background-color: var(--themeht-primary-color) !important;
  width: 100%;
  justify-content: center;
}

#wc-stripe-express-checkout-element {
  gap: 20px;
}

.woocommerce div.product div.summary .product_meta {
  display: none;
}

.themeht-btn span {
  font-size: 14px !important;
  line-height: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header.header-2 .search-icon a:hover,
.header#site-header .header-cart a:hover,
.header#site-header .header-cart-inner .header-account-btn:hover,
.themeht-btn:hover,
.woocommerce div.product form.cart .button:hover,
.contact-us input.wpcf7-form-control.wpcf7-submit:hover,
.wc-block-cart .wc-block-cart__submit-container a:hover,
.wp-block-woocommerce-checkout-actions-block
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-place-order-button:hover {
  background-color: #762f22 !important;
}

.header.header-2 .main-nav > ul > li > a {
  color: #762f22 !important;
  text-transform: uppercase;
  font-weight: bold;
}

.header.header-2 .main-nav > ul > li > a:hover,
.header.header-2 .main-nav > ul > li.current-menu-item > a,
.header.header-2 .main-nav > ul > li.current-menu-parent > a {
  color: var(--themeht-primary-color) !important;
}

/* Footer */

footer.footer {
  padding: 60px 0 0 0;
  background: #fff;
  border-top: 1px solid var(--themeht-secondary-color);
}

footer.footer .footer-top {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}

footer.footer .footer-top .footer-top-title .textwidget.custom-html-widget {
  font-size: 38px;
  line-height: 42px;
  color: #762f22;
  text-transform: unset;
}

.footer .widget.widget_polylang select.pll-switcher-select {
  max-width: 50%;
  margin: 0 0 0 auto;
  display: block;
}

footer.footer h5.widget-title {
  color: #762f22;
}

footer.footer .footer-info {
  margin-top: unset;
  padding-top: unset;
  border-top: none;
  margin-bottom: unset !important;
}

footer.footer .primary-footer img {
  max-height: 100px;
}

footer.footer .footer-widget .menu li a {
  color: var(--themeht-primary-color) !important;
}

footer.footer .footer-widget .menu li a:hover,
footer.footer .footer-widget .menu li.current_page_item a {
  color: #762f22 !important;
}

footer.footer .footer-info .footer-info-in a,
footer.footer .footer-info .footer-info-in p,
footer.footer .social-icons.footer-social li a {
  color: var(--themeht-primary-color) !important;
}

footer.footer .footer-info .footer-info-in a:hover,
footer.footer .social-icons.footer-social li a:hover {
  color: #762f22 !important;
}

footer.footer .secondary-footer {
  background: var(--themeht-primary-color);
}

/* Website */

.tamara-banner {
  height: 100%;
  max-height: 450px;
}

.tamara-banner > .elementor-widget-container,
.tamara-banner > .elementor-widget-container .banner-swiper {
  height: inherit;
}

.tamara-banner > .elementor-widget-container .banner-swiper .banner-content {
  padding: 90px 250px;
  height: 100%;
}

.tamara-banner
  > .elementor-widget-container
  .banner-swiper
  .banner-content
  .btn-box {
  display: none !important;
}

.tamara-banner.orange-subtitle
  > .elementor-widget-container
  .banner-swiper
  .banner-content
  h6 {
  background-color: var(--themeht-primary-color);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: table-cell;
}

.woocommerce ul.products li.product a img {
  max-height: 250px;
  height: 100%;
}

.wc-block-grid__product .wc-block-grid__product-title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0 10px !important;
}

.custom-full-description p {
  margin: 0 0 10px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: calc(25% - 8px);
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  display: none;
}

.woocommerce .content-area .shop-inner {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* 404 */

.error404 .page-title,
.error404 .custom-sec-padding .page-header {
  display: none;
}

.error404 .custom-sec-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.error404 .custom-sec-padding img {
  max-height: 400px;
  margin: 0 !important;
}

.woocommerce div.product div.summary .custom-details {
  margin: 20px 0 0 0;
}
.woocommerce div.product div.summary .custom-details h5 {
  margin: 0 0 10px 0;
}
.woocommerce div.product div.summary .custom-details ul {
  list-style: none;
}
.woocommerce div.product div.summary .custom-details ul li span {
  font-weight: 600;
}

/* Currency switcher */
.woo-multi-currency.wmc-sidebar.wmc-right {
  right: 0;
}
.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency {
  flex-direction: row;
  align-items: center;
  padding: 0 10px;
  justify-content: space-between;
}

.woo-multi-currency.wmc-sidebar.style-1
  .wmc-list-currencies
  .wmc-currency
  span.wmc-currency-content-left {
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.woo-multi-currency.wmc-sidebar.style-1
  .wmc-list-currencies
  .wmc-currency
  .wmc-currency-content-left:not(.wmc-active-title) {
  width: 30px !important;
}

.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency a {
  color: #000 !important;
}
.woo-multi-currency.wmc-sidebar.style-1
  .wmc-list-currencies
  .wmc-currency:hover
  a {
  color: #fff !important;
}
.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency a,
.woo-multi-currency.wmc-sidebar.style-1
  .wmc-list-currencies
  .wmc-currency
  span.wmc-active-title {
  width: auto;
  height: unset;
  font-size: 18px;
  font-family: "Codec Pro" !important;
  font-weight: 200;
}
.woo-multi-currency.wmc-sidebar.wmc-currency-flag.wmc-right
  .wmc-list-currencies
  .wmc-currency
  > a {
  width: 100%;
  justify-content: space-between;
}
.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies,
.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency {
  width: 100px;
}
.woo-multi-currency.wmc-sidebar.style-1
  .wmc-list-currencies
  .wmc-currency
  .wmc-currency-content-right {
  margin: 2px 0 0 0;
  width: calc(100% - 30px);
  color: #000 !important;
}
.woo-multi-currency.wmc-sidebar.style-1
  .wmc-list-currencies
  .wmc-currency.wmc-active
  .wmc-currency-content-right,
.woo-multi-currency.wmc-sidebar.style-1
  .wmc-list-currencies
  .wmc-currency:hover
  .wmc-currency-content-right {
  color: #fff !important;
}
.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency {
  display: none;
  margin: 0 !important;
  border-radius: 0 !important;
}
.woo-multi-currency.wmc-sidebar.style-1
  .wmc-list-currencies
  .wmc-currency.wmc-active {
  display: flex;
  order: 0 !important;
}
.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies {
  border-radius: 50px 0 0 50px;
  overflow: hidden !important;
  margin: 0 0 0 auto !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: fit-content !important;
  filter: drop-shadow(0 0px 6px #ffffff);
}
.woo-multi-currency.wmc-sidebar.style-1.wmc-hover .wmc-list-currencies {
  border-radius: 20px 0 0 20px;
}
.woo-multi-currency.wmc-sidebar.style-1.wmc-hover
  .wmc-list-currencies
  .wmc-currency {
  display: flex;
  order: 1;
}
.woo-multi-currency.wmc-sidebar {
  transform: unset;
  top: 25%;
}
.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency a,
.woo-multi-currency.wmc-sidebar.style-1
  .wmc-list-currencies
  .wmc-currency
  span.wmc-active-title {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency {
  font: 16px Roboto !important;
  font-weight: 300;
  width: 100%;
}
.woo-multi-currency.wmc-sidebar.style-1
  .wmc-list-currencies
  .wmc-currency
  a:hover {
  text-decoration: none;
}

.currency-switcher-mobile {
  margin: 0 27px 20px 27px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid var(--themeht-border-color);
}

.currency-switcher-mobile .lang-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.currency-switcher-mobile .lang-list li {
  padding: 0px;
  margin: 0 10px 0 0;
}

.currency-switcher-mobile .lang-list li a {
  padding: 5px 10px !important;
  background: #fff;
  border: 1px solid;
  border-radius: 25px;
  transition: 0.5s all ease-in-out;
  text-transform: uppercase;
  display: block;
}

.currency-switcher-mobile .lang-list li a:hover {
  background: var(--e-global-color-57eb6df);
  color: #fff;
}

.currency-switcher-mobile .wmc-currency {
  padding: 0px !important;
  margin: 0 10px 0 0;
}

.currency-switcher-mobile .wmc-currency a {
  padding: 5px 15px !important;
  border: 1px solid;
  border-radius: 25px;
  transition: 0.5s all ease-in-out;
}

.currency-switcher-mobile .wmc-currency a:hover,
.currency-switcher-mobile .wmc-currency.wmc-active a {
  transition: 0.5s all ease-in-out;
  background: var(--themeht-primary-color);
  color: #fff;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  padding: 0px;
}

.woocommerce-account.elementor-default .page-content {
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.woocommerce-checkout.woocommerce-order-received .page-title,
.woocommerce-checkout.woocommerce-order-received .woocommerce-order > * {
  display: none;
}

.woocommerce-checkout.woocommerce-order-received
  .woocommerce-order
  > .elementor.elementor-7901,
.woocommerce-checkout.woocommerce-order-received
  .woocommerce-order
  > .elementor.elementor-8182,
.woocommerce-checkout.woocommerce-order-received
  .woocommerce-order
  > .elementor.elementor-8186 {
  display: block;
}

.woocommerce-checkout.woocommerce-order-received .page-content,
.woocommerce-checkout.woocommerce-order-received .page-content .entry-content {
  margin: 0px !important;
}

.woocommerce-checkout.woocommerce-order-received .page-content {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.woocommerce-product-search button {
  line-height: 25px !important;
  font-size: 0px !important;
  border: none !important;
  border-radius: 5px !important;
}

.woocommerce-cart .wp-block-product-new ul.wc-block-grid__products {
  display: flex !important;
}

@media only screen and (min-width: 1200px) {
  .main-nav.mobile-nav {
    display: none;
  }
  .currency-lang {
    display: none;
  }
  .header-2 .navigation-top .header-cart {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .nav-menu-toggle {
    background-color: #713500;
    font-family: "Roboto", Sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 16px !important;
    color: #fff;
    border-radius: 20px 20px 20px 20px !important;
    padding: 8px 12px 8px 12px !important;
  }
  .nav-menu-toggle:hover {
    background-color: #000;
  }
  .woo-multi-currency.wmc-sidebar.wmc-right {
    display: none;
  }
  .header-2 .navigation-top {
    width: 100px;
  }
  .header-2 .navigation-top .header-cart a {
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px !important;
    margin-left: 0px !important;
  }
  .closepanel {
    display: block !important;
  }
}

@media only screen and (max-width: 1025px) {
  .tamara-banner > .elementor-widget-container .banner-swiper .banner-content {
    padding: 70px 200px;
  }
}

@media only screen and (max-width: 992px) {
  footer.footer .primary-footer .col-lg-5 {
    margin-top: 30px;
  }
  footer.footer .footer-top {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 768px) {
  .tamara-banner > .elementor-widget-container .banner-swiper .banner-content {
    padding: 70px;
  }
}

@media only screen and (max-width: 568px) {
  .tamara-banner > .elementor-widget-container .banner-swiper .banner-content {
    padding: 70px 20px;
  }
  .main-nav {
    width: 90%;
  }
  .wc-block-grid__product .wc-block-grid__product-title,
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .woocommerce ul.products li.product a img {
    max-height: 160px;
  }
}
