/*
Theme Name: Carni Rosso

WooCommerce styles override
*/
/*
@font-face {
  font-family: 'Blatant';
  src:  url('./assets/fonts/Blatant/TTF/Blatant.ttf') format('ttf'),
  url('./assets/fonts/Blatant/Blatant.otf') format('otf'),
  url('./assets/fonts/Blatant/Blatant.woff') format('woff');
}

*/
@font-face {
  font-family: 'Blatant';
  src: url("./assets/fonts/Blatant/Blatant.otf");
}

@font-face {
  font-family: 'Blatant Bold';
  src: url("./assets/fonts/Blatant/Blatant-Bold.otf");
}

.hidden {
  display: none;
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive th, table.shop_table_responsive td {
  border-width: 2px;
  padding: 14px;
}

table.shop_table_responsive th {
  font-size: 16px;
}

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 (min-width: 768px) {
  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
 */
body.woo-filters-opened {
  overflow: hidden;
}

@media (min-width: 992px) {
  body.woo-filters-opened {
    overflow: auto;
  }
}

body.woo-filters-opened:before {
  content: '';
  display: block;
  z-index: 99;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.25);
}

@media (min-width: 992px) {
  body.woo-filters-opened:before {
    display: none;
  }
}

body.woo-filters-opened.admin-bar .shop-filters-wrapper {
  padding-top: 100px;
}

@media (min-width: 992px) {
  body.woo-filters-opened.admin-bar .shop-filters-wrapper {
    padding: 0;
  }
}

body.woo-filters-opened.admin-bar .shop-filters .woo-mobile-filters-close {
  top: 50px;
}

.woo-shop-wrapper {
  max-width: 1410px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .woo-shop-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.woo-shop-wrapper .woocommerce-widgets {
  width: 100%;
}

@media (min-width: 992px) {
  .woo-shop-wrapper .woocommerce-widgets {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 210px;
  }
}

.woo-shop-wrapper .woocommerce-widgets .shop-info {
  margin-bottom: 80px;
}

.woo-shop-wrapper .woocommerce-widgets .shop-info p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
}

.woo-shop-wrapper .woocommerce-widgets .shop-filters {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  background: #fff;
  z-index: 100;
  width: 100%;
  max-width: 300px;
  overflow: auto;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media (min-width: 992px) {
  .woo-shop-wrapper .woocommerce-widgets .shop-filters {
    position: static;
    background: transparent;
    overflow: visible;
    max-width: 100%;
    margin-bottom: 45px;
  }
  .woo-shop-wrapper .woocommerce-widgets .shop-filters:last-child {
    margin-bottom: 80px;
  }
}

.woo-shop-wrapper .woocommerce-widgets .shop-filters-wrapper {
  width: 100%;
  padding: 60px 30px;
}

@media (min-width: 992px) {
  .woo-shop-wrapper .woocommerce-widgets .shop-filters-wrapper {
    padding: 0;
  }
}

.woo-shop-wrapper .woocommerce-widgets .shop-filters.is-opened {
  right: 0;
}

.woo-shop-wrapper .woo-shop-products-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

@media (min-width: 992px) {
  .woo-shop-wrapper .woo-shop-products-wrapper {
    max-width: 1050px;
    margin-left: 50px;
  }
}

.woo-shop-wrapper .woo-shop-products-wrapper:last-child {
  max-width: 100%;
  margin-left: 0;
}

.woo-shop-wrapper ul.products {
  margin-bottom: 15px;
}

ul.products {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}

ul.products li.product {
  list-style: none;
  position: relative;
  padding: 0 7px;
  margin-bottom: 40px;
  width: 100%;
}

ul.products li.product:before {
  content: "";
}

@media screen and (min-width: 480px) {
  ul.products li.product {
    max-width: 50%;
  }
}

ul.products li.product img {
  display: block;
  width: 100%;
}

ul.products.columns-1 li.product {
  max-width: 100%;
}

@media (min-width: 768px) {
  ul.products.columns-2 li.product {
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  ul.products.columns-3 li.product {
    max-width: 33.33%;
  }
}

@media (min-width: 768px) {
  ul.products.columns-4 li.product {
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  ul.products.columns-5 li.product {
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  ul.products.columns-6 li.product {
    max-width: 16.66%;
  }
}

@media (min-width: 768px) {
  ul.products.columns-7 li.product {
    max-width: 14.28%;
  }
}

@media (min-width: 768px) {
  ul.products.columns-8 li.product {
    max-width: 12.5%;
  }
}

.wp-block-getwid-post-carousel__slide .product .woo-product-thumbnail-wrapper, .woo-shop-products-wrapper .product .woo-product-thumbnail-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.wp-block-getwid-post-carousel__slide .product .reviews-count, .woo-shop-products-wrapper .product .reviews-count {
  line-height: 1;
}

.wp-block-getwid-post-carousel__slide .product .woo-product-thumbnail-wrapper,
ul.products .product .woo-product-thumbnail-wrapper {
  position: relative;
  margin-bottom: 16px;
}

.wp-block-getwid-post-carousel__slide .product .woo-product-thumbnail-wrapper img,
ul.products .product .woo-product-thumbnail-wrapper img {
  display: block;
}

.wp-block-getwid-post-carousel__slide .product .woo-product-thumbnail-wrapper:hover .add-to-cart-wrapper,
ul.products .product .woo-product-thumbnail-wrapper:hover .add-to-cart-wrapper {
  opacity: 1;
}

.wp-block-getwid-post-carousel__slide .product .woo-product-thumbnail-wrapper .add-to-cart-wrapper,
ul.products .product .woo-product-thumbnail-wrapper .add-to-cart-wrapper {
  pointer-events: none;
}

.wp-block-getwid-post-carousel__slide .product .woo-product-thumbnail-wrapper .button,
ul.products .product .woo-product-thumbnail-wrapper .button {
  display: block;
  width: 67px;
  height: 67px;
  line-height: 67px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  pointer-events: auto;
}

.wp-block-getwid-post-carousel__slide .product .woo-product-thumbnail-wrapper .button:before,
ul.products .product .woo-product-thumbnail-wrapper .button:before {
  content: "\e82e";
  font-family: Linearicons-Free;
  display: block;
  font-size: 30px;
}

.wp-block-getwid-post-carousel__slide .product .woo-product-thumbnail-wrapper .button.added:before,
ul.products .product .woo-product-thumbnail-wrapper .button.added:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 20px;
}

.wp-block-getwid-post-carousel__slide .product .add-to-cart-wrapper,
ul.products .product .add-to-cart-wrapper {
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
}

.wp-block-getwid-post-carousel__slide .product .add-to-cart-wrapper .added_to_cart,
ul.products .product .add-to-cart-wrapper .added_to_cart {
  display: none;
}

.wp-block-getwid-post-carousel__slide .product a:hover,
ul.products .product a:hover {
  text-decoration: none;
}

.wp-block-getwid-post-carousel__slide .product .woocommerce-loop-category__title,
.wp-block-getwid-post-carousel__slide .product .woocommerce-loop-product__title,
ul.products .product .woocommerce-loop-category__title,
ul.products .product .woocommerce-loop-product__title {
  font-weight: normal;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #1D1E21;
  text-align: center;
}

@media (max-width: 768px) {
  .wp-block-getwid-post-carousel__slide .product .woocommerce-loop-category__title,
  .wp-block-getwid-post-carousel__slide .product .woocommerce-loop-product__title,
  ul.products .product .woocommerce-loop-category__title,
  ul.products .product .woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 27px;
  }
}

.wp-block-getwid-post-carousel__slide .product .woocommerce-loop-category__title:hover,
.wp-block-getwid-post-carousel__slide .product .woocommerce-loop-product__title:hover,
ul.products .product .woocommerce-loop-category__title:hover,
ul.products .product .woocommerce-loop-product__title:hover {
  color: #C4A265;
}

.wp-block-getwid-post-carousel__slide .product .price,
ul.products .product .price {
  margin-bottom: 5px;
  display: block;
  text-align: center;
}

.wp-block-getwid-post-carousel__slide .product .woocommerce-loop-category__title,
ul.products .product .woocommerce-loop-category__title {
  text-align: center;
}

.wp-block-getwid-post-carousel__slide .product .woocommerce-loop-category__title .count,
ul.products .product .woocommerce-loop-category__title .count {
  background: transparent;
}

.wp-block-getwid-post-carousel__slide .product .woocommerce-loop-product__link,
ul.products .product .woocommerce-loop-product__link {
  margin-bottom: 10px;
  display: block;
}

.woocommerce-products-header {
  display: none;
}

.woo-filtering-ordering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .woo-filtering-ordering {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.woo-filtering-ordering > * {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .woo-filtering-ordering > * {
    margin-bottom: 0;
  }
}

.woo-filtering-ordering .woocommerce-result-count {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.03em;
  font-family: "Open Sans", sans-serif;
}

.woo-filtering-ordering .woocommerce-ordering select {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
  border: 0;
  height: auto;
  padding: 0 30px 0 0;
  background-position-y: .25em;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.cross-sells,
.products.upsells,
.products.related {
  margin-bottom: 50px;
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
  /*ul.products {

		li{
			max-width: 25%;
			@include respond-to(xs) {
				max-width: 50%;
			}
		}
	}*/
}

.cross-sells h2,
.products.upsells h2,
.products.related h2 {
  color: #1D1E21;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 45px;
  text-transform: capitalize;
}

.cross-sells > h2,
.products.upsells > h2,
.products.related > h2 {
  text-align: center;
  margin-bottom: 30px;
}

ul.products.list li.product .woo-grid-list-product-info h3,
ul.products.list li.product .woo-grid-list-product-info .woocommerce-product-details__short-description,
ul.products.list li.product .woo-grid-list-product-info .price,
ul.products.list li.product .woo-grid-list-product-info .gridlist-buttonwrap {
  width: auto;
  float: none;
}

ul.products.grid .woocommerce-product-details__short-description {
  display: none;
}

ul.products.grid .woo-grid-list-product-price {
  display: none;
}

ul.products.list li.product {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  ul.products.list li.product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

ul.products.list li.product .woo-product-thumbnail-wrapper img {
  display: block;
  width: 100% !important;
  float: none;
  margin: 0 !important;
}

@media (min-width: 768px) {
  ul.products.list li.product .woo-product-thumbnail-wrapper {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

ul.products.list li.product .woo-product-thumbnail-wrapper:hover .add-to-cart-wrapper {
  display: none;
}

ul.products.list li.product .star-rating-wrapper {
  margin-bottom: 10px;
}

ul.products.list li.product .star-rating-wrapper .star-rating {
  font-size: 14px;
  width: 6.8em;
  margin-bottom: 0;
  margin-right: 10px;
}

ul.products.list li.product .woocommerce-loop-product__title {
  font-family: "Blatant", sans-serif;
  font-size: 25px;
}

ul.products.list li.product .price {
  display: none;
}

ul.products.list li.product .woocommerce-product-details__short-description {
  font-size: 16px;
}

@media screen and (min-width: 1200px) {
  ul.products.list li.product .woo-grid-list-product-price {
    margin-left: 30px;
  }
}

ul.products.list li.product .woo-grid-list-product-price .price {
  display: block;
  margin-bottom: 13px;
  text-align: left;
}

ul.products.list li.product .woo-grid-list-product-price .woocommerce-Price-amount {
  font-size: 25px;
}

ul.products.list li.product .woo-grid-list-product-price del .woocommerce-Price-amount {
  font-size: 20px;
}

ul.products.list li.product .woo-grid-list-product-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  ul.products.list li.product .woo-grid-list-product-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

ul.products.list li.product .woo-grid-list-product-description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  ul.products.list li.product .woo-grid-list-product-description {
    margin-bottom: 0;
  }
}

ul.products.list li.product .woo-grid-list-product-description p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  font-family: "Open Sans", sans-serif;
}

ul.products.list li.product .woo-grid-list-product-description .woocommerce-loop-product__title {
  text-align: left;
}

ul.products.list li.product .woo-grid-list-product-description .star-rating-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

ul.products.list li.product .woo-grid-list-product-price {
  min-width: 30%;
}

ul.products.list li.product .gridlist-buttonwrap .button {
  padding: 18px 33px;
}

ul.products.list li.product .gridlist-buttonwrap .button:before {
  content: "\e82e";
  font-family: Linearicons-Free;
  margin-right: 10px;
  font-size: 24px;
  vertical-align: top;
  line-height: 20px;
}

li.product-category.animated .woo-product-thumbnail-wrapper {
  min-height: 277px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

li.product-category.animated .woo-product-thumbnail-wrapper img {
  width: auto;
  z-index: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

li.product-category.animated .woo-product-thumbnail-wrapper:before {
  content: '';
  background: url("./img/product-cat-bg.png");
  background-position: bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

li.product-category.animated:hover img {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

/**
 * Single product
 */
.single-product .woo-breadcrumbs-container {
  margin-top: 70px;
}

.single-product .woo-breadcrumbs-wrapper {
  max-width: 1170px;
}

.single-product .woo-product-info-wrapper {
  max-width: 1170px;
  margin: 0 auto 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .single-product .woo-product-info-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.single-product .woo-product-info-wrapper .summary .product_title {
  color: #1D1E21;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 15px;
}

.single-product .woo-product-info-wrapper .summary .woocommerce-product-rating .reviews-count {
  display: none;
}

.single-product .woo-product-info-wrapper .summary .woocommerce-product-rating .woocommerce-review-link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #666;
}

.single-product .woo-product-info-wrapper .summary .price {
  margin: 12px 0 15px;
}

.single-product .woo-product-info-wrapper .summary input[type="number"].qty {
  min-width: 60px;
  padding: 10px 14px 10px;
  text-align: center;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  font-family: "Blatant", sans-serif;
}

.single-product .woo-product-info-wrapper .summary .product_meta {
  font-family: "Open Sans", sans-serif;
}

.single-product .woo-product-info-wrapper .woocommerce-product-details__short-description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 40px;
}

.single-product .woo-product-images-wrapper {
  position: relative;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .single-product .woo-product-images-wrapper {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-right: 165px;
    max-width: 460px;
  }
}

@media (min-width: 992px) {
  .single-product .entry-summary {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

.single-product .entry-summary > * {
  max-width: 100%;
}

.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.single-product div.product .woocommerce-product-gallery a, .single-product div.product .woocommerce-product-gallery img {
  display: block;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  z-index: 10;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: #fff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  text-decoration: none;
  color: #C4A265;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font-family: Linearicons-Free;
  font-size: 20px;
  content: "\e86f";
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-align: center;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 10px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0 -5px;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
  padding: 0 5px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  outline: 2px solid transparent;
  outline-offset: -2px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  outline-color: #E1E1E1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  outline-color: #E1E1E1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  max-width: 50%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  max-width: 33.33%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  max-width: 25%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  max-width: 20%;
}

.single-product .woo-product-info-wrapper .product_title {
  margin-bottom: 10px;
}

.single-product .woo-product-info-wrapper .woocommerce-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.single-product .woo-product-info-wrapper .woocommerce-product-rating .star-rating {
  font-size: 14px;
  width: 6.8em;
  margin-right: 10px;
}

.single-product .woo-product-info-wrapper .woocommerce-product-rating .woocommerce-review-link {
  font-size: 14px;
  color: inherit;
}

.single-product .woo-product-info-wrapper .woocommerce-product-rating .woocommerce-review-link:hover {
  text-decoration: none;
  color: #C4A265;
}

.single-product .woo-product-info-wrapper .price {
  margin: 25px 0;
  font-size: 25px;
}

.single-product .woo-product-info-wrapper .price .woocommerce-Price-amount {
  font-size: inherit;
}

.single-product .woo-product-info-wrapper .price del .woocommerce-Price-amount {
  font-size: 20px;
}

.single-product .woo-product-info-wrapper .price ins .woocommerce-Price-amount {
  font-size: 25px;
  color: #ff0000;
}

.single-product .woo-product-info-wrapper .cart table td {
  padding: 5px 0;
  border: 0;
}

.single-product .woo-product-info-wrapper .cart .qty {
  max-width: 80px;
  padding-right: 10px;
}

.single-product .woo-product-info-wrapper .cart .woocommerce-grouped-product-list-item__quantity {
  width: 80px;
}

.single-product .woo-product-info-wrapper .cart .woocommerce-grouped-product-list-item__quantity .quantity .qty {
  margin: 0;
}

.single-product .woo-product-info-wrapper .cart .woocommerce-grouped-product-list-item__label {
  padding-left: 10px;
  padding-right: 10px;
}

.single-product .woo-product-info-wrapper .cart .woocommerce-grouped-product-list-item__label a {
  color: #fff;
}

.single-product .woo-product-info-wrapper .cart .woocommerce-grouped-product-list-item__label a:hover {
  text-decoration: none;
  color: #C4A265;
}

.single-product .woo-product-info-wrapper .cart .woocommerce-grouped-product-list-item__price {
  text-align: right;
}

.single-product .woo-product-info-wrapper .cart .woocommerce-grouped-product-list-item__price ins {
  background: transparent;
}

.single-product .woo-product-info-wrapper .cart .woocommerce-grouped-product-list-item__price ins .amount {
  color: #ff0000;
}

.single-product .woo-product-info-wrapper .cart .woocommerce-grouped-product-list-item__price .in-stock {
  color: inherit;
  font-size: 12px;
}

.single-product .woo-product-info-wrapper .cart .quantity .qty {
  float: left;
  margin: 0 10px 10px 0;
}

.single-product .woo-product-info-wrapper .cart .single_add_to_cart_button:before {
  content: "\e82e";
  font-family: Linearicons-Free;
  margin-right: 10px;
  font-size: 24px;
  vertical-align: top;
  line-height: 14px;
}

.single-product .woo-product-info-wrapper .cart .variations {
  margin-bottom: 20px;
}

.single-product .woo-product-info-wrapper .cart .woocommerce-variation-description,
.single-product .woo-product-info-wrapper .cart .single_variation {
  margin-bottom: 20px;
}

.single-product .woo-product-info-wrapper .grouped_form .single_add_to_cart_button {
  margin-top: 20px;
}

.single-product .woo-product-info-wrapper .product_meta {
  font-size: 14px;
}

.single-product .woo-product-info-wrapper .product_meta > * {
  display: block;
  margin-bottom: 5px;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #C4A265;
}

.stock.out-of-stock {
  color: #ff7062;
}

.commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.commentlist > li {
  margin-bottom: 26px;
}

.commentlist > li:last-child {
  margin-bottom: 0;
}

.commentlist .comment_container {
  border: 1px solid #E1E1E1;
  padding: 20px 20px 25px;
  background: #fff;
}

.commentlist .comment_container .star-rating-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.commentlist .comment_container .star-rating-wrapper .reviews-count {
  display: none;
}

.commentlist .comment_container .woocommerce-review__published-date {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  text-align: right;
  letter-spacing: 0.03em;
}

.commentlist .comment_container .description p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #1D1E21;
}

.commentlist .children {
  margin-left: 0;
  list-style: none;
}

.commentlist .children .woo-review-header {
  display: none;
}

.commentlist .woo-review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.commentlist .avatar {
  margin-right: 30px;
  border-radius: 50%;
}

.commentlist .woo-review-meta {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
}

.commentlist .star-rating {
  margin-bottom: 5px;
}

.commentlist .meta .woocommerce-review__dash {
  display: none;
}

.commentlist .meta .woocommerce-review__published-date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}

.commentlist .meta .woocommerce-review__author {
  font-weight: normal;
  color: #C4A265;
  font-style: normal;
  font-size: 21px;
  line-height: 21px;
}

.commentlist .meta .woocommerce-review__author a {
  color: inherit;
}

.woocommerce-Reviews .comment-respond {
  margin-top: 50px;
}

.woocommerce-Reviews .comment-reply-title {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #1D1E21;
  margin-bottom: 10px;
  display: block;
  font-family: "Blatant", sans-serif;
}

.woocommerce-Reviews .comment-form .comment-notes {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
  font-family: "Open Sans", sans-serif;
}

.woocommerce-Reviews .comment-form textarea, .woocommerce-Reviews .comment-form input {
  font-family: "Open Sans", sans-serif;
}

.woocommerce-Reviews .comment-form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-Reviews .comment-form .comment-form-cookies-consent input {
  margin-bottom: 3px;
}

.woocommerce-Reviews .comment-form .comment-form-cookies-consent label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
  font-family: "Open Sans", sans-serif;
}

.woocommerce-Reviews .comment-form .comment-form-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-Reviews .comment-form .comment-form-rating label {
  display: block;
  color: #1D1E21;
  margin-right: 10px;
  font-size: 21px;
  line-height: 21px;
}

/**
 * Checkout
 */
.woocommerce-form-register,
.woocommerce-form-login {
  border: 2px dashed #E1E1E1;
  padding: 30px;
  margin-bottom: 20px;
}

.woocommerce-form-register > *,
.woocommerce-form-login > * {
  max-width: 640px;
}

.woocommerce-form-register .woocommerce-form-login__rememberme,
.woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  margin-bottom: 15px;
}

.woocommerce-form-register .lost_password,
.woocommerce-form-login .lost_password {
  margin: 0;
}

.woocommerce-form-register input,
.woocommerce-form-login input {
  max-width: 460px;
}

.woocommerce-form-register .form-row,
.woocommerce-form-login .form-row {
  margin-bottom: 15px;
}

.woocommerce-form-register .woocommerce-privacy-policy-text,
.woocommerce-form-login .woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}

.checkout_coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  padding: 40px 0 0 0;
  margin-bottom: 20px;
}

.checkout_coupon p:first-child {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 33px;
  color: #1D1E21;
  font-family: "Blatant", sans-serif;
  margin-bottom: 20px;
}

.checkout_coupon .form-row-first {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0;
}

.checkout_coupon .form-row-first input.input-text {
  padding: 19px;
  font-size: 21px;
  line-height: 21px;
  color: #77787a;
  font-family: "Blatant", sans-serif;
  height: 55px;
}

.checkout_coupon .form-row-first input.input-text:focus {
  border: 1px solid #e1e1e1;
}

@media (max-width: 767px) {
  .checkout_coupon .form-row-first {
    width: 100%;
    margin-bottom: 10px;
  }
}

.checkout_coupon .form-row-last {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
}

form.woocommerce-checkout {
  margin-top: 60px;
}

form.woocommerce-checkout:first-child {
  margin-top: 0;
}

form.woocommerce-checkout .woocommerce-NoticeGroup {
  width: 100%;
}

form.woocommerce-checkout .col2-set > * {
  border: 2px dashed #E1E1E1;
  padding: 30px;
  margin-bottom: 50px;
}

form.woocommerce-checkout label {
  color: #fff;
}

form.woocommerce-checkout .woocommerce-account-fields {
  margin-top: 20px;
  font-weight: 700;
}

form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  margin-bottom: 20px;
}

form.woocommerce-checkout .woocommerce-shipping-fields > h3 label {
  margin: 0;
}

form.woocommerce-checkout .woocommerce-shipping-fields > h3 label {
  font-size: 26px;
  line-height: 33px;
  font-family: "Blatant", sans-serif;
  color: #1D1E21;
}

form.woocommerce-checkout .woocommerce-checkout-review-order-table {
  margin-bottom: 30px;
}

form.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  font-size: 16px;
  color: #1D1E21;
  font-weight: 600;
}

form.woocommerce-checkout .woocommerce-checkout-review-order-table th, form.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  padding: 14px 30px;
}

form.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr:first-child td {
  padding-top: 15px;
}

form.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr:last-child td {
  padding-bottom: 15px;
}

form.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td {
  border-top: 0;
  border-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #1D1E21;
}

form.woocommerce-checkout .woocommerce-checkout-review-order-table tbody strong {
  font-weight: inherit;
}

form.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .amount {
  color: #1D1E21;
  font-weight: inherit;
}

form.woocommerce-checkout .woocommerce-checkout-review-order-table th:last-child,
form.woocommerce-checkout .woocommerce-checkout-review-order-table td:last-child {
  text-align: right;
}

form.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

form.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:before {
  content: '';
}

form.woocommerce-checkout .woocommerce-checkout-payment ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

form.woocommerce-checkout .woocommerce-checkout-payment .payment_box {
  padding-left: 22px;
}

form.woocommerce-checkout .woocommerce-checkout-payment img {
  max-width: 100px;
  margin: -10px 10px;
}

form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 20px;
}

form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}

