/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* BASE */
.tooltipster-base {
	display: none!important;
}

.min-hi {
	min-height: 150px !important;
}
@media (max-width: 450px) {
  .min-hi {
    min-height: 0px;
  }
}

/* === WHATSAPP STICKY === */
.wa-sticky {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

/* === HOVER SCALE === */
.wbt-hvr {
    transition: transform 0.1s ease-in-out;
}

.wbt-hvr:hover {
    transform: scale(1.05);
}

.dark p,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark ul,
.dark ol,
.dark li,
.dark a {
    color: hsla(40, 30%, 90%, 0.7);
}

.dark a:hover {
    color: hsla(40, 30%, 95%, 1.0);
}

.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
    background-color: rgb(13 13 10 / 97%);
}

.featured-title {
    background-color: #0d0d0a;
}


/* Shop page */
.post-type-archive-product .dark h1,
.post-type-archive-product .woocommerce-breadcrumb,
.post-type-archive-product nav > a,
/* Product category pages */
.tax-product_cat .dark h1,
.tax-product_cat .woocommerce-breadcrumb,
.tax-product_cat nav > a {
  color: #c39a5d !important;
}

.header .icon-menu:before {
    content: "\e94b" !important;
    font-family: 'Material Icons' !important;
	font-size: xx-large;
	color: #c39a5d;
}

/* === BOX SHADOW 4 === */
.row-box-shadow-4 .col-inner,
.row-box-shadow-4-hover .col-inner:hover,
.box-shadow-4,
.box-shadow-4-hover:hover {
  box-shadow: none;
  overflow: hidden;
}

.payment-icons .payment-icon svg {
    height: 15px;
    border: solid 0px;
	padding: 1px;	
}

.payment-icons .payment-icon {
    background-color: rgb(0 0 0 / 0%) !important;
    border-radius: 2px !important;
    padding: 1px 4px 2px 4px;
    transition: opacity .3s;
    border: 1px #fff solid;
	opacity: 0.6;
	margin-bottom: 10px;
}

/* === HOVER EFFECTS === */
.link-h a:hover {
  text-decoration: underline;
}

.woocommerce-LoopProduct-link  {
	font-size: large !important;
	padding-top: 15px;
}

.price-wrapper .price {
    display: block;
    padding-top: 10px;
	padding-bottom: 10px;
}

/* Close button styling */
button.mfp-close {
  background: #c39a5d;
  margin: 20px 20px 0 0 !important; /* top/right margin */
  border-radius: 50px !important;
  mix-blend-mode: inherit;
	color: #000 !important;
}

/* Close button visibility when modal is ready */
.mfp-ready .mfp-close {
  opacity: 1;
	color: #fff;
}

/* === BADGES === */
.product .badge-inner {
  padding-top: 3px !important;
	font-size: small;
	font-weight: bold;
}

.product .badge {
  height: 1.6em !important;
  width: 6em !important;
	margin-left: 15px;
}

.product .badge-inner.on-sale {
    background-color: #FF7043 !important;
    color: white !important;
}

.box-image .out-of-stock-label {
    display: none;
}

/* === READ MORE / LESS BUTTONS === */
.read-more,
.read-less {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 6px 14px;
  background-color: #dcdad9;
  color: #333;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.read-more:hover,
.read-less:hover {
  background-color: darkgray;
  color: #fff;
}

/* Icon alignment inside buttons */
.read-more .material-icons,
.read-less .material-icons {
  vertical-align: middle;
  transition: transform 0.3s ease;
}

/* === READ MORE CONTENT === */
.read-more-dots {
  display: inline !important;
}

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

.acc-css {
	opacity: 0.9
}

/* === ACCORDION STYLES === */
/* Accordion title text spacing */
.acc-css .accordion_title {
  margin-left: 5px;
}

/* Accordion title panel */
.acc-css .accordion-title {
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding: 0.9em 4.2em 0.9em 1.3em !important;
  border: 1px solid whitesmoke !important;
  transition: border 0.2s ease-out, background-color 0.3s;
	font-size: inherit;
	background-color: inherit;
}

/* === TOGGLE ICON STYLES === */
/* Toggle container positioning */
.acc-css .accordion .toggle {
  left: unset !important;
  right: 0 !important;
  margin-top: 5px !important;
  font-size: 15px !important;
  opacity: 1 !important;
}

.archive #main  {
	padding-bottom: 200px;
}

