/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");

/* General */
a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
  font-weight: 400;
}
strong {
  font-weight: 700;
}
#main-content .container::before, #sidebar {
  display: none;
}
#left-area {
  width: 100% !important;
  padding-right: 0 !important;
} 
.container, .et_pb_row, .et-db #et-boc .et-l .et_pb_row {
  width: 95%;
  max-width: 1800px;
}
#top-menu li a::after, .menu-wrapper-inner ul li a {
  transition: .3s ease-in-out !important;
}
.menu-wrapper-inner {
  transition: .6s ease-in-out !important;
}
#top-menu li a, #footer-widgets li a {
  text-transform: lowercase;
}

/* Header */
#logo {
  max-height: 180% !important;
  margin-top: 10px;
  height: 180% !important;
}
#et-top-navigation {
  position: relative;
  top: -40px !important;
  margin-right: 40px;
}
#top-menu-nav {
  padding-right: 40px;
}
#main-header.et-fixed-header #et-top-navigation {
  top: 0 !important;
}
#top-menu li a {
  opacity: 1 !important;
}
#top-menu li a::after {
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background: black;
  position: absolute;
  bottom: 60px;
}
#top-menu li a:hover::after {
  width: 100%;
}
#main-header.et-fixed-header #top-menu li a::after { 
  bottom: 15px;
}
.header-cart {
  position: absolute;
  right: 35px;
}
.header-cart a::before {
  display: block;
  content: '';
  font-size: 18px !important;
  font-family: ETmodules !important;
  margin-top: -3px;
}
.header-cart a span {
  width: 15px;
  height: 15px;
  background: black;
  text-align: center;
  line-height: 13px;
  font-size: 8px;
  color: white;
  border-radius: 50%;
  display: block;
  font-weight: 900;
  position: absolute;
  top: -8px;
  right: -8px;
}
.menu-lines {
  width: 25px;
  height: 20px;
  display: grid;
  position: absolute;
  right: -40px;
  align-content: center;
  cursor: pointer;
}
.menu-lines span, .menu-close span {
  display: block;
  width: 100%;
  height: 1px;
  background: black;
  margin-bottom: 3px;
}
#main-header {
  box-shadow: none !important;
}
.menu-wrapper {
  display: none;
  align-content: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999999;
  background: rgba(0,0,0,.5);
}
.menu-wrapper-inner {
  width: 80%;
  background: white;
  position: fixed;
  right: -80%;
  top: 0;
  bottom: 0;
  padding: 80px;
}
.menu-wrapper-inner.active {
  right: 0;
}
.menu-close {
  position: absolute;
  right: 80px;
  top: 80px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.menu-close span {
  margin-bottom: 0;
  transform: rotate(45deg);
}
.menu-close span:last-child {
  transform: rotate(-45deg);
  position: relative;
  top: -1px;
}
/* Hide sub-menus by default */
.big-menu-class .sub-menu {
  display: none;
  background: white; /* Adjust to match your design */
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 1000;
}

/* Position parent menu items */
.big-menu-class li {
  position: relative;
}

/* Show sub-menu on hover */
.big-menu-class li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.menu-wrapper-inner ul.sub-menu li a {
  font-size: 1.25vw;
  line-height: 1.8vw;
}
.menu-wrapper-inner ul li a {
  text-transform: lowercase;
  font-size: 2.5vw;
  line-height: 3.5vw;
}
.menu-wrapper-inner ul li a:hover {
  padding-left: 20px;
}
ul#socials {
  position: absolute;
  left: 80px;
  bottom: 80px;
  padding-left: 0;
}
ul#socials li {
  display: inline-block;
  margin-right: 15px;
}
ul#socials li a {
  text-transform: lowercase;
  font-size: 15px;
  line-height: 15px;
  padding-left: 0 !important;
}

/* Front */
#columns .et_pb_column {
  display: grid;
  align-content: end;
  padding-bottom: 100px !important;
  min-height: 100vh;
  z-index: 99;
  transition: .3s ease-in-out;
}
#columns .et_pb_column.et_pb_column_empty {
  z-index: 9;
}
.large-headline, .large-headline .et_pb_text_inner {
  font-size: 9vw !important;
  letter-spacing: 15%;
  overflow: visible;
  line-height: 3.5vw !important;
  font-weight: 600;
}
#columns.et_clickable:hover .et_pb_column {
  background-color: rgba(0,0,0,.2);
}
#first #columns .et_pb_column {
  min-height: calc(90vh - 146px);
}
#columns .et_pb_column.align-top {
  display: grid;
  align-content: start;
  padding-top: 100px !important;
}
.quote, .quote * {
  font-size: 2vw;
  letter-spacing: 5px;
  line-height: 1.3vw;
}

/* Shop */
#main-content li.product {
  flex: 0 0 25% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  text-align: center !important;;
}
.woocommerce-page ul.products li.product .price {
  color: #000 !important;
  margin-bottom: 75px !important;
}
#main-content ul.products {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0px; /* optional: adjust spacing between items */
  padding: 0;
  margin: 0;
  list-style: none;
}
.post-type-archive-product #main-content .container, .single-product #main-content .container {
  width: 100% !important;
  max-width: 100% !important;
}
.woocommerce-products-header {
  text-align: center !important;
  margin-bottom: 20px;
}
.woof_submit_search_form_container, ul.woof_list li input, ul.woof_list li ins, ul.woof_list li .icheckbox_square-blue {
  display: none !important;
}
.woof {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  display: none;
}
ul.woof_list li {
  display: inline-block !important;
  margin: 0px 0px 10px !important;
}
.woof_list label, .filter-btn span {
  padding: 6px 10px !important;
  border-radius: 35px;
  font-size: 12px;
  border: .5px solid black;
  font-weight: 500 !important;
  text-transform: lowercase;
}
.woof_container_inner h4 {
  font-size: 14px !important;
}
.woof_list label {
  padding: 2px 10px !important;
}
.woof_list label.woof_checkbox_label_selected, .woof_list label:hover, .filter-btn span:hover, .filter-btn span.active {
  background: black;
  color: white;
}
.filter-btn {
  margin-bottom: 50px;
  text-align: center;
}
.filter-btn span {
  cursor: pointer;
}
.filter-btn span::after {
  display: inline-block;
  content: "+";
  margin-left: 5px;
}
.filter-btn span.active::after {
  content: "-";
}

