/*
Theme Name: Angelcare Refills

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */

/**
 * Shop tables
 */

/**
 * Products
 */
ul.products {
	content: "";
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product .woocommerce-loop-product__title {
	font-size: 1rem;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media (min-width: 48em) {
	ul.products li.product {
		width: 30.7966666667%;
		float: left;
		margin-right: 1.7%;
		-webkit-transform: translateX(5px);
		    -ms-transform: translateX(5px);
		        transform: translateX(5px);
	}
	ul.products li.product.first {
		/*clear: both;*/
	}
	ul.products li.product.last {
		margin-right: 0;
	}
	.columns-1 ul.products li.product {
		float: none;
		width: 100%;
	}
	.columns-2 ul.products li.product {
		width: 48.1%;
	}
	.columns-3 ul.products li.product {
		width: 30.7966666667%;
	}
	.columns-4 ul.products li.product {
		width: 23.6%;
	}
	.columns-5 ul.products li.product {
		width: 16.96%;
	}
	.columns-6 ul.products li.product {
		width: 13.4933333333%;
	}
}

/**
 * Single product
 */
/**
 * Single Product
 */
.single-product div.product {
	content: "";
	width: 100%;
	display: table;
	table-layout: fixed;
	position: relative;
	font-family: "Swis721", sans-serif;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.7966666667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty:before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
/**
 * Checkout
 */
@media (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 100%;
	}
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
	content: "";
	display: table;
	table-layout: fixed;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: 'star';
	font-weight: 400;
}

.star-rating:before {
	content: "\53\53\53\53\53";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: royalblue;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "star";
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: .25;
}

p.stars a:hover ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars:hover a:before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

p.stars.selected a.active:before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars.selected a:not(.active):before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs > li {
	/*display: block;*/
	margin: 0;
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	text-align: center;
	background-color: #f2f1f1;
	padding: 10px 0;
	color: #636363;
}

.woocommerce-tabs ul.tabs li.active {
	color: #fff;
	background-color: #3559c1;
}

.woocommerce-tabs ul.tabs li a {
	/*padding: 1em 0;*/
	color: inherit;
	outline: none;
	display: block;
	text-decoration: none;
	font-weight: 200;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}


.woocommerce-Tabs-panel ul {
	margin-left: 0;
	padding-left: 15px;
}

.woocommerce-Tabs-panel ul li {
	padding-bottom: 8px;
}
/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3D9CD2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	-webkit-box-shadow: inset 2px 0 0 #0f834d;
	        box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	-webkit-box-shadow: inset 2px 0 0 #e2401c;
	        box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	content: "";
	display: table;
	table-layout: fixed;
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3D9CD2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3D9CD2;
	z-index: 9999;
}

@media (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: royalblue;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	-webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: royalblue;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/* Header */

a,
a:visited {
	color: inherit;
}

.site-header {
	width: 100%;
	/*height: 211px;*/
}

/*.main-navigation,*/

.site-content,
footer .copyright {
	max-width: 1000px;
	margin: 0 auto;
	float: none;
}

.fixed-top {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #fff;
}

.banner {
	width: 100%;
	background-color: #00b9e4;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	text-align: center;
	line-height: 2.6;
	letter-spacing: 1px;
}

.header-nav-container {
	/*width: 100%;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	background-color: #fff;
}

.header-nav-container > .left,
.header-nav-container > .right {
	max-width: 250px;
	min-height: 48px;
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.header-nav-container > .center {
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	-webkit-box-flex: 2;
	    -ms-flex-positive: 2;
	        flex-grow: 2;
	max-width: 500px;
	min-height: 48px;
}

.site-branding {
	overflow: hidden;
	height: 130px;
	padding: 0;
	text-align: center;
	background-color: #fff;
}

.site-branding a {
	display: block;
	height: 100%;
	/*padding: 15px 0;*/
	margin: 0 auto;
}

.small-top .site-branding {
	height: auto;
}

.site-header .small-top .header_links li.widget_product_search {
	line-height: 1;
}

.site-header .small-top .header_links {
	height: auto;
	margin-top: 10px;
	margin-bottom: -10px;
}

.small-top .site-branding a {
	display: none;
}

.site-branding img {
	height: 100%;
	width: auto;
	-o-object-fit: contain;
	   object-fit: contain;
}

.header-image {
	position: relative;
	max-width: 1000px;
	padding: 0 12px;
	margin: 0px auto 25px auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.header-image img {
	width: 100%;
	height: auto;
}

.header-image .header-content-container {
	position: absolute;
	padding: 20px 20px 20px 50px;
	top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
	right: 50%;
	max-width: 500px;
}

.header-image .header-content-container h1 {
	margin: 0;
	padding-bottom: 20px;
	font-weight: 400;
}

.header-image .header-content-container p {
	margin: 0;
	padding-bottom: 0;
	width: 100%;
	font-weight: 200;
	text-align: left;
}

.main-navigation {
	background-color: #f2f1f1;
}

.main-navigation ul{
	max-width: 1000px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background-color: #f2f1f1;
}

#primary-menu li {
	float: none;
	line-height: 40px;
}

#primary-menu li a {
	font-weight: 200;
	color: #b1b1b1;
}

#primary-menu li a:hover,
#primary-menu li.bold a {
	font-weight: 400;
}

#primary-menu li.current-menu-item a ,
.home #primary-menu li.menu-item-home a {
	font-weight: 600;
}

/* Header Widgets */

