/*
Theme Name: w4w

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

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

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

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

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

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

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	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 {
	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: 0.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.79667%;
}

.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
 */
@media screen and (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: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.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;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.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: #8d2445 ;
}

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: #8d2445 ;
	text-indent: 0;
	opacity: 0.50;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #8d2445 ;
	opacity: 0.25;
}

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

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

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #8d2445 ;
	opacity: 0.25;
}

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

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

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

/**
 * 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 {
	box-shadow: inset 2px 0 0 #0f834d;
}

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

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	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 screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		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.4;
}

.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: #4169e1;
	box-sizing: border-box;
	margin-top: -0.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 {
	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: #4169e1;
}

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

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

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




/* Extra Add **********************************************************************************************************************


/* Center product elements on shop pages */

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align:center;
	float: left;
	margin:0 20px 20px 0;
  	padding: 15px 20px 15px;
  	position: relative;
	outline:1px solid #dddddd;
	/* min-height: 595px; */
	transition: all .3s;
	background-color: #fff;
	border-radius: 8px;
	background-image: linear-gradient(20deg, #f4f4f4 0%, #fff 20%);
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	z-index: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .6em 0;
    margin: 0;
	font-size: 0.89em;
    font-weight: 600;
	line-height: 1.6em;
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
}


/* Fix for Columns classes (col-1 and col-2) conflicts with Bootstrap v4 - https://github.com/woocommerce/woocommerce/issues/15793 */

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 50.0%;
	min-height:487px; /* Add */
	border-bottom: solid 0px;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 50.0%;
	border:1px solid #d3ced2; /* Add */
	border-radius: 5px; /* Add */
	padding: 30px 40px;
	min-height:475px; /* Add */
	background-color: #fff; /* Add */
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 .col-2 {
  float: left;
  /* width: 50%; */
	border:1px solid #d3ced2; /* Add */
	padding:30px 40px; /* Add */
	border-radius: 5px; /* Add */
	background-color: #fff; /* Add */
}

@media (max-width: 768px) {
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 100.0%;
	border-bottom: solid 0px;
	margin-bottom:30px;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 100.0%;
	border:1px solid #d3ced2; /* Add */
	border-radius: 5px; /* Add */
	padding: 20px;
	min-height:300px; /* Add */
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 .col-2 {
  float: none;
  width: 100%;
	border:1px solid #d3ced2; /* Add */
	padding:20px; /* Add */
	border-radius: 5px; /* Add */
}
}


/* Columns - Add */

ul.products {
	width:100%; /* Add */
}
.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
    width: 48.0%;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 33.0%;
}
@media (max-width: 992px) {
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	/* min-height: 635px; */
	width: 48.0%;
}
}
@media (max-width: 768px) {
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	/* min-height: 550px; */
	width: 48.0%;
	margin-bottom: 12px;
}
}
@media (max-width: 490px) {
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	/* min-height: 640px; */
	width: 100%;
}
}



/* 1 columns */
@media all and (max-width:768px) {
  [class*=woocommerce] ul.products li.product {
      width: 47.9% !important;
      margin: 0 10px 15px 0 !important;
      clear: none !important;
	  padding-bottom: 35px;
  }
  [class*=woocommerce] ul.products li.product:nth-child(2n) {
    margin-right:0px !important;
  }
  [class*=woocommerce] ul.products li.product:nth-child(2n+1) {
    clear: both !important;
  }
}

/* 2 columns */
@media all and (min-width:768px) and (max-width:1200px) {
  [class*=woocommerce] ul.products li.product {
      width: 48.12% !important;
      margin: 0 20px 20px 0 !important;
      clear: none !important;
	  padding-bottom: 40px;
  }
  [class*=woocommerce] ul.products li.product:nth-child(2n) {
    margin-right:0px !important;
  }
  [class*=woocommerce] ul.products li.product:nth-child(2n+1) {
    clear: both !important;
  }
}

/* 3 columns */
@media all and (min-width:1200px) and (max-width:1440px) {
  [class*=woocommerce] ul.products li.product {
      width: 31.63% !important;
      margin: 0 20px 20px 0 !important;
      clear: none !important;
	  padding-bottom: 40px;
  }
  [class*=woocommerce] ul.products li.product:nth-child(3n) {
    margin-right:0px !important;
  }
  [class*=woocommerce] ul.products li.product:nth-child(3n+1) {
    clear: both !important;
  }
}

