/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.1.1772776117
Updated: 2026-03-06 05:48:37

*/

.grid-container {
	max-width: 100% !important;
}
h1.elementor-heading-title.elementor-size-default a {
	color: inherit;
}

h2.woocommerce-loop-product__title {
	font-size: 18px;
	color: #282828;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	color: #fff;
	font-size: 16px;
	background: #DC9814;
}
span.woocommerce-Price-amount.amount bdi {
	color: #DC9814;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	border-radius: 10px;
}
.e-n-tab-title {
	background-color: transparent !important;
}
/* Remove table border & spacing */


table.variations tr,
table.variations td,
table.variations th {
	border: none !important;
	padding: 0;
}

/* Make row flex */
table.variations tr {
	display: flex;
	align-items: center;
	gap: 12px;
}


/* Value (color swatches in line) */
table.variations td.value {
	display: flex;
	align-items: center;
	gap: 8px;
}

/* UL items in one line */
.variable-items-wrapper {
	display: flex !important;
	flex-direction: row;
	gap: 8px;
}

/* Remove extra spacing */
.variable-item {
	margin: 0 !important;
}

td.value.woo-variation-items-wrapper {
	display: flex !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled, .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.elementor-249 .elementor-element.elementor-element-0b63c74 a {
	font-family: "Helvetica", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	background: #dc9814;
}
.custom-variation-swatches {
	display: flex;
	gap: 6px;
	margin-top: 8px;
}

.color-swatch {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #ccc;
	cursor: pointer;
}

.color-swatch.active {
	border: 2px solid #000;
}

.main-header {
	width: 100%;
	transition: all 0.4s ease;
}

.main-header.sticky-active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}


.ekits-product-thumbnails__wrapper .flex-viewport {
	overflow: visible !important;
}

.ekits-product-thumbnails__wrapper ul.slides {
	display: flex !important;
	flex-wrap: nowrap !important;
	transform: none !important;
	width: auto !important;
	gap: 10px;
}

.ekits-product-thumbnails__wrapper li.clone {
	display: none !important;
}

.woocommerce-notices-wrapper {
    display: none;
}

div#right-sidebar {
    display: none;
}
div#content {
    justify-content: center;
}
/*for tab dropdown on home*/

@media (max-width: 768px) {

	.home-products-tab .e-n-tabs-heading {
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		position: relative;
		overflow: hidden;
	}

	.home-products-tab .tab-header {
		width: 100%;
		font-weight: 500;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		cursor: pointer;
		font-size: 16px;
		font-family: "Helvetica", Sans-serif;
		gap: 20px;
	}

	.home-products-tab .tab-header .reset {
		font-size: 14px;
		cursor: pointer;
		display: none;
	}

	.home-products-tab .tab-dropdown {
		display: none;
		width: 100%;
	}

	.home-products-tab .e-n-tab-title {
		width: 100%;
		padding: 12px 15px;
		text-align: left;
		background: #fff;
	}

	.home-products-tab .e-n-tab-title-text {
		padding: 10px 0;
	}

	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
	a.button.product_type_variable.add_to_cart_button {
		font-size: 14px;
		padding: 6px 8px;
	}
	.mobile-sub-menu .elementor-image-box-wrapper {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.mobile-sub-menu h3.elementor-image-box-title {
		margin-left: 10px;
	}
}
.page-id-10 #right-sidebar {
	display: none;
}

