/*
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: #009AFF;
    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%;
}

/*span.woocommerce-Price-amount.amount {
    color: #de0808;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 20px;
}*/

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;
}

/*aside#secondary {
    display: none;
}*/



/*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.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .flex-viewport {
    width: 85% !important;
    float: right !important;
}*/

/*.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images ol.flex-control-nav.flex-control-thumbs {
  width: 20% !important;
  float: left !important;
}*/

.woocommerce-product-gallery__image.flex-active-slide a img, .woocommerce-product-gallery__image a img {
    height: 100%;
    /*width: 60%;*/
}

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.flex-active-slide, .woocommerce-product-gallery__image {
  width: 25% !important;
  float: left;
}*/

.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;
}

/*.summary.entry-summary p.price span.woocommerce-Price-amount.amount {
    font-size: 29px;
    font-weight: 500;
    color: #101216;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    width: 40%;
    float: left;
}*/

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: #74c7c7 !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;
}

/* .summary.entry-summary form.cart .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart {
    display: none;
} */

.wpsi_social_share_buttons.not_before_tab.row.a2a_kit.a2a_kit_size_32.a2a_default_style {
    display: block;
}

/* .wpsi_social_share_buttons a span {
    background: none !important;
}

.wpsi_social_share_buttons a {
    background: none !important;
} */

.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: #009AFF;
    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 {
    padding: 16px 5px;
    border: 1px solid #ccc;
}*/

.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;
}

aside#secondary section ul li {
  /*padding: 5px 0px;*/
    /*padding: 18px 15px;
     border-top: 1px solid #d7d7d7; 
    border: 1px solid #ccc;
    /*margin: -4px 0px;*/
}

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: #009AFF;
    padding: 0 18px;
}

ul.tabs.wc-tabs li.active a {
    color: #fff;
}

ul.tabs.wc-tabs li a {
    color: #009AFF;
}

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: #009AFF;
    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;
}

.cart-collaterals div.cart_totals table.shop_table.shop_table_responsive tbody  tr.order-total th,
.cart-collaterals div.cart_totals table.shop_table.shop_table_responsive tbody  tr.order-total td span.woocommerce-Price-amount.amount {
    color: #000 !important;
    font-size: 20px;
}

.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;
}

table.shop_table.shop_table_responsive span.woocommerce-Price-amount.amount {
    font-size: 14px;
    font-weight: 400;
    color: #a3a3a3;
    text-align: center;
}

.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;
    
}

.cart-collaterals div.cart_totals table.shop_table.shop_table_responsive tbody tr th,
.cart_totals table.shop_table.shop_table_responsive span.woocommerce-Price-amount.amount {
    color: #000 !important;
}

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: #009AFF;
    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 a {
    position: relative;
    top: 50px;
    right: 0px;
}*/
/*.wc-proceed-to-checkout {
    position: absolute;
    top: 94%; 
} */


.wc-proceed-to-checkout {
    margin-top: 36px;
}

table.shop_table.shop_table_responsive tbody tr.order-total th, table.shop_table.shop_table_responsive tbody tr.order-total td span.woocommerce-Price-amount.amount {
    color: #a3a3a3 !important;
}


.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: #74c7c7;
    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;
}

/*button#place_order:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}*/

.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: #009AFF;
    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%;
}



/*.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    font-size: 16px;
    line-height: 20px;
    height: 55px;
    width: 100%;
    padding: 11px 20px;
    border-radius: 0;
    color: #1d1d1d;
    margin: 0 0 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    padding: 27px 0 !important;
}*/

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: #009AFF;
}

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: #009AFF;
}

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;
}

/*.woocommerce-notices-wrapper,  p.return-to-shop {
    margin: 50px 150px 0 150px;
}*/

/*p.cart-empty.woocommerce-info {
  margin-top: 10px;
}*/

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 {
    background: #252525 !important;
    color: #fff !important;
    padding: 20% !important;
    float: left;
    width: 100%;
}
*/
.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;
}

.woocommerce-order span, .woocommerce-order bdi, .woocommerce-order span.woocommerce-Price-amount.amount {
    color: #fff;
}


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  span.price ins span.woocommerce-Price-amount.amount {
    font-size: 15.65px;
    color: #000;
    float: right;
}