form.woocommerce-checkout .woo-order-review {
  border: 2px dashed #E1E1E1;
  padding: 30px;
  margin-bottom: 50px;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart > li {
  margin: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

.site-header-cart .widget_shopping_cart_content > *:last-child {
  margin-bottom: 0;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

@media (min-width: 992px) {
  .site-header-cart .widget_shopping_cart {
    display: block;
  }
}

/**
 * Star rating
 */
.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
.wc-block-review-list-item__rating > .wc-block-review-list-item__rating__stars,
.star-rating {
  display: block;
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 7.4em;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #9dc09e;
  letter-spacing: 4px;
  font-size: 10px;
}

.wc-block-grid__product-rating .star-rating::before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars::before,
.wc-block-review-list-item__rating > .wc-block-review-list-item__rating__stars::before,
.star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,
.wc-block-review-list-item__rating > .wc-block-review-list-item__rating__stars span,
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.wc-block-grid__product-rating .star-rating span::before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span::before,
.wc-block-review-list-item__rating > .wc-block-review-list-item__rating__stars span::before,
.star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #FFB125;
}

.star-rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.star-rating-wrapper .star-rating {
  margin-right: 10px;
}

.star-rating-wrapper .reviews-count {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: "Open Sans", cursive;
  color: #666;
}

p.stars {
  margin-bottom: 0;
}

p.stars:after {
  display: table;
  content: '';
  clear: both;
}

p.stars > span {
  display: block;
  line-height: 1;
  float: left;
}

p.stars > span a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-size: 20px;
  font-weight: 400;
}

p.stars > span a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  color: #E1E1E1;
  text-indent: 0;
  font-weight: 400;
}

