/*
Theme Name: Digitalup
Author: DigitalUp
Description: Bootstrap 5 Lite Wordpress Theme.
Version: 1.0.0
Tags: Bootstrap 5, WpTheme
*/

:root {
  --font: "Inter", sans-serif;
  --black: #000;
  --black2: #101010;
  --white: #fff;
  --cream: #e6dcd2;
  --cream2: #dacec2;
  --cream-light: #f3efea;
}

body {
  font-family: var(--font);
  background: #eeeeee !important;
}

.max-w-1710 {
  max-width: 1710px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.max-w-1500 {
  max-width: 1500px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1710px !important;
}

.bg-white {
  background: var(--white);
}
.bg-cream {
  background: var(--cream);
}
.bg-cream2 {
  background: #c2c2c2;
}
.bg-black {
  background: var(--black);
}
.bg-black2 {
  background: var(--black2);
}

/* TYPOGRAPHY */
.text-white {
  color: var(--white);
}
.text-white-all * {
  color: var(--white) !important;
}
.text-black {
  color: var(--black) !important;
}
.text-black-2 {
  color: var(--black2) !important;
}
.text-cream {
  color: var(--cream) !important;
}
.text-cream-2 {
  color: #c2c2c2 !important;
}
.text-50,
.text-50 * {
  font-family: var(--font);
  font-size: 50px;
  line-height: 58px;
}
.text-40,
.text-40 * {
  font-family: var(--font);
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -0.8px;
}
.text-35,
.text-35 * {
  font-family: var(--font);
  font-size: 35px;
  line-height: 43px;
}
.text-25,
.text-25 * {
  font-family: var(--font);
  font-size: 25px;
  line-height: 33px;
}
.text-18,
.text-18 * {
  font-family: var(--font);
  font-size: 18px;
  line-height: 26px;
}
.text-14,
.text-14 * {
  font-family: var(--font);
  font-size: 14px;
  line-height: 20px;
}
.text-12,
.text-12 * {
  font-family: var(--font);
  font-size: 12px;
  line-height: 18px;
}

.weight-300 {
  font-weight: 300;
}
.weight-400 {
  font-weight: 400;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.theme-button {
  position: relative !important;
  display: inline-block !important;
  font-family: var(--font) !important;
  font-size: 12px !important;
  line-height: 38px !important;
  height: 38px !important;
  font-weight: 400 !important;
  padding: 0 15px !important;
  transition: all ease-in-out 0.5s !important;
}
.theme-button:hover {
  transition: all ease-in-out 0.5s !important;
  padding-right: 25px !important;
}

.theme-button::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out 0.5s;
}
.theme-button:hover::after {
  transform: translate(4px, -50%);
  opacity: 1;
}

.slider-button {
  color: var(--black) !important;
  border: 1px solid var(--white) !important;
}

.theme-button-white {
  color: var(--white) !important;
  border: 1px solid var(--white) !important;
}
.theme-button-black {
  color: var(--black) !important;
  border: 1px solid var(--black) !important;
}

.theme-button-transparent {
  color: var(--black2) !important;
  border: 1px solid #c2c2c2 !important;
  background: transparent !important;
}

.theme-button-text {
  position: relative !important;
  display: inline-block !important;
  font-family: var(--font) !important;
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  padding: 0 !important;
}

.theme-button-text::after,
.footer-menu-wrapper .menu li a::after,
.footer-bottom .menu li a::after,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item
  > a.mega-menu-link::after,
.underline-link::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.5s ease;
}
.theme-button-text:hover::after,
.footer-menu-wrapper .menu li a:hover::after,
.footer-bottom .menu li a:hover::after,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item
  > a.mega-menu-link:hover::after,
.underline-link:hover::after,
.underline-link.active::after,
.footer-menu-wrapper .menu li.mega-current-menu-item a::after,
.footer-bottom .menu li.mega-current-menu-item a::after,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link::after {
  width: 100%;
}