section.products-listing-sec  span.price del span.woocommerce-Price-amount.amount {
    float: right;
    font-size: 15.65px;
    color: #cccccc;
    text-decoration: line-through;
}

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;
}




.summary.entry-summary p.price del span.woocommerce-Price-amount.amount {
    color: #000;
    font-size: 23px;
    padding: 0px 5px;
    font-weight: 500;
    /*text-decoration: line-through;*/
}


.summary.entry-summary p.price ins span.woocommerce-Price-amount.amount {
        font-family: 'Poppins';
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
}

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: #009AFF;
}



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;
}

/*.u-column1.col-1 h2::after,*/
/*.u-column2.col-2 h2::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    bottom: -9px;*/
/*    left: 0;*/
/*    width: 268px;*/
/*    height: 2px;*/
/*    background: #367341;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*}*/

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: #74c7c7 !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: #74c7c7;
    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: #74c7c7;
    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.woocommerce-Price-amount.amount bdi, span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {*/
/*    font-family: Poppins;*/
/*    color: rgb(0, 0, 0);*/
/*    font-size: 21px;*/
/*    font-weight: 500;*/
/*}*/

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: #74c7c7;
    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: #74c7c7;
    -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: #74c7c7;
    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: #74c7c7 !important;
    transition: all 0.7s ease-in-out 0s !important;
    font-family: 'helvetaregular' !important;
    border-radius: 10px !important;
}

h1.product_title.entry-title, .summary.entry-summary p.price span.woocommerce-Price-amount.amount bdi , .summary.entry-summary p.price span.woocommerce-Price-amount.amount bdi span {
    font-weight: 400;
    color: #000;
    font-size: 45px;
    font-family: 'helvetaregular';
    margin: 0;
    padding-top: 15px;
}

.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: 58%;
    position: relative;
    bottom: 60px;
    left: 90px !important;
}

.woocommerce-product-gallery__image.flex-active-slide a {
    background: #d5d5d5 !important;
    width: 100%;
    float: left;
    padding: 14px;
}

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: #009AFF;
}

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: 50px !important;
    width: 38% !important;
    padding: 14px !important;
    text-align: center;
}

a.checkout-button.button.alt.wc-forward {
    color: #fff;
    background-color: #009AFF;
}

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: #009AFF;*/
/*    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;
}

/*span.woocommerce-Price-amount.amount bdi, span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {*/
/*    color: #80808094;*/
/*    font-size: 20px;*/
/*}*/

ul.products.columns-3 li span.price ins span {
    color: #80808094;
}

h1.product_title.entry-title, .summary.entry-summary p.price span.woocommerce-Price-amount.amount bdi, .summary.entry-summary p.price span.woocommerce-Price-amount.amount bdi span {
    color: #009AFF;
    font-weight: 500;
    font-size: 39.31px;
}

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: #009AFF;
}

.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 #009AFF;
}





@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: 48% !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)
{
    
    ul.products.columns-4 li.product {
    width: 46.15%;
}
    .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-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 100% !important;
}

.summary.entry-summary {
    width: 100% !important;
    margin-left: 0;
}
 */
/* .woocommerce-product-gallery__image.flex-active-slide {
    osition: relative;
    float: none !important;
    text-align: center !important;
    display: block;
} */

.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: 48% !important;
}

.woocommerce-billing-fields h3, h3#order_review_heading {
    background: #74c7c7;
}

.woocommerce-billing-fields__field-wrapper label, .woocommerce-additional-fields label {
    width: 100%;
    float: left;
    padding: 0;
}

.woocommerce-billing-fields__field-wrapper input {
    width: 100% !important;
    float: left;
}

form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
    background-color: #F7F7F7;
    border-color: #C0C0C0;
    height: 50px;
    padding: 14px;
}

form.checkout_coupon.woocommerce-form-coupon button {
    background: #74c7c7;
    border: none;
    margin-bottom: 30px;
}