/* 4 columns on desktop */
@media all and (min-width:1440px) {
  [class*=woocommerce] ul.products li.product {
      width: 23.42% !important;
      margin: 0 20px 20px 0 !important;
      clear: none !important;
	  padding-bottom: 40px;
  }
  [class*=woocommerce] ul.products li.product:nth-child(4n) {
    margin-right:0px !important;
  }
  [class*=woocommerce] ul.products li.product:nth-child(4n+1) {
    clear: both !important;
  }
}



.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: 19.85%;
		margin-bottom: 30px;
}

.woocommerce ul.products.columns-5 { /* Add */
  margin:30px 0 30px;
}

.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
  float:none;
  display:block;
  margin-left:auto;
  margin-right:auto;
}


/* Products on sale */

.woocommerce ul.products li.product .onsale, .woocommerce .swiper-slide2 .onsale, .woocommerce .swiper-slide3 .onsale { /* WooCommerce and Swiper CSS */
    top: 0;
    right: 0;
    left: auto;
    margin: 20px 20px 0 0;
	font-size: 13px;
}
.woocommerce span.onsale {
	min-height: 2.0em;
	min-width: 3.40em;
	padding: .202em;
	font-size: 0.75em;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 3.0;
	top: 0.3em;
	left: -.2em;
	margin: 40px 20px 30px 40px;
	border-radius: 40px;
	background-color: #3ca554;
	color: #fff;
	font-size: .734em;
	z-index: 9;
}
	
@media (min-width: 1200px) {
	.woocommerce span.onsale {
		min-height: 2.0em;
		min-width: 3.40em;
		padding: .202em;
		font-size: 0.75em;
		font-weight: 700;
		position: absolute;
		text-align: center;
		line-height: 3.0;
		top: 0.3em;
		left: -.2em;
		margin: 36px 20px 30px 100px;
		border-radius: 40px;
		background-color: #3ca554;
		color: #fff;
		font-size: .734em;
		z-index: 9;
	}
}


/* Saved sale */

.saved-sale {
	font-size: 13px;
	color: #b3a471;
	font-weight: 500;
	margin-bottom:0px;
	text-transform: none;
}


/* CSS for Add to Cart Button */

.single-product .product .single_add_to_cart_button.button {
	/* background: linear-gradient(270deg, #8d2445 0%, #8d2445 50%); */
	color: #fff;
	transition: all .5s;
}
.woocommerce .product .add_to_cart_button.button {
	/* background-color: #00824a; */
	color: #fff;
	font-size: 15px;
	padding: 14px 24px 12px;
}

.woocommerce .product_type_simple.button, .woocommerce .product_type_variable.button {
	font-size: 15px;
	/* width:100%; */
	margin:0;
	/* display: block; */
	border-radius: 5px;
	/* background: linear-gradient(315deg, #6e6e6e 0%, #3e3e3e 100%); */
	text-transform: none;
	font-weight: 600;
	padding: 18px 18px 19px;
	margin: 30px 0;
	transition: all .5s;
}
@media (min-width: 1200px) {
	.woocommerce .product_type_simple.button, .woocommerce .product_type_variable.button {
		font-size: 16px;
		padding: 16px 24px 20px;
		margin: 30px;
	}
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #8d2445 ;
    color: #fff;
}

