
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
	max-width: none;
}
.woocommerce-variation.single_variation {
    margin-bottom: 30px;
}

.woocommerce div.product form.cart .variations td.label{
	text-align:left;
	width: 100%;
}
.woocommerce div.product form.cart .variations select{
height: 50px;
	padding: 0 20px;
	border-color: #eee;
	
}
section.up-sells.upsells.products h2{
	    font-size: 26px;
			margin-bottom: 20px
}

.woocommerce form .form-row input.input-text {
    height: 45px;
    padding: 0 20px;
    border: 1px solid #ded7d7;
}
.woocommerce .wc-tabs-wrapper .wc-tabs{
		padding-left: 0 !important;
}

/*-------------------------
  preloader 
  ---------------------*/
  
  
  #preloader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99999999999999;
	overflow: hidden;
	background-color: #c79c60 ;
	-webkit-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out
}

#preloader.loaded {
	top: -200%
}

#preloader.loaded .preloader-cancel-btn-wraper {
	bottom: 200%
}

.preloader-cancel-btn-wraper {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 30px;
	-webkit-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out
}

.preloader-cancel-btn-wraper .preloader-cancel-btn {
	border-radius: 36px;
	font-size: 11px;
    padding: 12px 23px;
	background: #000;
	color:#fff;
}

.spinner {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.double-bounce1 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #FFFFFF;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out
}

.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #FFFFFF;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}
.food-gallery .elementor-widget-container .elementor-image img{
	cursor: crosshair;
}


.header-transparent .logo-area .logo{
	background-color:transparent
}
.sticky .logo-area a{
	padding: 8px
}
.sticky a img{
		min-width: 100px
}
.banner-area .banner-title span, .section-title span{
	color: #EBBD2A !important
}
.feature-tab-post-wrapper .feature-status{
		background-color: #EBBD2A !important
}
.feature-price{
	display: none !important
}