.u-column1.col-1 h2, .u-column2.col-2 h2 {
    text-align: left;
    padding: 0;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    color: #000;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

form.woocommerce-form.woocommerce-form-login.login input, form.woocommerce-form.woocommerce-form-register.register input {
    width: 100% !important;
    border: 1px solid #d9d9d9;
    padding: 15px 30px;
    margin-top: 10px;
    background: #ffffff;
}

form.woocommerce-form.woocommerce-form-login.login input#rememberme {
    width: 3% !important;
    float: left;
    margin-bottom: 14px !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    border-bottom-color: aliceblue;
    background: #dcfaeb;
    padding: 30px 0;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
    font-weight: 500;
    color: #000;
    font-size: 20px;
    padding: 30px 0;
}

/*form.woocommerce-cart-form {*/
/*    width: 100%;*/
/*}*/

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: 1px solid #ccc;
}

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 {
    border: 1px solid;
    width: 25% !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr {
    height: 100px;
}

section.cart a {
    font-size: 14px;
    color: #787878;
}

section.cart span.woocommerce-Price-amount.amount bdi, section.cart span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol, table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents bdi {
    font-size: 14px;
    color: #787878;
}

/*.cart-collaterals {*/
/*    width: 100%;*/
/*    float: left;*/
/*    border: 2px solid #e5e5e5;*/
/*    padding: 27px 20px;*/
/*    margin: 20px 0;*/
/*}*/

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions button.button {
    margin: 26px;
}

.wc-proceed-to-checkout, a.checkout-button.button.alt.wc-forward {
    position: static;
    float: right;
}

.cart_totals table.shop_table.shop_table_responsive {
    border-bottom: 1px solid #e5e5e5;
}

/*.cart_totals table.shop_table.shop_table_responsive tbody {*/
/*    width: 25%;*/
/*    float: right;*/
/*}*/

.cart_totals table.shop_table.shop_table_responsive tbody tr th, .cart_totals table.shop_table.shop_table_responsive tbody tr td {
    width: 135px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions button.button {
    margin-left: 10px;
    color: #000;
    font-weight: 600;
    border: 1px solid #7b7b7bcc !important;
    padding: 10px;
    cursor: pointer;
    padding: 15px 30px;
    background: transparent;
    border-radius: 0px;
    float: right;
}

a.checkout-button.button.alt.wc-forward {
    color: #000;
    background-color: transparent;
    padding: 0;
}

ul.products.columns-4 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.pro-img.img-bor img {
    height: 258px;
    width: 258px;
    object-fit: cover;
}

h1.product_title.entry-title {
    font-size: 35px;
    color: #000000;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
    /*width: 100%;*/
}

/*.summary.entry-summary p.price {*/
/*    float: left;*/
/*    margin-top: 20px;*/
/*    width: 100%;*/
/*}*/

.summary.entry-summary p.price del span.woocommerce-Price-amount.amount bdi, .summary.entry-summary p.price del span.woocommerce-Price-amount.amount bdi span {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 400;
    color: #9b9b9b;
    margin-bottom: 20px;
    /*text-decoration: line-through;*/
}

.summary.entry-summary p.price ins span.woocommerce-Price-amount.amount bdi, .summary.entry-summary p.price ins span.woocommerce-Price-amount.amount bdi span {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}

.woocommerce-product-details__short-description p {
    font-family: 'Poppins';
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    font-weight: 500;
    margin: 15px 0;
}

.summary.entry-summary form.cart .quantity input {
    margin-top: 7px;
    width: 70% !important;
}

ul.tabs.wc-tabs li.active {
    background: #009AFF;
    padding: 0 18px;
}

.hair-product-details p {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    margin: 0px;
    font-family: 'calibrib';
    margin: 12px 0;
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding: 80px 0;
}

.woocommerce-product-rating {
    position: static;
    width: 100%;
    margin-top: 12px;
}

.star-rating {
    position: relative;
    top: 0;
}

.star-rating span::before {
    color: #009AFF;
}

/*ul.product-categories li.cat-item {*/
/*    list-style: none;*/
/*    border: 1px solid #EEEEEE;*/
/*    padding: 15px 10px;*/
/*}*/

.woocommerce-product-gallery__image.flex-active-slide a {
    background: #d5d5d5 !important;
    width: 100%;
    float: left;
    padding: 14px !important;
    border: 2px solid #E1E1E1;
    height: auto;
    display: flex;
    margin: 10px;
    align-items: center;
    background: #fffbda !important;
    justify-content: center;
}

h1.product_title.entry-title {
    font-size: 39px;
    margin-bottom: 12px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    color: #000000;
}

.summary.entry-summary p.price span.woocommerce-Price-amount.amount bdi, .summary.entry-summary p.price span.woocommerce-Price-amount.amount bdi span {
    color: #009AFF;
    font-size: 32px;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.summary.entry-summary p.price {
    position: absolute;
    right: 0;
    width: 12%;
    top: 30px;
}

.star-rating span::before {
    color: #ffba00;
}

.comment-text .description {
    padding: 0;
}

.u-column1.col-1 h2, .u-column2.col-2 h2 {
    margin: 20px 0;
    font-size: 37px;
    text-align: center;
    color: #00006d;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    background: #981f18;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
    color: #fff;
}

td.product-name a {
    text-align: left;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents bdi, table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents bdi span,
table.shop_table.woocommerce-checkout-review-order-table span.woocommerce-Price-amount.amount bdi, table.shop_table.woocommerce-checkout-review-order-table span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol, 
table.shop_table.shop_table_responsive span.woocommerce-Price-amount.amount bdi, table.shop_table.shop_table_responsive span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #333;
    text-align: center;
    margin-top: 40px;
}

a.checkout-button.button.alt.wc-forward {
    color: #fff;
    background-color: #981f18;
    padding: 14px;
    width: 100%;
    float: left;
    margin-right: 0;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions button.button {
    color: #fff;
    border: none !important;
    background: #981f18;
}

select.orderby {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml,<svg width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path fill='none' d='m0,0l24,0l0,24l-24,0l0,-24z'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 16px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}


table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details th, table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details td {
    border: 1px solid #000;
    padding: 12px !important;
}

table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details span, table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details a {
    color: #000;
}

table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details {
    width: 100%;
}

.book-sec h2 {
    margin-bottom: 20px;
}

a.woocommerce-MyAccount-downloads-file.button.alt {
    background: #0f121b;
    color: #fff !important;
    padding: 8px 20px;
}

.product_box h3 span.woocommerce-Price-amount.amount bdi, .product_box h3 span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol, 
.p_box h3 span.woocommerce-Price-amount.amount bdi, .p_box h3 span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
    color: #74c7c7;
    margin: 0;
    font-family: 'cerebri-r';
    font-size: 30px;
    font-weight: 600;
}

aside#secondary SECTION H2 {
    font-family: 'Libre Baskerville' !important;
    font-size: 20px !important;
    background: #74c7c7 !important;
    color: #fff !important;
    padding: 15px !important;
    border-radius: 10px !important;
    font-weight: 500 !important;
    margin: 0 0 30px !important;
}

/*ul.product-categories li.cat-item,*/
/*section#woocommerce_price_filter-2 form {*/
/*    font-size: 16px;*/
/*    border: 1px solid #d5d2d2;*/
/*    padding: 6px 15px;*/
/*    border-radius: 10px;*/
/*    margin-bottom: 5px;*/
/*}*/

h1.product_title.entry-title {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-family: 'Playfair Display';
    width: 100%;
    float: left;
}

.summary.entry-summary p.price span.woocommerce-Price-amount.amount bdi, .summary.entry-summary p.price span.woocommerce-Price-amount.amount bdi span {
        color: #73c7c7;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: 'Montserrat';
}

.summary.entry-summary p.price {
    position: static;
    width: 100%;
    float: left;
    margin-top: 0;
}

section.productdetailsec p {
    font-family: 'Poppins';
    font-weight: 400;
    color: #636363;
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 30px;
}

ul.tabs.wc-tabs li.active {
    border: 0;
    background-color: #74c7c7;
    color: #fff;
    border-radius: 10px;
    font-family: 'Poppins' !important;
    text-transform: capitalize;
    font-weight: 400;
    width: auto;
    padding: 0 30px;
}

ul.tabs.wc-tabs li {
    height: 60px;
    background-color: #00000029;
    font-size: 18px;
    color: #000;
    border-radius: 10px;
    font-family: 'Poppins';
    text-transform: capitalize;
    font-weight: 400;
    margin-right: 12px;
    margin-bottom: 20px;
    text-align: center;
    width: auto;
    padding: 0 30px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    background: #74c7c7;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
    border-bottom-color: currentColor;
    font-size: 17px;
    font-weight: 600;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions button.button,
a.checkout-button.button.alt.wc-forward {
    border: none !important;
    padding: 20px;
    font-size: 20px;
    margin-top: 14px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background: #74c7c7;
}

tr.order-total .woocommerce-Price-amount.amount bdi, tr.order-total .woocommerce-Price-amount.amount bdi span {
    font-weight: 500 !important;
    font-size: 23.96px !important;
    color: #74c7c7 !important;
}

.cart-collaterals {
    padding: 27px 20px;
    background: #f6f6f6 !important;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 20px;
}

form.checkout.woocommerce-checkout input {
    margin-bottom: 20px;
}

.u-column1.col-1 h2, .u-column2.col-2 h2 {
    font-family: 'freight';
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 30px;
    color: #000000;
    font-size: 41px;
    text-transform: capitalize;
        text-align: left;
}

form.woocommerce-form.woocommerce-form-login.login input, 
form.woocommerce-form.woocommerce-form-register.register input {
    border: 1px solid #eaeaea;
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 20px;
    height: 55px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0px 15px;
    border-radius: 0px;
    box-shadow: none;
    font-family: Poppins;
}

button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    border-radius: 10px;
}

input#rememberme {
    margin-top: 0px !important;
}

form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
    background: #74c7c7;
}