/* Change border color */
.woocommerce-checkout-review-order-table,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table tr {
  border: 0px;
}

/* Elegant border styling for WooCommerce cart & checkout tables */
.cart_totals table,
.cart_totals table th,
.cart_totals table td,
.cart_totals table tr {
  border: 0px;
}

.shop_table thead th {
    border-width: 1px;
}

.single_add_to_cart_button {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* SHOP */
.page-id-127 .has-border {
    border: 0px solid #eeeadf;
    padding: 0px 0px 0px 0px;
}

.message-container {
    font-size: 0.8em;
    padding-top: 1.75em;
}

.icon-user:before {
    content: "\e853";
    font-family: 'Material Symbols Outlined' !important; 
    font-weight: 300;
	font-size: x-large;
}

.icon-shopping-cart:before { 
    content: '\f1cc';
    font-family: 'Material Symbols Outlined' !important; 
    font-weight: 300;
	font-size: x-large;
}

.woocommerce-message:focus {
    outline: none;
}

address {
    font-style: normal;
    background-color: #fff;
    padding: 20px;
    margin-top: 5px;
    width: fit-content;
    color: #0d2c0f;
    margin-bottom: 15px;
}

.woocommerce-terms-and-conditions-checkbox-text {
    font-size: small;
}

.widget .is-divider {
    height: 1px;
	max-width: 75%;
}

.checkout-sidebar {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #fff;
}

.cart-collaterals {
    padding-top: 40px !important;
    background-color: #fff;
    height: max-content;
    padding-bottom: 30px !important;
}

.dashboard-links a {
    border-radius: 0px;
}

#main>div.page-wrapper.my-account.mb>div>div>div.large-3.col.col-border>div {
    display: none;
}

.woocommerce-error {
    font-size: smaller;
    padding: 0px 20px;
    line-height: 2.2em;
    background: #fff;
}

.woocommerce-info,
.woocommerce-message {
    font-size: smaller;
    padding: 0px 0px;
    line-height: 1.6em;
    color: #006400;
    margin-bottom: 10px;
}

.woocommerce-cart a.remove {
    visibility: hidden !important;
    width: auto !important;
}

.woocommerce-cart a.remove:before {
    content: "\e5cd";
    font-family: 'Material Icons' !important;
    visibility: visible;
    font-size: 20px;
    color: #333;
    margin-left: 5px;
    background-color: white;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
    border: 1px solid #e6e6e6;
    width: 100%;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
    height: 50px;
    padding: 0 16px;
}

thead th,
.shop_table .order-total td,
.shop_table .order-total th {
    border-width: 1px;
}

.woocommerce .widget>ul>li ul {
    border-left: 0px solid #ddd;
}

.woocommerce .widget>ul>li+li{
    border-top: 0px solid #ececec;
}

/* === DROPDOWN ICON STYLE === */
.has-dropdown .icon-angle-down:before {
    background-color: rgb(255 255 255 / 75%);
    padding: 0 3px;
    border-radius: 100px;
    margin-left: 5px;
    color: #000;
}