.theme-button-text-black {
  color: var(--black2) !important;
}

.theme-button-text-white {
  color: var(--white) !important;
}

/* arrow black */
.form-button button::after,
#customer_login button::after,
.woocommerce-ResetPassword button::after,
td.actions button::after {
  content: url(/wp-content/uploads/2024/11/arrow-black.svg);
  margin-left: 10px;
}
.theme-button-black::after,
.theme-button-transparent::after,
.slider-button::after {
  content: url(/wp-content/uploads/2024/11/arrow-black.svg);
}

/* arrow white */
.theme-button-white::after {
  content: url(/wp-content/uploads/2024/11/arrow-white.svg);
}

#customer_login button,
td.actions button,
.woocommerce-ResetPassword button {
  color: var(--black2) !important;
}

td.actions button[name="update_cart"] {
  padding: 0 20px !important;
}

/* HEADER TOP */
.header-top-autoplay {
  overflow: hidden;
  white-space: nowrap;
}

.header-top-autoplay .scrolling-content {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  animation: scroll-left 40s linear infinite;
}

.header-top-autoplay .item {
  padding: 12px 100px;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* HEADER */
.header-main {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.header-top {
  height: 42px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

body.scrolled .header-top {
  height: 0;
  transition: all 0.3s ease-in-out;
}
header .header-main .logo-col #logo img {
  height: 130px;
  transition: all 0.3s ease-in-out;
}
body.scrolled header .header-main .logo-col #logo img {
  height: 110px;
  transition: all 0.3s ease-in-out;
}

body.scrolled .header-main {
  position: fixed;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.menu-icons img {
  max-width: 25px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 65px;
}
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  font-family: var(--font) !important;
  color: var(--black2) !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  position: relative !important;
  height: auto !important;
  padding: 0 !important;
}

/* HOMEPAGE */
#slider-section {
  background: #eeeeee;
  margin-top: -1px;
}

.slider-content {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.slider-content * {
  font-family: var(--font) !important;
}

.slider-content .pills {
  margin-bottom: 0 !important;
}

.slider-title {
  font-size: 50px !important;
  line-height: 53px !important;
  font-weight: 400 !important;
  color: var(--black2) !important;
  white-space: break-spaces !important;
  text-align: right !important;
}
.pills {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
}
.pills.left {
  justify-content: flex-start;
}
.pills.right {
  justify-content: flex-end;
}
.pills div {
  font-family: var(--font) !important;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: var(--black);
  background-color: var(--white);
  padding: 6px 14px;
}

/* HOME 1 */

#home-1-inner-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-1-inner-1 .left-col .text-40 {
  margin-bottom: 55px;
}
#home-1-inner-1 .middle-col {
  padding-left: 45px;
  padding-right: 120px;
}

#home-1-inner-1 .right-col .wpb_single_image {
  margin-bottom: 0;
  margin-top: 70px;
}

#home-2,
#home-3,
#home-4,
#home-5,
.black-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-products-col {
  padding-top: 35px !important;
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.product-title-with-wishlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
}
.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font);
  color: var(--black2);
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wishlist-wrapper span:not(.feedback) {
  display: none !important;
}
.wishlist-wrapper .yith-wcwl-add-to-wishlist {
  margin: 0 !important;
}
.wishlist-wrapper .yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,
.wishlist-wrapper .yith-wcwl-add-button .add_to_wishlist img {
  margin: 0 !important;
}

.wishlist-wrapper
  .yith-wcwl-add-button:hover
  .add_to_wishlist
  svg.yith-wcwl-icon-svg,
.wishlist-wrapper .yith-wcwl-add-button:hover .add_to_wishlist img {
  fill: var(--black);
}

.after-title-custom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  min-height: 18px;
  font-family: var(--font);
  color: var(--black2);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.price {
  display: inline-block;
  margin-bottom: 33px;
}
.price * {
  font-family: var(--font);
  color: var(--black2);
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
}
.price del {
  text-decoration: line-through;
}