.woocommerce-privacy-policy-text p {
    margin-bottom: 20px !important;
}

.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

billing-fields h3, h3#order_review_heading {
    background: transparent;
    font-size: 35px;
    margin: 0px 0 20px;
    font-family: 'Libre Baskerville';
    color: #74c7c7;
}

.summary.entry-summary p.price {
    position: static;
    width: 100%;
    float: left;
    margin-top: 0;
    margin-top: 20px;
}






@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){}

@media only screen and (min-width: 768px) and (max-width: 991px){
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
    border-bottom-color: currentColor;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px){
    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: 61% !important;
}

td.product-name a {
    margin-top: -9px;
    text-align: revert;
}

table.shop_table_responsive tr td {
    margin-top: 10px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr {
    padding: 17px !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    padding: 17px !important;
}


table.shop_table.shop_table_responsive span.woocommerce-Price-amount.amount bdi {
    margin-right: 52px;
}

div.cart_totals table.shop_table.shop_table_responsive tbody tr th {
    display: none;
}

.cart-collaterals {
    margin-top: 23px !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions button.button, a.checkout-button.button.alt.wc-forward {
    font-size: 19px;
}
table.shop_table_responsive tr td.product-remove a {
    text-align: left;
    padding-right: 26px;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px){

    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: 61% !important;
}table.shop_table_responsive tr td.product-remove a {
    text-align: left;
    padding-right: 26px;
}

td.product-name a {
    margin-top: -9px;
    text-align: revert;
}

table.shop_table_responsive tr td {
    margin-top: 10px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr {
    padding: 17px !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    padding: 17px !important;
}


table.shop_table.shop_table_responsive span.woocommerce-Price-amount.amount bdi {
    margin-right: 52px;
}

div.cart_totals table.shop_table.shop_table_responsive tbody tr th {
    display: none;
}

.cart-collaterals {
    margin-top: 23px !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions button.button, a.checkout-button.button.alt.wc-forward {
    font-size: 19px;
}

}

.table-wraper-fix table {
    width: 100%;
    margin: 20px 0;
}

.table-wraper-fix table tr td {
    border: 1px solid #c3bfbf;
    padding: 12px;
}

ol.flex-control-nav.flex-control-thumbs {
    float: left;
    width: 100%;
    position: static;
}

ul.product-categories li.cat-item, section#woocommerce_price_filter-2 form {
    /*display: flex;*/
    border-bottom: 1px solid #00000021;
    gap: 10px;
    align-items: center;
    padding-left: 15px;
}

ul.product-categories li.cat-item a, section#woocommerce_price_filter-2 form {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto';
    display: block;
    margin: 5px 0;
    padding: 10px 0 10px 18px;
}

/*ul.product-categories , section#woocommerce_price_filter-2 form {*/
/*    box-shadow: 0px 0px 6px 4px #0000000f;*/
/*}*/

.woocommerce-product-gallery__image.flex-active-slide a {
    border: 2px solid #74c7c7;
    background: #e6e8ea !important;
    border-radius: 140px;
    width: 98%;
}

ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0 !important;
    bottom: -26px;
}

