/*
Theme Name: emk-cleaning-service

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: #4169e1;
}

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: 0.25;
}

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

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

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

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

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	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%;
}






/*
Theme Name: xis

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: #4169e1;
}

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: 0.25;
}

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

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

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

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

p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #4169e1;
  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%;
}































/*shop page css*/

nav.woocommerce-breadcrumb {
    display: none;
}

header.woocommerce-products-header {
    padding: 0;
}

h1.woocommerce-products-header__title.page-title {
  display: none;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    margin: 0px auto;
    /* padding: 0px 0px 21px 0px; */
    width: 100% !important;
    height: 225px;
    object-fit: contain;
}

span.price {
    margin-top: 14px !important;
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
    width: 29%;
    float: left;

}

ul.products.columns-3 li span.price del span {
    font-size: 14px !important;
}

ul.products.columns-3 li span.price del span {
    color: #cccccc;
    font-size: 14px;
}

ul.products.columns-3 li span.price ins span {
    font-size: 14px !important;
}

ul.products.columns-3 li span.price ins span {
    color: #000;
    font-size: 14px;
}

h2.woocommerce-loop-product__title {
   font-family: Poppins;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    text-align: center;
}

span.price bdi span {
   color: #0452a0;
    font-size: 17px;
    font-weight: 500;
}

p.woocommerce-result-count {
    width: 50%;
    float: left;
}

form.woocommerce-ordering {
    width: 20%;
    float: right;
}

ul.products.columns-4 li a img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 88%;
    height: 100%;
}

ul.products.columns-4 li a h2.woocommerce-loop-product__title {
    font-family: 'Acumin Pro';
    font-size: 18px;
    color: #333333;
    padding: 15px 0px 8px;
    margin: 0px 0px;
    width: 107%;
}

/*ul.products.columns-3 li .star-rating {*/
    /* float: right; */
/*    font-size: 12px;*/
    /* margin-right: 24px; */
    /*margin-bottom: 12px;*/
/*    position: absolute;*/
/*    bottom: 9px;*/
/*    left: 12px;*/
/*}*/

ul.products.columns-4 li a span.price {
    color: #000;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    float: left;
    text-align: left;
}

ul.products.columns-4 li a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    float: left;
    border: 1px solid #000;
    padding: 5px 10px;
    width: 60%;
    text-align: center;
    margin: 12px 39px auto;
}

ul.products.columns-4 li a.added_to_cart.wc-forward {
    float: left;
    margin: 10px 21% auto;
    border: 1px solid #000;
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
}

.star-rating span::before {
    color: #ffeb00 ;
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop span {
    display: none;
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper {
    position: absolute;
    top: -11px;
    right: 6px;
}




/*product detail page css*/

/*.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {*/
/*    width: 37%;*/
/*    float: left;*/
    /*border: 1px solid;*/
/*}*/


/*.woocommerce-product-gallery__image.flex-active-slide a img, .woocommerce-product-gallery__image a img {*/
/*    height: 420px;*/
    /* width: 60%; */
/*    object-fit: contain;*/
/*}*/

/*ol.flex-control-nav.flex-control-thumbs li {*/
/*    display: inline;*/
/*}*/

/*ol.flex-control-nav.flex-control-thumbs li img {*/
/*    margin-right: 10px !important;  */
/*}*/


/*.woocommerce-product-gallery__image a img {*/
/*    width: 100%;*/
/*}*/

.summary.entry-summary {
  width: 60% !important;
  float: left;
  margin-left: 30px;
}

.summary.entry-summary h1 {
    padding: 0px 0px;
    margin: 0px 0px;
    color: #000;
    font-family: 'Acumin Pro';
        font-size: 24px;
}


td.label label {
    display: block;
    color: #000;
    float: left;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px !important;
}

table.variations {
    width: 100%;
}

td.label {
    width: 100%;
    float: left;
}

.woocommerce-product-details__short-description h5 {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
}

.woocommerce-product-details__short-description p {
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    margin: 20px 0;
}

ul.mb-4.what-list {
    list-style: disc;
    margin-left: 18px;
}

ul.mb-4.what-list li {
    /* padding-left: 30px; */
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    position: relative;
}

.summary.entry-summary form.cart .quantity label {
    /* width: 30%; */
    float: left;
    margin-top: 14px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    margin-right: 12px;
}

p.comment-form-comment label, p.comment-form-comment textarea {
    width: 100%;
    float: left;
}

p.form-submit input#submit {
    position: static !important;
    width: 22% !important;
    border-radius: 49px !important;
    margin-top: 20px;
    background: #0452a0 !important;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 35px;
    /* margin: 4% 0; */
    transition: all .5s ease-in-out;
    border: none;
}

.summary.entry-summary .woocommerce-product-details__short-description {
    width: 100%;
    float: left;
}

.summary.entry-summary form.cart {
    width: 100%;
    float: left;
}

.summary.entry-summary form.cart .quantity {
    width: 20%;
    float: left;
}

.summary.entry-summary form.cart .quantity label {
    width: 36%;
    float: left;
    margin-top: 14px;
}

.summary.entry-summary form.cart .quantity input{
    width: 50% !important;
    float: left;
    margin-top: 12px;
    padding: 5px 10px;
        border: 1px solid;
}


.summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    background-color: #000;
    color: #fff !important;
    display: inline-block;
    margin-top: 20px;
    padding: 12px 80px;
    border-radius: 0;
    border-radius: 0;
    border: 1px;
    width: 100%;
    padding: 13px 130px 14px 141px;
    background-color: #333333;
    color: #fff;
    font-size: 20px;
}

.summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    width: 30%;
    float: left;
    padding: 10px;
    margin-top: 9px;
}

section.detailsec .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart {
    margin: 0px 0px;
    padding: 13px 130px 14px 141px;
    background-color: #f3f3f3;
    color: #000;
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

section.detailsec .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {
  color: #000;
  margin-top: 0;
}

.wpsi_social_share_buttons.not_before_tab.row.a2a_kit.a2a_kit_size_32.a2a_default_style {
    display: block;
}


.woocommerce-tabs.wc-tabs-wrapper ul {
  width: 100%;
  float: left;
  margin-top: 35px;
}

.woocommerce-tabs.wc-tabs-wrapper ul li {
    display: inline;
    float: left;
    margin-right: 13px;
    text-transform: uppercase;
}

.woocommerce-tabs.wc-tabs-wrapper div#tab-description h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 20px;
    font-weight: 600;
}