p.stars > span a:hover ~ a::before {
  font-weight: 400;
  color: #E1E1E1;
}

p.stars > span:hover a::before {
  font-weight: 700;
  color: #C4A265;
}

p.stars.selected a.active::before {
  font-weight: 700;
  color: #C4A265;
}

p.stars.selected a.active ~ a::before {
  color: #E1E1E1;
  font-weight: 400;
}

p.stars.selected a:not(.active)::before {
  color: #C4A265;
  font-weight: 700;
}

/**
 * Tabs
 */
.woocommerce-tabs {
  max-width: 960px;
  margin: 0 auto 70px;
}

.woocommerce-tabs p {
  font-family: "Open Sans", sans-serif;
}

.woocommerce-tabs ul li {
  font-family: "Open Sans", sans-serif;
}

.woocommerce-tabs .entry-summary > *, .woocommerce-tabs .entry-content > * {
  max-width: 960px;
}

.woocommerce-tabs .woocommerce-Reviews-title {
  color: #1D1E21;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
}

.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #C4A265;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 15px 30px;
  display: block;
  color: #1D1E21;
  font-family: "Blatant", sans-serif;
  font-size: 20px;
  font-weight: normal;
}

.woocommerce-tabs ul.tabs li a:hover {
  color: #C4A265;
  text-decoration: none;
}

