/*
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.   ***************/

.shop-page-2026 .category-page-row .section-content {
	width: 100%;
	display: flex;
	justify-content: center;
}
.shop-page-2026 .shop-page-header {
	max-width: 1870px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 55px;
}
.shop-page-2026 .category-page-row .row {
	max-width: 1870px;
	width: 100%!important;
}
.shop-page-2026 .shop-page-top {
	width: 100%!important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shop-page-2026 .category-page-row .row .image-cover {
	padding-top: 75%!important;
}
.shop-page-2026 .page-title-inner {
	justify-content: center;
}
.shop-page-2026 .category-page-row .row .shade {
	background: linear-gradient(0deg, #000000 25%, rgb(0 0 0 / 50%) 40%);
}

.category-page-2026 .wpc-filter-header {
	padding: 10px 3px 0;
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
}
.category-page-2026 #shop-products .product .col-inner {
	border: 1px solid #ddd;
}
.category-page-2026 .badge-container {
	margin: 15px 20px 0;
}
.home-sale-products-slider {
	margin-bottom: 50px;
}
.home-sale-products-slider .product-title {
	min-height: 47px;
}
.category-page-2026 .wpc-filters-widget-content {
	margin-top: 20px;
}
.shop-page-title {
	text-align: center;
	text-transform: uppercase;
	margin-top: 35px;
}
.has-shop-mega .shop-mega-dropdown {
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition-delay: .4s;
	position: absolute;
	z-index: -99; 
	left: 50%;
	margin: 0;
	transform: translateX(-44%);
	background-color: #fff;
	z-index: 99;
	width: 100vw;
	padding: 5px 0 0;
	border: 1px solid #ddd;
}
.has-shop-mega:hover .shop-mega-dropdown { 
	transition-delay: .1s;
	visibility: visible;
	opacity: 1;
	z-index: 1; 
}
.has-shop-mega .shop-mega-dropdown.shop-mega-open { 
	transition-delay: .1s;
	visibility: visible;
	opacity: 1;
	z-index: 1; 
}
.header-wrapper.stuck .shop-mega-dropdown {
	top: 75%;
}
.shop-mega { 
	display: flex; 
	flex-direction: column; 
	width: 100%;
	max-width: 1500px;
	background: #fff;
	padding: 0 30px;
	font-size: 14px;
}
.shop-mega__tabs {
	display: flex;
	justify-content: space-around;
	gap: 18px;
	padding: 14px 18px;
	border-bottom: 1px solid rgba(0,0,0,.08);
	margin: 0;
	list-style: none;
	overflow: auto;
	opacity: 0;
	visibility:  hidden;
	transition-delay: .5s;
}
.has-shop-mega:hover .shop-mega-dropdown .shop-mega__tabs,
.has-shop-mega .shop-mega-dropdown.shop-mega-open .shop-mega__tabs {
	opacity: 1;
	visibility:  visible;
	transition-delay: .1s;
}
.shop-mega__tabs a { 
	display: block; 
	color: #666666d9;
	padding: 6px 10px; 
	text-decoration: none; 
	text-transform: uppercase; 
	white-space: nowrap; 
    font-weight: 500;
}
.has-shop-mega li { 
	margin-bottom: 0;
}
.shop-mega__tabs .is-active > a { 
	border-bottom: 2px solid currentColor; 
}
.shop-mega__panels { 
	position: relative;
	transition: .3s;
}
.shop-mega__panel {
    display: none;
    z-index: -1;
    position: relative;
    padding: 0 18px;
	width: 100%;
	transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}
.shop-mega__panel.is-active {
	display: block;
	z-index: 1;
}
.shop-mega__cols { 
	display: flex; 
	flex-wrap: wrap; 
	gap: 38px; 
}
.shop-mega__col { 
	min-width: 200px; 
    padding: 20px 0 10px;
	flex: 1 1 220px; 
}
.shop-mega__col-title { 
	font-weight: 600; 
	color: #666666d9;
	margin-bottom: 10px; 
	display: inline-block; 
	text-decoration: none; 
}
.shop-mega__links { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: flex; 
	flex-direction: column; 
	gap: 3px; 
}
.shop-mega__links a { 
	text-decoration: none; 
	display: block; 
	color: #666666d9;
}
.shop-mega__tab { 
	margin-bottom: 0;
}
.shop-mega__tab.sale-item { 
	border-bottom: none;
}
.shop-mega__tab.sale-item a { 
	color: #fff;
	padding: 5px 12px;
	background-color: #fc6a0a;
	border-radius: 10px;
}
.shop-mega__tab.sale-item:hover a { 
	text-decoration: none;
	color: #fff;
}
.shop-mega__tab.sale-item a:hover { 
	color: #fff!important;
}
.brands-a-z-title {
	visibility: hidden;
	height: 1px;
	margin-bottom : 0;
}

.nav-vertical li li.menu-item-has-children.shop-mob-lvl1,
.nav-vertical li li.menu-item-has-children.shop-mob-lvl2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-top: 0;
}
.nav-vertical li li.menu-item-has-children.shop-mob-lvl1:not(:first-child),
.nav-vertical li li.menu-item-has-children.shop-mob-lvl2:not(:first-child) {
	margin-top: 0;
}
.nav-vertical li li.menu-item-has-children.shop-mob-lvl1 .sub-menu,
.nav-vertical li li.menu-item-has-children.shop-mob-lvl2 .sub-menu {
	width: 100%;
}
.nav-vertical li li.menu-item-has-children.shop-mob-lvl1>a {
	padding-left: 20px;
}
.nav-vertical li li.menu-item-has-children.shop-mob-lvl2>a {
	padding-left: 30px;
}
.header-nav.header-nav-main.nav>li>a {
	padding: 33px 0;
}
.header-wrapper.stuck .header-nav.header-nav-main.nav>li>a {
	padding: 14px 0;
}
.shop-mega__col.shop-mega__col--brands {
	margin-top: -22px;
}
.category-search .woocommerce-product-search {
	display: flex;
	width: 600px;
	position: relative;
}
.category-search .woocommerce-product-search button {
	top: 0;
	right: 0;
	margin: 0;
	position: absolute;
}
.category-search  {
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.row.category-page-row.category-page-2026 {
	padding-top: 0;
}
.header-main .header-button > .button .icon-search {
    color: #FFF !important;
}
.ipcamlive-wrap {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.woocommerce-breadcrumb.breadcrumbs {
	text-align: left;
}





@media (max-width: 1199px){
	.shop-page-2026 .category-page-row .row .box-text .text span {
		font-size: 20px!important;
	}
}
@media (max-width: 849px) {
    body.body-scroll-lock--active .shop-page-2026 .mfp-wrap {
         position: absolute !important;
    }
	.shop-mega-dropdown {
		display: none!important;
	}
	.mobile-sidebar .has-shop-mega>a .icon-angle-down {
		display: none;
	}
	.category-search .woocommerce-product-search {
		width: 100%;
	}
	.woocommerce-breadcrumb.breadcrumbs {
		text-align: center;
	}
}
@media (max-width: 768px){
	.shop-page-2026 .category-page-row .row .col {
		padding: 0 5px 10px;
		padding-bottom: 10px;
	}
	.shop-page-2026 .category-page-row .row .box-text {
		padding-left: 0.5em;
		padding-right: 0.5em;
		padding-bottom: 0.5em;
	} 
	.category-search .woocommerce-product-search button {
		top: 3px;
		right: -10px;
	}
	.category-page-2026 .gap-element.clearfix {
		display:none!important;
	}
	.shop-page-2026 .shop-page-header {
		padding: 0;
	}
	.ipcamlive-wrap iframe {
		height: 300px;
	}

}
@media (max-width: 450px){
	.shop-page-2026 .category-page-row .row .box-text .text span {
		font-size: 16px!important;
	}
	.ipcamlive-wrap iframe {
		height: 250px;
	}
	.category-search {
		flex-direction: column;
	}
}