ol.flex-control-nav.flex-control-thumbs li img.flex-active {
    border: 3px solid #74c7c7;
    border-radius: 25px;
}

ol.flex-control-nav.flex-control-thumbs li img {
    border: 3px solid #fff;
    border-radius: 25px;
}

.summary.entry-summary p.price del span.woocommerce-Price-amount.amount bdi, .summary.entry-summary p.price del span.woocommerce-Price-amount.amount bdi span {
  font-weight: 400;
    /*margin-right: 20px;*/
  /*text-decoration: line-through;*/
  color: #555555 !important;
    font-size: 35px;
}

.summary.entry-summary p.price ins span.woocommerce-Price-amount.amount bdi, .summary.entry-summary p.price ins span.woocommerce-Price-amount.amount bdi span {
    color: #74c7c7;
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    margin: 17px 0 0;
    font-family: poppins;
}

.summary.entry-summary p.price {
     float: left; 
    /*font-size: 35px;*/
    position: static;
    /*top: 0;*/
    /*right: 0;*/
    width: 100%;
    border-bottom: 1px solid #73c7c7;
}

.summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 160px;
    border-radius: 2px;
    background: #74c7c7;
    transition: 0.6s ease-in-out;
    color: #fff;
    font-weight: 16px !important;
    border: 2px solid #74c7c7;
    font-weight: 600;
    margin: 0;
}