.site-header .header_links {
	height: 130px;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

.site-header .small-top .header_links li {
	margin-top: 0;
	margin-bottom: 0;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.site-header .header_links li {
	display: inline-block;
	margin-top: 65px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
	padding-left: 10px;
}

.site-header .header_links li:only-child {
	float: right;
}

.site-header .header_links li .title {
	display: none;
}

.site-header .header_links li .icon,
.cart-widget-wrapper .icon {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.cart-widget-wrapper .icon:before,
.site-header .header_links li .icon:before {
	content: "";
	position: absolute;
	right: 0px;
	top: 0;
	width: 30px;
	height: 30px;
}

.site-header .header_links li .icon-search:after {
	position: absolute;
	top: -1px;
	right: -1px;
  font-family: 'FontAwesome';
  content: '\f002';
  -webkit-text-stroke: 1px white;
	text-align: center;
	line-height: 2.1;
	color: #7b7b7b;
}

.button-icon .fa-search {
	position: relative;
	top: 2px;
}

.cart-widget-wrapper .icon-cart {
	display: none;
}

.cart-widget-wrapper .icon-cart:before,
.site-header .header_links li .icon-cart:before {
	background: url('./images/Cart.png') center center / contain no-repeat transparent;
}

.cart-widget-wrapper .icon .count,
.site-header .header_links li .icon .count {
	position: absolute;
	left: 12px;
	font-size: 10px;
	background-color: #00b9e4;
	border-radius: 50%;
	padding: 0 4px;
	color: #fff;
	line-height: 1.3;
}

.site-header .header_links .search-widget-wrapper {
	position: absolute;
	top: -17px;
	right: -27px;
	width: 250px;
	height: 40px;
	background-color: #fff;
	z-index: 300;
}

.site-header .header_links dl {
	margin-top: 15px;
}

.site-header .header_links .search-widget-wrapper dt {
	width: 80%;
	float: left;
}

.site-header .header_links .search-widget-wrapper dt input:hover {
	outline: none;
}

.site-header .header_links .search-widget-wrapper dt input {
	width: 100%;
	font-weight: 200;
  font-family: "Myriad Pro", sans-serif;
  color: #6b6b6b;
	outline: none;
	border-color: #00b9e4;
	-webkit-appearance: none;
}

.site-header .header_links .search-widget-wrapper dt input::-webkit-input-placeholder {
	font-weight: 200;
  font-family: "Myriad Pro", sans-serif;
  color: #b1b1b1;
}

.site-header .header_links .search-widget-wrapper dt input:-ms-input-placeholder {
	font-weight: 200;
  font-family: "Myriad Pro", sans-serif;
  color: #b1b1b1;
}

.site-header .header_links .search-widget-wrapper dt input::-ms-input-placeholder {
	font-weight: 200;
  font-family: "Myriad Pro", sans-serif;
  color: #b1b1b1;
}

.site-header .header_links .search-widget-wrapper dt input::placeholder {
	font-weight: 200;
  font-family: "Myriad Pro", sans-serif;
  color: #b1b1b1;
}

.site-header .header_links .search-widget-wrapper dd {
	position: relative;
	width: 15%;
	float: left;
	margin: 0;
}

.site-header .header_links .search-widget-wrapper dd {
	width: 32px;
	height: 32px;
	color: #00b9e4;
	-webkit-text-stroke: 1px white;
	text-align: center;
	line-height: 2.1;
}

.site-header .header_links .search-widget-wrapper dd input {
	display: none;
}

.widget.woocommerce.widget_shopping_cart {
	margin: 0;
}

h2.widget-title {
	display: none;
}

.cart-widget-wrapper {
	position: absolute;
	top: 42px;
	right: 0;
	/*bottom: 0;*/
	width: 300px;
	background-color: rgba(0, 185, 228, 0.9);
	z-index: 300;
	padding-bottom: 20px;
	color: #fff;
}

.cart-widget-wrapper:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 9px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #00b9e4;
}

.cart-widget-wrapper {
	display: none;
}

.cart-widget-wrapper .icon {
	position: absolute;
	right: 20px;
	top: 53px;
}

.cart-widget-wrapper .cart-content {
	padding: 20px 20px 0 20px;
}

p.include-tax {
  font-size: 13px;
  font-style: italic;
  font-weight: 200;
  margin-top: -7px;
}

.cart-widget-wrapper h2 {
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	margin-bottom: 0;
}

.cart-widget-wrapper p.items-count {
	font-size: 14px;
	text-align: center;
	font-style: italic;
}

.cart-widget-wrapper ul {
	list-style: none;
	padding: 40px 0 0px 0;
	margin: 0;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

.cart-widget-wrapper ul li {
	float: none;
	position: relative;
	border-top: 1px solid #fff;
	padding: 10px 0;
	min-height: 80px;
	overflow: hidden;
}

.cart-widget-wrapper ul li a.remove {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	font-weight: 200;
	color: #fff;
	text-decoration: none;
}

.cart-widget-wrapper ul li a.remove:hover {
	font-weight: 400;
}

.cart-widget-wrapper ul li img {
	height: 80px;
	width: auto;
	float: left;
}

.cart-widget-wrapper ul li a {
	color: #000;
	text-decoration: none;
}

.cart-widget-wrapper ul li .item-data {
	float: left;
	width: 150px;
	padding: 0px 0 0 10px;
}

.cart-widget-wrapper ul li .item-name {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}

.cart-widget-wrapper ul li .quantity {
	display: block;
	font-size: 14px;
	font-weight: 200;
}

.cart-widget-wrapper .woocommerce-mini-cart__total {
	clear: both;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 18px;
}

.cart-widget-wrapper .woocommerce-mini-cart__total .amount {
	float: right;
}

.close-cart {
	text-decoration: none;
  /*display: inline-block;*/
  color: #7c7c7c;
  font-size: 22px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.close-cart:hover {
	color: #f00;
}

.cart-widget-wrapper .buttons {
	padding-top: 40px;
}

.cart-widget-wrapper .button {
	float: left;
	width: 47%;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 13px;
}

.cart-widget-wrapper .button + .button {
	margin-left: 6%;
}

.cart-widget-wrapper .button.checkout {
	color: #00b9e4;
	background-color: #fff;
	border: none;
}

.site-header .header_links .widget-wrapper {
	display: none;
}

.site-header .header_links .search-widget-wrapper {
	background-color: transparent;
}
/* Left sidebar */

.site-header .menu-widget {
	position: absolute;
	top: 85px;
	left: 20px;
}

.site-header .menu-widget .icon {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.site-header .menu-widget .icon:before {
	content: "";
	position: absolute;
	right: 0px;
	top: 0;
	width: 60px;
	height: 60px;
	background: url('./images/Menu.png') center center / contain no-repeat transparent;
}

.site-header .menu-widget-wrapper {
	position: fixed;
	top: 42px;
	left: 0;
	bottom: 0;
	padding: 50px 0 0 40px;
	width: 300px;
	background-color: #fff;
	z-index: 300;
	-webkit-box-shadow: 2px 0 2px 1px rgba(0, 0, 0, 0.2);
	        box-shadow: 2px 0 2px 1px rgba(0, 0, 0, 0.2);
}

.site-header .menu-widget-wrapper .icon {
	margin-top: -7px;
	margin-left: -20px;
}

.site-header .menu-widget-wrapper .menus {
	padding-top: 10px;
}

.site-header .menu-widget-wrapper h5 {
	margin: 0;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.site-header .menu-widget-wrapper ul {
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
}

.site-header .menu-widget-wrapper li {
	padding: 1.5px 0;
	font-size: 12px;
	font-weight: 200;
}

.site-header .menu-widget-wrapper a {
	color: inherit;
	text-decoration: none;
}

.site-header .menu-widget-wrapper ul li a {

}

.site-header .menu-widget-wrapper ul li a:hover {
	font-weight: 400;
	letter-spacing: 0.07px;
}

.site-header .menu-widget-wrapper {
	display: none;
}

/* Main */

.site-content {
	padding: 10px 10px 20px 10px;
}

.woocommerce-products-header h1,
header.single-product-header h1,
h1.entry-title {
	color: #404040;
	margin-bottom: 0;
	text-align: center;
	font-size: 2em;
	font-weight: 400;
}

hr.header-underline {
	margin-top: 0;
	border-top: 1px solid #00b9e4;
	height: 0;
	width: 200px;
}

/* Products Archive */

.onsale {
	display: none;
}

.term-description p {
	width: 70%;
	margin: 0 auto;
	padding: 0 0 40px 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
}

.term-description p a {
	color: #00b9e4;
	font-weight: 400;
}

li.type-product {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
	font-family: "Swis721";
	font-weight: 400;
	letter-spacing: 1px;
}

li.type-product .banner {
	background-color: #3559c1;
	line-height: 1.9;
	letter-spacing: 1px;
	font-size: 18px;
}

/*li.type-product .banner.banner-cat {
	text-align: left;
	height: 34px;
	font-weight: 200;
	padding-left: 10px;
	color: rgba(255, 255, 255, 0.8);
}*/

li.type-product > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px;
	text-decoration: none;
	color: inherit;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
}

li.type-product a > p {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

hr.short-description-underline{
	display: inline-block;
	margin-top: 5px;
	border-top: 1px solid #000;
	height: 0;
	width: 70px;
}

ul.products li.product .woocommerce-loop-product__title {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	height: 70px;
	line-height: 1.4;
	text-align: center;
}

li.type-product .image-wrapper {
	width: 100%;
	height: 180px;
}

li.type-product .image-wrapper img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

hr.title-underline {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #000;
	height: 0;
}

li.type-product .product-bottom {
	overflow: hidden;
	padding: 5px 10px;
	background-color: #00b9e4;
}

ul.products li.product .price {
	float: left;
	color: #fff;
}

ul.products li.product .product-bottom .button {
	float: right;
	background-color: #3559c1;
	width: 40px;
	height: 100%;
	border-radius: 3px;
	position: relative;
	color: #fff;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

ul.products li.product .product-bottom .out-of-stock {
	float: right;
  color: #e40000;
  font-size: 14px;
  line-height: 27px;
}

/*ul.products li.product .price {
	width: 50%;
}*/



/*ul.products li.product del .woocommerce-Price-amount {
	font-size: 10px;

}*/

ul.products li.product .woocommerce-Price-amount {
	font-size: 14px;
	color: #fff;
	font-weight: 200;
	line-height: 27px;
}

ins {
	background-color: inherit;
}

del,
ul.products li.product del .woocommerce-Price-amount {
	color: #e40000;
}

/* Single Product */

.single-product-title .entry-title {
	width: 50%;
	margin-left: 50%;
}

.single-product div.product .woocommerce-product-gallery {
	float: left;
	width: 40%;
	height: 450px;
}

.single-product div.product .woocommerce-product-gallery img{
	max-height: 450px;
	max-width: 100%;
	height: auto;
	width: auto;
	margin: auto;
}

.single-product div.product .entry-summary {
	float: right;
	position: relative;
	width: 50%;
	min-height: 450px;
	padding-right: 10px;
	padding-bottom: 110px;
}

.single-product div.product .entry-summary .product-summary-bottom {
	position: absolute;
	bottom: 20px;
	width: 100%;
	padding-right: 10px;
}

.single-product div.product .entry-title {
	font-weight: 200;
	font-size: 30px;
}

.single-product div.product .entry-summary .price {
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: 200;
	color: #7b7b7b;
}

.single-product div.product .entry-summary small {
	/*padding-left: 5px;*/
	text-transform: lowercase;
  font-size: 13px;
  font-weight: 200;
  font-style: italic;
}

.single-product div.product .entry-summary form.cart {
	width: 100%;
}

.single-product div.product .entry-summary form.cart input.qty {
	/*float: left;*/
	border: 1px solid #00b9e4;
	border-radius: 0;
	width: 100%;
	height: 40px;
	text-align: center;
}

.single-product div.product .entry-summary form.cart div.quantity {
	float: left;
	width: 20%;

}

.single-product div.product .entry-summary form.cart button {
	float: left;
	color: #fff;
	background-color: #00b9e4;
	height: 40px;
	border: none;
	border-radius: 0;
	width: 80%;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1.5px;
}

/* Footer */

.site-footer {
	width: 100%;
	background-color: #f2f1f1;
}

footer .free-shipping-wrapper,
footer .customer-service-wrapper {
	float: left;
	width: 50%;
	height: 140px;
	border: 1px solid #fff;
	background-color: #f2f1f1;
}

footer .free-shipping,
footer .customer-service {
	position: relative;
	width: 500px;
	max-width: 100%;
	height: 100%;
	padding: 30px 80px;
}

footer .free-shipping {
	float: right;
}

footer .customer-service {
	float: left;
}

footer h5 {
	margin: 0;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

footer .customer-service:after,
footer .free-shipping:after {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 50px;
	top: 20px;
	background: url('./images/Australia.png') center center / contain no-repeat transparent;
}

footer .free-shipping p {
	width: 60%;
}
footer .free-shipping:before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 120px;
	top: 20px;
	background: url('./images/Australia.png') center center / contain no-repeat transparent;
}

footer .free-shipping:after {
	background-image: url('./images/Box.png');
}

footer .copyright {
	clear: both;
	overflow: hidden;
	padding: 5px 0;
}

footer .copyright p {
	float: right;
	padding: 5px 20px;
}


footer p {
	font-size: 16px;
	font-weight: 200;
	line-height: 1.3;
}

footer .site-info-wrapper {
	display: none;
	height: 200px;
	border: 1px solid #fff;
	background-color: #f2f1f1;
	width: 100%;
	float: left;
}

footer .site-info {
	width: 1000px;
	max-width: 100%;
	padding: 30px;
	margin: 0 auto;
}

footer .site-info-left {
	float: left;
	width: 50%;
}

footer .custom-logo-link {
	display: block;
	margin-bottom: 10px;
}

footer .custom-logo-link img {
	height: 100px;
	width: auto;
}

footer .site-info-left p {
	padding-bottom: 5px;
}

footer .menu h5 {
	padding: 0;
}

footer .menu hr {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #000;
	height: 0;
	width: 50px;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer li {
	position: relative;
	display: inline-block;
	padding: 5px 20px 3px 0;
	font-size: 16px;
	font-weight: 200;
}

footer .menu li:before {
	content: "|";
	position: absolute;
	left: -12px;
}

footer .menu li:first-of-type:before {
	content: "";
}

footer a,
footer a:visited {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

/* Cart */

.woocommerce table > thead th {
	text-transform: uppercase;
	padding: 8px 0;
	text-align: left;
}

.woocommerce table > thead th.product-price,
.woocommerce table > thead th.product-quantity,
.woocommerce table > tbody td.product-price,
.woocommerce table > tbody td.product-quantity {
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

.woocommerce table > thead th.product-subtotal,
.woocommerce table > tbody td.product-subtotal {
	text-align: right;
	padding-right: 10px;
}



.woocommerce table > tbody > tr > td,
.woocommerce table > tfoot > tr > td,
.woocommerce table > tfoot > tr > th {
	border-top: 1px solid #dedede;
	padding: 10px 10px 10px 0;
}

.woocommerce table > tbody > tr > td.product-remove a {
	text-decoration: none;
  display: inline-block;
  color: #7c7c7c;
  font-size: 18px;
}

.woocommerce table > tbody > tr > td.product-remove a:hover {
  color: #f00;
}

.woocommerce table > tbody > tr > td img {
	height: 100px;
	width: auto;
}

.woocommerce table > tbody > tr > td.product-name a {
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
}

.woocommerce table > tbody > tr > td.product-name a:hover {
	color: #00b9e4;
}

.woocommerce table > tbody > tr > td.product-quantity input[type="number"] {
	width: 35px;
	text-align: center;
}

.woocommerce table.cart td.actions,
form.checkout_coupon {
  background: #f2f2f2;
  border: 0;
  padding: 30px 20px;
}

.woocommerce table.cart td.actions .button,
form.checkout_coupon .button {
	background-color: #f2f2f2;
	color: #000;
	border-radius: 20px;
	border: 1px solid #000;
	padding: 11px 20px 9px 20px;
	text-transform: uppercase;
}

.woocommerce table.cart td.actions .coupon {
  width: 75%;
  float: left;
}

.woocommerce table.cart td.actions .coupon input[type="text"],
form.checkout_coupon input[type="text"] {
	border-radius: 20px;
	font-size: 12px;
	padding: 7px 20px;
	width: 250px;
	outline: none;
}

.woocommerce table.cart td.actions .coupon input[type="text"]::-webkit-input-placeholder {
	font-weight: 200;
	font-style: italic;
}

.woocommerce table.cart td.actions .coupon input[type="text"]:-ms-input-placeholder {
	font-weight: 200;
	font-style: italic;
}

.woocommerce table.cart td.actions .coupon input[type="text"]::-ms-input-placeholder {
	font-weight: 200;
	font-style: italic;
}

.woocommerce table.cart td.actions .coupon input[type="text"]::placeholder {
	font-weight: 200;
	font-style: italic;
}

input[name="update_cart"] {
	float: right;
}

.woocommerce .cart_totals {
	width: 40%;
	float: right;
}

.woocommerce .cart_totals h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.woocommerce .cart_totals hr {
	margin: 0 0 20px 0;
	border-top: 1px solid #000;
	height: 0;
	width: 50px;
}

.woocommerce .cart_totals table.shop_table > tbody > tr > th,
.woocommerce .cart_totals table.shop_table > tbody > tr > td {
	border-top: none;
	border-bottom: 1px solid #dedede;
	font-size: 14px;
	color: #888;
}

.woocommerce .cart_totals table.shop_table > tbody > tr.order-total > th,
.woocommerce .cart_totals table.shop_table > tbody > tr.order-total > td {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	border-bottom: none;
}

.woocommerce .cart_totals table.shop_table > tbody > tr.order-total > td small,
.woocommerce-checkout-review-order-table small {
	text-transform: lowercase;
	font-size: 13px;
	font-weight: 200;
	font-style: italic;
}

.wc-proceed-to-checkout {
	float: right;
	width: 230px;
}

.wc-proceed-to-checkout a {
	display: block;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 9px;
	font-size: 12px;
	text-decoration: none;
	background-color: #00b9e4;
	color: #fff;
	text-transform: uppercase;
	border-radius: 20px;
}

.blockOverlay {
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
  background-image:url('./images/preloader.gif') !important;
  background-position: center 30% !important;
  background-repeat: no-repeat !important;
}

/* Notices */

.woocommerce-info,
.woocommerce-success,
.woocommerce-message {
	display: block;
	padding: 8px;
	background-color: #cbe3f7;
}

.woocommerce-error {
	display: block;
	padding: 8px;
	background-color: #f7cbcb;
}

ul.woocommerce-error {
	padding-left: 30px;
}


.woocommerce-info a.showcoupon {
	display: block;
	float: right;
	color: #000;
}

.woocommerce-notice {
	padding: 10px;
	background-color: #f7cbcb;
}

.woocommerce-notice,
.woocommerce-info {
	margin-bottom: 35px;
}

.woocommerce-notice.woocommerce-notice--success {
	background-color: #cbe4f7;
}

/* Checkout */

.checkout-right {
	font-family: "Helvetica Neue", sans-serif;
  width: 35%;
  float: right;
  padding: 10px;
  border: 1px solid #afafaf;
}

.checkout-right h3 {
	float: left;
	margin-top: 0;
}

.checkout-right .edit-cart {
	float: right;
}

.checkout-right .edit-cart a {
	color: inherit;
}

.checkout-right table {
	margin-bottom: 0;
}

.checkout-right table tr.cart_item td {
	font-size: .75rem;
  height: 80px;
  text-align: left;
}

.checkout-right table tr.cart_item td.thumbnail {
	width: 80px;
}

/*.woocommerce table tr > td,*/

.checkout-right table tfoot tr > td {
	text-align: right;
}


.checkout-right table tr.cart_item td.thumbnail img {
	display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.checkout-right table tr.cart_item td.content .woocommerce-Price-amount,
.checkout-right table tr.cart_item td.content .product-name {
	font-weight: 500;
}

.checkout-right table tr.cart_item td.content strong.product-quantity {
	font-weight: 200;
}

.checkout-right table tfoot td {
	text-align: right;
}

.checkout-right table tfoot th {
	vertical-align: top;
}

.checkout-right table tfoot .includes_tax {
	display: block;
}


form.woocommerce-checkout {
	width: 50%;
	float: left;
}

form.woocommerce-checkout h3,
.checkout-right h3 {
	font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin: 0 0 10px 0;
}

form.woocommerce-checkout .woocommerce-shipping-fields h3 {
	font-size: 16px;
	letter-spacing: inherit;
}

form.checkout_coupon p {
	float: left;
	padding-right: 15px;
}

.col-1, .col-2 {
	width: 100%;
	overflow: hidden;
}

.woocommerce-shipping-fields {
	padding-top: 20px;
}

form.woocommerce-checkout hr {
	margin-top: 30px;
  background-color: #ccc;
}

form.woocommerce-checkout input[type="text"],
form.woocommerce-checkout input[type="email"],
select {
	border-radius: 0;
}

form.woocommerce-checkout p.form-row label,
form.woocommerce-checkout p.form-row input {
	display: block;
	width: 100%;
}

form.woocommerce-checkout p.form-row {
	padding-top: 15px;
}

form.woocommerce-checkout p.form-row-wide {
	clear: both;
}

form.woocommerce-checkout p.form-row label,
.wpcf7 label {
	font-weight: 600;
	padding: 0 0 5px 0;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-table--order-details {
	text-align: left;
}

ul.payment_methods {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
}

ul.payment_methods > li {
	margin-bottom: 10px;
}

ul.payment_methods > li > label {
	font-weight: 600;
}

ul.payment_methods > li.payment_method_paypal label a {
	display: none;
}

.woocommerce-info.coupon-notice {
	background-color: #fff;
  border: none;
  padding: 5px;
  margin-bottom: 0;
  text-align: left;
}

.woocommerce-info.coupon-notice a.showcoupon {
	float: none;
	outline: none;
}

/*.woocommerce-info.coupon-notice a.showcoupon:hover {
	color: #3559c1;
}*/

form.checkout_coupon {
	background-color: #fff;
	padding: 0;
}

form.checkout_coupon p.form-row {
	padding: 15px 0 0 0;
	margin-right: 0;
}

form.checkout_coupon p.form-row input {
	width: 100%;
	padding: 5px;
	height: 36px;
	font-size: 1rem;
}

.checkout_coupon p.form-row-first {
	float: left;
	width: 75%;
}

.checkout_coupon p.form-row-last {
	float: left;
	width: 25%;
}

form.woocommerce-checkout p.form-row label + strong {
  display: block;
  border: 1px solid #ccc;
  font-weight: 400;
  color: #666;
  padding: 5px;
}

form.woocommerce-checkout form.checkout_coupon button[type="submit"] {
	/*background-color: #fff;*/
	text-align: center;
  padding: 0;
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  text-decoration: none;
  background-color: #00b9e4;
  color: #fff;
  border: none;
  border-radius: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

form.woocommerce-checkout .woocommerce-checkout-payment ul.methods > li .payment_box {
	padding: 10px 0 10px 10px;
}

form.woocommerce-checkout .woocommerce-checkout-payment ul.methods > li .payment_box fieldset {
	border: none;
	padding: 0;
}


/* Form 7 */

form.woocommerce-checkout p.form-row input,
.wpcf7 input,
.wpcf7 textarea {
	padding: 5px;
	border-radius: 0;
}

form.woocommerce-checkout .place-order {
	text-align: right;
}

form.woocommerce-checkout input[type="submit"],
form.woocommerce-checkout button[type="submit"],
.wpcf7 input[type="submit"] {
	text-align: center;
	padding: 15px 40px;
	font-size: 12px;
	text-decoration: none;
	background-color: #00b9e4;
	color: #fff;
	border: none;
	border-radius: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.wpcf7 p {
	padding-bottom: 20px;
}

.wpcf7 input[type="submit"] {
	float: right;
}
a.close-menu {
	display: none;
}

.columns-4 ul.products li.product {
	max-width: 240px;
	width: 23.6%;
	-webkit-transform: translateX(5px);
	    -ms-transform: translateX(5px);
	        transform: translateX(5px);
}

@media screen and (max-width: 740px) {
	.site-header {
		height: 172px;
	}

	.menu-toggle {
		display: block;
		border: none;
		background-color: transparent;
		text-indent: -9999px;
		outline: none;
	}


	.menu-toggle:after {
		/*content: "";*/
		/*position: absolute;*/
		/*display: block;
		width: 50px;
		height: 50px;
		top: 80px;
		background: url('./images/Menu.png') center center / contain no-repeat transparent;*/

		position: absolute;
    top: 100px;
    left: 30px;
    width: 30px;
    height: 30px;
    font-family: 'FontAwesome';
    content: '\f0c9';
    font-size: 20px;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    /*line-height: 2.1;*/
    color: #7b7b7b;
    text-indent: 0;
	}
	.main-navigation {
		background-color: transparent;
		height: 0;
		width: 0;
	}

	.main-navigation ul {
		display: block;
	}

	.main-navigation ul#primary-menu {
		top: 65px;
		width: 300px;
		background-color: rgba(0, 185, 228, 0.9);
		position: fixed;
		left: 0;
		z-index: 100;
	}

	a.close-menu {
		position: fixed;
		top: 60px;
		text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    left: 250px;
    padding: 10px;
    z-index: 500;
    display: none;
	}

	.main-navigation ul#primary-menu li {
		display: block;
		width: 100%;
		padding-top: 3px;
		padding-bottom: 3px;
		border-bottom: 1px solid #e0e0e0;
	}

	#primary-menu li a {
		color: #fff;
	}

	a.close-menu {
    /*color: #fff;
    top: 70px;
    font-size: 22px;*/
	}

	.main-navigation ul {
		display: none;
	}
}

@media (max-width: 900px) {
	.columns-4 ul.products {
		max-width: 755px;
    margin: 0 auto;
	}

	.columns-4 ul.products li.product {
		width: 32%;
		margin-right: 1.3%;
	}
}

@media (max-width: 800px) {
	#primary-menu li {
		padding: 0 15px;
	}

	.header-image {
		padding-left: 0;
		padding-right: 0;
	}

	.tax-product_cat .header-image img {
		display: none;
	}

	.header-image .header-content-container {
		position: static;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
		margin: 0 auto;
		text-align: center;
	}
}

@media (max-width: 770px) {
	ul.products {
		max-width: 100%;
		padding: 5px;
		margin: 0 auto;
	}

	ul.products li.product {
		float: left;
		margin-right: 10px;
		margin-bottom: 20px;
	}

	.woocommerce table tr > td,
	.woocommerce table tr > th {
		text-align: center;
	}

	.woocommerce table tr > th.product-name,
	.woocommerce table tr > td.product-name {
		text-align: left;
	}

	.woocommerce table.woocommerce-checkout-review-order-table tr > th,
	.woocommerce table.woocommerce-table--order-details tr > th {
		text-align: left;
	}

	.woocommerce table tr > .product-thumbnail,
	.woocommerce table tr > .product-remove,
	.woocommerce table tr > .product-subtotal {
		display: none;
	}

	footer .customer-service:after,
	footer .free-shipping:after,
	footer .free-shipping:before {
		display: none;
	}

	footer .free-shipping p ,
	footer .customer-service p {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.header-image .header-content-container,
	.columns-4 ul.products {
		max-width: 512px;
		margin: 0 auto;
	}

	.columns-4 ul.products li.product {
		width: 48%;
		float: left;
		margin-right: 2%;
	}
}

@media screen and (max-width: 633px) {
	ul.products {
		width: 100%;
	}

	.single-product-title .entry-title {
		width: 100%;
		margin-left: 0;
	}

	.single-product div.product .woocommerce-product-gallery {
		padding-top: 0;
	}

	.single-product div.product .woocommerce-product-gallery {
		float: none;
		width: 100%;
		height: auto;
	}

	.single-product div.product .woocommerce-product-gallery a {
		display: block;

	}

	.single-product div.product .woocommerce-product-gallery a img {
		display: block;
		margin: 0 auto;
	}

	.single-product div.product .entry-summary {
		float: none;
    width: 100%;
    min-height: auto;
    height: auto;
    padding: 0 20px 130px 20px;
	}

	.single-product div.product .entry-summary h2 {
		display: none;
	}

	.single-product div.product .entry-summary .product-summary-bottom {
		width: 280px;
		padding-right: 0;
	}

	.woocommerce .cart_totals {
		padding: 20px;
		width: 100%;
		float: none;
	}

	.woocommerce .cart_totals th {
		text-align: left;
	}

	.woocommerce .cart_totals td {
		text-align: right;
	}

	.woocommerce table.cart td.actions .coupon {
		width: 100%;
	}

	.woocommerce table.cart td.actions .button, form.checkout_coupon .button.apply_coupon {

		float: right;
		margin-bottom: 20px;
	}

	footer .free-shipping,
	footer .customer-service {
		padding-left: 50px;
		padding-right: 50px;
	}

	.checkout-right {
		width: 100%;
		margin-bottom: 20px;
	}

	form.woocommerce-checkout {
		width: 100%;
	}
}

@media screen and (max-width: 500px)  {
	.top .banner {
		display: none;
	}


	ul.products li.product del .woocommerce-Price-amount {
		/*display: none;*/
		/*font-size: 8px;*/
	}

	.site-header .header_links .search-widget-wrapper dt {
		width: 100%;
    float: none;
    height: 50px;
	}

	.site-header .header_links .search-widget-wrapper dd {
		display: none;
	}

	.site-header .header_links .search-widget-wrapper {
		top: 30px;
		right: -33px;
		width: 100vw;
	}

	.site-header .header_links .search-widget-wrapper dt input {
		-webkit-appearance: none;

		width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 22px;
    padding: 0 10px;
    border-radius: 0;
    background-color: rgba(0, 185, 228, 0.9);
    color: #fff;
    outline: none;
    border: none;
	}

	.site-header .header_links .search-widget-wrapper dt input::-webkit-input-placeholder {
		color: #fff;
		font-weight: 200;
	}

	.site-header .header_links .search-widget-wrapper dt input:-ms-input-placeholder {
		color: #fff;
		font-weight: 200;
	}

	.site-header .header_links .search-widget-wrapper dt input::-ms-input-placeholder {
		color: #fff;
		font-weight: 200;
	}

	.site-header .header_links .search-widget-wrapper dt input::placeholder {
		color: #fff;
		font-weight: 200;
	}

	.top {
		position: fixed;
		width: 100%;
		z-index: 200;
	}

	.header-image {
		margin-bottom: 0;
	}

	.single-product div.product .entry-summary .product-summary-bottom {
		width: auto;
		left: 20px;
		right: 20px;
	}

	.tax-product_cat .header-image {
		margin-bottom: 0;
	}

	.tax-product_cat .header-image img,
	.tax-product_cat .header-image .term-description {
		display: none;
	}

	.tax-product_cat .header-image .header-content-container {
		padding: 20px 20px 0 20px;
	}

	.tax-product_cat .header-image .header-content-container h1 {
		text-align: left;
		padding-bottom: 0;
	}

	.cart-widget-wrapper .icon-cart {
		display: none;
	}

	.header-nav-container > .center {
		height: 65px;
	}

	a.close-menu {
		/*color: #fff;
		top: 70px;
		font-size: 22px;*/
	}

	.main-navigation ul#primary-menu {
		/*width: 300px;
		background-color: #00b9e4;
		top: 65px;*/
	}

	.cart-widget-wrapper {
		width: 300px;
    background-color: rgba(0, 185, 228, 0.9);
		top: 65px;
		color: #fff;
		-webkit-box-shadow: none;
		        box-shadow: none;
		bottom: auto;
		padding-bottom: 20px;
	}

	.cart-widget-wrapper h2 {
		font-size: 18px;
	}

	.cart-widget-wrapper p.items-count {
		font-size: 14px;
	}

	.cart-widget-wrapper ul li .item-name,
	.cart-widget-wrapper ul li .quantity {
		font-size: 14px;
	}

	.cart-widget-wrapper ul li .item-data {
		padding-top: 0;
	}

	.cart-widget-wrapper .woocommerce-mini-cart__total {
		font-size: 18px;
	}

	.cart-widget-wrapper p.include-tax {
		font-size: 14px;
	}

	.site-header .header_links .search-widget-wrapper dt:before,
	.cart-widget-wrapper:before {
		content: "";
		position: absolute;
		top: -8px;
		right: 9px;

		width: 0;
	  height: 0;
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;

	  border-bottom: 8px solid #00b9e4;
	}

	.site-header .header_links .search-widget-wrapper dt:before {
		top: 7px;
		right: 40px;
	}

	.woocommerce-checkout .site-header .header_links .search-widget-wrapper,
	.woocommerce-cart .site-header .header_links .search-widget-wrapper {
		right: 0;
	}

	.woocommerce-checkout .site-header .header_links .search-widget-wrapper dt:before,
	.woocommerce-cart .site-header .header_links .search-widget-wrapper dt:before {
		right: 9px;
	}

	.cart-widget-wrapper .cart-content {
		padding-top: 20px;
	}

	.cart-widget-wrapper ul {
		padding-top: 40px;
		/*padding-bottom: 10px;*/
		border-bottom: 1px solid #fff;
	}

	.cart-widget-wrapper .button {
		border-color: #fff;
		color: #fff;
	}

	.cart-widget-wrapper .button.checkout {
		color: #00b9e4;
    background-color: #fff;
	}

	.cart-widget-wrapper ul li {
		padding: 10px 0;
		border-top: 1px solid #fff;
	}

	.cart-widget-wrapper ul li a.remove {
		color: #fff;
	}

	.close-cart {
		/*left: auto;*/
		/*right: 20px;*/
		font-size: 22px;
	}

	.cart-widget-wrapper h2,
	p.items-count {
		text-align: center;
	}

	#primary-menu li a {
		color: #fff;
	}

	.menu-toggle:after {
    height: 65px;
    top: 0;
    left: 0;
    font-size: 30px;
    width: 65px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    line-height: 65px;
    /*background-color: #00b9e4;*/
    background-color: rgba(0, 185, 228, 0.8);
    color: #fff;
	}

	.menu-toggle[aria-expanded="true"]:after {
		background-color: #cecece;
	}

	.site-header .header_links li .icon-search {
		/*position: static;*/
	}

	.site-header {
		height: 65px;
	}

	.cart-widget-wrapper .icon .count,
	.site-header .header_links li .icon .count {
		left: 3px;
	}

	.site-branding,
	.site-branding a,
	.site-header .header_links {
		height: auto;
	}

	.header-nav-container {
		height: 65px;
		/*border-bottom: 2px solid #00b9e4;*/
	}

	.site-branding img {
		height: 65px;
	}

	.site-header .header_links li {
		padding-left: 0;
		margin-top: 32.5px;
		margin-bottom: 0;
	}

	.site-header .header_links li .icon,
	.cart-widget-wrapper .icon {
		width: 30px;
		height: 30px;
	}

	.columns-4 ul.products li.product {
		/*width: 95%;
		margin: 0 auto 10px auto;
		float: none;*/
	}

	li.type-product .banner {
		font-size: 14px;
	}


	li.type-product > a {
		padding: 5px;
	}

	ul.products li.product .woocommerce-loop-product__title {
		height: 60px;
		font-size: 13px;
	}

	li.type-product .image-wrapper {
		height: 130px;
	}

	.woocommerce-info {
		text-align: center;
	}

	.woocommerce-info a.showcoupon {
		float: none;
		text-align: center;
	}

	.woocommerce table.cart td.actions, form.checkout_coupon {
		padding-bottom: 10px;
	}

	.woocommerce table.cart td.actions .coupon .input-text {
		margin-bottom: 20px;
	}

	.woocommerce table.cart td.actions .coupon label {
		display: none;
	}

	.woocommerce table.cart td.actions .button, form.checkout_coupon .button {
		float: none;
		width: 250px;

	}

	.single-product div.product .entry-title {
		padding: 0 10px;
		margin: 0;
		font-size: 24px;
	}

	.owl-nav {
		display: none;
	}

	/* accordion */

	.woocommerce-tabs ul.tabs > li a {
		display: block;
		text-align: left;
		font-weight: 400;
		padding-left: 10px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.woocommerce-tabs ul.tabs {
		display: block;
		border-top: 2px solid #000;
	}

	.woocommerce-tabs ul.tabs li.active,
	.woocommerce-tabs ul.tabs > li{
		color: #000;
		background-color: #fff;
		border: 2px solid #000;
		border-top: none;
	}

	.woocommerce-tabs ul.tabs li.active {
		border-bottom: none;
	}

	.woocommerce-Tabs-panel {
		padding: 10px;
		border: 2px solid #000;
		border-top: none;
		margin-top: 0;
		background-color: #fff;
		font-size: 13px;
	}





	footer .free-shipping-wrapper,
	footer .customer-service-wrapper {
		width: 100%;
		border: none;
	}

	footer .free-shipping,
	footer .customer-service {
		height: auto;
		padding: 15px 50px 0 50px;
	}

	footer .customer-service {
		padding-bottom: 15px;
	}

	footer .site-info-wrapper {
		height: auto;
	}

	footer .site-info-left {
		display: none;
	}

	footer .menus {
		width: 100%;
	}

	footer .menus .menu {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;

	}

	footer .menus h5,
	footer .menus hr {
		display: none;
	}

	footer .menus .menu li {
		font-size: 14px;
		border-bottom: 1px solid #d1d1d1;
		line-height: 26px;
	}
}

@media screen and (max-width: 400px)  {
	ul.products li.product del .woocommerce-Price-amount {
		display: none;
	}
}

/* need to remove this with css, no actions/filters for this */
a.added_to_cart.wc-forward {display:none;}

/* Carousel */

ul.products.owl-carousel li.product {
	display: none;
}

ul.products.owl-carousel {
	position: relative;
}

.owl-nav {
	position: absolute;
	width: 100%;
	top: 45%;
}

.owl-prev,
.owl-next {
	opacity: 0;
}

ul.products.owl-carousel:hover .owl-prev,
ul.products.owl-carousel:hover .owl-next {
	opacity: 1;
}

.owl-prev {
	background: url("./images/arrow-prev.png") no-repeat scroll 10px 14px rgba(0, 0, 0, 0);
	border: 1px solid rgb(221, 221, 221);
  border-radius: 50%;
  color: rgb(0, 0, 0);
  height: 50px;
  left: 30px;
  padding: 0;
  position: absolute;
  top: 0;
  width: 50px;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.owl-next {
	background: url("images/arrow-next.png") no-repeat scroll 10px 14px rgba(0, 0, 0, 0);
  border: 1px solid rgb(221, 221, 221);
  border-radius: 50%;
  color: rgb(0, 0, 0);
  height: 50px;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 0;

  width: 50px;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.owl-dots {
	text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

ul.products.owl-carousel:hover .owl-prev,
ul.products.owl-carousel:hover .owl-next {
  -webkit-box-shadow: 0 0 12px 3px rgba(183, 183, 183, 0.54);
          box-shadow: 0 0 12px 3px rgba(183, 183, 183, 0.54);
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

.single-product div.product .entry-summary .panel small {
	font: inherit;
}
