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

/*************** ADD CUSTOM CSS HERE.   ***************/


/***Header***/

span.menu-title.uppercase.hide-for-small {
    font-weight: 400;
}

.flex-col.hide-for-medium.flex-left {
    margin-left: 2%;
}


.flex-col.hide-for-medium.flex-right {
    margin-right: 2%;
}

span.menu-title.uppercase.hide-for-small {
    text-transform: capitalize;
}

.nav>li>a>i.icon-menu {
    font-size: 1.1em;
}

/***Body***/

.cover .banner-layers.container {
    max-width: 94%;
}

.spring h4 {
    font-weight: 400;
}

a.button.white.is-underline.lowercase.spring-button {
    font-weight: 400;
}

a.button.white.is-underline.lowercase.spring-button::before {
    width: 100%;
    left: 0;
    opacity: 1;
    height: 1px;
}


/***Menu***/

.custom-menu-shortcode .sub-menu {
    display: none;
}

.menu li {
    border: none !important;
	position:relative;
}

.menu a {
    color: white;
}

.mymenu-button {
    cursor: pointer;
}

span.close-menu {
	cursor: pointer;
}

.cus-menu>.col-inner {
    height: 100vh;
}

.menu li.children>span:after {
	width: 30px;
    content: "/";
    position: absolute;
    right: 0;
    top: 8px;
    height: 100%;
    background: url(https://emporio.brake.studio/wp-content/uploads/2025/06/arrow-white-1.svg);
    color: transparent;
    background-repeat: no-repeat;
}

.sub,
.subsub {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.sub.visible,
.subsub.visible {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

.mymenu.menu-closed .sub.visible,
.mymenu.menu-closed .subsub.visible {
  opacity: 0;
  pointer-events: none;
}

.mymenu {
  position: fixed;
  inset: 0;
  background: white;
  z-index: 9999;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.mymenu.show {
  opacity: 1;
  pointer-events: auto;
}

/* menu-row მარცხნიდან შემოსვლა */
.menu-row {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition-delay: 0.2s; /* დაგვიანება */
}

.mymenu.show .menu-row {
  opacity: 1;
  transform: translateX(0);
}


/***Product***/

.category-page-row {
    max-width: 100%;
}

.category-page-row>.col.large-12 {
    padding: 0;
}

.products.row.row-small.large-columns-4.medium-columns-3.small-columns-2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.products>.product-small.col {
    padding: 0;
    border: .5px solid hsl(0deg 0% 0% / 50%);
    background-color: #d9d9d921;
}

p.name.product-title.woocommerce-loop-product__title {
    text-transform: uppercase;
    font-size: .85em;
    padding: 10px 0;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: black;
}

.price span.amount {
    color: #111;
    font-weight: 400;
    white-space: nowrap;
}

.page-title-inner.flex-row.medium-flex-wrap.container {
    max-width: 96%;
    font-size: 0.75em;
}

.header-wrapper.stuck {
    box-shadow: none;
}

.woocommerce-product-gallery__image.slide {
    margin-bottom: 0 !important;
}

h1.product-title.product_title.entry-title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
}

button.single_add_to_cart_button.button.alt {
    width: 100%;
    background: transparent;
    color: black;
    border: 1px solid;
    font-weight: 400;
    font-size: .85em;
    padding: 5px 0;
    margin-top: 15px;
}

.accordion-title {
    border-top: none;
    font-size: .85em;
	padding-left:0;
}

.accordion-title.active {
    background-color: transparent;
    font-weight: 400;
}

.accordion-inner {
    padding: 0;
    font-size: .75em;
}

.accordion .toggle {
    left: unset;
    right: 0;
}

.related.related-products-wrapper.product-section {
    border-top: none;
}

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    display: none;
}

.related .row.large-columns-4.medium-columns-3.small-columns-2.row-small.slider.row-slider.slider-nav-reveal.slider-nav-push.flickity-enabled {
    max-width: 100%;
}

.related .product-small.col {
    padding: 0;
    border: .5px solid black;
}

.product-short-description {
    font-size: .75em;
}

/***Cart***/

.mfp-bg.mfp-ready {
    opacity: 0;
}

.cart-popup-title.text-center {
    text-align: left;
}

.cart-popup-title .is-divider {
    visibility: hidden;
}

ul.product_list_widget li a:not(.remove) {
    color: black;
	font-size:.85em;
}

a.button.checkout.wc-forward {
    background-color: transparent;
    color: black;
    border: 1px solid black;
    font-weight: 400;
}

a.button.wc-forward {
    font-weight: 400;
}

.mfp-content.off-canvas-cart {
    box-shadow: none;
    border-left: 1px solid black;
}

.message-container.container.success-color.medium-text-center {
    max-width: 96%;
    color: black;
    font-weight: 400;
    text-transform: uppercase;
    font-size: .75em;
}

a.remove.remove_from_cart_button {
    border: none;
    color: black;
    font-size: 20px !important;
}

.widget_shopping_cart span.woocommerce-Price-amount.amount {
    color: black;
    opacity: 1;
    font-weight: 400;
}

.cart-container.container.page-wrapper.page-checkout {
    max-width: 95%;
    padding: 30px 0;
}

.cart-container .woocommerce.row.row-large.row-divided {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

a.checkout-button.button.alt.wc-forward {
    background-color: transparent;
    padding: 5px;
}

a.checkout-button.button.alt.wc-forward:hover {
	background-color:black;
	color:white;
}

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

.cart_totals th.product-name {
    border-width: 1px;
    border-color: black;
}

a.icon-remove, a.remove {
    border: 1px solid;
    height: 23px;
}

.product-name>a {
    color: black;
    text-transform: uppercase;
}

input#coupon_code {
    background: transparent;
    box-shadow: none;
    border: 1px solid black;
    border-radius: 10px;
    height: 50px;
}

.cart-sidebar .widget-title {
    border-bottom: 1px solid black;
}

.coupon button.is-form.expand.button {
    background-color: black;
    color: white;
    border: 1px solid black;
    text-shadow: 0 0 BLACK;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 10px;
    height: 50px;
}

.coupon button.is-form.expand.button:hover {
	background-color:transparent;
	color:black;
}


/***Checkout***/

.checkout>.row.pt-0 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.checkout .col-inner.has-border {
    border: 1px solid black;
    border-radius: 10px;
}

button#place_order {
    background-color: black;
    text-shadow: none;
    border-radius: 10px;
}

.woocommerce-form-coupon-toggle>.woocommerce-info>.message-container.container.medium-text-center {
    max-width: 100%;
    padding-left: 15px;
}

.woocommerce-billing-fields {
    border-top: 1px solid black;
    padding-top: 15px;
}

.woocommerce-input-wrapper input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid black;
    padding: 0;
}

.woocommerce-input-wrapper input:focus {
    box-shadow: none;
}


/***Footer***/

.absolute-footer {
	display:none;
}

.ux-menu-title.flex {
    text-transform: none;
}

a.ux-menu-link__link.flex {
    color: black;
    opacity: .5;
    font-weight: 100;
    font-size: .85em;
}

.ux-menu-link.flex.menu-item {
    height: 50px;
}

a.icon.plain {
    color: black;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}