.wc-stripe-elements-field,.select2-selection.select2-selection--single{
	height: 30px !important;
}
.on_mobile_shop{
	
	text-align: center;
}
.on_mobile_shop a{
	background-color: #ccc;
	color: #333 !important;
	display: inline-block;
	padding: 10px 25px;
	margin-bottom: 20px !important;
}
.home #main-content{
	padding-top: 0 !important;
}
.widgetizedArea {
    position: relative;
}
.a2a_dd.addtoany_share_save.addtoany_share {
    position: absolute;
    right: 0px;
    top: -35px;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.single_variation_wrap .price{
	position: relative;
	top: -50px;
}
#payment label[for="payment_method_paypal"]{
	align-items: center;
}
.about_paypal {
    display: none;
}
.se-pre-con .img{
  width: 200px;
  height: 200px;
  position: relative;
 animation: fadeIn ease 30s;
  -webkit-animation: fadeIn ease 30s;
  -moz-animation: fadeIn ease 30s;
  -o-animation: fadeIn ease 30s;
  -ms-animation: fadeIn ease 30s;
  /*-webkit-animation: myfirst 5s linear 1s infinite alternate; /* Safari 4.0 - 8.0 */
  background: url(https://www.zuzukim.com/wp-content/uploads/2019/02/ZUZUKIM-LOGO.jpg) center no-repeat #fff;
	background-size: 200px !important;

}
.a2a_dd.addtoany_share_save.addtoany_share img{
	opacity: 1;
}

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
/*@-webkit-keyframes myfirst {
  0%   {opacity:0.25;}
  25%  {opacity:0.50;}
  50%  {opacity:1;}
  75%  {opacity:0.50;}
  100% {opacity:0,25;}
}


@keyframes myfirst {
   0%   {opacity:0.25;}
  25%  {opacity:0.50;}
  50%  {opacity:1;}
  75%  {opacity:0.50;}
  100% {opacity:0.25;}*/

/********************************************
----() Responsive media Query
********************************************/
@media only screen and (max-width: 480px){
	.on_mobile_shop{
		display: block !important;
	}
	.couture-banner img, .couture_banner img{
		width:100%!important;  
	}
}
@media only screen and (max-width: 900px){
	.menu-item-has-children a{

	}
	.menu-item-has-children a::after{
		
	}
	.menu-item-has-children ul{
		display: none;
	}
	#mobile-menu.interactive ul.sub-menu li{
		position: relative;
	}
	.mobile-menu-icon {
	    position: absolute;
	    top: 10px;
	    right: 0;
	    color: #444;
	    font-weight: 400;
	    right: 20px;
	}
	#mobile-menu.interactive ul.sub-menu li a::before{
		float: left;
	}
	.mobile-menu-icon.open i::before{
		content: "\f068";
	}
	.menu-item-has-children.active .sub-menu-2 {
	    display: block !important;
	}	

	}
	/*#mobile-menu.interactive ul.sub-menu li a{
		font: 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		content: "\f067";
		position: absolute;
		right: 12px;
		width: 40px;
		height: 40px;
		background: rgba(26, 24, 24, 0.7);
		top: 2px;
		z-index: 9999;
		line-height: 40px;
		text-align: center;
		color: #fff;
		font-size: 20px !important;
	}*/
	.sub-menu-2 {
	    display: none !important;
	}
	.sub-menu-2.open{
		display: block !important;
	}
/*}*/
.woocommerce a.remove{
	color:#000!important;
	border-color:#000!important;
}

.variations_form.cart + .widgetizedArea{
	float: right;
    width: 32px;
    height: 32px;
    margin-top: 0px;
}
form.cart .widgetizedArea{
	float: right;
    width: 32px;
    height: 32px;
    margin-top: 35px;
}
.in-stock{
	display:none!important;
}
#mobile-menu.interactive .open-submenu.active,#mobile-menu.interactive .open-submenu:hover{
	background-color:transparent!important;
	color:#000!important;
	
}