/*
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;
}


.header-button-1 a.button.primary.is-link.lowercase:hover {
	border:none;
	border-color:transparent !important;
}

.header-button-1 a.button.primary.is-link.lowercase:hover span {
	color:black !important;
}

.header-button-1 a.button.primary.is-link.lowercase {
    cursor: pointer;
	background-color: transparent !important;
	position: relative;
	display: inline-block;
	font-weight: 400;
	overflow: hidden;
}

.header-button-1 a.button.primary.is-link.lowercase:before {
	content: "";
    width: 0%;
    opacity: 0;
	height: 1px;
    position: absolute;
    background-color: black;
    bottom: 0px;
	left: 0%;	
	transition: width 0.8s ease;
}

/* ჰოვერზე ივსება 25% დან 100%-მდე ანუ რეალურად 75% */
.header-button-1 a.button.primary.is-link.lowercase:hover::before {
  width: 100%;
  opacity: 1;
}

.icon-user:before {
    content: "";
    color: transparent;
    background: url(https://armani.brake.studio/wp-content/uploads/2025/07/account.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.icon-shopping-bag:before {
    content: "";
    color: transparent;
    background: url(https://armani.brake.studio/wp-content/uploads/2025/07/cart.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.icon-search:before {
    content: "";
    color: transparent;
    background: url(https://armani.brake.studio/wp-content/uploads/2025/07/search.svg);
    background-repeat: no-repeat;
    background-position: center;
}

i.icon-search {
    font-size: 12pt;
    margin-right: 10px;
    margin-top: -1px;
}

[data-icon-label]:after {
	display:none;
}

/***Menu***/

ul.sidebar-account {
    list-style: none;
    font-size: .85em;
}

ul.sidebar-account li {
    margin-left: 0;
	margin-bottom:20px;
}

ul.sidebar-account li a {
	color:black;
}

.cus-menu .icon-user:before {
	background-size: cover;
	display:block;
	width:20px;
	height:20px;
    margin-right: 5px;
}

.icon-language:before {
    content: "";
    color: transparent;
    background: url(https://armani.brake.studio/wp-content/uploads/2025/07/language.svg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	display:block;
	width:20px;
	height:20px;
    margin-right: 5px;
}

.icon-wishlist:before {
    content: "";
    color: transparent;
    background: url(https://armani.brake.studio/wp-content/uploads/2025/07/wishlist.svg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	display:block;
	width:20px;
	height:20px;
    margin-right: 5px;
}

.accountmenu {
    position: absolute;
    bottom: 50px;
}

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

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

.menu a {
    color: black;
}

.mymenu-button {
    cursor: pointer;
	position: relative;
	display: inline-block;
	font-weight: 400;
	overflow: hidden;
}

.mymenu-button:before {
	content: "";
    width: 0%;
    opacity: 0;
	height: 1px;
    position: absolute;
    background-color: black;
    bottom: 0px;
	left: 25%;	
	transition: width 0.8s ease;
}

/* ჰოვერზე ივსება 25% დან 100%-მდე ანუ რეალურად 75% */
.mymenu-button:hover::before {
  width: 75%;
  opacity: 1;
}

.search-button {
    cursor: pointer;
	position: relative;
	display: inline-block;
	font-weight: 400;
	overflow: hidden;
}

.search-button:before {
	content: "";
    width: 0%;
    opacity: 0;
	height: 1px;
    position: absolute;
    background-color: black;
    bottom: 0px;
	left: 37%;	
	transition: width 0.8s ease;
}

/* ჰოვერზე ივსება 25% დან 100%-მდე ანუ რეალურად 75% */
.search-button:hover::before {
  width: 75%;
  opacity: 1;
}

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://armani.brake.studio/wp-content/uploads/2025/06/arrow.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);
}

/***Search***/

.searchform .button.icon {
	width:30px;
}

input#woocommerce-product-search-field-0 {
    border: none;
    border-radius: 0;
    height: 60px;
    background-color: rgb(242, 242, 242);
    font-weight: 400;
    font-size: .85em;
    padding: 0px 30px;
}

.search-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: white;
  z-index: 9999;
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;

  /* დასაწყისი მდგომარეობა */
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s ease, opacity 0.4s ease;
}

/* გამოჩენისას */
.search-section.active {
  transform: translateY(0%);
  opacity: 1;
  pointer-events: auto;
}

.close-search {
    cursor: pointer;
	position: relative;
	display: inline-block;
	font-weight: 400;
	overflow: hidden;
}

.close-search:before {
	content: "";
    width: 0%;
    opacity: 0;
	height: 1px;
    position: absolute;
    background-color: black;
    bottom: 0px;
	left: 0%;	
	transition: width 0.8s ease;
}

/* ჰოვერზე ივსება 25% დან 100%-მდე ანუ რეალურად 75% */
.close-search:hover::before {
  width: 100%;
  opacity: 1;
}

.search-section .row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
    padding: 0 3px 14.6px;
}

/***Body***/

.runner {
  overflow: hidden;
  position: relative;
}

.runner-track {
  display: flex;
  width: max-content;
  animation: scroll-runner 5s linear infinite;
}

.runner .col {
  flex: 0 0 auto;
  padding: 0 2rem;
}

.runner:hover .runner-track {
  animation-play-state: paused;
}

@keyframes scroll-runner {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-33.33%);
  }
}

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

