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

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-bottom {
	display: flex !important;
}
.header-bottom .flex-row {
	padding: 0;
	max-width: 100%;
}
.header-bottom .flex-col {
	display: block !important;
	width: 100%;
}
.header-wrapper.stuck .header-bottom {
	height: 0;
}

.home-cat a:hover {
	color: #000;
}

.nav>li>a {
    padding: 0;
}

.nav>li>a>i.icon-search {
    font-size: 2em;
}
.header-search {
	margin-right: 17px !important;
}

.stuck .header-main .nav > li > a {
    line-height: 33px !important;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
	font-size: 13px;
	border: none;
    padding: 8px 0 0;
}

.nomargin {
	margin: 0 !important;
}

.is-divider {
	max-width: 1065px;	
}

.product-info .price {
	font-size: 24px;
}

.flickity-slider .add-to-cart-button {
	margin-bottom: 20px;
}

.balmain-subscribe-btn {
	border: 1px solid #fff !important;
}

.w-auto img {
	width: auto !important;
}

.read-more-text-container {
  max-height: calc(1.6em * 3); /* show only 3 lines */
  overflow: hidden;
}

.read-more-text-container.show-more {
  max-height: none; /* show full text */
}

.read-more-btn {
	display: block;
	text-transform: none;
	font-size: 12px;
	padding: 0;
	margin-top: 10px
}

.read-more-text-container.show-more .read-more-btn {
  display: none; /* hide read more button when full text is visible */
}

.stock.available-on-backorder,
.stock.out-of-stock{
	color: #C4454E;
	text-transform: uppercase;
}

#balmain_shipping_venipak td {
	color: red;
}
#balmain_shipping_venipak select {
	color: red;
	border-color: red;
}

.wc-no-matching-variations.woocommerce-info {
	color: red;
}

.shipping__list_label[for=shipping_method_0_local_pickup12] {
	color: red;
}

.koolitus-title p,
.koolitus-title h2,
.koolitus-title h3 {
	margin-bottom: 0;
}

.koolitus-title.extra-spacing h2 {
	margin: 30px 0;
}

.koolitus-black-box.top {
	margin-bottom: 20px;
}

.koolitus-black-box {
	background: black;
    color: white;
    padding: 10px;
}

.koolitus-black-box.otsib {
	padding: 20px;
}

.koolitus-black-box.otsib h3 {
	margin: 30px 0;
	color: #fff;
}

.koolitus-black-box p:last-child {
	margin-bottom: 0;
}

.koolitus-register-col .wpcf7-submit {
	border-radius: 10px;
}

.koolitus-logo img {
	max-width: 150px;
}

.koolitus-footer-title {
	margin: 35px 0;
	max-width: 600px;
}

.koolitused-h1 a {
	vertical-align: middle;
}

@media (min-width: 768px) {
	.koolitus-form {
		display: grid;
    	grid-template-columns: 1fr 1fr;
    	gap: 0 15px;
	}
}

.entry-category {
	display: none;
}

.contain .banner-bg img {
	object-fit: contain;
}

.nofound-menu {
	flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 15px;
    margin-bottom: 40px;
	font-weight: bold;
}

.nofound-menu .ux-menu-link__link {
	padding: 0;
	min-height: auto;
}

.woocommerce-store-notice {
	font-weight: bold;
    color: red;
	font-size: 16px;
	text-transform: uppercase;
}

@media (min-width: 850px) {
	.menu-item-25060 a,
	.menu-item-25061 a,
	.menu-item-25097 a,
	.menu-item-25062 a,
	.menu-item-33985 a {
		font-size: 16px !important;
	}
}

.term-description {
	margin-top: 15px;
}

.box-image img {
    aspect-ratio: 1;
    object-fit: contain;
}

.onsale.wdr-onsale {
	color: red;
}

@media only screen and (max-width: 849px) {
	.nav-sidebar .header-social-icons + .has-child {
		order: -2;
	}
	
	.nav-sidebar .header-search-form {
		order: -3;
	}
	.nav-sidebar .menu-item-25060,
	.nav-sidebar .menu-item-25061,
	.nav-sidebar .menu-item-25097,
	.nav-sidebar .menu-item-25062 {
		order: -1;
	}
	.nav-sidebar .menu-item-25060 a,
	.nav-sidebar .menu-item-25061 a,
	.nav-sidebar .menu-item-25097 a,
	.nav-sidebar .menu-item-25062 a,
	.nav-sidebar .menu-item-30515 a {
		color: red !important;
	}
}

.adv-gift-section .wgb-title {
	    text-transform: none;
	color: #e4003b;
}

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

}