/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2025 | 14:15:51 */
#Top_bar #logo img {
	max-height: 150px;
}

@media only screen and (max-width: 780px) {
	#Top_bar #logo img {
		max-height: 80px;
	}
	
	.mobile-header-mini #Top_bar #logo {
		height: 75px !important;
	}
	
	#Top_bar #logo img.logo-mobile-sticky {
		max-height: 60px !important;
	}
	
	.mobile-header-mini #Top_bar a.responsive-menu-toggle {
		top: 33px !important;
        right: 0px;
        width: 80px;
        height: 60px;
        padding-top: 13px;
	}
}


/* Correct CSS for Elementor Nested Tabs Mobile Layout */
@media (max-width: 768px) {
    /* Target the tabs heading container */
    .e-n-tabs-heading {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        gap: 5px !important;
    }
    
    /* Style individual tab buttons */
    .e-n-tab-title {
        flex: 1 !important;
        margin: 0 !important;
        padding: 10px 8px !important;
        font-size: 12px !important;
        text-align: center !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        min-width: 0 !important;
    }
    
    /* Ensure content appears below the tabs */
    .e-n-tabs-content {
        width: 100% !important;
        margin-top: 10px !important;
        order: 2 !important;
    }
    
    /* Style the tab text wrapper */
    .e-n-tab-title-text {
        display: block !important;
        line-height: 1.2 !important;
    }
}

/* For very small screens (phones in portrait) */
@media (max-width: 480px) {
    .e-n-tab-title {
        font-size: 10px !important;
        padding: 8px 4px !important;
    }
    
    .e-n-tab-title-text {
        font-size: 12px !important;
    }
}

/* Target specific element if needed */
@media (max-width: 768px) {
    .elementor-element-074028e .e-n-tabs-heading {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        gap: 5px !important;
		margin-bottom: 15px;
    }
    
    .elementor-element-074028e .e-n-tab-title {
        flex: 1 !important;
        margin: 0 !important;
        padding: 10px 8px !important;
        font-size: 12px !important;
        text-align: center !important;
    }
    
    .elementor-element-074028e .e-n-tabs-content {
        width: 100% !important;
        margin-top: 10px !important;
    }
}

/* Preserve your existing styling while making them horizontal */
@media (max-width: 768px) {
    .e-n-tab-title {
        /* Keep your existing button styles */
        background-color: #FFFFFF !important;
        border: 2px solid #45435E !important;
        border-radius: 10px !important;
        color: #000000 !important;
        text-transform: uppercase !important;
        cursor: pointer !important;
    }
    
    .e-n-tab-title:hover {
        background-color: #555289 !important;
        border-color: #45435E !important;
    }
    
    .e-n-tab-title[aria-selected="true"] {
        background-color: #DAA154 !important;
        border-color: #C39457 !important;
        color: #FFFFFF !important;
    }
}



ul.products .wrap {
	width: 102%;
	height: 100%;
	position: absolute;
	top: -7px;
	left: 1px;
	overflow: hidden;
	pointer-events: none;
}

ul.products .wrap:before, ul.products .wrap:after {
  content: ""; 
  position: absolute;
}
ul.products .wrap:before {
  width: 40px;
  height: 8px;
  right: 100px;
  background: #4D6530;
  border-radius: 8px 8px 0px 0px;
}
ul.products .wrap:after {
  width: 8px;
  height: 40px;
  right: 0px;
  top: 100px;
  background: #4D6530;
  border-radius: 0px 8px 8px 0px;
}

.ribbon6 {
	width: 200px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 30px;
	right: -50px;
	z-index: 2;
	overflow: hidden;
	transform: rotate(45deg);
	border: 1px dashed;
	background: #57DD43;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 0 0 3px #57DD43, 0px 21px 5px -18px rgba(0,0,0,0.6);
}

/* Color Variations */
.ribbon6.balance-payment {
	background: #F0544F;
	box-shadow: 0 0 0 3px #F0544F, 0px 21px 5px -18px rgba(0,0,0,0.6);
	font-size: 11px;
}

.ribbon6.new-arrival {
	background: #ff9078;
	box-shadow: 0 0 0 3px #ff9078, 0px 21px 5px -18px rgba(0,0,0,0.6);
}

.ribbon6.partnership {
	background: #648DE5;
	box-shadow: 0 0 0 3px #648DE5, 0px 21px 5px -18px rgba(0,0,0,0.6);
	font-size: 12px;
}

.ribbon6.pre-order {
	font-size: 13px;
	background: #ff9078;
	box-shadow: 0 0 0 3px #ff9078, 0px 21px 5px -18px rgba(0,0,0,0.6);
}

.mfn-wish-button svg {
	width: 54px;
	margin-left: -4px;
}

.mfn-wish-button.loved:not(.link) .path {
    fill: rgb(219 164 89);
	stroke: #dc9b45;
    stroke-width: 1px;
}

.woocommerce .column_product_cart_button .cart .button {
	width: 70%;
	max-width: 335px;
}

.custom-button {
	width: 100%;
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #45435e;
	border-radius: 10px;
	padding: 15px 30px;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
	color: black;
}
.custom-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	background: #555289;
	color: white;
}

.custom-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 22px;
}
.custom-table td {
	border: 0 !important;
	padding: 10px 5px !important;

	text-align: left !important;
	vertical-align: top !important;
}
.custom-table .date {
	font-weight: bold;
	width: 25%;
}

.column_product_related .title.heading {
	display: none;
}
.column_product_related .mfn-after-shop-loop-item-title {
	display: none;
}


.product-badge-preorder {
	background-color: #ff9078;
	color: white;
	font-weight: bold;
	display: inline-flex;
	padding: 0 10px;
    border-radius: 4px;
	margin-right: 10px;
	text-transform: uppercase;
}

.product-badge-partnership {
	background-color: #648DE5;
	color: white;
	font-weight: bold;
	display: inline-flex;
	padding: 0 10px;
    border-radius: 4px;
	margin-right: 10px;
	text-transform: uppercase;
}

.product-badge-ready-stock {
	background-color: #28a745;
	color: white;
	font-weight: bold;
	display: inline-flex;
	padding: 0 10px;
    border-radius: 4px;
	margin-right: 10px;
	text-transform: uppercase;
}
.product-badge-balance-payment {
	background-color: #F0544F;
	color: white;
	font-weight: bold;
	display: inline-flex;
	padding: 0 10px;
    border-radius: 4px;
	margin-right: 10px;
	text-transform: uppercase;
}
.mfn-product-badges {
	left: 15px;
}

.mfn-product-badges span.onsale, .woocommerce .mfn-product-badges span.onsale {
	font-size: 24px;
    text-transform: none;
    padding: 9px 15px;
    left: -5px !important;
    top: -5px !important;
}