/* Single Product */
h1, .et-db #et-boc .et-l h1, h1.et_pb_contact_main_title, .et-db #et-boc .et-l h1.et_pb_contact_main_title, .et_pb_title_container h1, .et-db #et-boc .et-l .et_pb_title_container h1 {
  font-size: 24px !important;
}
.single-product #main-content .container, .single-product #page-container {
  padding-top: 0 !important;
}
.single-product #main-header {
  background: none;
}
.single-product #main-header.et-fixed-header {
  background: white;
}
.woocommerce div.product div.summary {
  padding: 150px 100px 0;
  position: sticky;
  top: 0px;
}
.woocommerce div.product .product_title {
  font-size: 1.8vw !important;
  padding-bottom: 10px !important;
}
.single-product .variations td, .single-product .variations th {
  padding: 0 !important;
}
.single-product .quantity {
  display: none !important;
}
#main-content a.et_pb_button, #main-content button.single_add_to_cart_button {
  padding: 8px 65px !important;
  border-radius: 50px;
  text-transform: lowercase;
  background: black;
}
#main-content a.et_pb_button:hover, #main-content button.single_add_to_cart_button:hover {
  padding: 8px 75px 8px 55px !important;
}
.variable-items-wrapper {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
.woocommerce-variation-price {
  text-decoration: underline;
  margin-bottom: 30px;
}
.button-variable-item {
  padding: 0 !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  margin-right: 20px !important;
}
.button-variable-item .variable-item-span {
  padding: 0 !important;
  font-size: 13px !important;
}
.button-variable-item.selected .variable-item-span {
  font-weight: 700 !important;
  text-decoration: underline;
}
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name, .woocommerce div.product form.cart .reset_variations {
  display: none !important;
}
.woocommerce div.product form.cart .variations label {
  margin: 0 !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.woocommerce-product-details__short-description {
  font-size: 13px;
  line-height: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.woocommerce-product-details__short-description p {
  padding-bottom: 0 !important;
}
.back button {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  padding-left: 20px !important;
  font-size: 13px;
  margin-bottom: 30px;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
.back::before {
  content: "4";
  display: inline-block;
  font-family: ETmodules !important;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 0;
}
.back {
  position: relative;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: .8em !important;
  margin-top: 25px !important;
}
section.related.products {
  text-align: center;
  padding: 150px 0;
}

/* Terms */
.sticky-column {
  height: 100vh;
  position: sticky;
  top: 0;
}
.terms-column {
  padding: 100px !important;
}
#terms .et_pb_text {
  margin-bottom: 50px !important;
  text-transform: lowercase;
}
#terms h2, #main-content h5.et_pb_toggle_title {
  font-size: 20px !important;
}
.et_pb_toggle {
  border: none !important;
  background: white !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid black !important;
}
.et_pb_toggle_content *, .et_pb_toggle_content {
  text-transform: lowercase !important;
}
#main-content h5.et_pb_toggle_title {
  color: black !important;
}
/* Cart */
.xoo-wsc-container * {
  text-transform: lowercase !important;
}
.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-product {
  box-shadow: none !important;
  border: 1px solid rgba(0,0,0,.1) !important;
}
.xoo-wsc-footer {
  border-top: 1px solid rgba(0,0,0,.1) !important;
}
.xoo-wsc-footer * {
  font-size: 14px !important;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn {
  border: 1px solid black !important;
  letter-spacing: 1px;
  transition: .3s ease-in-out !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
}
.xoo-wsc-cart-close {
  background: white !important;
  color: black !important;
}
.xoo-wsc-cart-close:hover, .xoo-wsc-ft-btn-checkout:hover {
  background: black !important;
  color: white !important;
}
.xoo-wsc-sm-left {
  line-height: 20px !important;
}

/* Cart */
.woocommerce-cart .main_title, .woocommerce-checkout .main_title {
  text-align: center;
  margin-top: 80px;
}
a.wc-block-components-button, button.wc-block-components-checkout-place-order-button {
  text-decoration: lowercase;
  background: black !important;
  letter-spacing: 1px;
  border-radius: 50px;
}
a.wc-block-components-button span, button.wc-block-components-checkout-place-order-button span {
  text-transform: lowercase;
  letter-spacing: 1px;
}
/* Footer */
#main-footer .container {
  max-width: 1200px !important;
} 
#footer-widgets .footer-widget li {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
#footer-widgets .footer-widget li::before {
  display: none !important;
}
#footer-widgets .et_pb_widget {
  display: block !important;
  float: none !important;
}
#footer-widgets .footer-widget:nth-child(2) {
  text-align: center !important;
}
#footer-widgets .footer-widget:first-child {
  text-align: right !important;
}
#footer-widgets .widget_media_image {
  max-width: 50%;
  margin: auto auto 30px;
}