/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: jevelin
*/

/* Add your custom CSS below */
header {
	display:none!important;
}
.woocommerce-form-coupon-toggle {
	display:none!important;
}
.coupon {
	display:none!important;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
	padding:0px 20px;
}
.sh-alert.sh-alert-error.sh-alert-with-line {
	display:none;
}
html body {
	font-size:20px;
}
.woocommerce-privacy-policy-text {
	font-size:16px;
}
#place_order {
	background-color: #ffeb00!important;
    color: black;
    padding: 4px 40px!important;
}
.sh-header-mobile-navigation {
	display:none;
}
.woocommerce-privacy-policy-text {
	margin:20px 0px;
}
@media only screen and (max-width:960px) {
	#place_order {
		margin-bottom:100px!important;
	}
	#breadcrumbs {
		display:none;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width:100%!important;
	}
}

body .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	float:left!important;
}

body .woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
	float:right!important;
}
.select2-container.select2-container--default.select2-container--open {
	display:none!important;
}