.woocommerce-tabs.wc-tabs-wrapper div#tab-reviews div div h2 {
  font-size: 25px;
    line-height: 35px;
    margin: 0 0 20px;
    font-weight: 600;
}

td.woocommerce-product-attributes-item__value p {
    margin-bottom: 0;
    margin-left: 10px;
}

ol.commentlist {
    padding: 0;
    list-style: none;
}

ol.commentlist li div img {
    width: 6%;
    height: 100%;
    float: left;
    margin-right: 20px;
}

ol.commentlist li div .comment-text {
  width: 90%;
  float: left;
}

div#respond {
    width: 100%;
    float: left;
}

form#commentform .comment-form-rating p.form-submit input#submit {
  background-color: transparent !important;
    color: #000 !important;
    border-color: #000 !important;
    border-radius: 0px;
    margin: 20px 20px 20px 0;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    padding: 14px 25px;
    font-weight: 500;
    text-shadow: none;
    border: 2px solid;
}

form#commentform .comment-form-rating p.form-submit input#submit:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.product_meta {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
        width: 100%;
    float: right;
}

.woocommerce-Tabs-panel {
    width: 100%;
    float: left;
    margin-top: 10px;
}

section.related.products {
    width: 100%;
    float: left;
    margin-top: 60px;
}

section.related.products h2 {
    font-size: 50px;
    line-height: 55px;
    margin: 0 0 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

section.related.products ul.products.columns-3 li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    float: left;
    width: 100%;
}

section.related.products ul.products.columns-3 li a img {
    width: 80%;
    height: 100%;
}

section.related.products ul.products.columns-3 li a h2.woocommerce-loop-product__title {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 0 ;
}

section.related.products ul.products.columns-3 li a span.price {
    font-family: 'minion';
    font-size: 18px;
    margin: 0 0 4px 0;
    float: left;
    width: 100%;
    text-align: left;
    color: #000;
}

ul.products li.product .button, a.added_to_cart.wc-forward {
   display: block;
    /* width: 60%; */
    /* margin: 0; */
    padding: 8px 15px;
    color: #fff;
    background: #000000;
    font-family: 'minion';
    display: inline-block;
    /* margin: 0 auto; */
    font-size: 15px;
    /* margin: 5px 33% auto; */
    float: left;
    margin-bottom: 8px;
    margin-top: 12px;
}

span.onsale {
    display: none;
}

a.added_to_cart.wc-forward {
    margin-right: 88px;
}

aside#secondary SECTION H2 {
    display: block;
    background-color: #0452a0;
    padding: 25px 18px !important;
    color: #fff8f8;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'castle';
    /* padding: 20px 10px 0; */
    margin-bottom: 0;
}

ul.product-categories li.cat-item {
    list-style: none;
    border: 1px solid #cccccc;
    padding: 15px 10px;
}

ul.product-categories li.cat-item>a {
  font-size: 15px;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding: 0 6px;
}

ul.children li.cat-item {
  border-bottom: none;
}

ul.children li.cat-item>a {
  color: #696969;
    font-size: 14px;
}

.price_slider_wrapper button.button {
    border: 1px solid #000;
    padding: 0px 28px 0 !important;
    background: transparent !important;
}
aside#secondary section ul {
  margin: 0;
}

section#woocommerce_price_filter-2 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

section#woocommerce_product_categories-2 {
    /*border-bottom: 1px solid #0000001f;*/
    padding: 10px 0px;
    margin-bottom: 20px;
}

section.related.products ul.products.columns-3 li a a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    float: left;
    width: 38%;
}

section.related.products ul.products.columns-3 li .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper {
    position: absolute;
    top: 0;
    right: 85px !important;
}

.woocommerce-notices-wrapper .woocommerce-message {
    background: #f1f1f1;
    padding: 10px 20px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    background: transparent;
    border: 1px solid #000;
    padding: 5px;
    width: 10%;
    float: left;
    margin-right: 10px;
    text-align: center;
}

body.product-template-default.single.single-product aside#secondary {
    display: none;
}

.summary.entry-summary p.price {
    margin-top: 0;
    /*float: right;*/
    font-size: 30px;
    /*margin-top: -40px;*/
    color: #000000;
    font-size: 20px;
    font-weight: 500;
        width: 30%;
}

.woocommerce-product-rating {
    width: 100%;
    float: left;
}

.woocommerce-product-rating .star-rating {
    float: left !important;
    margin-right: 12px;
}

ul.tabs.wc-tabs li.active {
    background: #0452a0;
    padding: 0 18px;
}

ul.tabs.wc-tabs li.active a {
    color: #fff;
}

ul.tabs.wc-tabs li a {
    color: #0452a0;
}

ul.tabs.wc-tabs li {
    border: 1px solid #cacaca;
    margin: 0;
    padding: 0px 12px;
}

ul.tabs.wc-tabs {
    border-bottom: 1px solid #cacaca;
}









/*cart page css*/

tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail a img {
    width: 50%;
    height: 100%;
}