.sticky-shrink .stuck .header-main {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.custom-bg .overlay {
  opacity: 0.8;
  background: 
    radial-gradient(circle at 30% 30%, #ebe2de, transparent 40%),
    radial-gradient(circle at 70% 70%, #b19084, transparent 40%),
    radial-gradient(circle at 50% 50%, #ebe2de, transparent 60%);
  background-blend-mode: multiply;
}

.soc__ico .icon:not(.button) {
    margin-left: 0.0em;
    margin-right: 0.0em;
}

/* === BOX SHADOW UTILITIES === */
.row-box-shadow-3 .col-inner,
.row-box-shadow-3-hover .col-inner:hover,
.box-shadow-3,
.box-shadow-3-hover:hover {
  box-shadow: 0 24px 60px rgba(17, 12, 46, 0.1); /* softened for performance */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  will-change: transform, box-shadow;
}

/* === SLIDER COLUMN SPACING === */
.sldr-css .align-equal > .col {
  margin-right: 10px !important;
	margin-top: 30px;
    margin-bottom: 45px !important;
	margin-left: 10px !important;
}

.cust-btn {
	color: #000 !important;
	 border: none;
}

.icon-vk:before {
  content: "\ebcc" !important;
  font-family: 'Material Symbols Outlined', sans-serif;
  font-size: larger;
  vertical-align: middle;
}

.wbt-style.box-overlay.dark .box-text {
    background: linear-gradient(
        to top,
        rgba(107, 82, 73, 0.9) 0%,   /* darker brown */
        rgba(107, 82, 73, 0) 100%
    );
    filter: none !important;
}

/* === MEDIA QUERIES - DESKTOP === */
@media (min-width: 1025px) {
  ul.header-nav.nav-left {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto !important;
    float: none !important;
    display: table !important;
    transform: translateX(0);
  }

  .header-inner {
    text-align: center;
  }
}

/* HEADER NAV ICON */
.header-main .header-nav li > a {
  display: flex;
  align-items: center;
}

/* HEADER MENU ICON */
.header-main .ux-menu-icon {
  order: 1;
  margin-left: 10px;
  margin-top: -20px;
}

/* OFF-CANVAS ICON */
.off-canvas li > a .ux-sidebar-menu-icon {
  order: 1;
  margin-left: 10px;
  margin-top: -20px;
}

/* === HOVER EFFECTS === */
.link-h a:hover {
  text-decoration: underline;
}

.nav-line-bottom>li>a:before {
    height: 1px;
	margin-bottom: 2px;
}

#main-menu {
    font-size: larger;
}

#main-menu .sub-menu {
    font-size: small !important;
}

/* === PARALLAX === */
.parallax-active {
  opacity: 1 !important;
}

.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 0%);
}

.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: unset;
}

/* === HEADER SHADOW === */
.header-shadow .header-wrapper,
.header-wrapper.stuck,
.layout-shadow #wrapper {
  box-shadow: 1px 1px 10px rgb(0 0 0 / 0%);
}
	
/* =========================
   DARK FORM STYLE
   (for dark/colored backgrounds)
   ========================= */
.dark--form .gform_wrapper .gfield input:not([type="checkbox"]):not([type="radio"]),
.dark--form .gform_wrapper .gfield textarea {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  padding: 12px 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  color: #fff !important;
	opacity: 0.8;
}

.dark--form .gform_wrapper .gfield input::placeholder,
.dark--form .gform_wrapper .gfield textarea::placeholder {
  color: #fff !important;
  opacity: 0.8;
}

.dark--form .gform_wrapper .gfield input:focus,
.dark--form .gform_wrapper .gfield textarea:focus {
  outline: none !important;
  border-bottom: 1px solid #fff !important;
}

.dark--form .gform_wrapper .gfield label {
  color: #fff !important;
}

/* Button */
.dark--form .gform_wrapper .gform-button,
.dark--form .gform_wrapper input[type="submit"],
.dark--form .gform_wrapper button[type="submit"] {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  padding: 14px 32px !important;
  width: 100% !important;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
	border-radius: 0px !important;
	opacity: 0.8 !important;
}

.dark--form .gform_wrapper .gform-button:hover,
.dark--form .gform_wrapper input[type="submit"]:hover,
.dark--form .gform_wrapper button[type="submit"]:hover {
  background: #fff !important;
  color: #000 !important;
  cursor: pointer;
}

