body.home header {
	background-size: cover;
}

.height50 {
	height: 25px;
}

.height25 {
	height: 10px;
}

.icon-button,
.mobile-cart-icon {
    position: relative;
    display: inline-block;
}

.cart-count {
    position: absolute;
	  top: -3px;
	  right: -7px;
	  background: red;
	  color: white;
	  border-radius: 50%;
	  padding: 4px 0px;
	  font-size: 8px;
	  line-height: 1;
	  font-weight: bold;
	  min-width: 16px;
	  text-align: center;
}


.checkout_coupon .form-row-first {
	width: 50% !important;
}

.scroll-down {
	display: none !important;
}

body.home header {
	height: auto;
	min-height: 300px;
}

.w-xs-100 {
	width: 100%;
}

@media (min-width: 450px) {
	body.home header {
		height: auto;
		min-height: 400px;
	}
}

@media (min-width: 700px) {
	body.home header {
		height: auto;
		min-height: 600px;
	}
}

#custom-coupon-wrapper #custom_coupon_code {
	margin-bottom: 10px;
}

#custom-coupon-wrapper #custom_coupon_code, #custom-coupon-wrapper #apply_custom_coupon {
	width: 100% !important;
}

#custom-coupon-wrapper #apply_custom_coupon {
	float: none;
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
  }
}

.p-10 {
	padding: 10px 10px 0px 10px;
}

.checkout_coupon .form-row-last {
	float: left !important;
	width: 50% !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: 16px;
}

.woocommerce-checkout.page-template-default {
	padding-top: 0px;
}

.woocommerce table.shop_table td.actions {
	padding-left: 0px;
	padding-bottom: 0px;
}

.page-template-default {
	padding-top: 48px;
}

.woocommerce table.shop_table {
	margin-bottom: 18px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
	border: 0 none;
	padding-left: 0px;
}

.hide-xs {
	display: none !important;
}

@media (min-width: 600px) and (max-width: 1199px) {
	.full-width .hide-xs {
		display: block !important;
	}
	
	.full-width .hide-lg {
		display: none !important;
	}
}

@media (min-width: 576px) {
  .container, .container-sm {
    	max-width: 100%;
  }
}

.p-16 {
	padding: 8px 0px;
}

.icon-button {
	position: relative;
	width: 48px;
	height: 34px;
	padding: 0;
	color: inherit;
	font-family: inherit;
	line-height: 28px;
	background-color: inherit;
	border: none;
	cursor: pointer;
}

.pt-50 {
	padding-top: 25px;
}

.p-xs {
	
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 100%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 100%;
}

.icon-button-span {
	position: absolute;
	top: -6px;
	left: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #1f1f1f;
	font-size: 23px;
}

.single-product .woocommerce-breadcrumb {
	margin-top: 15px;
	margin-bottom: 10px;
}

.summary {
	padding: 20px 0px;
}

.scroll-down {
	bottom: 20px;
}

#offcanvasNavigation {
	width: 85%;
}

.woocommerce-breadcrumb {
}

.hide-lg .woocommerce-breadcrumb {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.text-overlay-right, .text-overlay-left { 
	font-size: 10px;
}

header .logo .row  {
	padding: 10px 0px;
}

.text-overlay {
	font-size: 10px;
}

header .logo.scrolled .row  {
	/*padding-top: 0px;*/
}

.border-xs-left-20 {
	border-left: 20px solid #fff;
}

.border-xs-right-20 {
	border-right: 20px solid #fff;
}

.border-xs-top-20 {
	border-top: 20px solid #fff;
}

.border-xs-bottom-20 {
	border-bottom: 20px solid #fff;
}

.border-xs-top-0 {
	border-top: 0 none;
}

footer {
	padding: 30px 0px; 
}

.woocommerce-product-gallery .first {
	height: 85vh;
}