form.woocommerce-cart-form {
    width: 100%;
    float: left;
    margin-bottom: 0;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    border: none;
    padding: 12px 10px;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    font-family: 'helvetaregular';
    border-bottom: 1px solid #dbdbdb;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead  tr th {
    text-align: left;
    height: 52px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail a img {
    width: 65% !important;
    height: 100% !important;
    object-fit: contain;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr {
  border-bottom: 1px solid #ccc;
    background: #fff;
    height: 180px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr:last-child {
  border-bottom: none;
  height: 20px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead th.product-quantity {
    width: 20%;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-quantity div label {
    display: none;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-quantity div input {
    width: 50%;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions button.button {
        background-color: #0452a0;
    padding: 16px 30px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border: none !important;
    margin-top: 26px;
}

.cart_totals table.shop_table.shop_table_responsive {
    width: 100%;
}

.cart_totals table.shop_table.shop_table_responsive tbody tr {
    /*position: relative;
    display: block;*/
    font-size: 16px;
    padding-bottom: 20px;
    color: #797979;
}


.wc-proceed-to-checkout {
    position: absolute;
    bottom: 12px;
    right: 30px;
}

.cart-collaterals {
    width: 24%;
    float: left;
    margin-left: 22px;
    /*border: 2px solid #e5e5e5;*/
    /*padding: 27px 20px;*/
    /*background: #f1f113;*/
}

 div.cart_totals h2 {
    /*font-size: 40px;
    margin-top: 0;
    text-align: center;*/

    display: none;
}

 div.cart_totals table.shop_table.shop_table_responsive tbody tr th {
        display: block;
    font-size: 14px;
    margin: 17px;
    color: #a3a3a3 !important;
    float: left;
}


.cart-collaterals div.cart_totals table.shop_table.shop_table_responsive tbody tr td {
    /*border: 1px solid #000 !important;*/
    font-size: 14px;
    /*display: block;*/
    color: #a3a3a3 !important;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    
}


ul#shipping_method label {
    color: #000;
}

ul#shipping_method {
    padding: 0;
}

a.shipping-calculator-button {
    font-size: 12px !important;
    padding: 6px !important;
}

.cart-collaterals div.cart_totals table.shop_table.shop_table_responsive {
    /*border: 1px solid;*/
}

form.woocommerce-shipping-calculator a {
    border: 1px solid #000;
    padding: 10px;
}

ul#shipping_method {
    margin: 0;
}

ul#shipping_method li {
    list-style: none;
}

.wc-proceed-to-checkout a {
    background-color: #0452a0;
    border: none;
    color: #fff;
    padding: 16px 37px;
    width: 100%;
    font-size: 20px;
    margin-top: 4px;
    border-radius: 0;
    text-align: center;
}

section.shipping-calculator-form p button.button {
    background: #000;
    border: none;
    color: #fff;
    padding: 6px 10px;
}


.wc-proceed-to-checkout {
    margin-top: 36px;
}



.cart-collaterals table.shop_table.shop_table_responsive tbody tr td {
    text-align: right !important;
}

.coupon {
    display: none;
}

p.woocommerce-shipping-destination,
form.woocommerce-shipping-calculator {
    display: none;
}






/*billng page css*/

form.checkout.woocommerce-checkout div#customer_details {
    width: 60%;
    float: left;
    border: 1px solid;
}

form.checkout.woocommerce-checkout h3#order_review_heading, form.checkout.woocommerce-checkout div#order_review {
    width: 38%;
    float: left;
    margin-left: 14px;
}

h3#order_review_heading {
    display: none;
}

h3#ship-to-different-address {
    font-size: 30px;
}

h3#ship-to-different-address label input#ship-to-different-address-checkbox {
    margin-top: 20px;
}

form.checkout.woocommerce-checkout div#order_review {
    padding: 40px 20px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}

form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table thead tr th {
    background: transparent;
    color: #000;
    padding: 10px 10px !important;
}

form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table thead tr th.product-total {
    float: right;
}

form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
    background: transparent;
    color: #000;
    padding: 10px 10px !important;
}

form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-total {
    float: right;
}

form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

form.checkout.woocommerce-checkout div#order_review  table.shop_table.woocommerce-checkout-review-order-table tbody {
    border-top: 1px dashed #ccc;
}

form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    background: transparent;
    color: #000;
    padding: 10px 10px !important;
}

form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    background: transparent;
    color: #000;
    padding: 10px 10px !important;
    float: right;
}

div#payment {
    width: 100%;
    float: left;
    margin-top: 20px;
}

ul.wc_payment_methods.payment_methods.methods li {
    list-style: none;
    padding: 8px;
}

ul.wc_payment_methods.payment_methods.methods {
    margin: 0;
}

button#place_order {
        background-color: #0452a0;
    border: none;
    color: #fff;
    padding: 10px 22px;
    width: 60%;
    font-size: 20px;
    margin-top: 4px;
    border-radius: 0;
    text-align: center;
    margin: 14px 20% auto;
}

.woocommerce-billing-fields__field-wrapper input {
    height: 50px;
    border-radius: 0;
    border: 2px solid #cacaca;
    font-size: 17px;
    margin-bottom: 20px;
    width: 100%;
}

.woocommerce-billing-fields h3, h3#order_review_heading {
    /*margin-bottom: 24px;*/
    padding: 15px;
    background: #0452a0;
    font-size: 23px;
    color: #fff;
    margin-top: 0px;
}

.woocommerce-billing-fields__field-wrapper {
    padding: 16px;
}

.woocommerce-additional-fields {
    width: 100%;
    float: left;
    padding: 16px;
}

input[type="text"], input[type="password"], select, input[type="email"], input[type="url"], input[type="number"], textarea, input[type="tel"] {
    text-align: left;
}

input#ship-to-different-address-checkbox {
    width: 3%;
}


input#ship-to-different-address-checkbox {
    position: static !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

p#order_comments_field label {
    width: 100%;
    float: left;
}

p#order_comments_field textarea {
    width: 100%;
    float: left;
    height: 90px;
}

table.shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
    float: left;
}