.woocommerce ul li.product .add_to_cart_button {
  font-family: var(--font);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  height: 49px;
  line-height: 49px;
  padding: 0 20px;
  width: 100%;
  background: transparent;
  color: var(--black2);
  border: 1px solid #c2c2c2;
}

.woocommerce ul li.product .add_to_cart_button:hover {
  background: var(--black2);
  color: var(--white);
  border: 1px solid var(--black2);
}

.product-carousel .owl-dots {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.product-carousel .owl-dots .owl-dot {
  background-color: #c4c1bc;
  height: 10px;
  width: 50px;
}
.product-carousel .owl-dots .owl-dot.active {
  background-color: #080808;
}

.home-image-col {
  position: relative;
}
.home-image-col .wpb_single_image {
  margin: 0;
  padding: 0;
}
.home-image-col .wpb_single_image img {
  margin: 0;
  padding: 0;
  object-fit: contain;
  width: 100%;
}
.home-floating-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  transform: translate(70px, 60px);
  max-width: 300px;
  width: 50%;
}
.home-floating-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  transform: translate(-55px, 60px);
  width: 50%;
}

#home-4 .right-col {
  padding: 10px 280px 100px 135px;
}
#home-4 .right-col .text-40 {
  max-width: 450px;
  margin-bottom: 42px;
}

#home-4 .right-col .text-14 {
  margin-bottom: 42px;
}

#home-5 .left-col {
  padding-left: 180px;
  padding-right: 250px;
}
#home-5 .text-14.weight-600 {
  margin-bottom: 45px;
}
#home-5 .text-14.weight-400 {
  margin-bottom: 25px;
}
#home-5 .text-40 {
  margin-bottom: 45px;
}
#home-5 .pills {
  margin-bottom: 8px;
}

#home-5 .theme-button {
  margin-top: 45px;
}

.black-banner .left-col {
  padding-left: 105px;
}
.black-banner .wpb_single_image {
  margin-bottom: 19px;
}
.black-banner .wpb_single_image img {
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}
.black-banner .text-40 {
  max-width: 520px;
  margin-bottom: 0;
}
.black-banner .text-14 {
  text-align: center;
  margin-bottom: 0;
}

.black-banner-right-col-inner > .wpb_column {
  padding-top: 70px;
  padding-bottom: 70px;
}
.black-banner-right-col-inner > .wpb_column:not(:last-child) {
  border-right: 1px solid var(--white);
}

#home-7 {
  position: relative;
}
#home-7 .wpb_single_image,
#home-7 .wpb_single_image img {
  margin: 0;
  padding: 0;
}
.home-7-floating-content {
  max-width: 380px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(185px, -50%);
}

.home-7-floating-content .text-40 {
  margin-bottom: 7px;
}
.home-7-floating-content .text-14 {
  margin-bottom: 46px;
}
.home-7-floating-content .theme-button {
  margin-bottom: 0;
}

/* FOOTER */
.footer-top {
  background: var(--black2);
  color: white;
}
.footer-right-col,
.footer-left-col {
  padding: 60px 0 70px;
}
.footer-left-col {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer-right-col {
  border-left: 1px solid var(--white);
}
.footer-right-row {
  padding: 50px 0 40px 160px;
}
.footer-right-row:not(:last-child) {
  border-bottom: 1px solid var(--white);
}
.footer-right-row:last-child {
  padding-bottom: 0 !important;
}
.footer-logo {
  max-width: 400px;
}

.footer-top a {
  color: var(--white);
}

.footer-top .social {
  margin-top: 100px;
}

.footer-bottom .menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}

/* Newsletter */
form.mailpoet_form {
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  margin-top: 15px !important;
}

form.mailpoet_form .newsletter-accept,
form.mailpoet_form > .mailpoet_message {
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}

