/* Hide reCAPTCHA v3 badge */
.grecaptcha-badge{
	visibility: collapse !important;  
}
label {
  text-transform: none;
}
/* Back to top button */
.cd-top {
  background-color: #000000;
}
/* Newsletter signup popup */
.yikes-easy-mc-form label.label-inline {
  width: 40%;
}
.cd-top .spk-icon {
  color: #ffffff;
}
/* Top bar */
#site-navigation-top-bar {
	display: none;
}
.site-top-message {
	float: right;	
}
/* Form submit button */
.submit-button {
	color: #757575;
	background-color: #efefef;
	transition: all 0.3s;
}
.submit-button:hover {
	opacity: 20.5;
}
/* Sale badge */
.onsale {
	background-color: #757575 !important;
}
/* Page top padding */
@media only screen and (min-width: 1023px) {
	#page_wrapper .content-area {
		padding-top: 1px !important;
	}
}
@media only screen and (min-width: 1024px) {
	#page_wrapper .content-area {
		padding-top: 12px !important;
	}
}
@media only screen and (max-width: 425px) {
	#page_wrapper .content-area {
		padding-top: 10px !important;
	}	
}
/* Page title */
.page-title {
  font-size: 20px !important;
  font-weight: 400;
  color: #000000;
}
/* Newsletter signup popup */
#popmake-1885 .popmake-content {
	text-align: center;
	color: #000000;
}
#popmake-1885 .popmake-content .wpcf7 input[type="submit"] {
	width: 100%;
	color: #ffffff;
}
#popmake-1885 .popmake-content .wpcf7 input {
	color: #a8a8a8;
}
@media only screen and (min-width: 1024px) {
	#popmake-1885 .popmake-content .wpcf7 {
		padding: 0 10%;
	}
}
/* Newsletter signup popup end*/
/* Footer */
#site-footer {
	padding: 30px 0 30px;
}
.site-footer-widget-area {
	margin-bottom: 0;
}
.site-footer-widget-area > .row {
	border-bottom: none
}
.widget {
	margin-bottom: 25px;
}
.site-footer-widget-area p, .site-footer-widget-area h3, .site-footer-widget-area ul li a, .sfwa_credential strong, .sfwa_credential ul li a {
	font-size: 10px!important;
	font-weight: normal!important;
}
#site-footer #yikes-mailchimp-container-2 {
	margin-bottom: 5px;
  font-size: 10px!important;
	font-weight: normal!important;
}
.footer-newsletter-submit-button {
	font-size: 11px!important;
	margin: 0 auto;
	font-family: 'Roboto'!important;
	color: #757575!important;
}
#site-footer .FNAME-label {
  margin-top: 0;
}
#site-footer #form-field-description-FNAME {
  margin-top: 0;
	color: #757575;
  font-style: normal;
  text-transform: none;
}
#site-footer .social .widget-title {
	margin-bottom: 0;
}
#site-footer .social ul {
	margin-left: 0;
}
#site-footer .social ul li.sk_social_icon {
  margin: 5px 30px 0 0;
}
.site-footer-copyright-area {
	display: none;
}

@media only screen and (min-width: 40.063em) {
	#site-footer {
		padding: 2px 5% 0;
	}
	.site-footer-widget-area {
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 1024px) {
	.one-third {
		width: 33%;
	}
	.two-thirds {
		width: 67%;
	}
	.two-thirds .sfwa_credential {
		text-align: right;
	}
}
/* Footer END */
/* WooCommerce shop page */
.woocommerce .shop-page .pi-edd {
	display: none;
}
/* WooCommerce shop page END */
/* WooCommerce single product page */
.single-product .pi-edd {
	text-align: inherit;
}
.single-product .product_layout_classic .product_infos .product_summary_middle .product_title, .single-product .product_infos .price {
	margin-bottom: 2px;
}
.single-product .product_title, .single-product .woocommerce-Reviews-title {
  font-size: 20px !important;
  font-weight: 400;
  color: #4c4c4c;
}
.single-product .related.products h2 {
  text-align: center;
  font-size: 20px !important;
  font-weight: 400;
  color: #4c4c4c;
}

@media only screen and (min-width: 63.9375em) {
	.single-product #page_wrapper.sticky_header .content-area {
		padding-top: 85px;
	}
	.product_content_wrapper .row {
		padding-top: 20px;
	}
	.woocommerce div.product .product_title {
		margin-top: -10px;
	}
}
@media only screen and (min-width: 1024px) {
	.single-product #page_wrapper.sticky_header .content-area {
		padding-top: 136px;
	}
}
@media only screen and (min-width: 1025px) {
	.single-product #page_wrapper.sticky_header .content-area {
		padding-top: 114px;
	}
	.single-product .woocommerce-product-details__short-description .icons small {
		font-size: 60%;
	}
	.single-product .woocommerce-product-details__short-description .icons, .single-product .woocommerce-product-details__short-description p {
		margin-bottom: 0;
	}
	.single-product .woocommerce-product-details__short-description .fabric-info {
		margin-left: 18px;
	}
}
/* WooCommerce single product page END */