.summary.entry-summary form.cart button.single_add_to_cart_button.button.alt:hover {
    box-shadow: inset 0 0 0 30px #fff, inset 0 0 0 -30px #fff;
    color: #74c7c7 !important;
    letter-spacing: 1px;
}

ul.tabs.wc-tabs li.active {
    background: #74c7c7;
    color: #fff;
    border: 2px solid #74c7c7;
}

ul.tabs.wc-tabs li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: 0.6s ease-in-out;
    color: #74c7c7;
    font-weight: 16px !important;
    border: none;
    font-weight: 600;
    margin: 5px;
    background: none;
}

ul.tabs.wc-tabs li:home {
  background: #74c7c7 !important;
    color: #fff !important;
}

.product_meta {
    display: block;
    float: left;
    margin-top: 20px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions button.button, a.checkout-button.button.alt.wc-forward {
    padding: 15px;
}

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 {
    border: none;
    width: 100% !important;
    padding: 12px;
    /*margin-bottom: 12px;*/
    /*border-radius: 25px;*/
}

.u-column1.col-1 h2, .u-column2.col-2 h2 {
    margin: 14px 0;
    color: rgb(54, 29, 50);
    font-size: 40px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: inherit;
    font-family: 'Playfair Display';
    padding-left: 25px;
}

button.woocommerce-button.button.woocommerce-form-login__submit, button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    border-radius: 0;
    background: #28396f;
}
button.woocommerce-button.button.woocommerce-form-login__submit:hover, button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
    border-radius: 0;
    background: #74c7c7;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex;
}

td.product-name {
    font-size: 20px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: none;
}

button.button {
    padding: 15px 12px;
}

.tinvwl-input-group.tinvwl-no-full select#tinvwl_product_actions {
    height: 57px;
}

.woocommerce-privacy-policy-text p {
    font-size: 15px;
    font-family: 'Roboto';
    margin: 20px 0px;
    font-weight: 400;
    color: #b6b5b5;
}

.summary.entry-summary .woocommerce-product-rating {
    position: absolute;
    width: 100%;
    left: 79%;
    width: 20%;
    bottom: -100px;
}

section.related.products {
    display: block;
}

section.related.products .blog_img {
    width: 100%;
    display: block;
}

section.related.products ul.products.columns-3 li a img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.tinvwl-position-after {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 40px;
    height: 40px;
    font-size: 25px;
    border-radius: 50%;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    top: 35%;
    left: 30%;
    font-size: 35px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover::before {
	color: #e31b23;
    font-weight: 700;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.tinvwl-position-after:hover, a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.tinvwl-position-after.tinvwl-product-in-list {
    color: #e31b23;
}