form.mailpoet_form .newsletter-submit {
  flex: 1 1 auto;
  width: 100%;
  max-width: 150px;
  border: 1px solid var(--white);
}

form.mailpoet_form .newsletter-email {
  flex: 1 1 auto;
  width: 100%;
  max-width: 300px;
  border: 1px solid var(--white);
  outline: none;
}
form.mailpoet_form input[type="email"] {
  height: 37px;
  width: 100%;
  outline: none;
  border: 0;
  padding: 0 17px !important;
}
form.mailpoet_form input[type="email"],
form.mailpoet_form input[type="email"]::placeholder {
  opacity: 1;
  font-size: 12px;
  font-weight: 400;
  color: var(--black);
}
form.mailpoet_form input[type="submit"] {
  height: 37px;
  width: 100%;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  background-color: var(--black2);
  border: 0;
  padding: 0 17px !important;
}

form.mailpoet_form .newsletter-accept label.mailpoet_checkbox_label,
form.mailpoet_form .newsletter-accept label.mailpoet_checkbox_label a {
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
}
form.mailpoet_form .newsletter-accept label.mailpoet_checkbox_label a {
  display: inline-block;
  margin-left: 5px;
}

form.mailpoet_form .newsletter-accept label.mailpoet_checkbox_label {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}

.footer-contact-wrapper > p {
  margin-bottom: 23px;
}

.footer-contact-wrapper > div p:first-child {
  margin-bottom: 3px;
}

.footer-contact-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 70px;
}
.footer-menu-wrapper .menu li:not(:last-child) {
  margin-bottom: 25px;
}
.footer-menu-wrapper .menu li a {
  font-family: var(--font);
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
  position: relative;
}

.footer-bottom .menu li a {
  font-family: var(--font);
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: var(--black);
  text-decoration: none;
  position: relative;
}

/* Category */
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  display: none !important;
}
.filters-wrapper,
.woocommerce-result-count,
.woocommerce-ordering {
  display: none !important;
}

.shop-top-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 0 27px;
}

.shop-top-section-title {
  max-width: 550px;
  padding: 0;
  margin: 0;
}

.categories-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 19px;
}
.categories-list .category-link {
  font-family: var(--font);
  color: var(--black2);
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

/* static banner */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 43px;
  row-gap: 92px;
  margin-bottom: 80px;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.woocommerce ul.products li.loop-banner,
.woocommerce-page ul.products li.loop-banner {
  grid-column: 1/3;
  position: relative;
}

.loop-banner > div {
  width: 100%;
}
.loop-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loop-banner .pills {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(24px, 26px);
}

/* product */
.woocommerce.single-product div.product {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
  max-width: 90px;
}
.woo-variation-gallery-thumbnail-position-left-bottom
  .woo-variation-gallery-container
  .woo-variation-gallery-thumbnail-wrapper {
  width: 100px;
}
.woo-variation-gallery-thumbnail-position-left-bottom
  .woo-variation-gallery-container
  .woo-variation-gallery-slider-wrapper {
  width: calc(100% - 100px);
}

.revolution-product-section {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 60px;
}
.revolution-product-section .left-col {
  padding-left: 105px;
  padding-right: 200px;
}
.revolution-product-section .right-col {
  border-left: 1px solid #c2c2c2;
}
.revolution-product-section .right-col img {
  width: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}

.revolution-product-section .left-col .text-40 {
  margin-bottom: 53px;
}
.revolution-product-section .left-col > .text-14 {
  margin-top: 10px;
}

.woocommerce-tabs {
  margin-top: 45px;
}

.woocommerce-tabs .panel.panel-default table{
  width: 100%;
}

.woocommerce-tabs .accordion-link {
  font-family: var(--font);
  color: var(--black2);
  font-size: 12px;
  font-weight: 400;
}

.woocommerce div.product form.cart .button::after,
.woocommerce a.added_to_cart {
  display: none !important;
}
.woocommerce-tabs .panel-title{
 text-transform: uppercase;
}


/* About */
#about-1,
#about-3,
#about-5 {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#about-1 .right-col,
#about-3 .left-col,
#about-5 .right-col {
  padding-top: 40px;
  align-self: center;
}
#about-1 .left-col *,
#about-3 .right-col *,
#about-5 .left-col * {
  height: 100%;
}
#about-1 {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
#about-1 .left-col {
  border-right: 1px solid #c2c2c2;
}

