/*

    The following CSS codes are created by the YellowPencil plugin.
    https://yellowpencil.waspthemes.com/


    T A B L E   O F   C O N T E N T S
    ........................................................................

    01. Global Styles
    02. Product Template

*/



/*-----------------------------------------------*/
/*  Global Styles                                */
/*-----------------------------------------------*/
body .header-main .header-right-items .motta-button--raised{
	display:none;
}

body .header-main .header-right-items .header-search__container{
	height:45px;
	background-color:rgba(44,62,80,0.36);
	color:#ffffff;
}

body #site-header .header-right-items .motta-button--raised{
	display:none;
}

body #site-header .site-header__section .header-contents{
	background-image:-webkit-linear-gradient(left, #e96443 0%, #904e95 100%);	background-image:-o-linear-gradient(left, #e96443 0%, #904e95 100%);	background-image:linear-gradient(to right, #e96443 0%, #904e95 100%);
	border-style:none;
	-webkit-transform:translatex(0px) translatey(0px);	-ms-transform:translatex(0px) translatey(0px);	transform:translatex(0px) translatey(0px);
}

body{
	font-family:'Alatsi', sans-serif;
}

body .header-main .header-right-items .header-search__categories-label{
	display:none;
}

body #site-header .site-header__section .header-main{
	height:77px;
	background-image:-webkit-linear-gradient(left, #e96443 0%, #904e95 100%);	background-image:-o-linear-gradient(left, #e96443 0%, #904e95 100%);	background-image:linear-gradient(to right, #e96443 0%, #904e95 100%);
}

body .header-main .header-right-items input[type=text]{
	color:#ffffff;
}

body #site-header .header-right-items .header-search__categories-label{
	display:none;
}

body #site-header .header-right-items .header-search__container{
	background-color:rgba(255,255,255,0.34);
}



/*-----------------------------------------------*/
/*  Product Template                             */
/*-----------------------------------------------*/
body.single-product #main .motta-breadcrumb-social-wrapper nav{
	display:none;
}

body.single-product .motta-breadcrumb-social-wrapper .motta-product-quick-links .motta-button--product-print{
	display:none;
}

body.single-product #main .motta-breadcrumb-social-wrapper{
	direction:ltr;
}

body.single-product .single_variation_wrap .woocommerce-variation-add-to-cart .motta-buy-now-button{
	display:none;
}

body.single-product #sendbtn{
	width:100% !important;
	-webkit-box-shadow:0px 0px 1px 0px rgba(0,0,0,0.25) inset !important;	box-shadow:0px 0px 1px 0px rgba(0,0,0,0.25) inset !important;
	text-align:center;
	display:-webkit-box !important;	display:-webkit-flex !important;	display:-ms-flexbox !important;	display:flex !important;
	-webkit-box-orient:row;	-webkit-box-direction:row;	-ms-flex-direction:row;	flex-direction:row;
	-webkit-box-pack:center;	-ms-flex-pack:center;	justify-content:center;
	gap: 10px;
	padding-top:10px !important;
	padding-bottom:10px !important;
}

body.single-product #tab-description .motta-dropdown__content{
	line-height:2em;
}

@media (min-width:768px){

	body.single-product #page #site-content .clearfix #primary #main .product .product-image-zoom .entry-summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button{
	width:100% !important;
	}

}