/* Select */
.dark--form .gform_wrapper .gfield select {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  color: #fff !important;
  min-height: 42px;
  height: 40px;
  padding: 0 !important;
  transform: translateY(-3px);
}

/* =========================
   LIGHT FORM STYLE
   (for light backgrounds)
   ========================= */
.light--form .gform_wrapper .gfield input:not([type="checkbox"]):not([type="radio"]),
.light--form .gform_wrapper .gfield textarea {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  padding: 12px 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  color: #000 !important; /* dark text */
}

.light--form .gform_wrapper .gfield input::placeholder,
.light--form .gform_wrapper .gfield textarea::placeholder {
  color: #000 !important;
  opacity: 0.6;
}

.light--form .gform_wrapper .gfield input:focus,
.light--form .gform_wrapper .gfield textarea:focus {
  outline: none !important;
  border-bottom: 1px solid #000 !important;
}

.light--form .gform_wrapper .gfield label {
  color: #000 !important;
}

/* Button */
.light--form .gform_wrapper .gform-button,
.light--form .gform_wrapper input[type="submit"],
.light--form .gform_wrapper button[type="submit"] {
  background: transparent !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  padding: 14px 32px !important;
  width: 100% !important;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
	border-radius: 0px !important;
}

.light--form .gform_wrapper .gform-button:hover,
.light--form .gform_wrapper input[type="submit"]:hover,
.light--form .gform_wrapper button[type="submit"]:hover {
  background: #000 !important;
  color: #fff !important;
  cursor: pointer;
}

/* Select */
.light--form .gform_wrapper .gfield select {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  color: #000 !important;
  min-height: 42px;
  height: 40px;
  padding: 0 !important;
  transform: translateY(-3px);
}

.light--form .gform-theme--foundation .gfield textarea.small {
  --gf-ctrl-textarea-height: 60px;
  min-height: 60px !important;     
  resize: vertical !important;     
}

.slider-style-container .flickity-slider>:not(.is-selected), .slider-style-focus .flickity-slider>:not(.is-selected), .slider-style-shadow .flickity-slider>:not(.is-selected) {
    opacity: 1;
}

.button.is-outline {
    border: 1px solid;
}

/* Absolute footer */
.absolute-footer {
  color: #fff !important;
  font-size: x-small !important;
  padding: 20px 0;
}

/* Footer link spacing */
.sec__footer2 .ux-menu-link__link {
  margin-bottom: -15px;
}

/* Footer menu layout gap */
.sec__footer2 .ux-menu.stack.stack-col.justify-start {
  gap: 7px;
}

.sec__footer2 {
	font-size: small;
}

/* === ICON ENVELOP === */
.icon-envelop:before {
    content: "\e158" !important;
    font-family: 'Material Symbols Outlined', sans-serif;
    font-size: larger;
    vertical-align: middle;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
  /* === LOGO & HEADER === */
  #logo {
    max-width: 75px;
  }

  #masthead {
    height: 85px !important;
  }
	
  /* === OFF-CANVAS PANEL === */
  .off-canvas-left .mfp-content,
  .off-canvas-right .mfp-content {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 0%);
    transition: transform 250ms ease 0ms;
  }
	
  .off-canvas-right .mfp-content,
  .off-canvas-left .mfp-content {
    width: 100% !important;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
  }
	
  /* === SIDEBAR NAVIGATION === */
  .nav-sidebar {
    padding-top: 35px;
  }
	
  .nav-sidebar.nav-vertical > li.menu-item.active,
  .nav-sidebar.nav-vertical > li.menu-item:hover {
    background-color: rgb(0 0 0 / 0%);
  }
	
  .off-canvas .nav-vertical > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
	
  /* === FOOTER === */
  .absolute-footer {
    font-size: xx-small;
  }
	
  /* === FLICKITY === */
  .flickity-prev-next-button {
    opacity: 1 !important;
    display: block !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

}