table.shop_table.woocommerce-checkout-review-order-table tr th, table.shop_table.woocommerce-checkout-review-order-table tr td {
    font-size: 18px;
    /* display: block; */
    color: #000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

ul.wc_payment_methods.payment_methods.methods {
    padding: 0;
}

form.checkout.woocommerce-checkout span.select2-selection.select2-selection--single, form.checkout.woocommerce-checkout span.select2-selection.select2-selection--single {
    height: 50px;
    border-radius: 0;
    border: 2px solid #cacaca;
    font-size: 17px;
    margin-bottom: 20px;
    width: 100%;
}










/*my account css*/
nav.woocommerce-MyAccount-navigation {
    width: 29%;
    float: left;
    margin-top: 45px;
    /*
    margin-left: 215px;
    margin-top: 150px;
    margin-bottom: 50px;*/
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li {
  padding-bottom: 10px;
}

nav.woocommerce-MyAccount-navigation ul li a {
  color: #000;
  font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 26px;
}

.woocommerce-info {
    background-color: transparent !important;
    color: #000;
  font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 26px;
}

form.woocommerce-EditAccountForm.edit-account p, form.woocommerce-EditAccountForm.edit-account p em {
  width: 100%;
  float: left;
}

form.woocommerce-EditAccountForm.edit-account p input {
    height: 50px;
    border-radius: 0;
    border: 2px solid #cacaca;
    -webkit-appearance: none;
    background-image: url(../images/arrow-down.png);
    background-position: 94%;
    background-repeat: no-repeat;
    font-size: 17px;
    margin-bottom: 20px;
}

form.woocommerce-EditAccountForm.edit-account p label {
    width: 14%;
    /* float: left; */
}

form.woocommerce-EditAccountForm.edit-account p input {
    width: 80%;
    /* float: left; */
}

.u-column2.col-2 {
    width: 50%;
    float: left;
        /*background-color: #f9f9f9;*/
    border: 1px solid #b9b7b7;
    text-align: center;
    padding: 0px 28px;
    padding-top: 25px;
    padding-bottom: 49px;
    text-align: left;
}

.u-column1.col-1{
  width: 48%;
    float: left;
    /*background-color: #d3cd7b;
    padding: 40px;*/
    margin-right: 22px;
        /*background-color: #f9f9f9;*/
    border: 1px solid #b9b7b7;
    text-align: center;
    padding: 0px 28px;
    padding-top: 25px;
    padding-bottom: 49px;
    text-align: left;
}

form.woocommerce-form.woocommerce-form-login.login, form.woocommerce-form.woocommerce-form-login.login div p, 
form.woocommerce-form.woocommerce-form-register.register, form.woocommerce-form.woocommerce-form-register.register p {
    width: 100%;
    float: left;
}

form.woocommerce-form.woocommerce-form-login.login div p label,
form.woocommerce-form.woocommerce-form-register.register div p label {
  width: 100%;
    color: #000;
    margin-bottom: 8px;
    font-weight: 400 !important;
}

form.woocommerce-form.woocommerce-form-login.login div p input, 
form.woocommerce-form.woocommerce-form-register.register div p input {
      background-color: #fff;
    padding: 10px 10px;
    width: 100%;
    outline: none;
    margin-bottom: 22px;
    border: 1px solid #a29f9f;
}

form.woocommerce-form.woocommerce-form-login.login div p input#rememberme {
  width: 5%;
  float: left;
}

.woocommerce-password-strength.short {
    float: left;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
        width: 100%;
    height: 60px;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    border: 0;
    border-radius: 5px;
    background: #0452a0;
}

button.woocommerce-button.button.woocommerce-form-login__submit:hover {
  background: #000;
}

form.woocommerce-form.woocommerce-form-register.register div p input {
  color: #000;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
        width: 100%;
    height: 60px;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    border: 0;
    border-radius: 5px;
    background: #0452a0;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
  background: #000;
}


.u-column2.col-2 a {
    color: #007bff;
}

form.woocommerce-EditAccountForm.edit-account div p label {
   width: 100%;
    color: #000;
    margin-bottom: 8px;
    font-weight: 400 !important;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
    width: 100%;
    float: left;
}

form.woocommerce-EditAccountForm.edit-account fieldset legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #000 !important;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

form.woocommerce-EditAccountForm.edit-account p button.woocommerce-Button.button {
    padding: 10px 0px;
    color: #fff;
    width: 30%;
    outline: none;
    border-radius: unset;
    background-color: #000;
    border: none;
}

.woocommerce-MyAccount-content {
    width: 70%;
    float: left;
    margin-top: 52px;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead tr th {
    padding: 14px;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr td {
    padding: 14px;
}



p.return-to-shop {
    float: left;
}


p.return-to-shop a {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

nav.woocommerce-pagination ul li {
    display: inline;
    margin-right: 18px;
    /* margin-top: 29px; */
}
nav.woocommerce-pagination {
    width: 100%;
    margin-top: 20px;
    float: left;
    text-align: center;
}

.cartsec .woocommerce-notices-wrapper, section.shop-details-page.py-6.all-section .woocommerce-notices-wrapper {
    margin: 0;
}
p.return-to-shop{
  margin-bottom: 50px;
}

.u-column1.col-1 h2, .u-column2.col-2 h2 {
    margin-bottom: 25px;
    /*text-align: center;*/
}

form.woocommerce-form.woocommerce-form-login.login label,
form.woocommerce-form.woocommerce-form-register.register label {
    width: 100%;
    float: left;
}

form.woocommerce-form.woocommerce-form-login.login input,
form.woocommerce-form.woocommerce-form-register.register input {
        display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 2px solid #b7b7b7;
    border-radius: inherit;
    box-shadow: inherit;
    height: 44px;
}

span.password-input {
    width: 100%;
}

input#rememberme {
    width: 3%;
    height: 13px;
    float: left;
    margin: 6px;
}

.woocommerce-order section.woocommerce-customer-details, .woocommerce-order section.woocommerce-order-details {
    width: 50%;
    float: left;
}

section.woocommerce-customer-details, section.woocommerce-order-details {
    margin-top: 30px;
}


section.products-listing-sec ul.products.columns-3 li {
    border-radius: 20px;
    padding: 17px 20px;
    border: 1px solid #bfbcbc;
    margin-bottom: 40px;
    box-shadow: 0px 4px 1px 0px #000;
}

section.products-listing-sec span.onsale {
    display: none;
}

section.products-listing-sec img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 100% !important;
    width: 100% !important;
     background: transparent !important; 
     padding: 0px !important; 
    object-fit: cover;
    margin: 0 auto;
}

section.products-listing-sec h2.woocommerce-loop-product__title {
    font-size: 15.65px;
    color: #000000;
}

section.products-listing-sec span.price {
    float: right;
    width: 25%;
    position: absolute;
    right: 9px;
    bottom: 38px;
}


section.products-listing-sec  ul.products li.product .button {
    display: block;
    width: 58%;
    text-align: center;
    margin: 0;
    padding: 8px 15px;
    color: #fff;
    background: #000000;
    font-family: 'minion';
    display: inline-block;
    font-size: 15px;
     margin: 0 auto !important; 
    float: left;
}


section.products-listing-sec a.added_to_cart.wc-forward {
    float: left;
    /* width: 55%; */
    margin-top: 14px;
    margin-left: 12px;
}


ul.product_detail li img {
    float: left;
    margin-right: 12px;
    width: 20px;
    margin-top: 5px;
}

p.price {
    float: left;
    width: 100%;
}



section.related.products {
    display: none;
}

.woocommerce-billing-fields__field-wrapper p,
p#order_comments_field {
    display: block !important;
}

div#customer_details h3,
h3#order_review_heading {
  text-align: left;
}