#about-1 .right-col {
  padding-left: 125px;
  padding-right: 345px;
}

#about-1 .text-40 {
  margin-bottom: 50px;
  max-width: 330px;
}
#about-1 .text-14:not(.weight-600) {
  margin-bottom: 100px;
}
#about-1 .pills {
  margin-bottom: 20px;
}

#about-2 .text-quote {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}
#about-2 .text-quote::before {
  content: url(/wp-content/uploads/2025/01/bracket-open-1.svg);
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translate(-100%, -50%);
}
#about-2 .text-quote::after {
  content: url(/wp-content/uploads/2025/01/bracket-close-1.svg);
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translate(100%, -50%);
}
#about-3 {
  border-top: 1px solid #c2c2c2;
}
#about-3 .left-col {
  padding-left: 150px;
  padding-right: 330px;
}

#about-3 .left-col .text-40 {
  margin-bottom: 50px;
}

#about-4 {
  padding: 115px 145px 90px 150px;
}
#about-4 .left-col .text-40 {
  margin-bottom: 28px;
}
#about-4 .right-col > .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 110px;
}

#about-4 .right-col .text-14 {
  width: 50%;
  flex: 1 1 50%;
  max-width: 50%;
}

#about-5 .right-col {
  padding-left: 125px;
  padding-right: 125px;
}

#about-1 .left-col .wpb_single_image,
#about-3 .right-col .wpb_single_image,
#about-5 .left-col .wpb_single_image {
  padding: 0;
  margin: 0;
}

#about-1 .left-col .wpb_single_image img,
#about-3 .right-col .wpb_single_image img,
#about-5 .left-col .wpb_single_image img {
  padding: 0;
  margin: 0;
  width: 100%;
  object-fit: cover;
}