.woocommerce-variation-price {
	margin:-20px 0 30px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #8d2445 ; 
	background: linear-gradient(270deg, #631930 0%, #8d2445 100%);
	color: #fff;
    -webkit-font-smoothing: antialiased;
	border-radius: 3px;
	margin-left: 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.1em;
    padding: 1em;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-size: 18px;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 16px 25px 15px;
    font-weight: 800;
    border-radius: 3px;
    left: auto;
    color: #ffffff;
    /* background: linear-gradient(258.72deg, #44AF69 0%, #15843B 100%); */
	/* background: linear-gradient(270deg, #631930 0%, #8d2445 100%); */
	background-color: #8d2445;
	border: 0;
    white-space: nowrap;
    display: inline-block;
    /* background-image: none; */
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;

	/* CSS Transition */
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, border .2s ease-in-out;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: linear-gradient(270deg, #8d2445 0%, #8d2445 100%);
	color: #fff;
	transition: all .5s;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #790b2e;
    text-decoration: none;
    background-image: none;
    color: #fff;
	transition: all .5s;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: right;
	background: linear-gradient(270deg, #8d2445 0%, #8d2445 100%);
	font-size: 16px;
}


/* Products price */

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #8d2445;
    font-size: 1.45em;
    font-weight: 800;
}

.woocommerce ul.products li.product .price {
    color: #343434;
    font-weight: 800;
    font-size: 17px;
}
.woocommerce ul.products li.product .price ins {
  	font-weight: 800;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 700;
	color: #444;
}

.woocommerce-Price-amount .amount {
	color: #444 !important;
}

p.price ins .woocommerce-Price-amount {
	color: #8d2445 !important;
	font-weight: 800;
}

p.price del {
  opacity: .60;
  display: inline-block;
  text-decoration-color: #949494;
  font-weight: 500;
  color: #444;
}

p.price {
	color: #444;
}


.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: .45;
    display: inline-block;
	color: #949494;
    margin-right: 2px;
	font-size: 22px;
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .6;
    display: inline-block;
	color: #949494;
	font-size: 16px;
	margin-right: 2px;
	font-weight: 400;
}


.woocommerce .quantity {
    border: 1px solid #dddddd;
	margin-right: 10px;
	background: #fff;
	border-radius: 2px;
	font-size: 15px;
}
@media all and (max-width:550px) {
	.woocommerce .product .quantity {
		display: none;
	}
	.woocommerce div.product form.cart div.quantity	{
		display: none;
	}
}
.woocommerce .quantity .qty {
    width: 2.2em;
    text-align: center;
	color: #333;
	border: 0px solid #fff;
	border-radius: 5px;
	padding: 5px;
	background-color: #fff;
	height: 50px;
	background: #fff;
	font-weight: 600;
}
div.quantity > .minus {
	cursor: pointer;
	transition: all 0.2s ease-out;
	background-color: #fff;
	border: 0 solid #fff;
	font-size: 30px;
	font-weight: 500;
	color:#b4b4b4;
	width: 24px;
  padding: 0 0 7px 0;
	height: 100%;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
div.quantity > .minus:hover {
	background-color: #fff;
	color:#444;
}
div.quantity > .plus {
	cursor: pointer;
	transition: all 0.2s ease-out;
	background-color: #fff;
	border: 0 solid #fff;
	font-size: 23px;
	font-weight: 600;
	color:#b4b4b4;
	width: 24px;
    padding: 0 0 5px 0;
	height: 100%;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
div.quantity > .plus:hover {
	background-color: #fff;
	color:#444;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 12px 0 0;
}


/* Woocommerce title below */

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  float: left;
	font-size: 17px;
	margin-right: 20px;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: right;
	font-size: 17px;
}

@media (max-width: 768px) {
.woocommerce .woocommerce-ordering {
  margin: 0 0 10px;
	float: left;
}
.woocommerce .woocommerce-ordering select {
	float: left;
}
.products-per-page-select {
	margin: 0 0 15px;
	float: left;
}
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
	background-color:#fff; /* Add */
	font-size:16px;
	padding:5px;
	margin: 0 5px 20px 0;
	float: left;
}
.products-per-page-select {
	background-color:#fff;
	font-size: 16px;
	padding: 5px;
	margin: 0 0 22px;
}


/* Related products */

.woocommerce .products ul, .woocommerce ul.products {
    margin: 45px 0 2.8em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

.woocommerce form .form-row label {
    line-height: 2;
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
    font-weight: 500;
	  font-size: 17px; /* Add */
}

.form-row {
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
	font-size:18px; /* Add */
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em;
    font-size: 18px; /* Add */
}


/* WooCommerce pagination */

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 0px solid #d3ced2;
    border-right-color: rgb(211, 206, 210);
    border-right-style: solid;
    border-right-width: 1px;
    border-right: 0;
    margin: -1em 0 60px 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0px solid #d3ced2;
    padding: 2px;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #8d2445 ;
    color: #fff;
	border-radius: 3px;
	font-size: 14px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 2.2em;
    display: block;
}


.pagination .page-numbers li a.page-numbers:hover, .pagination .page-numbers li a.page-numbers:focus, .woocommerce-pagination .page-numbers li a.page-numbers:hover, .woocommerce-pagination .page-numbers li a.page-numbers:focus {
  	background-color: #c4c4c4;
  	color: #fff;
  	border-radius: 3px;
}
.secondary-navigation a, .onsale, .pagination .page-numbers li .page-numbers:not(.current), .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
  	color: #444;
  	font-size: 14px;
}


/* Notices */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #fff;
	clear: both;
}

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

.woocommerce-info {
	border-top-color: #d4d4d4;
	border-top: 1px solid #d3ced2;
}

.woocommerce-info::before {
  color: #0095cf;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  font-family: WooCommerce;
  content: "\e023";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
  color:#8d2445  ;
}

.woocommerce-message {
    /* border-top-color: #e4e4e4; */
		border-top: solid 1px #d4d4d4; /* Add */
}