ul.product-categories li a {
    color: #000;
}


h4.widget-title {
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    line-height: 40px;
    padding: 0;
    color: #000000;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}


/*ul.products.columns-3 li {*/
/*    position: relative;*/
    /*border: 1px solid #aaa;*/
/*    overflow: hidden;*/
/*    min-height: 281px;*/
/*    background: #fff;*/
/*    padding: 0px;*/
    /*border-bottom: 3px solid #000;*/
/*    margin: 10px;*/
/*}*/

span.price bdi {
    color: #0452a0;
}



ul.products.columns-4 li h2.woocommerce-loop-product__title {
    min-height: 65px;
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper a {
    color: #000;
}

h3.ywcca_widget_title {
    margin: 0px 0px;
    padding: 0px 0px 23px;
    text-align: left;
    font-size: 25px;
    color: #000;
    border-bottom: 1px solid #ccc;
    width: 95%;
}

ul.ywcca_category_accordion_widget {
    padding: 0px !important;
    width: 94%;
}

.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li {
  border-bottom: 1px solid #ccc !important;
}

ul.ywcca_category_accordion_widget li a {
    text-align: left;
    font-size: 17px;
    font-family: 'Acumin Pro' !important;
    font-weight: 400;
}

ul#shipping_method label {
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox, .shipping_address {
    padding: 0 15px;
}

.woocommerce-shipping-fields__field-wrapper label {
    width: 100%;
    float: left;
}

.woocommerce-shipping-fields__field-wrapper input {
    height: 50px;
    border-radius: 0;
    border: 2px solid #cacaca;
    font-size: 17px;
    margin-bottom: 20px;
    width: 100%;
}

section#media_image-2 img {
    width: 100%;
    height: 100%;
}


nav.woocommerce-MyAccount-navigation ul li a {
    text-align: left !important;
}

.woocommerce-MyAccount-content a {
    text-align: left !important;
}

.u-column1.col-1 h2,
.u-column2.col-2 h2 {
    margin: 0 0 20px 0;
    text-align: center;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 35px;
    text-transform: uppercase;
}


form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-form.woocommerce-form-register.register {
    margin-top: 23px;
}

nav.woocommerce-MyAccount-navigation a,
.woocommerce-MyAccount-content a {
    text-align: left !important;
}



h2.woocommerce-loop-product__title {
    min-height: 88px;
}

span.price {
    line-height: 14px;
    text-align: left;
    width: 100%;
}


form.woocommerce-cart-form table {
    width: 100%;
}

.add-to-cart input {
    margin-top: 0 !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    padding: 14px;
}

select.orderby {
    border: 1px solid;
    padding: 0 12px;
}


/*ul.products.columns-3 li {*/
/*    padding: 0 12px;*/
/*}*/

th.product-subtotal,
th.product-price {
    width: 13%;
}


form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
    background: #e49626;
    color: #fff;
    border: none;
    padding: 12px 24px;
}

form.woocommerce-ResetPassword.lost_reset_password input#user_login {
    width: 50%;
    height: 50px;
    border: 1px solid;
    float: left;
}

form.woocommerce-ResetPassword.lost_reset_password label {
    width: 100%;
    float: left;
}

form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.form-row {
    width: 100%;
    float: left;
}


input#rememberme {
    margin-bottom: 0 !important;
    height: 18px !important;
    margin-top: 0;
}

.woocommerce-privacy-policy-text a {
    color: #0452a0 !important;
}

.woocommerce-additional-fields h3 {
    font-size: 35px;
}



td.product-name {
    font-size: 28px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents bdi {
    color: #000;
    font-size: 19px;
    font-family: 'helvetabold';
}

.qty.text {
    margin-bottom: 0 !important;
    height: 33px !important;
    width: 29% !important;
    padding: 12px !important;
}

a.checkout-button.button.alt.wc-forward {
    color: #b5c448;
    padding: 15px 50px;
    background-color: #F3F3F3;
    text-transform: uppercase;
    position: relative;
    font-family: 'helvetaregular';
    margin-right: 20px;
}

button.button {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    padding: 15px 30px;
    background: #B5C448;
    transition: all 0.7s ease-in-out 0s;
    font-family: 'helvetaregular';
    border-radius: 10px;
}

/*ul.products.columns-3 li {*/
/*    background-color: white;*/
/*    margin-bottom: 50px;*/
/*    padding: 0px 10px 30px;*/
/*    box-shadow: 6px 5px 10px 5px #00000012;*/
/*}*/


span.price {
    text-align: center;
}

.button.product_type_variable.add_to_cart_button {
    margin: 0 25% auto;
}

select.orderby {
    border: 1px solid;
    padding: 12px 12px;
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper a {
    font-size: 20px;
    color: rgb(181 196 72);
}

h3.ywcca_widget_title {
    display: block;
    background-color: #B5C448;
    padding: 8px 19px 8px !important;
    color: white;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 40px;
}

ul.ywcca_category_accordion_widget {
    padding: 12px 12px 12px 15px;
    border-bottom: 1px solid #EEEEEE;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    color: #b5c448;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 6px 5px 10px 5px #00000012;
}

ul.ywcca_category_accordion_widget li a, ul.ywcca_category_accordion_widget li i {
    padding: 0 14px;
    /*display: block;*/
    padding: 15px 19px;

    color: #B5C448;
    font-family: 'Poppins';
}

ul.children li {
    border-bottom: 1px solid #ccc !important;
}

ul.children li:last-child {
    border-bottom: none !important;
}

ul.children {
    padding-left: 0 !important;
}

ul.children li::before {
    float: right;
    padding-right: 9px;
    padding-top: 5px;
}

select#pa_size {
    height: 44px;
    padding: 12px;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    padding: 15px 30px;
    background: #B5C448 !important;
    transition: all 0.7s ease-in-out 0s !important;
    font-family: 'helvetaregular' !important;
    border-radius: 10px !important;
}


.summary.entry-summary p.price {
    /*float: right;*/
    margin-top: 29px;
}

/*h1.product_title.entry-title {
    width: 67%;
    float: left;
}*/

form.variations_form.cart label {
    margin: 0;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 18px;
    font-family: 'helvetabold';
}

ol.flex-control-nav.flex-control-thumbs {
    float: left;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0 !important;
    display: flex;
}
/*.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {*/
/*    width: 100% !important;*/
/*}*/
/*.woocommerce-product-gallery__image.flex-active-slide a {*/
/*    background: #ffffff !important;*/
/*    width: 100%;*/
/*    float: left;*/
/*    padding: 14px;*/
/*    border-radius: 10px;*/
/*}*/

/*ol.flex-control-nav.flex-control-thumbs li {*/
/*    width: 50% !important;*/
/*    float: left;*/
    /*border: 6px solid #fff;*/
/*}*/

ol.flex-control-nav.flex-control-thumbs li:hover {
    border-color: #0452a0;
}

form.cart.cart, .summary.entry-summary form.cart {
     background-color: transparent; 
     padding: 0; 
     position: static; 
}

.cart:before {
    display: none;
}

td.product-remove {
    width: 5%;
}

.qty.text {
    margin-bottom: 0 !important;
    height: 42px !important;
    width: 38% !important;
    padding: 14px !important;
    text-align: center;
}

a.checkout-button.button.alt.wc-forward {
    color: #fff;
    background-color: #0452a0;
}

form.woocommerce-cart-form {
    width: 72%;
}

.cart-collaterals {
    width: 26%;
    float: left;
    margin-left: 22px;
    border: 2px solid #e5e5e5;
    padding: 27px 20px;
    background: #f9f9f;
}

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


section#woocommerce_product_categories-2 h4.widget-title,
section#woocommerce_price_filter-2  h4.widget-title {
    background-color: #0452a0;
    padding: 8px 19px 8px;
    margin-bottom: 0;
    color: #fff;
}