.woocommerce-tabs ul.tabs .active a {
  color: #C4A265;
}

.woocommerce-tabs .panel {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .woocommerce-tabs .panel {
    padding: 55px 0;
  }
}

.woocommerce-tabs .panel > h2:first-of-type {
  display: none;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #F6F4F2;
}

.woocommerce-password-strength.short {
  color: #ffe4e2;
}

.woocommerce-password-strength.bad {
  color: #ffe4e2;
}

.woocommerce-password-strength.good {
  color: #f7f9f6;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #F6F4F2;
  box-shadow: inset 2px 0 0 #F6F4F2;
}

.form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #ffe4e2;
  box-shadow: inset 2px 0 0 #ffe4e2;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #F6F4F2;
  clear: both;
  padding: 15px 30px;
  border-radius: 3px;
  font-size: 21px;
  font-family: "Blatant", sans-serif;
  font-weight: normal;
  color: #666;
  margin-bottom: 20px;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  margin-right: 20px;
}

.woocommerce-checkout .woocommerce-info {
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
}

.woocommerce-checkout form.woocommerce-checkout {
  margin-top: 60px;
}

.woocommerce-checkout form.woocommerce-checkout .col2-set > * {
  border: none;
  padding: 0;
  margin-bottom: 50px;
}

.woocommerce-checkout form.woocommerce-checkout .woo-order-review {
  border: none;
  padding: 0;
  margin-bottom: 50px;
}