.spring h4 {
    font-weight: 400;
}

a.button.white.is-underline.lowercase.spring-button {
	position: relative;
	display: inline-block;
	font-weight: 400;
	overflow: hidden;
}

a.button.white.is-underline.lowercase.spring-button::before {
    width: 100%;
    left: 0;
    opacity: 1;
	height: 1px;  transform: translateX(0%);
  	transition: none;
}


/* ჰოვერზე — ჯერ სწრაფად გადააქრობს მარჯვნივ და შემოიყვანს მარცხნიდან */
a.button.white.is-underline.lowercase.spring-button:hover::before {
  animation: slide-line 1s ease forwards;
}

@keyframes slide-line {
  0% {
    transform: translateX(0%);
  }
  20% {
    transform: translateX(100%); /* მარჯვნივ გაქრება */
  }
  21% {
    transform: translateX(-100%); /* მარცხნიდან გამოჩნდება */
  }
  100% {
    transform: translateX(0%); /* უკან შეივსება მარცხნიდან */
  }
}


/***Product***/

.category-page-row {
    max-width: 100%;
    padding-top: 0px;
}

.custom-bar {
    display: flex;
    justify-content: center;
}

.col-switch {
    display: inline-flex;
    justify-content: center;
    margin-bottom: 15px;
    width: 90%;
    padding-left: 9%;
}

.filter {
    display: inline-flex;
	font-size:.85em;
	cursor:pointer;    
	position: relative;
    margin-right: 4%;
}

.filter:after {
    content: "";
    background: url(https://armani.brake.studio/wp-content/uploads/2025/07/filter.svg);
    width: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    background-position: center;
    right: -30px;
    position: absolute;
    top: 1px;
}

.switch {
    margin: 0 10px;
}

.switch.switch-4 {
    width: 20px;
    background: url(https://armani.brake.studio/wp-content/uploads/2025/07/col-4.svg);
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	cursor:pointer;
}

.switch.switch-3 {
    width: 20px;
    background: url(https://armani.brake.studio/wp-content/uploads/2025/07/col-3.svg);
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	cursor:pointer;
}

.single-product .custom-bar {
    display: none;
}

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

.products.row.row-small.large-columns-4.medium-columns-3.small-columns-2, .products.row.row-small.large-columns-3.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% / 10%);
    background-color: #d9d9d921;
    transition: .2s linear;
}

.products>.product-small.col:hover {
    border: .5px solid black;
}

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;
}

.image-tools.is-small.top.right {
    opacity: 1;
}

button.wishlist-button.button.is-outline.circle.icon {
    border: none;
}

.icon-heart:before {
    content: "";
    color: transparent;
    background: url(https://armani.brake.studio/wp-content/uploads/2025/07/wish.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 23px;
    display: block;
}

.image-tools .wishlist-button:hover {
    background-color: transparent;
}

.wishlist-popup.dark {
    display: none;
}

.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>.row {
    max-width: 100%;
}

.related .product-small.col {
    padding: 0;
    border: .5px solid rgb(0 0 0 / 20%);
	transition: .2s linear;
}


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

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

.third-col .product-images.relative.mb-half.has-hover.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    display: none;
}

/***Filter***/

/* overlay — ნახევრად გამჭვირვალე ფონი */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

/* sidebar — მარჯვენა მხარეს გამოჩნდება */
.filter-sidebar {
	position: fixed;
    top: 0;
    right: -100%;
    width: 500px;
    max-width: 90vw;
    height: 100%;
    background: white;
    z-index: 9999;
    transition: right 0.4s ease;
    box-shadow: none;
    border-left: 1px solid #ebebeb;
    padding: 3rem;
    overflow: scroll;
    font-size: .85em;
    padding-top: 15rem !important;
}

/* აქტიური კლასი */
.filter-sidebar.active {
  right: 0;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.filter-sidebar a {
    color: black !important;
}

span.widget-title.shop-sidebar {
    color: black;
    font-weight: 400;
    text-transform: uppercase;
}

.filter-sidebar .is-divider.small {
    background-color: #ebebeb;
    height: 1px;
    margin: .5em 0 1em;
    max-width: 100%;
    width: 100%;
}

.widget>ul>li+li, ul.menu>li+li {
    border-top: none;
}

.widget>ul>li ul, ul.menu>li ul {
	border-left:none;
}

/***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;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
	border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 5px;
    border-bottom: 1px solid black;
    box-shadow: none;
    font-size: .85em;
}

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


}