section#woocommerce_price_filter-2 form {
    border: 1px solid #d4d4d4;
    width: 100%;
    font-family: 'Poppins';
    padding: 14px 12px;
}

.price_slider_amount button.button {
    color: #000;
}

ul.products.columns-3 li a img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 100%;
}

h2.woocommerce-loop-product__title {
    font-family: Poppins;
    font-weight: 400;
    text-transform: uppercase;
    color: black;
    text-align: left;
    font-size: 17px;
    margin: 0;
    min-height: 60px;
}

span.price {
    text-align: left;
}


ul.products.columns-3 li span.price ins span {
    color: #80808094;
}


h1.product_title.entry-title {
    color: #000;
}

.woocommerce-product-rating {
    position: absolute;
    width: 37%;
}

.star-rating {
    position: absolute;
    top: 71%;
}

h2.woocommerce-loop-product__title {
    margin-top: 29px;
}

.woocommerce-product-rating {
    margin-top: -18px;
}

.u-column1.col-1 h2, .u-column2.col-2 h2 {
    margin: 0 0 20px 0;
    color: #000000;
    font-size: 40px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    font-family: 'castle';
    padding-left: 25px;
    margin-top: 27px;
}

input#rememberme {
    margin-top: 7px !important;
}

input#payment_method_cod {
    width: 3%;
    height: 12px;
}

.woocommerce-billing-fields h3 {
    line-height: 30px;
}


img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 300px !important;
}

/*ul.products.columns-3 li {*/
/*    border: 1px solid #c7c5c5;*/
/*}*/

/*ul.products.columns-3 li a h2 {*/
/*    line-height: 54px;*/
/*}*/

/*ul.products.columns-3 li {*/
/*    padding: 0;*/
/*}*/

h2.woocommerce-loop-product__title {
     border-top: 1px solid #c7c5c5;
}

ul.products.columns-3 li a span.price,
ul.products.columns-3 li a h2.woocommerce-loop-product__title  {
    padding: 0 12px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    margin-left: 12px;
}

select.orderby {
    width: 100%;
    padding: 12px;
}

ul.tabs.wc-tabs li {
    width: 200px;
    height: 60px;
    background-color: #F1F1F1;
    border-radius: 0;
    font-size: 18px;
    font-family: 'Poppins' !important;
    font-weight: 300;
    color: #000000;
    text-align: center;
    margin: 14px 5px;
}

ul.tabs.wc-tabs li a {
    color: #000;
}

.summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    background-color: #0452a0;
}

/*.woocommerce-product-gallery__image.flex-active-slide a {*/
/*    background: #E1E1E1;*/
/*    padding: 2px;*/
/*}*/

ol.flex-control-nav.flex-control-thumbs li img {
    border: 6px solid #fff;
}

ol.flex-control-nav.flex-control-thumbs li img.flex-active {
    border: 6px solid #0452a0;
}





@media only screen and (min-width: 967px)and (max-width: 1200px)
{
  form.woocommerce-ordering {
        width: 30%;
        float: right;
    }

    nav.woocommerce-MyAccount-navigation {
        width: 20%;
        float: left;
        margin-left: 88px;
        margin-top: 93px;
        margin-bottom: 50px;
    }

h2.woocommerce-loop-product__title {
    min-height: 52px;
}

.u-column2.col-2 {
    width: 48%;
}

/*.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {*/
/*    width: 48%;*/
/*    float: left;*/
    /* border: 1px solid; */
/*}*/


.summary.entry-summary {
    width: 46% !important;
    float: left;
    margin-left: 30px;
}

ul.products li.product .button, a.added_to_cart.wc-forward {
    margin: 0 41px auto;
}






}


@media only screen and (min-width: 768px) and (max-width: 966px)
{
    .responsive .slicknav_menu {display: block;}
    
    
    nav.woocommerce-MyAccount-navigation {
        width: 20%;
        float: left;
        margin-left: 78px;
        margin-top: 93px;
        margin-bottom: 50px;
    }
    
    ul.products.columns-4 li a.button.product_type_variable.add_to_cart_button {
        float: left;
        border: 1px solid #000;
        padding: 5px 6px;
    }
    
    form.woocommerce-ordering {
        width: 38%;
        float: right;
    }
    
    form.woocommerce-cart-form {
        width: 100%;
        float: left;
    }
    
    .cart-collaterals {
        width: 100%;
    }
    
    .woocommerce-MyAccount-content {
        margin-right: 60px;
    }



.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    width: 12%;
}


.wc-proceed-to-checkout a {
    width: 61%;
}