.woocommerce-checkout form.woocommerce-checkout label, .woocommerce-checkout input, .woocommerce-checkout .selection span {
  color: #1D1E21;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.03em;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #f7f9f6;
}

.woocommerce-error {
  background-color: #ffe4e2;
}

.woocommerce-notices-wrapper {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #f7f9f6;
  z-index: 9999;
}

@media (min-width: 992px) {
  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 120%;
    right: 0;
    left: auto;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 5px 20px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background: #fff;
    width: 333px;
    padding: 20px;
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}

.woo-header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woo-header-actions ul {
  list-style: none;
}

.woo-header-actions .cart-contents,
.woo-header-actions .account-link,
.woo-header-actions .mobile-search-toggle {
  padding: 5px 10px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  display: block;
  text-decoration: none;
  background: transparent;
}

@media (min-width: 992px) {
  .woo-header-actions .cart-contents,
  .woo-header-actions .account-link,
  .woo-header-actions .mobile-search-toggle {
    padding: 12px 15px;
    font-size: 24px;
  }
}

.woo-header-actions .cart-contents .lnr,
.woo-header-actions .account-link .lnr,
.woo-header-actions .mobile-search-toggle .lnr {
  opacity: .5;
}

.woo-header-actions .cart-contents:hover, .woo-header-actions .cart-contents:focus, .woo-header-actions .cart-contents:active,
.woo-header-actions .account-link:hover,
.woo-header-actions .account-link:focus,
.woo-header-actions .account-link:active,
.woo-header-actions .mobile-search-toggle:hover,
.woo-header-actions .mobile-search-toggle:focus,
.woo-header-actions .mobile-search-toggle:active {
  outline: none;
  text-decoration: none;
  background: transparent;
}

.woo-header-actions .cart-contents:hover, .woo-header-actions .cart-contents:focus,
.woo-header-actions .account-link:hover,
.woo-header-actions .account-link:focus,
.woo-header-actions .mobile-search-toggle:hover,
.woo-header-actions .mobile-search-toggle:focus {
  color: #C4A265;
}

.woo-header-actions .cart-contents:hover .lnr, .woo-header-actions .cart-contents:focus .lnr,
.woo-header-actions .account-link:hover .lnr,
.woo-header-actions .account-link:focus .lnr,
.woo-header-actions .mobile-search-toggle:hover .lnr,
.woo-header-actions .mobile-search-toggle:focus .lnr {
  opacity: 1;
}

.site-header-product-search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width: 992px) {
  .site-header-product-search {
    margin-right: 40px;
  }
}

.site-header-product-search:last-child {
  margin-right: 0;
}

.site-header-product-search .widget_product_search {
  width: 100%;
  margin: 0;
}

.site-header-product-search .product-search-form-wrapper {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .site-header-product-search .product-search-form-wrapper {
    display: block;
    position: static;
  }
}

@media (max-width: 767px) {
  .site-header-product-search.is-opened .product-search-form-wrapper {
    background: #2A2C2F;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
  }
}

.site-header-product-search .product-search-form-wrapper .woocommerce-product-search {
  position: relative;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
}

.site-header-product-search .product-search-form-wrapper .woocommerce-product-search:before {
  font-family: Linearicons-Free;
  font-size: 20px;
  content: "\e86f";
  display: block;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 6px;
  height: 50px;
  width: 50px;
  color: #a9aaab;
}

.site-header-product-search .product-search-form-wrapper .woocommerce-product-search label {
  display: none;
}

.site-header-product-search .product-search-form-wrapper .woocommerce-product-search .search-field {
  padding-left: 50px;
}

.site-header-product-search .product-search-form-wrapper .woocommerce-product-search .search-field:focus {
  outline: none;
}

.site-header-product-search .product-search-form-wrapper .woocommerce-product-search .search-field:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.site-header-product-search .product-search-form-wrapper .woocommerce-product-search button {
  display: none;
  border: 0;
}

@media (min-width: 768px) {
  .site-header-product-search .product-search-form-wrapper .woocommerce-product-search button {
    display: block;
    border-radius: 0;
  }
}

.site-header-product-search .product-search-form-wrapper .woocommerce-product-search button:hover {
  background: #B89352;
  color: #fff;
}

.site-header-product-search .mobile-search-toggle {
  display: block;
  border: none;
}

@media (min-width: 992px) {
  .site-header-product-search .mobile-search-toggle {
    display: none;
  }
}

.site-header-cart .cart-contents {
  position: relative;
}