.woocommerce-error::before {
    content: "\e016";
    color: #8d2445;
}
.woocommerce-error {
    border-top-color: #d4d4d4;
		border-top: 1px solid #d4d4d4; /* Add */
}


/* Remove */

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #343434 !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.woocommerce a.remove:hover {
    color: #8d2445  !important;
    background: transparent;
}
table.shop_table_responsive tr td.product-remove a {
    text-align: right;
}


/* Coupon */

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 150px;
	height:49px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0px solid #d3ced2;
    padding: 0px;
    margin: 0 0;
    text-align: left;
    border-radius: 2px;
}


/* Align button and title */

ul.products li.product img {
   width: 100%;
   height: 10em; /* fell free to use your own value */
   object-fit: contain; /* this one line will do the magic */
   background: #fff;
}

ul.products li.product h2 {
   line-height:1.3em;
   height:4.0em; /* fell free to use your own value */
   overflow: hidden;
   text-overflow: ellipsis;
   position:relative;
}

ul.products li.product h2:after {
   content: "";
   text-align:right;
   position: absolute;
   bottom: 0;
   right: 0;
   width: 100%;
   height: 2.8em; /* fell free to use your own value */
   /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 99%); */
}


/* Product image wrapper */

.imagewrapper {
	padding: 12px;
	height: 100%;
}

@media (min-width: 1200px) {
	.imagewrapper {
		padding: 12px;
		height: 210px;
	}
}


/* Added product */

.woocommerce a.added_to_cart {
    padding-top: .3em;
    display: inline-block;
	font-size:12px;
}


/* Show password input */

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: 1.1em;
    cursor: pointer;
}


/* Hide Add to cart button */

/* @media (max-width: 768px) {
	body.woocommerce ul.products li.product .button {
	    display: none !important;
	}
}
*/


/* Single add to cart button */
.woocommerce .single_add_to_cart_button {
	padding: 15px 35px !important;
	height: 52px;
	width: 240px;
}


.woocommerce .product-quantity .qty {
    width: 4.631em;
    text-align: center;
    color: #666;
    border: 1px solid #ccc;
    padding: 5px 15px;
    height: 47px;
}


/* WooCommerce attributes */
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
	color:#8d2445 ;;
	font-style: normal;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 3em;
    padding: 0;
}


/* WooCommerce summary - product page */

.product_meta {
	margin-bottom: 30px;
	padding: 0 20px 20px 20px;
	background-color: #f4f4f4;
}

.summary .saved-sale {
	margin-top:-12px;
}


/* WooCommerce gallery photo */

.woocommerce div.product div.images .flex-control-thumbs li {
    float: left;
    margin: 5px;
    list-style: none;
    padding: 3px;
    border: 1px solid #ddd;
}
.woocommerce div.product div.images .flex-control-thumbs li:hover {
    border: 1px solid #adadad;
}

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

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

.woocommerce div.product div.images .flex-control-thumbs { /* Add */
	overflow: hidden;
	zoom: 1;
	margin-left: -10px;
	padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li { /* Add */
	width: 17.5%;
	float: left;
	margin: 5px;
	list-style: none;
  }




/* WooCommerce breadcrumb */

.woocommerce .woocommerce-breadcrumb {
    margin: 35px 0 0;
	font-size: 15px;
}

@media (max-width: 768px) {
.woocommerce .woocommerce-breadcrumb {
	margin: 30px 0 0;
	font-size: 15px;
}
}

.woocommerce .woocommerce-breadcrumb a {
  color: #767676;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #8d2445 ;
}


/* Quick view CSS */

.quick-view-popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  margin: 20px auto;
}

.quick-view-popup p.price {
    color: #00824a;
		font-weight: 500;
}

.quick-view-popup .quantity { /* Woocommerce price and add to cart alignments */
    display: inline-block;
    margin-bottom: 0;
}


.quick-view-popup .product_meta {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f4f4f4;
}


/* WooCommerce short description - single product page */

.woocommerce-product-details__short-description {
    margin: 0 0 2em;
}


/* Term description */

.term-description {
  margin-bottom:90px;
}

/* Woocommerce message/notice */

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin: 30px 0 2em;
}


.woocommerce .wc-forward {
	font-size: 15px;
	padding: 14px 25px;
}


.single-product div.product form.cart .quantity {
    float: none;
    margin: 0;
    display: inline-block;
}


/* Product button in loop */

.woocommerce ul.products li.product .button {
  margin: 0;
}


.woocommerce ul.products li.product .button .product_type_variable .add_to_cart_button {
	margin: 25px 10px 30px;
}