form.checkout.woocommerce-checkout div#customer_details {
    width: 100%;
    float: left;
}

form.checkout.woocommerce-checkout div#order_review {
    width: 100%;
    float: left;
    margin-left: 0;
}

button#place_order {
    width: 60%;
    margin: 14px 18% auto;
}

/*  {
   min-height: 74px;
} */

ul.products li.product .button, a.added_to_cart.wc-forward {
    width: 80%;
    margin: 5px 8% auto;
}

.u-column2.col-2 {
    width: 48%;
}

/*.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {*/
/*    width: 49%;*/
/*    float: left;*/
    /* border: 1px solid; */
/*}*/

.summary.entry-summary {
    width: 46% !important;
    float: left;
    margin-left: 30px;
}

table.variations tr {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

ul.tabs.wc-tabs li a {
    font-size: 20px;
}

.summary.entry-summary form.cart .quantity input {
    width: 22% !important;
}

h2.woocommerce-loop-product__title {
    min-height: 76px;
}

.wc-proceed-to-checkout a {
    width: 100%;
}

.wc-proceed-to-checkout {
    position: absolute;
    bottom: 4px;
    right: 22%;
}
ul.products li.product .button, a.added_to_cart.wc-forward {
    width: 80%;
    margin: 14px 16px 17px 0;
}







}



@media only screen and (min-width: 300px) and (max-width: 767px)
{
    div#customer_login .u-column1.col-1 {
        width: 100%;
        float: left;
    }

    form.woocommerce-ordering {
        width: 100%;
        float: right;
    }

    ul.products.columns-4 li {
        width: 100%;
        float: left;
    }
    
    /*.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {*/
    /*    width: 84%;*/
    /*    float: left;*/
    /*}*/
    
    .summary.entry-summary h1 {
        width: 100%;
        float: left;
    }
    
    .summary.entry-summary {
        width: 100% !important;
        margin-left: 0;
        margin-top: 30px;
    }
    
    .summary.entry-summary form.cart .quantity label {
        width: 50%;
    }
    
    .summary.entry-summary form.cart .quantity input {
        width: 28% !important;
    }
    
    form.woocommerce-cart-form {
        width: 100%;
        float: left;
    }
    
    .cart-collaterals {
        width: 100%;
        margin-top: 0;
        float: right;
    }
    
    .wc-proceed-to-checkout {
        position: static;
    }
    
    form.checkout.woocommerce-checkout div#customer_details {
        width: 100%;
        float: left;
    }
    
    form.checkout.woocommerce-checkout div#order_review {
        width: 100%;
        float: left;
        margin-left: 0;
    }


    .woocommerce-MyAccount-content {
        width: 89%;
        float: left;
        margin-right: 25px;
        margin-top: 0;
        margin-left: 25px;
    }
    
    nav.woocommerce-MyAccount-navigation {
        width: 89%;
        float: left;
        margin-left: 25px;
        margin-top: 30px;
        margin-bottom: 50px;
        margin-right: 25px;
    }

p.form-submit input#submit {
    width: 41% !important;
}

ul.products li.product .button, a.added_to_cart.wc-forward {
    padding: 0;
    margin: 13px 44px 10px 0 !important;
    padding: 10px 16px 10px 16px;
    float: right;
}
ul.products.columns-3  li{
    margin: 130px 0 0 0;
}
.wc-proceed-to-checkout a {
    padding: 11px 6px 11px !important;
    width: 100%;
    font-size: 16px;
}

button#place_order {
    width: 60%;
    margin: 14px 18% auto;
}

.wc-proceed-to-checkout a {
    padding: 20px 20px 20px;
    width: 100%;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions button.button {
    padding: 20px 20px 20px;
    width: 88%;
}

img.zoomImg {
    display: none !important;
}


table.variations tr {
    width: 100%;
    float: left;
    margin-bottom: 14px;
}

ul.tabs.wc-tabs li a {
    font-size: 17px;
    padding: 0px 0px 0;
}

ul.tabs.wc-tabs li {
    margin-bottom: 10px;
}

.product .images {
    width: 100%;
    float: left;
}

.summary.entry-summary form.cart .quantity input {
    padding: 12px 10px;
}

.summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    padding: 16px 30px 16px;
}

ul.products li.product .button, a.added_to_cart.wc-forward {
    padding: 5px 22px;
    margin: 0 85px auto;
}

/*ul.products.columns-3 li {*/
/*    margin: 50px 0 0 0;*/
/*}*/

ul.products.columns-3 {
    float: left;
}

ul.products li.product .button, a.added_to_cart.wc-forward {
    margin: 13px 44px 10px 14px !important;
    float: left;
}
















    
}
















table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    padding: 12px;
}

section.Products .row {
    width: 100%;
    display: block;
    float: left;
}


/*.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {*/
/*    width: 48%;*/
/*}*/

.summary.entry-summary {
    width: 47% !important;
}














.pro-01 h1 {
    font-size: 50px !important;
}
.pro-01 h3.border-webkit {
    font-size: 70px !important;
}

section.productdetailsec {
    padding-top: 50px;
}
.summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    background: #9c0c00;
    border-radius: 35px;
    padding: 14px 50px;
    display: inline-block;
    margin-top: 15px;
    font-size: 18px;
    transition: 0.5s;
    font-family: 'Oswald';
    border:0 !importanti;
}
.summary.entry-summary form.cart .quantity input {
    width: 70% !important;
    float: left;
    margin-top: 12px;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 9px;
    height: 40px !important;
    margin-top: 23px;
}

/*img.wp-post-image {*/
/*    height: 600px !important;*/
/*    width: 600px !important;*/
/*}*/
ul.tabs.wc-tabs li.active {
    padding: 0 18px;
    background: #9c0c00;
    display: inline-block;
    font-size: 18px;
    font-family: 'Oswald' !important;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #eee;
    padding: 8px;
    margin-bottom: 22px;
}
p.form-submit input#submit {
    background: #9c0c00 !important;
    font-size: 18px;
    font-family: 'Oswald' !important;
}
div#respond {
    margin-bottom: 50px;
}

div#respond input#author {
    margin-top: 22px;
    margin-bottom: 22px;
    border: solid 1px #c4bebe;
    border-radius: 22px;
    padding: 6px;
}
div#respond input#email {
    margin-bottom: 22px;
    border: solid 1px #c4bebe;
    border-radius: 22px;
    padding: 6px;
}