.site-header-cart .cart-contents .count {
  position: absolute;
  top: -6px;
  right: -6px;
  color: #fff;
  background: #C4A265;
  border-radius: 50%;
  font-family: "Blatant", sans-serif;
  opacity: 1;
  display: block;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .site-header-cart .cart-contents .count {
    top: 0;
    right: 0;
  }
}

.woocommerce-breadcrumb {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
  font-family: "Open Sans", sans-serif;
  color: #1D1E21;
}

.woo-breadcrumbs-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .woo-breadcrumbs-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .woo-breadcrumbs-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.woo-breadcrumbs-wrapper {
  max-width: 1410px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.woo-mobile-filters-open {
  font-size: 14px;
  padding: 10px 20px;
}

@media (min-width: 992px) {
  .woo-mobile-filters-open {
    display: none;
  }
}

.woo-mobile-filters-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  color: #1D1E21;
  border: 0;
  font-size: 30px;
}

@media (min-width: 992px) {
  .woo-mobile-filters-close {
    display: none;
  }
}

.woo-mobile-filters-close:hover {
  color: #C4A265;
  background: transparent;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale,
.onsale {
  line-height: 1;
  padding: 7px 10px;
  display: inline-block;
  font-family: "Blatant", sans-serif;
  background: #ff7062;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.wc-block-featured-product__price,
.wc-block-grid__product-price,
.woocommerce-Price-amount {
  font-family: "Blatant", sans-serif;
  color: #C4A265;
  font-weight: normal;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.03em;
}

.wc-block-featured-product__price ins,
.price ins {
  background: transparent;
}

del .woocommerce-Price-amount {
  font-size: 15px;
  line-height: 1;
  color: #666;
  font-weight: normal;
  margin-right: 5px;
}

ins .woocommerce-Price-amount {
  color: #FF6767;
  font-weight: normal;
}

.woocommerce-pagination {
  margin-bottom: 70px;
}

.select2-container {
  text-align: left;
  display: block;
}

.select2-container.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0;
}

.select2-container.select2-container--open.select2-container--above .select2-selection {
  border-top: 0;
}

.select2-container .selection .select2-selection {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  min-height: 50px;
  line-height: 50px;
}

.select2-container .selection .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding: 0 1.25rem;
}

.select2-container .selection .select2-selection--single .select2-selection__arrow {
  height: 48px;
  width: 30px;
  background: url(img/angle-down-solid.svg) top 17px right 8px no-repeat;
}

.select2-container .selection .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container .selection .select2-selection__clear {
  margin-right: 10px;
}

.select2-container .selection .select2-selection--multiple {
  line-height: 1;
  padding: 6px 5px;
  margin-bottom: 10px;
}

.select2-container .selection .select2-selection--multiple .select2-selection__choice {
  line-height: 1.5;
  background: transparent;
  border: 0;
}

.select2-container .selection .select2-selection--multiple .select2-search--inline {
  margin: 5px;
}

.select2-container .select2-dropdown {
  border: 1px solid #e1e1e1;
}

.select2-container .select2-dropdown--below {
  border-top: 0;
}

.select2-container .select2-dropdown--above {
  border-bottom: 0;
}

.select2-container .select2-dropdown li {
  margin: 0;
}

.select2-container .select2-dropdown li:focus {
  outline: none;
}

.woo-no-products-wrapper {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.woo-shop-active-filters {
  margin-bottom: 30px;
}

.woo-filtering-ordering .gridlist-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .woo-filtering-ordering .gridlist-toggle {
    padding: 0 !important;
  }
}

.woo-filtering-ordering .gridlist-toggle a {
  padding: 0;
  margin-right: 10px;
}

.woo-filtering-ordering .gridlist-toggle a:last-child {
  margin-right: 0;
}

.woo-filtering-ordering .gridlist-toggle .active,
.woo-filtering-ordering .gridlist-toggle a {
  background: transparent;
}

.woo-filtering-ordering .gridlist-toggle .active:hover,
.woo-filtering-ordering .gridlist-toggle a:hover {
  background: transparent;
}

.woo-filtering-ordering .gridlist-toggle .active:hover svg,
.woo-filtering-ordering .gridlist-toggle a:hover svg {
  fill: #C4A265;
}

.woo-filtering-ordering .gridlist-toggle .active svg {
  fill: #C4A265;
}

.woo-filtering-ordering .gridlist-toggle svg {
  fill: #E1E1E1;
  display: block;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_label {
  font-family: "Open Sans", sans-serif;
  color: #1D1E21;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.03em;
}

.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: ew-resize;
  outline: none;
  background: #C4A265;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -0.44em;
  opacity: 1;
  border-radius: 50%;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -10px;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #C4A265;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #E1E1E1;
}