/* accordions */
.vc_tta.vc_tta-accordion
  .vc_tta-controls-icon-position-left
  .vc_tta-controls-icon {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 20px !important;
  left: auto !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  font-family: var(--font) !important;
  color: var(--black2) !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  padding: 0 50px 0 0 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title {
  padding: 20px 0 !important;
}
.vc_tta .vc_tta-controls-icon {
  width: 15px !important;
  height: 15px !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background: transparent !important;
  border: 0 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 0 !important;
}
.vc_tta.vc_general .vc_tta-panel {
  border-bottom: 1px solid #c2c2c2 !important;
}

/* contact */
.contact-forms-wrapper {
  margin: 80px auto;
  max-width: 810px;
}
.contact-forms-buttons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 90px;
}
.contact-forms-buttons-wrapper > span {
  display: block;
  width: 1px;
  height: 130px;
  background: #c2c2c2;
}
.contact-form-button {
  color: #c2c2c2;
  outline: none;
  border: none;
  background: transparent;
  max-width: 370px;
  text-align: left;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.contact-form-button.active {
  color: var(--black2);
}

.form-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.form-text {
  flex: 1 1 auto;
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
}
.form-text.half {
  width: calc(50% - 15px);
}
.form-text label {
  font-family: var(--font);
  color: var(--black2);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  opacity: 1;
}

.form-text input,
.form-text textarea {
  width: 100%;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  opacity: 1;
  padding: 0 20px;
}
.form-text input {
  height: 30px;
}
.form-text textarea {
  min-height: 80px;
  height: 80px;
  max-height: 240px;
}
.form-checkbox {
  width: 100%;
  flex: 1 1 100%;
  margin-top: 20px;
}
.form-checkbox .wpcf7-list-item {
  margin: 0;
}
.form-checkbox .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.form-checkbox .wpcf7-list-item-label {
  font-size: 12px;
  font-weight: 400;
  color: var(--black2);
}
.form-button {
  margin-top: 10px;
  width: 100%;
  flex: 1 1 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.form-button button {
  border: 1px solid #c2c2c2;
  outline: none;
  height: 38px;
  line-height: 38px;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  background: transparent;
  color: var(--black2);
}

.wpcf7-not-valid-tip {
  position: relative;
  top: -10px;
}

.contact-info {
  margin: 70px auto 120px;
  max-width: 810px;
}

.contact-info .text-40 {
  margin-bottom: 60px;
}

.contact-info-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}

.contact-info-sep {
  width: 1px;
  height: 130px;
  background: #c2c2c2;
  margin: 0 auto;
}

.contact-info-label {
  font-family: var(--font);
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

.contact-info-column p {
  font-family: var(--font);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
#contact-2,
#contact-3 {
  border-top: 1px solid #c2c2c2;
}

/* other pages */
table.wishlist_table thead th {
  border-top: none;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table *:not(.add_to_cart_button),
#customer_login,
#customer_login *,
.woocommerce-ResetPassword,
.woocommerce-ResetPassword * {
  background: transparent !important;
  border-color: #c2c2c2 !important;
}
.woocommerce table.shop_table th {
  text-align: left;
}

.wishlist_table .product-add-to-cart a {
  font-size: 11px !important;
  padding: 0 30px !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background: transparent !important;
}

.select2,
.select2 * {
  background: transparent !important;
  color: var(--black2) !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: #c2c2c2;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: var(--white);
  border: 1px solid var(--black2);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  padding: 0;
}

input[type="checkbox"]:checked {
  background-color: var(--white);
}

input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(50% - 1px);
  width: 6px;
  height: 10px;
  border: solid var(--black2);
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#keimeniki{
  padding-top:100px;
}

.burger .fa-bars:before {
  content: url(/wp-content/uploads/2025/02/nav_open.svg);
}

.close-icon:after {
  content: url(/wp-content/uploads/2024/12/Burger-Menu-Close.svg);
}

.made-in-green {
}

.icon-theme-search-2:before{
  color: #000 !important;
}

/* Hide shop temporarily */
.menu-icon-account,
.menu-icon-cart,
.menu-icon-wishlist,
.woocommerce div.product form.cart,
.product-add-to-cart,
#menu-item-2222,
#menu-item-2366,
#menu-item-2367,
.wishlist-wrapper,.offcanvas.open .offcanvas-secondary-menu {
  display: none !important;
}


/*color changes last time??*/


.made-in-greece
#about-1 p,
#about-1 a,
#about-1 span,
#about-1 div,
.dark .text-black-2,
.dark .theme-button,
.dark .pills div,
#contact-3 p,
#contact-3 div,
#contact-3 a
{
  color: white !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
  color:#fff!important;
}

#header-main.header-main{
  border-top: #434343 1px solid;
}
#contact-3{
  border-bottom: #EEEEEE 1px solid;
}
#header-main.header-main, #home-4,  #home-5, #about-1, #contact-3{
  background: var(--black2) !important;
}

.pills div{
  background: transparent;
}

.dark .theme-button-transparent::after{
  content: url('/wp-content/uploads/2024/11/arrow-white.svg');
  color: white;
}

#home-2, #home-3{
  background: #FFFFFF;
}

#about-1 .left-col{
  border-right: 1px solid #E6DCD2 !important;
}

.home .pills div{
  background: white;
}

.home .dark .pills div{
  background: #4e4e4e;
}


@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
    color:#000!important;
  }
}