form.woocommerce-ordering {
    width: 24%;
    float: right;
    margin-left: 26%;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 13px 24px 13px 48px;
    line-height: 24px;
    font-size: 15px;
    border: 2px solid transparent;
    border-radius: 30px;
    height: 45px;
    font-family: Roboto,sans-serif;
    background-color: #eee;
    color: #000;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
    width: 16px;
    height: 17px;
    margin-top: -4px;
    margin-right: 16px;
}



.summary.entry-summary h1.product_title.entry-title {
    color: #000;
    font-family: 'QUEENSILA';
    font-size: 29px;
    margin: 0;
    line-height: 40px;
}
.summary.entry-summary span.woocommerce-Price-amount.amount {
    font-family: 'quilla', sans-serif;
    font-size: 29px;
    margin: 0;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
}
.woocommerce-product-details__short-description p {
    font-size: 17px;
    font-weight: 300;
    margin: 20px 0;
    color: #fff;
}
.summary.entry-summary p.price {
    float: right;
    margin-top: -52px;
}
.summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    margin-top: 3px;
    border-radius: 40px;
    color: #000 !important;
    z-index: 1;
    background: #fff;
    position: relative;
    font-size: 14px;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    font-family: 'Montserrat' !important;
    font-weight: 500;
    border: 2px solid #000000;
    text-transform: uppercase;
    height: 55px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 37px 0 30px;
}
.summary.entry-summary form.cart .quantity input {
    width: 79% !important;
    float: left;
    border: 1px solid;
    border-radius: 9px;
    height: 40px !important;
    margin-top: 13px;
    padding-left: 22px !important;
}

.summary.entry-summary h1.product_title.entry-title {
    border-bottom: solid 1px #000;
    line-height: 62px !important;
    margin-bottom: 72px;
}
.woocommerce-product-details__short-description p {
    border-bottom: solid 1px #fff;
    padding-bottom: 21px;
}
.woocommerce-product-details__short-description p {
    font-size: 17px;
    font-weight: 300 !important;
    margin: 20px 0;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding-bottom: 21px;
    font-family: math;
}

ul.tabs.wc-tabs li.active a {
    border: 0;
    color: #ffffff;
    font-weight: 300;
    border-radius: 59px;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Queensila';
    background: #000 !important;
}
ul.tabs.wc-tabs li.active {
    padding: 0 18px;
    background: transparent;
    display: inline-block;
    font-size: 18px;
    font-family: 'Oswald' !important;
    border: none;
}
.woocommerce-tabs.wc-tabs-wrapper div#tab-reviews div div h2 {
    display: none;
}
.comment-form-rating label {
    color: #000;
}
span#reply-title {
    color: #000;
}

p.comment-form-comment label, p.comment-form-comment textarea {
    color: #000;
}





.summary.entry-summary h1.product_title.entry-title {
    border-bottom: none;
    margin-bottom: 72px;
    font-size: 42px;
    font-family: 'Montserrat';
    color: black;
    text-transform: capitalize;
    line-height: 1 !important;
    font-weight: 600;
}
.summary.entry-summary span.woocommerce-Price-amount.amount {
    font-size: 45px;
    line-height: 1;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: black;
}
.summary.entry-summary p.price {
    float: left;
    margin-top: -46px;
}
.summary.entry-summary p.price {
    width: 100%;
}
.summary.entry-summary del span.woocommerce-Price-amount.amount bdi {
    color: gray;
    font-size: 35px;
}
.summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    z-index: 1;
    font-size: 14px;
    transition: all 250ms;
    overflow: hidden;
    font-family: 'Montserrat' !important;
    font-weight: 500;
    border: 2px solid #000000;
    text-transform: uppercase;
    width: fit-content;
    display: inline-flex;
    height: 37px;
    align-items: center;
    justify-content: center;
    padding: 1px 34px;
    color: white !important;
    background: #264790;
    border-radius: 35px;
}
.summary.entry-summary ins {
    text-decoration: none;
}

.woocommerce-product-details__short-description p {
    font-size: 14px;
    font-weight: 400 !important;
    margin: 20px 0;
    border-bottom: none;
    padding-bottom: 0;
    font-family: 'Roboto';
    color: #6c757d !important;
}

body .qib-button-wrapper {
    display: block !important;
}
.summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    float: inline-end;
    margin-top: -44px;
}
.summary.entry-summary form.cart {
    width: 372px;
}
.woocommerce-tabs.wc-tabs-wrapper div#tab-description h2 {
    padding: 20px 0;
    color: #000000 !important;
    border-radius: 10px;
    font-family: 'BlackOpsOne-Regular';
}
ul.tabs.wc-tabs {
    border-bottom: 1px solid #cacaca;
    display: none;
}
.woocommerce-Tabs-panel {
    margin-top: 90px;
}

.woocommerce-notices-wrapper .woocommerce-message {
    background: #ad1d24 !important;
    padding: 10px 20px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    color: #fff;
    padding-top: 14px !important;
    vertical-align: middle !important;
    border-radius: 7px !important;
}
.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    background: #ffffff !important;
    border: 1px solid #000 !important;
    padding: 5px;
    width: 10%;
    float: left;
    margin-right: 10px;
    text-align: center;
    color: #000000 !important;
    border-radius: 4px !important;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #264790;
    color: #fff;
    border-radius: 11px;
}
a {
    color: #264790;
}
.wc-block-components-product-badge {
    background-color: #ab1d23;
    color: #fff;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: #264790;
    color: #fff;
}
/*.wc-block-components-totals-wrapper {*/
/*    border-top: 1px solid hsl(357.06deg 71.14% 39.41%) !important;*/
/*    padding: 16px 0;*/
/*}*/
.is-large .wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid hsl(357.04deg 71% 39.22%) !important;
}
.wp-block-woocommerce-checkout-order-summary-totals-block {
    border-top: 1px solid hsl(357.46deg 71% 39.22%) !important;
}


.xoo-wsc-product {
    height: 119px;
}

i.fa.fa-shopping-cart {
    color: #fff;
}
.shoping a {
    color: #fff;
}
.shoping {
    margin-top: 27px;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    background-color: #264790;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 20px;
}