.widget_price_filter .ui-slider-horizontal {
  height: 4px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.widget_price_filter .button {
  border: 2px solid #E1E1E1;
  border-radius: 0;
  background: #fff;
  color: #666;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 15px 40px;
  display: inline-block;
  margin-top: 20px;
  outline: none;
}

.widget_price_filter .button:hover {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background: #B89352;
  border-color: #B89352;
}

.woocommerce-widgets {
  font-size: 14px;
}

.woocommerce-widgets .widget {
  margin-bottom: 45px;
}

.woocommerce-widgets .widget:last-child {
  margin-bottom: 0;
}

.woocommerce-widgets .widget-title {
  position: relative;
  padding-right: 20px;
  margin-bottom: 20px;
  color: #1D1E21;
  /*&:after {
			content: '';
			position: absolute;
			right: 0;
			top: 15px;
			height: 1px;
			width: 15px;
			background: $themeColor3;
		}*/
}

.widget_product_categories ul {
  list-style: none;
  padding: 0;
}

.widget_product_categories .current-cat > a,
.widget_product_categories .current-cat > .count {
  color: #1D1E21;
  font-weight: 600;
}

.widget_product_categories .product-categories {
  margin: 0;
}

.widget_product_categories .product-categories .children {
  color: #C4A265;
  list-style: disc;
}

.widget_product_categories .product-categories .children .count {
  color: #666;
}

.widget_product_categories .count {
  float: right;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.widget_product_categories a {
  color: #1D1E21;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.widget_product_categories a:hover {
  text-decoration: none;
  color: #C4A265;
}

.woocommerce.post-type-archive-product .widget_rating_filter a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.widget_layered_nav ul {
  list-style: none;
  padding: 0;
}

.widget_layered_nav .count {
  float: right;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.widget_layered_nav a {
  color: #1D1E21;
  font-size: 16px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}

.widget_layered_nav a:hover {
  text-decoration: none;
  color: #C4A265;
}

.widget_rating_filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_rating_filter a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: inherit;
}

.widget_rating_filter a:hover {
  color: #C4A265;
  text-decoration: none;
}

.widget_product_search .woocommerce-product-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget_product_search .search-field {
  width: 100%;
  padding-right: 10px;
  min-width: 50px;
  border: 2px solid #222427;
  border-radius: 4px;
  margin-right: 2px;
}

.widget_product_search button {
  padding-left: 20px;
  padding-right: 20px;
}

.widget_shopping_cart .product_list_widget,
.widget_recently_viewed_products .product_list_widget,
.widget_recent_reviews .product_list_widget,
.widget_top_rated_products .product_list_widget,
.widget_products .product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_shopping_cart li:after,
.widget_recently_viewed_products li:after,
.widget_recent_reviews li:after,
.widget_top_rated_products li:after,
.widget_products li:after {
  content: '';
  clear: both;
  display: table;
}

.widget_shopping_cart a,
.widget_recently_viewed_products a,
.widget_recent_reviews a,
.widget_top_rated_products a,
.widget_products a {
  display: block;
  margin-bottom: 5px;
}

.widget_shopping_cart img,
.widget_recently_viewed_products img,
.widget_recent_reviews img,
.widget_top_rated_products img,
.widget_products img {
  float: left;
  max-width: 70px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.widget_shopping_cart ins,
.widget_recently_viewed_products ins,
.widget_recent_reviews ins,
.widget_top_rated_products ins,
.widget_products ins {
  background: transparent;
}

.widget_shopping_cart .variation,
.widget_recently_viewed_products .variation,
.widget_recent_reviews .variation,
.widget_top_rated_products .variation,
.widget_products .variation {
  display: none;
}

.widget_shopping_cart ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding-right: 30px;
  margin-bottom: 20px;
}

.widget_shopping_cart .button:not(.checkout) {
  color: #1D1E21;
  background: transparent;
  border-color: #E1E1E1;
}

.widget_shopping_cart .button:not(.checkout):hover {
  color: #fff;
  background: #B89352;
  border-color: #B89352;
}

.widget_shopping_cart .woocommerce-mini-cart__total {
  font-size: 18px;
  color: #666;
  font-family: "Blatant", sans-serif;
}

.widget_shopping_cart .woocommerce-mini-cart__total .amount {
  color: #1D1E21;
}

.widget_shopping_cart .buttons > * {
  margin-bottom: 20px;
}

.widget_shopping_cart .buttons > *:last-child {
  margin-bottom: 0;
}

.widget_shopping_cart .woocommerce-mini-cart {
  max-height: 300px;
  overflow: auto;
  padding-right: 10px;
  margin-right: -10px;
}

.widget_shopping_cart .woocommerce-mini-cart .quantity {
  font-family: "Blatant", sans-serif;
  font-size: 18px;
  color: #1D1E21;
}

.widget_shopping_cart .woocommerce-mini-cart .quantity .amount {
  color: inherit;
  font-size: inherit;
}

.widget_shopping_cart .woocommerce-mini-cart a {
  color: #C4A265;
  font-family: "Blatant", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}

.widget_shopping_cart .woocommerce-mini-cart a:hover {
  color: #1D1E21;
}

.widget_shopping_cart .woocommerce-mini-cart a.remove {
  width: 15px;
  height: 15px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
  color: inherit;
}

.widget_shopping_cart .woocommerce-mini-cart a.remove:before {
  content: '\e870';
  font-family: Linearicons-Free;
  line-height: 20px;
  display: block;
}

.widget_shopping_cart .woocommerce-mini-cart a.remove:hover {
  color: #C4A265;
}

.widget_layered_nav_filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_layered_nav_filters ul li {
  display: inline-block;
  padding: 0;
  margin: 0 10px 5px 0;
}

.widget_layered_nav_filters a {
  border: 1px solid #E1E1E1;
  display: block;
  padding: 5px 10px;
  line-height: 1;
  color: #1D1E21;
  margin-right: 25px;
  position: relative;
}

.widget_layered_nav_filters a > * {
  color: inherit;
}

.widget_layered_nav_filters a:hover {
  color: #C4A265;
  text-decoration: none;
}

.widget_layered_nav_filters a:after {
  content: '\e870';
  font-family: Linearicons-Free;
  position: absolute;
  right: -20px;
  color: #C4A265;
}

.widget_layered_nav_filters .amount {
  font-weight: inherit;
}

.woocommerce-cart-form .shop_table .woocommerce-Price-amount {
  color: #1D1E21;
}

.woocommerce-cart-form .shop_table thead {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-collapse: unset;
  border: 1px solid #E1E1E1;
  border-bottom-width: 0;
}

@media (max-width: 768px) {
  .woocommerce-cart-form .shop_table thead {
    border: none;
  }
}

@media (max-width: 768px) {
  .woocommerce-cart-form .shop_table thead th {
    border: none;
  }
}

.woocommerce-cart-form .shop_table td.actions {
  border: none;
}

@media (max-width: 768px) {
  .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item td {
    border: none;
  }
}

@media (max-width: 768px) {
  .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item {
    border-bottom: 1px solid #E1E1E1;
  }
}

@media (min-width: 768px) {
  .woocommerce-cart-form table td, .woocommerce-cart-form table th {
    border-radius: 5px;
    border-width: 1px;
  }
}

.woocommerce-cart-form table .cart_item:first-child td:first-child {
  /*border-top-width: 2px;*/
}

@media (max-width: 767px) {
  .woocommerce-cart-form table .cart_item td {
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  .woocommerce-cart-form table .cart_item td:before {
    margin-right: 10px;
  }
}

.woocommerce-cart-form table .cart_item td:first-child {
  padding-top: 20px;
}

.woocommerce-cart-form table .cart_item td:last-child {
  /*border-bottom-width: 2px;*/
  padding-bottom: 20px;
}

.woocommerce-cart-form .product-thumbnail {
  text-align: left;
}

@media (min-width: 768px) {
  .woocommerce-cart-form .product-thumbnail {
    width: 98px;
  }
}

.woocommerce-cart-form .product-thumbnail:before {
  display: none;
}

.woocommerce-cart-form .quantity .qty {
  max-width: 120px;
}

.woocommerce-cart-form .product-name a {
  color: #C4A265;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: 0.03em;
}

.woocommerce-cart-form .product-name a:hover {
  color: #C4A265;
  text-decoration: none;
}

.woocommerce-cart-form .cart_item td {
  padding-top: 30px;
  padding-bottom: 30px;
}

.woocommerce-cart-form .product-remove a {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  color: inherit;
  font-size: 24px;
}

@media (min-width: 768px) {
  .woocommerce-cart-form .product-remove a {
    font-size: 16px;
  }
}

.woocommerce-cart-form .product-remove a:hover {
  text-decoration: none;
  color: #C4A265;
}

.woocommerce-cart-form .product-remove a:before {
  display: block;
  content: '\e870';
  font-family: Linearicons-Free;
  line-height: 20px;
}

.woocommerce-cart-form .product-quantity:before {
  margin-top: 12px;
}

.woocommerce-cart-form .actions {
  border-left: 0;
  border-right: 0;
  padding: 40px 0 30px;
  text-align: left;
}

.woocommerce-cart-form .actions > * {
  margin-bottom: 10px;
}

.woocommerce-cart-form .actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .woocommerce-cart-form .actions .coupon {
    margin-right: 20px;
    float: left;
  }
}

.woocommerce-cart-form .actions .coupon label {
  display: none;
}

.woocommerce-cart-form .actions .coupon input {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.woocommerce-cart-form .actions .coupon button {
  border-radius: 0;
}

.woocommerce-cart-form .actions button[name="update_cart"] {
  border: 1px solid #E1E1E1;
  background: #fff;
  color: #666;
  border-radius: 3px;
  /*&:before {
				font-family: Linearicons-Free;
				content: '\e862';
				font-size: 30px;
				line-height: 14px;
				vertical-align: sub;
				margin-right: 10px;
			}*/
}

@media (min-width: 768px) {
  .woocommerce-cart-form .actions button[name="update_cart"] {
    float: right;
  }
}

.woocommerce-cart-form .actions button[name="update_cart"]:hover {
  color: #fff;
  background: #C4A265;
  border-color: #C4A265;
}

.cart-collaterals {
  margin-top: 40px;
}

.cart-collaterals .cart_totals > h2 {
  display: none;
}

.cart-collaterals table td, .cart-collaterals table th {
  padding: 15px 0;
  border: 0;
  vertical-align: top;
}

.cart-collaterals table th {
  padding-right: 15px;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
}

.cart-collaterals .shipping-calculator-form {
  margin-top: 15px;
}

.cart-collaterals .wc-proceed-to-checkout {
  margin-top: 25px;
  text-align: left;
}

.cart-collaterals .woocommerce-shipping-totals th, .cart-collaterals .woocommerce-shipping-totals td {
  border-top: 2px solid #E1E1E1;
  border-bottom: 2px solid #E1E1E1;
}

.cart-collaterals .woocommerce-shipping-methods {
  list-style: none;
  padding-left: 0;
}

.cart-collaterals .woocommerce-shipping-methods li:before {
  content: "";
  display: none;
}

.u-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .u-columns {
    margin: 0 -30px;
  }
}

.u-columns > * {
  width: 100%;
}

@media (min-width: 992px) {
  .u-columns > * {
    width: 50%;
    padding: 0 30px;
  }
}

.woocommerce-MyAccount-navigation {
  border-bottom: 2px solid #C4A265;
  margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul a {
  font-family: "Blatant", sans-serif;
  font-weight: 700;
  color: #1D1E21;
  font-size: 20px;
  padding: 10px;
  display: block;
}

.woocommerce-MyAccount-navigation ul a:hover {
  color: #C4A265;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation ul .is-active a {
  color: #C4A265;
}

@media (max-width: 767px) {
  .woocommerce-orders-table tr td {
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
  }
  .woocommerce-orders-table tr td:first-child {
    border-top-width: 2px;
  }
  .woocommerce-orders-table tr td:last-child {
    border-bottom-width: 2px;
  }
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  margin-bottom: 20px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  margin-bottom: 20px;
}

.wc-block-review-list {
  padding-left: 0;
}

.wc-block-sort-select {
  margin-bottom: 30px;
  text-align: left;
}

.wc-block-grid .wc-block-grid__products {
  margin: 0 -15px;
}

.wc-block-grid .wc-block-grid__product {
  border: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: left;
}

.wc-block-grid .wc-block-grid__product-image {
  margin-bottom: 20px;
  width: 100%;
}

.wc-block-grid .wc-block-grid__product-link {
  position: relative;
}

.wc-block-grid .wc-block-grid__product-link:hover {
  text-decoration: none;
  color: #C4A265;
}

.wc-block-grid .wc-block-grid__product-title {
  color: #1D1E21;
  font-size: 16px;
  font-family: inherit;
  font-weight: normal;
}

.wc-block-grid .wc-block-grid__product-title a {
  color: inherit;
}

.wc-block-grid .wc-block-grid__product-title a:hover {
  color: #C4A265;
  text-decoration: none;
}

.wc-block-grid .wc-block-grid__product-image {
  margin-bottom: 20px;
}

.wc-block-grid .wc-block-grid__product-image img {
  display: block;
  width: 100%;
}

.wc-block-grid .wc-block-grid__product-add-to-cart {
  margin-bottom: 0;
}

.wc-block-grid .wc-block-grid__product-add-to-cart a {
  color: #fff;
}

.wc-block-grid .wc-block-grid__product-rating__stars {
  margin: 0;
}

.wc-block-grid .wc-block-grid__product-rating {
  margin-bottom: 20px;
}

.wc-block-grid .wc-block-grid__product-rating .star-rating {
  margin: 0;
}

.wc-block-grid .wc-block-grid__product-price__value {
  font-size: 16px;
}

.wc-block-grid .wc-block-grid__product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.wc-block-grid .wc-block-grid__product-price__regular {
  margin-right: 5px;
  font-size: 13px;
  font-weight: inherit;
}

.wc-block-grid .wc-block-grid__product-price__regular + .wc-block-grid__product-price__value {
  color: #ff0000;
}

.wc-block-grid .wc-block-grid__product .wc-block-grid__product-onsale {
  margin: 0;
  border: 0;
  left: 35px;
  border-radius: 0;
  text-transform: none;
}

.wc-block-grid .wc-block-pagination {
  margin-top: 30px;
}

.wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--aligncenter {
  top: 20px;
}

.wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignleft {
  left: 35px;
  right: auto;
}

.wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignright {
  right: 35px;
  left: auto;
}

.wc-block-pagination .wc-block-pagination-page {
  margin: 0 10px 10px 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.wc-block-pagination .wc-block-pagination-page:hover, .wc-block-pagination .wc-block-pagination-page--active {
  color: #fff;
  background: #C4A265;
  text-decoration: none;
  font-weight: normal;
}

.wc-block-pagination .wc-block-pagination-page:last-of-type, .wc-block-pagination .wc-block-pagination-page:first-of-type {
  font-size: 24px;
  vertical-align: bottom;
}

.wc-block-pagination .wc-block-pagination-page:last-of-type:before, .wc-block-pagination .wc-block-pagination-page:first-of-type:before {
  content: '';
  display: block;
  font-family: Linearicons-Free;
}

.wc-block-pagination .wc-block-pagination-page:last-of-type:before {
  content: "\e876";
}

.wc-block-pagination .wc-block-pagination-page:first-of-type:before {
  content: "\e875";
}