/* Product detail page image padding and border */

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: 48%;
  padding: 40px 70px;
  background-color: #fff;
  outline: 1px solid #dddddd;
  border-radius:8px;
}


/* Table */
.woocommerce table.shop_table {
  text-align: left;
  border-collapse: separate;
  background-color: #fff;
  font-size: 17px; /* Add */
}

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 0px;
  line-height: 1.5em;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 500;
  border-top: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 9px 8px;
  vertical-align: middle;
  line-height: 1.5em;
}

/* Tab background */

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  /* background: #fff; */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 20%), rgba(244, 244, 244, 1) 100%);
  z-index: 2;
  border-bottom-color: #f4f4f4;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #cfc8d8;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 20%), rgba(244, 244, 244, 1) 100%);
	color: #515151;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 4px 4px 0 0;
	margin: 0 -5px;
	padding: 0 1em;
  }


@media (max-width: 768px) {
.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
  /* margin:-85px 0 75px; /* Add */
  }
}


/* Headlines with lines */

.h-crta {
     overflow: hidden;
     text-align: center;
 }
.h-crta > span {
    position: relative;
    display: inline-block;
}
.h-crta > span:before, .h-crta > span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #e4e4e4;
    width: 300px; /* half of limiter*/
    margin: 0 10px;
}
.h-crta > span:before {
    right: 100%;
}
.h-crta > span:after {
    left: 100%;
}

/* Related - top */

.related {
	margin-top: 20px;
}


/* Table quantity */

.woocommerce table.shop_table td .quantity {
  border: 0px solid #ebebeb;
  margin: 0 10px 0 -8px;
  background: #fff;
  border-radius: 4px;
  background: transparent;
  width: 120px;
}
@media (max-width: 768px) {
	.woocommerce table.shop_table td .quantity {
		width: 100%;
	}
}


/* Ajax add to cart CSS */

a.added_to_cart.wc-forward {
    display:none;
}
.woocommerce .product .add_to_cart_button.button {
  color: #fff;
  font-size: 16px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  /* margin-top: 0px !important; */
}
.woocommerce .product .product_type_variable.button {
	color: #fff;
	font-size: 16px;
	/* margin-top: 0px !important; */
	padding:18px 24px 18px;
	margin: 30px 0;
}
@media (min-width: 1200px) {
	.woocommerce .product .product_type_variable.button {
		color: #fff;
		font-size: 16px;
		/* margin-top: 0px !important; */
		padding:18px 24px 18px;
		margin: 30px;
	}
}

.woocommerce ul.products li.product .price {
	margin-bottom: 1em;
}


/* Nutton non 100% */

/* ul.products li.product .button {
	display: inline-block;
  }
*/


/* Show WooCommerce product images in the cart on mobile devices */

@media (max-width: 980px) {
    .woocommerce table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block;
    text-align: left !important;
	}
	#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 128px;
	box-shadow: none;
	}
}

.woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
    display: none;
}
}


/* Review_form */

.woocommerce #review_form #respond textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #cccccc;
  }
  
  #author {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #cccccc;
  }
  
  #email {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #cccccc;
  }

  label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 600;
  }


 /**
 * @snippet       CSS to Move Gallery Columns @ Single Product Page
 * @sourcecode    https://businessbloomer.com/?p=20518
 * @author        Rodolfo Melogli
 * @compatible    WooCommerce 3.5.4
 * @donate $9     https://businessbloomer.com/bloomer-armada/
 */
 
@media (min-width: 1200px) {

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	width: 100%;
	float: right;
	position: relative;
	margin-right: -40px;
}
	
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	width: 10%;
	float: left;
	margin-left: -40px !important;
	margin-top: -5px !important;
}
	
/* Style each Thumbnail with width and margins */
	
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	width: 100%;
	float: none;
	margin: 0 0 10% 10%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 90%;
	float: left;
	margin: 5px;
	list-style: none;
	}
}


/* Payment method - Checkout */

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f4f4f4;
	border-radius: 5px;
  }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: .92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #e4e4e4;
	color: #515151;
  }

  #add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	content: "";
	display: block;
	border: 1em solid #e4e4e4;
	  border-top-color: rgb(220, 215, 227);
	  border-right-color: rgb(220, 215, 227);
	  border-left-color: rgb(220, 215, 227);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em;
  }
 

  /* B2BKing CSS */

.woocommerce .b2bking_tiered_price_table {
	margin: 85px 0 20px 0 !important;
}



.woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(2n) th {
	background: rgba(0,0,0,.0);
  }

.woocommerce table.shop_attributes th {
	width: 250px;
  }