.page-id-10 #content {
	justify-content: center;
}
button.toggle-btn {
	color: #000;
}
.woocommerce-account .col2-set {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.woocommerce-account .col-1,
.woocommerce-account .col-2 {
	width: 100%;
	transition: all 0.3s ease;
}
.auth-toggle {
	display: flex;
	background: #f5f5f5;
	border-radius: 50px;
	padding: 5px;
	margin-bottom: 20px;
}

.auth-toggle .toggle-btn {
	flex: 1;
	padding: 10px;
	border: none;
	background: transparent;
	border-radius: 50px;
	cursor: pointer;
	transition: 0.3s;
}

.auth-toggle .toggle-btn.active {
	background: #000;
	color: #fff;
}

.woocommerce form.login,
.woocommerce form.register {
	transition: all 0.4s ease;
}

.hidden-form {
	opacity: 0;
	transform: translateX(20px);
	pointer-events: none;
	position: absolute;
}
body:not(.logged-in) .woocommerce-account .woocommerce {
	display: block;
}

body:not(.logged-in) .auth-toggle {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

body:not(.logged-in) .woocommerce-form {
	max-width: 100%;
	margin: 0 auto;
}
body.logged-in .woocommerce-account .woocommerce {
	display: flex;
	gap: 30px;
}

body.logged-in .woocommerce-MyAccount-navigation {
	width: 250px;
	background: #dc9814;
	padding: 20px;
	border-radius: 12px;
}

body.logged-in .woocommerce-MyAccount-content {
	flex: 1;
	background: #fff;
	padding: 30px;
	border-radius: 12px;
}
body:not(.logged-in) .col2-set {
	display: block;
}

body:not(.logged-in) .col-1,
body:not(.logged-in) .col-2 {
	width: 100%;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-MyAccount-navigation li {
	margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation a {
	display: block;
	padding: 12px 15px;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	transition: 0.3s;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
	background: #fff;
	color: #000;
}
.woocommerce-MyAccount-content p {
	font-size: 16px;
	line-height: 1.6;
}

.woocommerce-MyAccount-content a {
	color: #000;
	font-weight: 600;
	text-decoration: underline;
}
.woocommerce-MyAccount-content {
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
@media (max-width: 767px) {
	.woocommerce-account .woocommerce {
		flex-direction: column;
	}

	.woocommerce-MyAccount-navigation {
		width: 100%;
	}

	.woocommerce-MyAccount-navigation ul {
		display: flex;
		flex-wrap: wrap;
		overflow-x: auto;
		gap: 5px;
		padding-bottom: 10px;
	}

	.woocommerce-MyAccount-navigation li {
		flex: 0 0 auto;
		list-style: none;
	}

	.woocommerce-MyAccount-navigation a {
		display: block;
		white-space: nowrap;
		padding: 10px;
		background: #000;
		color: #fff;
		border-radius: 8px;
		font-size: 12px;
	}
 .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100% !important;
	}
	/* Active Tab */
	.woocommerce-MyAccount-navigation .is-active a {
		background: #fff;
	}
	.as-product-meta {
    flex-direction: column !important;
    gap: 15px;
}
ul.tabs.wc-tabs {
        margin: unset;
        justify-content: left !important;
    }
}
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce .button,
.woocommerce #respond input#submit {
	background: #000;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 12px 18px;
	transition: all 0.3s ease;
}
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
	background: #222 !important;
	color: #fff !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
}
.woocommerce-account .addresses .title .edit {
	float: unset;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
    height: 70vh;
}
.xoo-wsc-container .xoo-wsc-basket {
    display: none !important;
}
.ekit-sidebar-widget {
	height: max-content;
}
/* Mobile Menu Fix */
/* Only for 1024px and below */
@media (max-width: 1024px){

    .main-header.sticky-active{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999999 !important;
    }

    /* Fix Dropdown */
    .main-header,
    .main-header *,
    .main-header .e-con,
    .main-header .e-con-inner,
    .main-header .elementor-widget-container{
        overflow: visible !important;
    }

    .main-header .elementskit-navbar-nav > li{
        position: relative !important;
    }

    .main-header .elementskit-navbar-nav > li > .sub-menu,
    .main-header .elementskit-navbar-nav > li > ul{
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        z-index: 999999 !important;
    }

    /* Important Fix */
    .main-header,
    .main-header .e-con,
    .main-header .e-parent{
        transform: none !important;
    }

}