
.goldenText {
    background: linear-gradient(90deg, #D4AF37, #F5D76E, #C5A028);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.simpleGoldenText {
    color: #f5d76e !important;
}

.simpleGoldenText:hover {
    color: #fff
}

.goldenBg {
    background: linear-gradient(
        135deg,
        #D4AF37 0%,
        #F5D76E 25%,
        #C5A028 50%,
        #F5D76E 75%,
        #D4AF37 100%
    );
}

.goldenBgLite {
    background: linear-gradient(135deg, #D4AF37, #F5D76E, #C5A028);
    color: #000;
}

.GoldenMenu li a	{
	background: linear-gradient(90deg, #D4AF37, #F5D76E, #C5A028);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;	
}

.GoldenMenu li a:hover	{
	background: linear-gradient(90deg, #fff, #F5D76E, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;	
}

.blackText	{
	color:#000 !important;
}

.contactAddressText li	{
	color: #f5d76e
}

.contactAddressText li a	{
	color: #f5d76e
}

.contactAddressText li a:hover	{
	color: #fff
}

.darkTheme	{
	 background-color: #000;
	 text-align:center;	
}

.quinty select	{
	width: 200px;
    height: 50px;
    background: #000;
    color: #f5d76e;
    border: 1px solid #f5d76e;
    border-radius: 10px;	
}

.cartQuinty select	{
	width: 140px;
    height: 40px;
    background: #000;
    color: #f5d76e;
    border: 1px solid #f5d76e;
    border-radius: 10px;	
}

.cartQuinty dl	{
	width: 140px;
    height: 40px;
    background: #000;
    color: #f5d76e;
    border: 1px solid #f5d76e;
    border-radius: 10px;	
}

.footerCards li h4	{
	background: linear-gradient(90deg, #D4AF37, #F5D76E, #C5A028);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;	
}

.bottomStickyIcons	{
	position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 1000;	
}

.whatsAppIcon	{
	max-width: 70px;
}

.colorRed	{
	color: red !important;
}

.colorWhite	{
	color: white !important;
}

.productTitle	{
	min-height: 10px!important;
}

.productQtyStyle	{
	width: 100px;
    border-radius: 4px;
    border: 1px solid #f5d76e;
    font-size: 12px;
    padding: 0 10px;
    height: 40px;
    color: #f5d76e;
    min-width: 150px;
    background: #000;
}

.productItemsDiv	{
	padding-bottom: 10px;
}
.productItemsDiv div	{
	font-size: 12px;
	display: inline-table;
	padding-right: 10px;
}

.inlineListing	{
	
}
.inlineListing div	{
	display: inline-table;
	padding-right: 10px;
}
.inlineListing ul li	{
	display: inline-table;
	padding-right: 10px;
}
.capitalize	{
	text-transform: capitalize;
}
.curvedBorder10	{
	border-radius: 10px;
}
.categoryHeading	{
	color: #36bac6 !important;
}

.footerMenuActive a	{
	font-weight: bold;
	color: #FFFFFF !important;
}

.iconMenuActive a	{
	color: #000 !important;
	background: #f5d76e !important;
}



@media (min-width: 768px) { 

	.deskTop {
		display:block !important;
	}
	
	.mobile {
		display:none;
	}
	
	.img-responsive {
		max-width: 90%;
	}
	
	.simple-head {
		min-height: 800px;
	}
	
	.small-cart .cart-ship-info form {
		padding: 50px;
	}

}

@media (max-width: 768px) { 

	.deskTop {
		display:none !important;
	}
	
	.mobile {
		display:inline-table;
	}
	
	.img-responsive {
		max-width: 90%;
	}
	
	.mobileMenuCard	{
		border: 1px solid #f5d76e;
		border-radius: 10px;
		padding: 0px 0px 0px 10px !important;	
	}
	
	.simple-head {
		min-height: 200px;
		background-position: 0% 0px !important;
	}
	
	.small-cart .cart-ship-info form {
		padding: 10px;
	}

}
