.woocommerce .page-title {
  display:none;
}
.woocommerce .products,
.woocommerce-page .products,
.woocommerce-tabs .tabs {
  clear: both;
  margin: 0;
  list-style: none;
  margin: 0 -1em;
  zoom: 1; }
  .woocommerce .products,
.woocommerce-page .products {
  clear: both;
  margin: 0px 0px 0px -2.5%;
  list-style: none;
  margin: 0;
  zoom: 1; }
  .woocommerce .products:before, .woocommerce .products:after,
  .woocommerce-page .products:before,
  .woocommerce-page .products:after,
  .woocommerce-tabs .tabs:before,
  .woocommerce-tabs .tabs:after {
    display: table;
    content: ""; }
  .woocommerce .products:after,
  .woocommerce-page .products:after,
  .woocommerce-tabs .tabs:after {
    clear: both; }
.woocommerce .products .product,
.woocommerce-page .products .product {
  float: left;
  position: relative;
  padding: 0 1.4% 2.8%;
  opacity: 1;
  -webkit-transition: 0.5s ease;
   transition: 0.5s ease;
}

.woocommerce.lorem-featured-product .products .product {
  padding: 0 8.5% 2.8%;
}

.woocommerce.lorem-featured-product .products .product .wp-thumbnail-image {
  /*padding: 0 10.3%;*/
}

.woocommerce-page .related-products-container .products .product,
.woocommerce .related-products-container .products .product {
  padding: 0px 0px 2.8% 2.8%;
}

.woocommerce-checkout .lorem-main {
  margin-bottom: 12em;
}

.woocommerce .products .product::before,
.woocommerce-page .products .product::before {
  content: '';
  display: none;
}
.owl-item .product {
  margin: 0 !important;
  width: 100%;
}
.woocommerce .product,
.woocommerce-page .product {
  position: relative;
}
.woocommerce div.product .images, .woocommerce-page div.product .images {
  float: left;
  margin-bottom: 2em;
  position: relative;
  background-color: #f2f2f2;
  width: 48.718%;
}

.woocommerce .lorem-single-product-wrap .images,
.woocommerce-page .lorem-single-product-wrap .images {
  margin-bottom: 0;
}
.product_title.entry-title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2.5px;
  line-height: 18px;
  text-align: center;
  color: #6F2100;
  font-family: "GFS Didot", "serif", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  word-wrap: break-word;
  font-family: "GFS Didot", "serif", Helvetica, Arial, sans-serif;
  margin-top: 4px;
}
.woocommerce .images .woocommerce-main-image,
.woocommerce-page .images .woocommerce-main-image {
  display: block;
  width: 100%;
}
.woocommerce .images .woocommerce-main-image:hover img,
.woocommerce-page .images .woocommerce-main-image:hover img {

      -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}
.woocommerce-main-image.zoom:after {
  color: white;
  content: '\e801';
  font-family: "icon_font";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 60px;
  margin-top: -30px;
  margin-left: -30px;
  opacity: 0;
    animation: fadeout 0.6s;
    -webkit-animation: fadeout 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.woocommerce-main-image.zoom:hover:after {
    animation: fadein 0.3s;
    -webkit-animation: fadein 0.3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.product .images img {
  min-width: 100%;
}
.woocommerce .images .thumbnails a:hover,
.woocommerce-page .images .thumbnails a:hover {
  box-shadow:0 0 0 2px #608eb5 inset;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.woocommerce .thumbnails img,
.woocommerce-page .thumbnails img {
  border: 2px solid #dbcb86;
}
.woocommerce div.product .summary, .woocommerce-page div.product .summary {
  clear: right;
  float: right;
  width: 51.28%;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 20px 30px 0 30px;
}

@media(max-width:979px){
  .woocommerce div.product .images,
  .woocommerce-page div.product .images,
  .woocommerce div.product .summary,
  .woocommerce-page div.product .summary {
    width: 100%;
  }

  .single.woocommerce div.product .images,
  .single.woocommerce-page div.product .images {
    margin-top: 40px;
  }

  .single.woocommerce .product .onsale,
  .single.woocommerce-page .product .onsale {
    -webkit-transform: translateY(25%);
         -moz-transform: translateY(25%);
          -ms-transform: translateY(25%);
           -o-transform: translateY(25%);
              transform: translateY(25%);
  }

  .single.woocommerce .summary .price > .amount, .woocommerce .summary .price > ins > .amount, .woocommerce-page .summary .price > .amount, .woocommerce-page .summary p.price > ins > .amount {
    font-size: 30px!important;
  }
  .single.woocommerce.single .summary .price > del, .woocommerce.single .summary p.price > del > .amount {
    font-size: 18px!important;
  }
}
.woocommerce div.product .summary .quantity,
.woocommerce-page div.product .summary .quantity {
  margin: 10px auto 38px auto;
}

.head-quantity {
  color: #989898;
  font-family: "GFS Didot", "serif", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
.woocommerce .group_table .quantity,
.woocommerce-page .group_table .quantity {
  margin: 0 !important;
}
.woocommerce div.product .summary .price,
.woocommerce-page div.product .summary .price {
  margin-top: 0!important;
}
.woocommerce .product.last, .woocommerce-page .product.last {
  margin-right: 0;
}
    .woocommerce .products .product img:hover,
  .woocommerce-page .products .product img:hover {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
  }
  .woocommerce .products .product a,
  .woocommerce-page .products .product a {
    display: block;
    position: relative;
    text-align: center;
  }

  .woocommerce .products .product a h3,
  .woocommerce-page .products .product a h3 {
    color:  #6F2100;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 11px;
  }

.woocommerce.lorem-featured-product .products .product a h3 {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}


  .woocommerce .products .rel-product-title-wrap a h3,
  .woocommerce-page .products .rel-product-title-wrap a h3 {
	  font-family: "GFS Didot", "serif", Helvetica, Arial, sans-serif;	
    margin-top: 16px;
  }


  .woocommerce .products .product .price .amount,
  .woocommerce-page .products .product .price .amount {
    font-size: 24px;
  }

  .woocommerce.lorem-featured-product .products .product .price .amount {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .woocommerce .products .product .price del .amount,
  .woocommerce-page .products .product .price del .amount {
    font-size: 14px;
  }

  ul.products.list li.product .price del .amount {
    font-size: 16px;
  }


  .woocommerce .products .product a.add_to_cart_button,
  .woocommerce-page .products .product a.add_to_cart_button,
  .woocommerce-page .products .product a.product_type_grouped,
  .woocommerce-page .products .product a.added_to_cart,
  .woocommerce .products .product a.added_to_cart,
  .woocommerce .products .product a.product_type_variable,
  .woocommerce .products .product a.product_type_simple {
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #6F2100;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "GFS Didot";
    font-size: 10px;
    font-weight: 700;
    background: none;
    padding: 8px 0;
    margin-top: 17px;
    display: block;
    letter-spacing: 2.3px;
    word-spacing: 2px;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1);
    z-index: 5;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    }

  .woocommerce .products .product a.add_to_cart_button::after,
  .woocommerce-page .products .product a.add_to_cart_button::after,
  .woocommerce-page .products .product a.product_type_grouped::after,
  .woocommerce-page .products .product a.added_to_cart::after,
  .woocommerce .products .product a.added_to_cart::after,
  .woocommerce .products .product a.product_type_variable::after,
  .woocommerce .products .product a.product_type_simple::after,
  .widget_price_filter .price_slider_amount .button::after {
    content: '';
    background-color: #6F2100;
  }

  .woocommerce .products .product a.add_to_cart_button::before,
  .woocommerce-page .products .product a.add_to_cart_button::before,
  .woocommerce-page .products .product a.product_type_grouped::before,
  .woocommerce-page .products .product a.added_to_cart::before,
  .woocommerce .products .product a.added_to_cart::before,
  .woocommerce .products .product a.product_type_variable::before,
  .woocommerce .products .product a.product_type_simple::before,
  .widget_price_filter .price_slider_amount .button::before {
    content: '';
    background-color: #FFF;
  }

  .woocommerce.lorem-featured-product .products .product a.add_to_cart_button,
  .woocommerce.lorem-featured-product .products .product a.added_to_cart,
  .woocommerce.lorem-featured-product .products .product a.product_type_variable,
  .woocommerce.lorem-featured-product .products .product a.product_type_simple {
    margin-top: 30px;
  }



  .woocommerce .products .product .onsale {
    width: 55px;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    z-index: 12;
  }

  .woocommerce.lorem-featured-product .products .product .onsale {
    font-size: 16px;
    border-radius: 0!important;
    margin: 0;
    margin-left: 4px;
    line-height: 54px;
    width: 53px;
    height: 53px;
    left: -20px;
  }

  .woocommerce .products .product .only.onsale {
    font-size: 12px;
  }


  .woocommerce .products .product a.add_to_cart_button:hover,
  .woocommerce .products .product a.product_type_simple:hover,
  .woocommerce-page .products .product a.add_to_cart_button:hover,
  .woocommerce-page .products .product a.product_type_grouped:hover,
  .woocommerce-page .products .product a.added_to_cart:hover,
  .woocommerce .products .product a.added_to_cart:hover,
  .woocommerce .products .product a.product_type_variable:hover {
    color: #fff;
  }

  .woocommerce .products .product a:first-child,
  .woocommerce-page .products .product a:first-child {
    display: block;
    overflow: visible;
    position: relative;
    z-index: 10;
    background-color: #fff;
    -webkit-transition: 0.5s all;
       -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
         -o-transition: 0.5s all;
            transition: 0.5s all;
  }

  .woocommerce .products .product .wp-thumbnail-image {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.5s all;
       -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
         -o-transition: 0.5s all;
            transition: 0.5s all;
  }

  .woocommerce .products .product-img-container {
    position: relative;
	border:3px solid #6f2100;
  }
  .woocommerce .products .product-img-container a:hover + img {
    opacity: 0;
  }

  .woocommerce .products .product-img-container a:hover > .wp-thumbnail-image,
  .woocommerce .products .product a:hover > .wp-thumbnail-image {
    opacity: 1;
	border:4px solid #c28f3d;
  }


  .product:hover a.product-preview-btn {
    background-color: #fff;
  }

  .related-products-container .rel-product-title-wrap .star-rating {
	  font-family: "GFS Didot", "serif", Helvetica, Arial, sans-serif;	
    display: none;
  }

  .woocommerce .related .onsale,
  .woocommerce .related .add_to_cart_button,
  .woocommerce-page .related .product_type_grouped {
    display: none!important;
  }

      .woocommerce .product > a:first-child h3,
        .woocommerce-page .product > a:first-child h3 {
          -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        }
      .woocommerce .product > a:first-child h3:hover,
        .woocommerce-page .product > a:first-child h3:hover{
          color: ##6F2100;
          -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        }
    .woocommerce .products .product > a:first-child .onsale,
    .woocommerce-page .products .product > a:first-child .onsale {
     opacity:1;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .woocommerce .products .product:hover > a:first-child .onsale,
    .woocommerce-page .products .product:hover > a:first-child .onsale {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0.3;
    }
      .woocommerce .products .product:hover a.product_type_simple:after,
    .woocommerce .products .product:hover a.add_to_cart_button:after,
    .woocommerce-page .products .product:hover a.product_type_simple:after,
    .woocommerce-page .products .product:hover a.add_to_cart_button:after,
    .woocommerce .products .product:hover a.product_type_variable:after,
    .woocommerce-page .products .product:hover a.product_type_variable:after {
      box-shadow: none;
    }
  .woocommerce .product.first,
  .woocommerce-page .product.first {
    clear: both; }
  .woocommerce .product.last,
  .woocommerce-page .product.last {
    margin-right: 0; }
  .woocommerce .product .onsale,
  .woocommerce-page .product .onsale {
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background-color: #6F2100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-left: -20px;
  color: #fcfaf4;
  font-family: "GFS Didot", "serif", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 88px;}
  .woocommerce .product .entry-featured,
  .woocommerce-page .product .entry-featured {
    overflow: hidden;
    z-index: 0; }
    .woocommerce .product .entry-featured img,
    .woocommerce-page .product .entry-featured img {
      min-width: 100%; }
  .woocommerce .product .entry-wrap,
  .woocommerce-page .product .entry-wrap {
    padding: 0; }
  .woocommerce .product .entry-header,
  .woocommerce-page .product .entry-header {
    position: relative; }
    .woocommerce .product .entry-header > a:first-child,
    .woocommerce-page .product .entry-header > a:first-child {
      display: block;
      padding: 15px; }
      .woocommerce .product .entry-header > a:first-child:hover h3,
      .woocommerce-page .product .entry-header > a:first-child:hover h3 {
        color: #C20340; }
    .woocommerce .product .entry-header h3,
    .woocommerce-page .product .entry-header h3 {
      margin: 0;
      padding-bottom: 0.5em;
      font-size: 148%;
      line-height: 1.05;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .woocommerce .product .entry-header .price > .amount,
    .woocommerce .product .entry-header .price > ins > .amount,
    .woocommerce-page .product .entry-header .price > .amount,
    .woocommerce-page .product .entry-header .price > ins > .amount {
      font-size: 18px;
      font-size: 1.8rem; }
    .woocommerce .product .entry-header .button,
    .woocommerce-page .product .entry-header .button {
      position: absolute;
      top: -53px;
      left: 15px;
      right: 15px;
      margin: 0;
      padding: 0.45em 0.5em 0.575em;
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      opacity: 0;
      filter: alpha(opacity=0);
      zoom: 1; }
    .woocommerce .product .button.add_to_cart_button.added,
    .woocommerce-page .product .button.add_to_cart_button.added {
    display: none;
  }
  .woocommerce .product:hover .star-rating-container,
  .woocommerce-page .product:hover .star-rating-container {
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1; }
  .woocommerce .product:hover .entry-header .button,
  .woocommerce-page .product:hover .entry-header .button {
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1; }
.woocommerce .product img {
display: block;
margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.widget_shopping_cart_content .button {
  padding: 1em 2em 0.95em;
}
.button.checkout.wc-forward {
  float: right;
}
.woocommerce .products .title-posts-wrapper h3{
  line-height: 21px;
}

.single-product.woocommerce .products .title-posts-wrapper h3 {
  line-height: 24px;
  letter-spacing: 1.6px;
  margin-top: -4px;
}

.woocommerce .title-posts-wrapper {

}

.woocommerce .title-posts-wrapper .header-wrapper {
  padding-left: 17px;
}

.woocommerce .title-posts-wrapper .header-wrapper h2{
  line-height:24px;
  margin-top:10px;
  letter-spacing:4px;

}
.wrap_item_title {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  display: block;
  margin: 0;
}
.wrap_item_title .product_category_title {
  color: #9f9f9f;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  margin: 0 0 1.4em;
}
.summary.entry-summary .price{
  display: block;
  float: none;
  font-weight: 400;
  text-align: center;
}
.woocommerce .entry-wrap,
.woocommerce-page .entry-wrap {
 }
  .woocommerce .entry-wrap:before, .woocommerce .entry-wrap:after,
  .woocommerce-page .entry-wrap:before,
  .woocommerce-page .entry-wrap:after {
    display: table;
    content: ""; }
  .woocommerce .entry-wrap:after,
  .woocommerce-page .entry-wrap:after {
    clear: both; }
.woocommerce .entry-wrap > .entry-content:first-child,
.woocommerce-page .entry-wrap > .entry-content:first-child {
  margin: 0;
  *zoom: 1; }
  .woocommerce .entry-wrap > .entry-content:first-child:before, .woocommerce .entry-wrap > .entry-content:first-child:after,
  .woocommerce-page .entry-wrap > .entry-content:first-child:before,
  .woocommerce-page .entry-wrap > .entry-content:first-child:after {
    display: table;
    content: ""; }
  .woocommerce .entry-wrap > .entry-content:first-child:after,
  .woocommerce-page .entry-wrap > .entry-content:first-child:after {
    clear: both; }
.woocommerce  .images,
.woocommerce-page  .images {
margin-bottom: 3em;
position: relative;
width: 100%; }
  @media (max-width: 767px) {
    .woocommerce  .images,
    .woocommerce-page  .images {
      width: 100%; } }
  .woocommerce  .images .onsale,
  .woocommerce-page  .images .onsale {
    top: 12px;
    left: 12px; }

  .woocommerce  .images .thumbnails > a,
  .woocommerce-page  .images .thumbnails > a {
  display: block;
  margin: 12.5% 2% 0 0;
    -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  .woocommerce  .images a:hover img,
  .woocommerce-page  .images a:hover img {
  border-color: #C20340;
    -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
    .woocommerce  .images .thumbnails > a:nth-child(4n+4),
    .woocommerce-page  .images .thumbnails > a:nth-child(4n+4) {
      margin-right: 0; }
.woocommerce  .summary,
.woocommerce-page  .summary {
  width: 100%; }
  @media (max-width: 767px) {
    .woocommerce  .summary,
    .woocommerce-page  .summary {
      width: 100%;
      margin-top: 50px; } }
  .woocommerce  .summary .product_title,
  .woocommerce-page  .summary .product_title { }
    @media (max-width: 480px) {
      .woocommerce  .summary .product_title,
      .woocommerce-page  .summary .product_title {
        font-size: 228%; } }
  .woocommerce  .summary .price > del,
  .woocommerce  .summary .price > .from,
  .woocommerce-page  .summary .price > del,
  .woocommerce-page  .summary .price > .from {
    font-size: 18px;
    font-size: 1.8rem; }
  .woocommerce  .summary .price > .amount,
  .woocommerce  .summary .price > ins > .amount,
  .woocommerce-page  .summary .price > .amount,
  .woocommerce-page  .summary .price > ins > .amount {
    color: #6F2100;
    font-weight: 400;
    line-height: 40px;
    font-family: Lato, "serif", Helvetica, Arial, sans-serif;
    font-size: 40px; }
	.woocommerce  .summary .single_variation .price > .amount,
  .woocommerce  .summary .single_variation .price > ins > .amount,
  .woocommerce-page  .summary .single_variation .price > .amount,
  .woocommerce-page  .summary .single_variation .price > ins > .amount {
		font-size: 25px;
    margin-right: 10px;
	}


    .woocommerce  .summary .variations .label,
    .woocommerce  .summary .variations .value,
    .woocommerce-page  .summary .variations .label,
    .woocommerce-page  .summary .variations .value {
  background-color: transparent;
  border-top: 0 none;
  display: block;
  vertical-align: middle;}
    .woocommerce  .summary .variations .label,
    .woocommerce-page  .summary .variations .label {
      padding-left: 0;
      margin-top: 5px;
      margin-bottom: 15px;
   }
    .woocommerce  .summary .variations tr:last-child .label,
    .woocommerce-page  .summary .variations tr:last-child .label {
      margin-bottom: 10px;
      margin-top: 25px;
    }


    .woocommerce  .summary .variations .value,
    .woocommerce-page  .summary .variations .value {
      padding-right: 0; }
    .woocommerce  .summary .variations select,
    .woocommerce-page  .summary .variations select {
    background-color: #f2f2f2;
    border: medium none;
    margin-bottom: 0;
    width: 100%; }

    .woocommerce  .summary .single_variation .price,
    .woocommerce-page  .summary .single_variation .price {
      margin-bottom: 0.75em;
      display: flex;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-justify-content: center;
              justify-content: center;
      -webkit-align-items: baseline;
              align-items: baseline;
      }

  .woocommerce .group_table .price,
  .woocommerce-page .group_table .price {
    display: table-cell !important;
  }
  .woocommerce .group_table td:first-child,
  .woocommerce-page .group_table td:first-child {
    padding-left: 0;
  }
.woocommerce  .woocommerce-tabs,
.woocommerce-page  .woocommerce-tabs {
  clear: both;
  float: left;
  margin-bottom: 9em;
  width: 100%;
  margin-top: 52px; }
  .woocommerce-tabs > div {
  }
  .woocommerce-tabs .tabs {
    list-style: outside none none;
    margin: 0;
    border-bottom: 3px solid #cdcdcd;
    margin-bottom: 46px;
  }
  .woocommerce-tabs .tabs > li {
  float: left;
  margin-left: -1px;
  position: relative;
  z-index: 1;
  margin-right: 60px;
  }

  .woocommerce-tabs .tabs > li::before {
    content: '';
    display: none;
  }
  .woocommerce-tabs .tabs > li:first-child {
  margin-left: 0;
  }
  .woocommerce-tabs .tabs > li > a {
    display: block;
    margin: 0 0px 10px 0;
    font-family: "GFS Didot", "serif", Helvetica, Arial, sans-serif;
    color:  #989898;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1.7px;
    margin-bottom: 12px;
    margin-right: -5px;
    margin-left: -2px;

  }
  .woocommerce-tabs .tabs > li.active > a {
    color: #6F2100;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    margin-bottom: 14px;
    margin-right: -5px;
    margin-left: -2px;
    line-height: 27px;
  }

  .woocommerce-tabs .tabs > li > a:hover {
    color: #6F2100;
  }

  .woocommerce-tabs .tabs > li.active > a:hover {
  font-size:24px;
}



    .woocommerce-tabs .tabs > li.active {
    border-bottom: 7px solid #6F2100;
    margin-bottom: -4px;
  }

  .woocommerce-tabs .wc-tab {
    display: none;
  }

  .woocommerce-tabs .wc-tab.active {
    display: block;
  }

  @media (max-width: 860px ) {
    .woocommerce-tabs .tabs > li > a {
      font-size: 16px;
      letter-spacing: 1.5px;
    }
    .woocommerce-tabs .tabs > li.active > a {
      font-size: 22px;
      letter-spacing: 3px;
    }

    .woocommerce-tabs .tabs > li {
      margin-bottom: 15px;
    }

    .woocommerce-tabs .tabs > li.active {
      margin-bottom: 30px;
    }


  }


  #tab-reviews #rating + .select2 {
    display: none!important;
  }
  .woocommerce  .woocommerce-tabs .lorem-tab-content,
  .woocommerce-page  .woocommerce-tabs .lorem-tab-content {
    margin-bottom: 0; }
  .woocommerce  .woocommerce-tabs h2,
  .woocommerce-page  .woocommerce-tabs h2 {
      font-size: 128.57%;
    font-weight: 400;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0;
   }
  .woocommerce  .woocommerce-tabs table,
  .woocommerce-page  .woocommerce-tabs table {
    margin-bottom: 0; }
  .woocommerce-tabs .commentlist {
  list-style: outside none none;
  margin: 2em 0 2.4em;
  }
  .woocommerce-tabs .avatar {
    border-radius: 100%;
    float: left;
    margin: 0 1.65em 1em 0 !important;
  }
  .comment-text .meta {
    margin-bottom: 0.5em;
  }
  .comment-text .meta > strong {
    color: #272727;
    font-size: 85.71%;
    text-transform: uppercase;
  }
  .comment-text time {
    color: #C20430;
    font-size: 85.71%;
    font-style: italic;
  }
  .comment-text .star-rating {
    margin: 0!important;
  }
  .woocommerce-tabs .commentlist .comment {
    border-top: 1px solid #e0e0e0;
    margin-top: 1.8em !important;
    padding-top: 2em !important;
  }
  .woocommerce-tabs .commentlist .comment:first-child {
    border: none;
    margin: 0!important;
    padding: 0!important;
  }
  .woocommerce  .woocommerce-tabs .lorem-comments-area,
  .woocommerce-page  .woocommerce-tabs .lorem-comments-area {
    position: relative; }
    .woocommerce  .woocommerce-tabs .lorem-comments-area .lorem-comments-list .lorem-comment-img .avatar-wrap:before,
    .woocommerce-page  .woocommerce-tabs .lorem-comments-area .lorem-comments-list .lorem-comment-img .avatar-wrap:before {
      display: none; }
    .woocommerce  .woocommerce-tabs .lorem-comments-area .lorem-comments-list .lorem-comment-img .avatar-wrap .avatar,
    .woocommerce-page  .woocommerce-tabs .lorem-comments-area .lorem-comments-list .lorem-comment-img .avatar-wrap .avatar {
      width: 60px;
      border-radius: 0; }
    @media (max-width: 767px) {
      .woocommerce  .woocommerce-tabs .lorem-comments-area .lorem-comments-list .lorem-comment-img,
      .woocommerce-page  .woocommerce-tabs .lorem-comments-area .lorem-comments-list .lorem-comment-img {
        display: none; } }
    .woocommerce  .woocommerce-tabs .lorem-comments-area .lorem-comments-list article.comment,
    .woocommerce-page  .woocommerce-tabs .lorem-comments-area .lorem-comments-list article.comment {
      border: 1px solid #dddddd;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 2px;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
      @media (max-width: 767px) {
        .woocommerce  .woocommerce-tabs .lorem-comments-area .lorem-comments-list article.comment,
        .woocommerce-page  .woocommerce-tabs .lorem-comments-area .lorem-comments-list article.comment {
          margin-left: 0; } }
    .woocommerce  .woocommerce-tabs .lorem-comments-area .lorem-comments-list .lorem-comment-header .star-rating-container,
    .woocommerce-page  .woocommerce-tabs .lorem-comments-area .lorem-comments-list .lorem-comment-header .star-rating-container {
      margin-top: 4px; }

  table.variations {
  margin: -1em 0 2em;
  margin-bottom: 0;
  width: 100%;
  }
  .woocommerce table.variations td,
  .woocommerce-page table.variations td {
  border: medium none;
  padding: 0;
  text-align: left;
  vertical-align: top;
  height:
  }
  .woocommerce table.variations td select,
  .woocommerce-page table.variations td select {
   margin: 0 0 1em;
  }
  .woocommerce table.variations td.label label,
  .woocommerce-page table.variations td.label label {
    letter-spacing: 2px;
    word-spacing: 3px;
  }
  .woocommerce table.variations .reset_variations {
    display: block;
  }
.woocommerce .upsells,
.woocommerce .related,
.woocommerce .cross-sells,
.woocommerce-page .upsells,
.woocommerce-page .related,
.woocommerce-page .cross-sells {
  clear: both;
  float: left;
  width: 100%; }
  .woocommerce .upsells h2,
  .woocommerce .related h2,
  .woocommerce .cross-sells h2,
  .woocommerce-page .upsells h2,
  .woocommerce-page .related h2,
  .woocommerce-page .cross-sells h2 { }
    .woocommerce .upsells .products .product .entry-featured,
    .woocommerce .related .products .product .entry-featured,
    .woocommerce .cross-sells .products .product .entry-featured,
    .woocommerce-page .upsells .products .product .entry-featured,
    .woocommerce-page .related .products .product .entry-featured,
    .woocommerce-page .cross-sells .products .product .entry-featured {
      border-bottom: 1px solid #dddddd;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
.cross-sells {
  margin-top: 2em;
}
.single-product .upsells .price, .single-product .related .price {
  font-size: 107.14%;
}
.products.related .products {
  margin-top: 5em;
  margin-left: -2.8%;
}



.woocommerce .cart-form,
.woocommerce-page .cart-form {
  margin: 0; }
.woocommerce .cart,
.woocommerce-page .cart {
  margin-top: 6.1em;
  text-align: center;
  margin-bottom: 10px; }
  .woocommerce .cart.shop_table,
  .woocommerce-page .cart.shop_table {
    margin: 0;
    border-spacing: 0; }
    @media (max-width: 767px) {
      .woocommerce .cart.shop_table .product-thumbnail,
      .woocommerce-page .cart.shop_table .product-thumbnail {
        display: none; } }

.shop_table.cart > thead,
.shop_table > thead,
.shop_table.cart td::before {
  background-color: #f2f2f2;
  text-transform: uppercase;
  font-family: "GFS Didot";
  color:  #6F2100;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  letter-spacing: 5px;
}

@media (max-width: 1070px) {
  .shop_table.cart > thead,
  .shop_table > thead,
  .shop_table.cart td::before {
    font-size: 20px;
  }
}

.shop_table.cart .cart-titles {
  position: relative;
}

.shop_table.cart  .cart-titles::after {
  content: '';
  display: block;
  width: 100%;
  height: 77px;
  background: url(../../../images/pattern_bgr.png);
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  margin-left: 30px;
  margin-top: -30px;
}

.shop_table.cart .actions::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../../images/pattern_bgr.png);
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  margin-left: -30px;
  margin-top: 30px;
}

.cart-variations {
  display: flex;
  margin-left: 40px;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.cart-variations-color  {
  display: flex;
  margin-top: -2px;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
}

.cart-variations-color span,
.cart-variations-size span {
  font-family: "GFS Didot";
  color:  #6F2100;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.cart-variations-color span:first-child,
.cart-variations-color + span {
  position: relative;
  display: block;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border: 1px solid #cdcdcd;
  line-height: 24px;
  margin-right: 10px;
}

.shop_table.cart > thead >tr>th,
.shop_table > thead >tr>th {
  text-align: center;
}
#customer_details {
  margin-bottom: 1.2em;
}

.shop_table th {
  border: none;
}
.shop_table td {
  border: none;
  border-bottom: 1px solid #f2f2f2;
}
.shop_table tbodt tr.cart_item:last-child td {
  border: none!important;
}
.shop_table.cart > tbody>tr>td,
.shop_table > tbody>tr>td {
  font-weight: 400;
  text-align: center;
}

.shop_table.cart .product-price .amount,
.shop_table.cart .product-subtotal .amount,
.shop_table .product-price .amount,
.shop_table .product-subtotal .amount {
  font-family: Lato;
  color:  #6F2100;
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 2px;
}

.shop_table.cart .product-price del .amount,
.shop_table.cart .product-subtotal del .amount,
.shop_table .product-price del .amount,
.shop_table .product-subtotal del .amount {
  color:  #989898;
  font-size: 16px;
  line-height: 24px;
}



.shop_table.cart .variation,
.shop_table .variation {
  font-family: "GFS Didot";
  color:  #6F2100;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.shop_table.cart > tbody>tr>td,
.shop_table > tbody>tr>td {
  border: medium none;
  padding: 1em 0;
  padding-bottom: 103px;
}

.woocommerce-cart .shop_table.cart > tbody>tr>td {
  padding-bottom: 44px;
}

.shop_table.wishlist_table > tbody > tr > td {
  padding-bottom: 13px;
  padding-left: 0 !important;
}

.shop_table > tbody>tr.cart_item:last-child>td {
  padding-bottom: 25px;
}


.shop_table.cart tr:last-child,
.shop_table tr:last-child {
  background-color: #f2f2f2;
}

.shop_table tr:last-child .coupon {
  position: relative;
  width: 290px;
}

.shop_table tr:last-child .coupon::before {
  content: "\e940";
  font-family: icon_font;
  color: #ffffff;
  position: absolute;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 12px;
  bottom: 9px;
  font-size: 24px;
  pointer-events: none;
}


.shop_table tr:last-child .coupon input[type="submit"]{
  display: inline-block;
  height: 50px;
  margin-top: 0;
  vertical-align: top;
  border: none;
  width: 50px;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0
}


.shop_table tr:last-child .coupon input[type="submit"]:hover {
  background-color: #6F2100;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.shop_table tfoot th {
  border-bottom: 1px solid #f2f2f2;
}
#order_review {
  margin-bottom: 4em;
}
#order_review .product-total,
#order_review .cart-subtotal td,
#order_review .shipping td,
#order_review .order-total td {
  border-left: medium none !important;
  text-align: right;
}
#order_review .product-name,
#order_review th {
  border-right: medium none !important;
}
#order_review table th, #order_review table td {
  padding: 0.8em 1.4em;
}
.shop_table.cart > tbody>tr>td.product-thumbnail img {
  width: 100%;
}
.shop_table.cart .cart_item .product-thumbnail {
  width: 230px;
  padding-top: 40px;
  padding-bottom: 20px !important;
}

.shop_table.wishlist_table .product-thumbnail {
  width: 130px;
}

.shop_table.cart .product-name,
.shop_table .product-name {
  width: 273px;
}

.shop_table.wishlist_table .product-name {
  width: auto;
}

.shop_table.cart .product-name,
.shop_table .product-name {
  vertical-align: initial;
}
.shop_table.cart .product-name-title,
.shop_table .product-name-title {
  margin-left: 38px;
  display: block;
  margin-top: 57px;
  margin-bottom: 21px;
  line-height: 24px;
}

.shop_table ul.product-cat {
  margin-bottom: 29px;
}

.product-cat .product-cat-title {
  font-family: "GFS Didot";
  color:  #6F2100;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}

.product-cat .product-cat-item a {
  color:  #6F2100;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.4px;
}
.product-cat .product-cat-item {
	color:  #6F2100;
  text-align: right;
  line-height: 16px;
}

.shop_table.cart > tbody>tr>td>a {
  font-family: "GFS Didot";
  color: #6F2100;
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.shop_table.cart > tbody>tr>td>a.remove,
.remove.remove_from_wishlist {
  color: #6F2100;
  display: inline-block;;
  font-size: 250%;
  font-weight: 400;
  margin: 0 auto;
}
.shop_table.cart > tbody>tr>td>a:hover,
.remove.remove_from_wishlist:hover {
  color: #6F2100;
}
.shop_table.cart > tbody>tr>td.product-name,
.shop_table.cart > thead >tr>th.product-name{
  text-align: left;
  padding-left:0;
  letter-spacing: 5px;
  padding-right: 16px;
}

.shop_table.wishlist_table > tbody>tr>td.product-name,
.shop_table.wishlist_table > thead >tr>th.product-name {
  vertical-align: middle;
}

.shop_table.cart > thead >tr > th {
  padding: 23px 0;
  border: none; }

.shop_table.cart > thead .product-price {
  padding-left: 5px;
  vertical-align: middle;
}

.woocommerce .shop_table.cart .quantity input[type="number"],
.woocommerce-page .shop_table.cart .quantity input[type="number"] {
  width: 60px;
  height: 50px;
  font-size: 20px;
}


.product-name dl.variation,
.widget_shopping_cart_content dl.variation {
  margin: 0;
}
.product-name dt,
.widget_shopping_cart_content dt {
  float: left;
  padding-right: 4px;
}

.shop_table.cart .variation dt,
.shop_table.cart .variation dd {
  letter-spacing: 1.5px;
  margin-left: 38px;
}

@media (max-width: 760px)  {

  .shop_table.cart > thead, .shop_table > thead, .shop_table.cart td::before {
    height: 25px;
  }

  .shop_table.cart > tbody>tr>td, .shop_table > tbody>tr>td {
    padding-bottom: 40px;
  }

  .shop_table.cart td {
    width: 100%!important;
  }

  .shop_table.cart .product-name-title {
    margin-left: 0;
    text-align: center;
  }

  .shop_table ul.product-cat {
    margin-left: 0;
    text-align: center;
  }

  .shop_table ul.product-cat li {
    display: inline;
    margin-right: 10px;
  }

  .cart-variations {
    margin-left: 0;
    -webkit-justify-content: center;
            justify-content: center;
  }

  .cart-variations div {
    margin-left: 20px;
    margin-right: 20px;
  }

  .shop_table.cart .product-price .amount,
  .shop_table.cart .product-subtotal .amount {
    margin-left: 45%;
  }

   .woocommerce .shop_table.cart td.product-quantity  .quantity,
   .woocommerce-page .shop_table.cart td.product-quantity  .quantity {
    margin: 0;
    margin-left: 69%;
   }

  .shop_table.cart table, .shop_table.cart thead, .shop_table.cart tbody, .shop_table.cart th, .shop_table.cart td, .shop_table.cart tr {
    display: block;
  }

  .shop_table.cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .shop_table.cart tr { border: 1px solid #f2f2f2; }

  .shop_table.cart td {
    border: none;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    padding-left: 50%;
  }

  .shop_table.cart td:before {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .shop_table.cart .cart_item td:nth-of-type(1)::before {
    content: "Product";
    background: none;
    letter-spacing: 1px;
   }
  .shop_table.cart .cart_item td:nth-of-type(3)::before {
    content: "Price";
    background: none;
    letter-spacing: 1px;
   }
  .shop_table.cart .cart_item td:nth-of-type(4)::before {
    content: "Quantity";
    background: none;
    letter-spacing: 1px;
   }
  .shop_table.cart .cart_item td:nth-of-type(5)::before {
    content: "Total";
    background: none;
    letter-spacing: 1px;
   }
}

.header_cart_list dl.variation {
  display: none;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%;
  margin: 89px 0 5em; }
  .woocommerce .cart-collaterals .cart-totals,
  .woocommerce .cart-collaterals .shipping-calculator,
  .woocommerce-page .cart-collaterals .cart-totals,
  .woocommerce-page .cart-collaterals .shipping-calculator {
    width: 48%;
    margin-top: 30px; }
    @media (max-width: 979px) {
      .woocommerce .cart-collaterals .cart-totals,
      .woocommerce .cart-collaterals .shipping-calculator,
      .woocommerce-page .cart-collaterals .cart-totals,
      .woocommerce-page .cart-collaterals .shipping-calculator {
        width: 100%; } }
    .woocommerce .cart-collaterals .cart-totals h2,
    .woocommerce .cart-collaterals .shipping-calculator h2,
    .woocommerce-page .cart-collaterals .cart-totals h2,
    .woocommerce-page .cart-collaterals .shipping-calculator h2,
    .woocommerce-billing-fields h3,
    #ship-to-different-address,
    #order_review_heading,
    .woocommerce-account h2, .woocommerce-checkout h2 {
  font-size: 138.46%;
  margin: 0 0 26px;}
  #ship-to-different-address .input-checkbox {
  position: relative;
  top: auto;
  }
  #ship-to-different-address {
    margin: 0;
  }
  .required {
    color:#d64123;
    border: none!important;
    cursor:inherit;
  }
  .woocommerce .cart-collaterals .shipping-calculator,
  .woocommerce-page .cart-collaterals .shipping-calculator {
    float: left;
    margin-right: 4%; }
    @media (max-width: 979px) {
      .woocommerce .cart-collaterals .shipping-calculator,
      .woocommerce-page .cart-collaterals .shipping-calculator {
        margin-right: 0; } }
    .woocommerce .cart-collaterals .shipping-calculator p,
    .woocommerce .cart-collaterals .shipping-calculator form,
    .woocommerce-page .cart-collaterals .shipping-calculator p,
    .woocommerce-page .cart-collaterals .shipping-calculator form {
      margin-bottom: 0; }
    .woocommerce .cart-collaterals .shipping-calculator select,
    .woocommerce .cart-collaterals .shipping-calculator input[type="text"],
    .woocommerce-page .cart-collaterals .shipping-calculator select,
    .woocommerce-page .cart-collaterals .shipping-calculator input[type="text"] {
      width: 100%; }
  .woocommerce .cart-collaterals .cart-totals,
  .woocommerce-page .cart-collaterals .cart-totals {
    float: right; }
    .woocommerce .cart-collaterals .cart-totals table,
    .woocommerce-page .cart-collaterals .cart-totals table {
      margin-bottom: 0; }
.shipping_calculator {
  max-width: 370px;
}
.shipping-calculator-fields input {
  border: 1px solid #3c3c3c;
}
select#calc_shipping_country {
  height: 40px;
  padding: 0.5em 1.2em 0;
  border: medium none;
  letter-spacing: 1.6px;
}
select#calc_shipping_country + .select2 {
  width: 100%!important;
}
select#calc_shipping_country + .select2 .select2-selection {
  border-radius: 3px;
}
.shipping-calculator-fields .button {
  padding: 0.9em 1.2em;
  width: 100%;
}
.shipping_calculator > h2 {
  font-size: 128.57%;
  font-weight: 400;
  margin-bottom: 1.6em;
}
.wc-proceed-to-checkout {
  margin-top: 2.4em;
}
.shipping-calculator-button::after {
  content: '\e816';
  font-family: "icon_font";
  padding-left: 6px;
  font-size: 80%;
}
.cart_totals {
  width: 47.17%;
  float: right;
  background-color:  #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1);
  padding: 42px 40px;
}

.shipping-container {
  width: 47.17%;
  float: left;
  margin-right: 5.6%;
  padding: 37px 0 5px 158px;
}

.shipping-container table td {
  padding-left: 0;
  padding-right: 24px;
}

.shipping-calculator-container input:-moz-placeholder {
  color: #989898;
  font-family: Lato, "serif", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
}

.shipping-calculator-container input:-ms-input-placeholder {
  color: #989898;
  font-family: Lato, "serif", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
}

.shipping-calculator-container input::-webkit-input-placeholder {
  color: #989898;
  font-family: Lato, "serif", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
}


.shipping-calculator-container select,
.shipping-calculator-container input {
  border: none;
  color: #989898;
  font-family: Lato, "serif", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 16px;
  height: 44px;
  margin-left: -4px;
  line-height: 22px;
  padding: .8em 0 0 1.5em;
  letter-spacing: 1.5px;
  outline: none;
  -webkit-appearance: none;
}

.shipping-calculator-container select.country_to_state {
    cursor: pointer;
    margin-bottom: 0;
    width: 98%;
    color: #989898;
    -webkit-appearance: button;
    background: url(../../../images/select-bottom.png) no-repeat 100% 67%, -webkit-linear-gradient(#fff, #FFF);
    padding: 0 29px 0 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
    height: 44px;
    margin-left: -4px;
    line-height: 22px;
}

#calc_shipping_country_field {
  position: relative;
  padding: 4px 10px 0px 0px;
  letter-spacing: 1.4px;
}

#calc_shipping_country_field::after {
  content: '';
  position: absolute;
  display: block;
  background: url(../../../images/select-bottom.png) no-repeat 100% 63%;
  height: 44px;
  width: 10px;
  height: 44px;
  top: 0;
  right: 0;
  margin-right: 12px;
  pointer-events: none;
}

.shipping-calculator-container .form-row {
  margin-bottom: 11px;
  width: 100%;
  position: relative;
}

#calc_shipping_state_field::before {
  display: none;
}

#calc_shipping_state_field span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #989898;
  bottom: 3px
}

.shipping-calculator-container .form-row::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #989898;
  bottom: 1px;
}

.shipping-container table th,
.shipping-container table td {
  border: none;
}

.shipping-container .shipping-title {
  font-family: "GFS Didot";
  color:  #989898;
  font-weight: 400;
  letter-spacing: 3.6px;
  margin-bottom: 6px;
}


.cart_totals > h2 {
  margin-bottom: 1.5em;
  text-transform: uppercase;
  letter-spacing: 12px;
  font-size: 40px;
  font-weight: 700;
  border-left: 3px solid #6F2100;
  margin-top: 0;
  padding-left: 18px;
}

.cart_totals table th {
  border: medium none;
  padding: 0.7em 0 1em;
  vertical-align: top;
  font-family: "GFS Didot";
  color:  #6F2100;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 19%;
  letter-spacing: 3.7px;
}
.cart_totals table td {
  border: medium none;
  color: #393939;
  padding: .4em 0 .9em;
  text-align: right;
  width: 225px;
}
.cart-subtotal td .amount {
  font-family: Lato;
  color:  #6F2100;
  font-size: 16px;
  letter-spacing: 1.4px;
}
.order-total .amount {
  font-family: Lato;
  color:  #6F2100!important;
  font-size: 20px;
  letter-spacing: 2px;
}
.cart_totals > table {
  margin-top: -15px;
}
.header_cart_list .empty{
  padding: 16px;
  border: none;
}
.payment_box,.woocommerce-message {
  background-color: #6F2100;
  border-color: #6F2100;
  color: #fff;
  padding: 1em;
}

.woocommerce-message a {
  float: right;
  color: inherit;
}

.woocommerce-message a:hover {
  color: #fff;
  text-decoration: underline;
}



.woocommerce-error {
  background-color: #ffc6b4;
  border-color: #d14f27;
  color: #d14f27;
  padding: 1.2em 1em 1em;
  margin: 0 0 2em;
  list-style: none;
}
.woocommerce-error a {
  color:  #d14f27;
}
.woocommerce td.product-quantity .quantity,
.woocommerce-page td.product-quantity .quantity {
  margin: 0 auto;
  padding-right: 0;
}
  .woocommerce .quantity input[type="button"],
  .woocommerce-page .quantity input[type="button"] {
  border: medium none;
  font-size: 16px;
  height: 20px;
  line-height: 1;
  padding: 0;
  top:1px;
  position: absolute;
  width: 25px;
  z-index: 9;
  background-color: #fff;}

  .woocommerce .quantity input[type="button"].minus,
  .woocommerce-page .quantity input[type="button"].minus {
  bottom: 1px;
  top: inherit;
  margin-left: -117%;
  left: 0;
  line-height: 19px!important;
  }

  .shop_table.cart .quantity input[type="button"].minus,
  .shop_table.cart .quantity input[type="button"].plus {
    display: none;
  }

.summary.entry-summary .quantity input[type="button"],
.woocommerce-page .quantity input[type="button"] {
   height: 37px;
   top: -1px;
   border: 1px solid #cdcdcd;
   right: 0px;
   width: 57px;
   margin-right: -120%;
   line-height: 33px;
   font-size: 25px;
   outline: none;
  }
.single-product .quantity input[type="button"]{
   right: 1px;
  }
.single_add_to_cart_button {
  margin-bottom: 6px;;
}
.summary.entry-summary .product_meta {
  margin: 0;
  font-family: Lato, "serif", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  color: #6F2100;
  letter-spacing: 1.2px;
  float: left;
}
.summary.entry-summary .product_meta a {
  font-family: Lato, "serif", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
  color: #989898;}

.product .summary.entry-summary .lorem-entry-share {
  color: #a0a0a0;
  margin: 0;
  padding-bottom: 1.3em;
  padding-top: 1.6em;
  border-top: 1px solid #dcdcdc;
}
.product .summary.entry-summary .lorem-share-options {
  margin-left: -0.75em;
}
.product .summary.entry-summary .lorem-share-options > span {
  display: none;
}
.single_add_to_cart_button:after {
  content: "";
  font-family: "icon_font";
}
.quantity.buttons_added {
  display: table;
  margin-bottom: 2em;
  position: relative;
}
.single-product form.cart.variations_form {
  width: 100%;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  margin-top: 0;
}
.shipping-calculator-fields select,
.shipping-calculator-fields input {
  margin-bottom: 1.2em;
}
.shipping-calculator-form .form-row {
  margin-bottom: 4px;
  text-align: left;
}
.shipping-calculator-form button {
  line-height: 1;
  margin-top: 1em;
  width: 100%;
}
  .woocommerce .quantity input[type="number"],
  .woocommerce-page .quantity input[type="number"] {
  color: #6F2100;
  font-style: normal;
  font-size: 16px;
  margin: 0px 0 0 0;
  padding: 0px 0px 0px 0px;
  position: relative;
  text-align: center;
  width: 47px;
  z-index: 1;
  font-family: Lato, "serif", Helvetica, Arial, sans-serif;
  line-height: 24px;
  height: 37px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  top: -1px;
}

.shop_table.cart .quantity input[type="number"] {
  background-color: #F2F2F2;
  border: none;
}

  .woocommerce .quantity input[type="number"]::-webkit-inner-spin-button,
  .woocommerce .quantity input[type="number"]::-webkit-outer-spin-button,
  .woocommerce-page .quantity input[type="number"]::-webkit-inner-spin-button,
  .woocommerce-page .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none; }
.coupon {
  display: inline-block;
  float: left;
  margin-right: 1em;
}

.coupon > label {
  display: none;
}
.coupon #coupon_code, .checkout_coupon #coupon_code{
  background-color: #fff;
  float: left;
  font-size: 14px;
  font-style: normal;
  margin: 0 1em 0 0;
  padding: 0 1em;
  border: 1px solid #9e9e9e;
  height: 50px;
  padding-right: 62px;
  width: 100%;
}

.shipping-container .form-row-button {
  margin-top: 57px;
}

.update-cart.button {
  background-color: #fff;
  color: #6F2100;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 25px 22px 29px;
  line-height: 18px;
  position: absolute;
  top: 30px;
  right: 40px;
  letter-spacing: 4px;
}

.update-totals.button {
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 22px 24px;
  line-height: 18px;
  letter-spacing: 3.9px
}


.select2-container .select2-choice {
  background-color: #f2f2f2!important;
  border: 1px solid #f2f2f2!important;
  color: #393939!important;
  height: 40px!important;
  line-height: 40px!important;
}
.checkout-button {
  float: right;
}
.checkout_coupon{
  display:inline-block;
}

.cart-collaterals .checkout-button {
  letter-spacing: 1.2px;
  padding: 12px 47px 12px 46px;
}

.shop_table.cart .button {
  float: right;
}
.shop_table.cart .checkout-button.button {
  float: right;
}
.update .button {
  width: auto !important;
}
.update .checkout-button {
  margin: 0 0 0 12px!important;
  width: auto !important;
}
.woocommerce-info {
  background-color: #f2f2f2;
  color: #606060;
  margin-bottom: 1em;
  padding: 1.2em 1em 1em;
  text-align: center;
}
.woocommerce-checkout .woocommerce-info {
text-align: left;
}
.woocommerce form.login label, .woocommerce form.register label,
.woocommerce form.address label {
  display: block;
}
.woocommerce .cart .actions,
.woocommerce-page .cart .actions {
  padding: 35px 41px 35px 39px;
  position: relative;
  text-align: left;}

    @media (max-width: 767px) {
      .woocommerce .cart .actions .action-group,
      .woocommerce-page .cart .actions .action-group {
        width: 100%; } }
    .woocommerce .cart .actions .action-group label,
    .woocommerce-page .cart .actions .action-group label {
      display: none; }
    .woocommerce .cart .actions .action-group input,
    .woocommerce-page .cart .actions .action-group input {
      width: 100%; }
    .woocommerce .cart .actions .action-group input[type="text"],
    .woocommerce-page .cart .actions .action-group input[type="text"] {
      margin-bottom: 0; }
      .woocommerce .cart .actions .action-group input[type="submit"]:first-child,
      .woocommerce-page .cart .actions .action-group input[type="submit"]:first-child {
        margin-top: 0; }
    .woocommerce .cart .actions .action-group.coupon,
    .woocommerce-page .cart .actions .action-group.coupon {
      float: left; }
    .woocommerce .cart .actions .action-group.update,
    .woocommerce-page .cart .actions .action-group.update {
      float: right; }
.woocommerce-account label {
  display: block;
}
.woocommerce-account .woocommerce h2:first-child,
.woocommerce-checkout .woocommerce h2:first-child {
  margin-top: 0; }
.woocommerce-account .woocommerce header h2:first-child,
.woocommerce-checkout .woocommerce header h2:first-child {
  margin-top: 60px; }
.woocommerce-account .checkout_coupon,
.woocommerce-checkout .checkout_coupon {
  margin-bottom: 1.85em;
  *zoom: 1; }
  .woocommerce-account .checkout_coupon:before, .woocommerce-account .checkout_coupon:after,
  .woocommerce-checkout .checkout_coupon:before,
  .woocommerce-checkout .checkout_coupon:after {
    display: table;
    content: ""; }
  .woocommerce-account .checkout_coupon:after,
  .woocommerce-checkout .checkout_coupon:after {
    clear: both; }
  .woocommerce-account .checkout_coupon .form-row-first,
  .woocommerce-account .checkout_coupon .form-row-last,
  .woocommerce-checkout .checkout_coupon .form-row-first,
  .woocommerce-checkout .checkout_coupon .form-row-last {
    float: left; }
  .woocommerce-account .checkout_coupon .form-row-first,
  .woocommerce-checkout .checkout_coupon .form-row-first {
    margin-bottom: 0.5em; }
    .woocommerce-account .checkout_coupon .form-row-first input,
    .woocommerce-checkout .checkout_coupon .form-row-first input {
      margin-bottom: 0; }
  .woocommerce-account .checkout_coupon .form-row-last,
  .woocommerce-checkout .checkout_coupon .form-row-last {
    margin-bottom: 0; }
.woocommerce-account .checkout,
.woocommerce-account .form-edit-address,
.woocommerce-checkout .checkout,
.woocommerce-checkout .form-edit-address {
  margin-bottom: 0; }
  .woocommerce-account .checkout h3,
  .woocommerce-account .form-edit-address h3,
  .woocommerce-checkout .checkout h3,
  .woocommerce-checkout .form-edit-address h3 {
    margin-top: 60px;
    font-size: 138.46%;}
    .woocommerce-account .checkout h3:first-child,
    .woocommerce-account .form-edit-address h3:first-child,
    .woocommerce-checkout .checkout h3:first-child,
    .woocommerce-checkout .form-edit-address h3:first-child {
      margin-top: 0; }

  .woocommerce-checkout.checkout .woocommerce-billing-fields h3 {
    margin-top: 26px;
  }

  .woocommerce-account .checkout abbr,
  .woocommerce-account .form-edit-address abbr,
  .woocommerce-checkout .checkout abbr,
  .woocommerce-checkout .form-edit-address abbr {
    border: 0; }
  .woocommerce-account .checkout select,
  .woocommerce-account .checkout textarea,
  .woocommerce-account .checkout input[type="text"],
  .woocommerce-account .form-edit-address select,
  .woocommerce-account .form-edit-address textarea,
  .woocommerce-account .form-edit-address input[type="text"],
  .woocommerce-checkout .checkout select,
  .woocommerce-checkout .checkout textarea,
  .woocommerce-checkout .checkout input[type="text"],
  .woocommerce-checkout .form-edit-address select,
  .woocommerce-checkout .form-edit-address textarea,
  .woocommerce-checkout .form-edit-address input[type="text"],
  .woocommerce-checkout input[type="email"],
  .woocommerce-checkout input[type="tel"]  {
    width: 100%; }
  .woocommerce-account .checkout textarea,
  .woocommerce-account .form-edit-address textarea,
  .woocommerce-checkout .checkout textarea,
  .woocommerce-checkout .form-edit-address textarea {
    height: 6em;
    resize: vertical; }
  .woocommerce-account .checkout input[name="billing_address_1"],
  .woocommerce-account .form-edit-address input[name="billing_address_1"],
  .woocommerce-checkout .checkout input[name="billing_address_1"],
  .woocommerce-checkout .form-edit-address input[name="billing_address_1"] {
    margin-bottom: 0; }
  .woocommerce-account .checkout input[type="radio"],
  .woocommerce-account .checkout input[type="checkbox"],
  .woocommerce-account .form-edit-address input[type="radio"],
  .woocommerce-account .form-edit-address input[type="checkbox"],
  .woocommerce-checkout .checkout input[type="radio"],
  .woocommerce-checkout .checkout input[type="checkbox"],
  .woocommerce-checkout .form-edit-address input[type="radio"],
  .woocommerce-checkout .form-edit-address input[type="checkbox"] {
    float: left; }
  .woocommerce-account .checkout .form-row,
  .woocommerce-account .form-edit-address .form-row,
  .woocommerce-checkout .checkout .form-row,
  .woocommerce-checkout .form-edit-address .form-row {
    margin-bottom: 0.65em;
    *zoom: 1; }
    .woocommerce-account .checkout .form-row:before, .woocommerce-account .checkout .form-row:after,
    .woocommerce-account .form-edit-address .form-row:before,
    .woocommerce-account .form-edit-address .form-row:after,
    .woocommerce-checkout .checkout .form-row:before,
    .woocommerce-checkout .checkout .form-row:after,
    .woocommerce-checkout .form-edit-address .form-row:before,
    .woocommerce-checkout .form-edit-address .form-row:after {
      display: table;
      content: ""; }
    .woocommerce-account .checkout .form-row:after,
    .woocommerce-account .form-edit-address .form-row:after,
    .woocommerce-checkout .checkout .form-row:after,
    .woocommerce-checkout .form-edit-address .form-row:after {
      clear: both; }
  .woocommerce-account .checkout .form-row-first,
  .woocommerce-account .checkout .form-row-last,
  .woocommerce-account .form-edit-address .form-row-first,
  .woocommerce-account .form-edit-address .form-row-last,
  .woocommerce-checkout .checkout .form-row-first,
  .woocommerce-checkout .checkout .form-row-last,
  .woocommerce-checkout .form-edit-address .form-row-first,
  .woocommerce-checkout .form-edit-address .form-row-last {
    float: left;
    width: 48%; }
  .woocommerce-account .checkout .form-row-first,
  .woocommerce-account .form-edit-address .form-row-first,
  .woocommerce-checkout .checkout .form-row-first,
  .woocommerce-checkout .form-edit-address .form-row-first {
    margin-right: 4%; }
  .woocommerce-account .checkout .payment_methods,
  .woocommerce-account .form-edit-address .payment_methods,
  .woocommerce-checkout .checkout .payment_methods,
  .woocommerce-checkout .form-edit-address .payment_methods {
    margin-left: 0;
    list-style: none; }
    .woocommerce-account .checkout .payment_methods li,
    .woocommerce-account .form-edit-address .payment_methods li,
    .woocommerce-checkout .checkout .payment_methods li,
    .woocommerce-checkout .form-edit-address .payment_methods li {
      margin-bottom: 1.313em; }
    .woocommerce-account .checkout .payment_methods label,
    .woocommerce-account .form-edit-address .payment_methods label,
    .woocommerce-checkout .checkout .payment_methods label,
    .woocommerce-checkout .form-edit-address .payment_methods label {
      padding-left: 18px; }
      .woocommerce-account .checkout .payment_methods label img,
      .woocommerce-account .form-edit-address .payment_methods label img,
      .woocommerce-checkout .checkout .payment_methods label img,
      .woocommerce-checkout .form-edit-address .payment_methods label img {
        display: none; }
    .woocommerce-account .checkout .payment_methods p,
    .woocommerce-account .form-edit-address .payment_methods p,
    .woocommerce-checkout .checkout .payment_methods p,
    .woocommerce-checkout .form-edit-address .payment_methods p {
      font-size: 0.85em;
      line-height: 1.4; }
  .woocommerce-account .checkout .place-order,
  .woocommerce-account .form-edit-address .place-order,
  .woocommerce-checkout .checkout .place-order,
  .woocommerce-checkout .form-edit-address .place-order {
    margin-bottom: 0; }
.woocommerce-account ul.order_details,
.woocommerce-checkout ul.order_details {
  margin-left: 0;
  list-style: none; }
.woocommerce-account table.order_details dl,
.woocommerce-checkout table.order_details dl {
  margin: 0; }
.woocommerce-account h3,
.woocommerce-checkout h3 {
  font-size: 138%;
    margin-top: 0;}
.woocommerce-account dl.customer_details,
.woocommerce-checkout dl.customer_details {
  margin-top: 0; }
  .woocommerce-account dl.customer_details dt,
  .woocommerce-checkout dl.customer_details dt {
    float: left;
    margin-right: 0.35em; }
.woocommerce-account .addresses .col-1,
.woocommerce-account .addresses .col-2,
.woocommerce-checkout .addresses .col-1,
.woocommerce-checkout .addresses .col-2 {
  float: left;
  width: 48%; }
  .woocommerce-account .addresses .col-1 address,
  .woocommerce-account .addresses .col-2 address,
  .woocommerce-checkout .addresses .col-1 address,
  .woocommerce-checkout .addresses .col-2 address {
    margin-bottom: 0; }
.woocommerce-account .addresses .col-1,
.woocommerce-checkout .addresses .col-1 {
  margin-right: 4%; }
.woocommerce-account .my_account_orders,
.woocommerce-checkout .my_account_orders {
  margin: 10px 0 0; }
  @media (max-width: 767px) {
    .woocommerce-account .my_account_orders .order-date,
    .woocommerce-account .my_account_orders .order-total,
    .woocommerce-checkout .my_account_orders .order-date,
    .woocommerce-checkout .my_account_orders .order-total {
      display: none; } }
.woocommerce-account .change_password,
.woocommerce-checkout .change_password {
  margin-bottom: 0; }
  .woocommerce-account .change_password p.form-row-first,
  .woocommerce-checkout .change_password p.form-row-first {
    margin-bottom: 0; }
  .woocommerce-account .change_password p:last-of-type,
  .woocommerce-checkout .change_password p:last-of-type {
    margin-bottom: 0; }
  .woocommerce-account .change_password p input[type="password"],
  .woocommerce-checkout .change_password p input[type="password"] {
    width: 100%; }
.woocommerce-account .lost_reset_password,
.woocommerce-checkout .lost_reset_password {
  margin-bottom: 0; }
  .woocommerce-account .lost_reset_password .form-row,
  .woocommerce-checkout .lost_reset_password .form-row {
  max-width: 200px;
  }
  .woocommerce-account .lost_reset_password p:last-of-type,
  .woocommerce-checkout .lost_reset_password p:last-of-type {
    margin-bottom: 0; }
  .woocommerce-account .lost_reset_password p input[type="text"],
  .woocommerce-checkout .lost_reset_password p input[type="text"] {
    width: 100%; }
.woocommerce-billing-fields input.input-text,
.woocommerce-shipping-fields input.input-text,
.woocommerce-shipping-fields textarea,
.shipping-calculator-form select,
.login input.input-text,
.form-edit-address input.input-text,
.form-edit-address textarea,
form .input-text {
  background-color: #fff;
  color: #989898;
  font-style: normal;
}
.shipping-calculator-form input,
.shipping-calculator-form textarea,
.shipping-calculator-form select {
  width: 100%;
}
#rememberme {
  margin-right: 5px;
  margin-top: 0;
}

.woocommerce-account input[name="login"] {
  margin-bottom: 25px;
  margin-top: 10px;
}

.widget_products ul li,
.widget_best_sellers ul li,
.widget_shopping_cart ul li,
.widget_featured_products ul li,
.widget_onsale ul li,
.widget_random_products ul li,
.widget_recently_viewed_products ul li,
.widget_recent_products ul li,
.widget_recent_reviews ul li,
.widget_top_rated_products ul li {
  font-size: 81.25%;
  *zoom: 1; }
  .widget_products ul li:before,.widget_products ul li:after,
  .widget_best_sellers ul li:before, .widget_best_sellers ul li:after,
  .widget_shopping_cart ul li:before,
  .widget_shopping_cart ul li:after,
  .widget_featured_products ul li:before,
  .widget_featured_products ul li:after,
  .widget_onsale ul li:before,
  .widget_onsale ul li:after,
  .widget_random_products ul li:before,
  .widget_random_products ul li:after,
  .widget_recently_viewed_products ul li:before,
  .widget_recently_viewed_products ul li:after,
  .widget_recent_products ul li:before,
  .widget_recent_products ul li:after,
  .widget_recent_reviews ul li:before,
  .widget_recent_reviews ul li:after,
  .widget_top_rated_products ul li:before,
  .widget_top_rated_products ul li:after {
    display: table;
    content: ""; }
  .widget_products ul li:after,
  .widget_best_sellers ul li:after,
  .widget_shopping_cart ul li:after,
  .widget_featured_products ul li:after,
  .widget_onsale ul li:after,
  .widget_random_products ul li:after,
  .widget_recently_viewed_products ul li:after,
  .widget_recent_products ul li:after,
  .widget_recent_reviews ul li:after,
  .widget_top_rated_products ul li:after {
    clear: both; }
  .widget_products ul li:last-child,
  .widget_best_sellers ul li:last-child,
  .widget_shopping_cart ul li:last-child,
  .widget_featured_products ul li:last-child,
  .widget_onsale ul li:last-child,
  .widget_random_products ul li:last-child,
  .widget_recently_viewed_products ul li:last-child,
  .widget_recent_products ul li:last-child,
  .widget_recent_reviews ul li:last-child,
  .widget_top_rated_products ul li:last-child {
    margin-bottom: 0; }
  .widget_products ul li a,
  .widget_best_sellers ul li a,
  .widget_shopping_cart ul li a,
  .widget_featured_products ul li a,
  .widget_onsale ul li a,
  .widget_random_products ul li a,
  .widget_recently_viewed_products ul li a,
  .widget_recent_products ul li a,
  .widget_recent_reviews ul li a,
  .widget_top_rated_products ul li a {
    display: block;
    margin-bottom: 2px;
    border-bottom: 0;
    font-size: 135.7%; }
    .widget_best_sellers ul li a img,
    .widget_shopping_cart ul li a img,
    .widget_featured_products ul li a img,
    .widget_onsale ul li a img,
    .widget_random_products ul li a img,
    .widget_recently_viewed_products ul li a img,
    .widget_recent_products ul li a img,
    .widget_recent_reviews ul li a img,
    .widget_top_rated_products ul li a img {
      padding: 3px !important;
      float: left;
      width: 65px;
      margin-right: 0.65em; }
  .widget_products ul li > del,
  .widget_products ul li > ins,
  .widget_best_sellers ul li > del,
  .widget_best_sellers ul li > ins,
  .widget_shopping_cart ul li > del,
  .widget_shopping_cart ul li > ins,
  .widget_featured_products ul li > del,
  .widget_featured_products ul li > ins,
  .widget_onsale ul li > del,
  .widget_onsale ul li > ins,
  .widget_random_products ul li > del,
  .widget_random_products ul li > ins,
  .widget_recently_viewed_products ul li > del,
  .widget_recently_viewed_products ul li > ins,
  .widget_recent_products ul li > del,
  .widget_recent_products ul li > ins,
  .widget_recent_reviews ul li > del,
  .widget_recent_reviews ul li > ins,
  .widget_top_rated_products ul li > del,
  .widget_top_rated_products ul li > ins {
    text-shadow: none; }

.widget_shopping_cart_content {
  margin-bottom: 0.4em;
}
.widget_shopping_cart .empty {
  font-size: 100%; }
.widget_shopping_cart .total {
  border-top: 1px solid #e0e0e0;
  font-size: 87.51%;
  margin-bottom: 0;
  padding: 1em 0;
  text-transform: uppercase; }
.widget_shopping_cart .total .amount {
  font-weight: 600;
  font-size: 128.57%;
}
.widget_shopping_cart .buttons {
  *zoom: 1; }
  .widget_shopping_cart .buttons:before, .widget_shopping_cart .buttons:after {
    display: table;
    content: ""; }
  .widget_shopping_cart .buttons:after {
    clear: both; }


.widget_layered_nav li {
  position: relative; }
  .widget_layered_nav li .count {
font-size: inherit;
margin-top: -11px;
position: absolute;
right: 10px;
top: 50%;
width: 24px; }

.lorem-sidebar .widget_price_filter .h-widget {
  margin-bottom: 65px;
}

.lorem-sidebar .widget_price_filter {
  margin-bottom: 46px;
}


.widget_price_filter form {
  margin-bottom: 0; }
  .widget_price_filter form input[type="text"] {
    display: none; }
.widget_price_filter .price_slider_wrapper {
  *zoom: 1; }
  .widget_price_filter .price_slider_wrapper:before, .widget_price_filter .price_slider_wrapper:after {
    display: table;
    content: ""; }
  .widget_price_filter .price_slider_wrapper:after {
    clear: both; }
.widget_price_filter .ui-slider {
  background-color: #cdcdcd;
  height: 3px;
  margin: 10px 0 28px;
  position: relative;}
  .widget_price_filter .ui-slider .ui-slider-handle {
    border: 3px solid #6F2100;
    background-color: #ffffff;
    border-radius: 100%;
    cursor: pointer;
    height: 15px;
    margin-top: -7px;
    outline: medium none;
    position: absolute;
    top: 50%;
    width: 15px;
    z-index: 2;}
    .widget_price_filter .ui-slider .ui-slider-handle:last-child {
      margin-left: -9px; }
  .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #6F2100;
  display: block;
  height: 5px;
  position: absolute;
  top: 0;
  z-index: 1; }
.widget_price_filter .price_slider_amount {
  *zoom: 1; }
  .widget_price_filter .price_slider_amount:before, .widget_price_filter .price_slider_amount:after {
    display: table;
    content: ""; }
  .widget_price_filter .price_slider_amount:after {
    clear: both; }
  .widget_price_filter .price_slider_amount .price_label {
    line-height: 1.1;
    margin: 0;
    font-family: Lato;
    color: #989898;
    font-size: 12px;
    font-weight: 400;
    margin-top: 12px;
    margin-left: -3px;
    letter-spacing: 2.5px; }

  .widget_price_filter .price_slider_amount .price_label .from,
  .widget_price_filter .price_slider_amount .price_label .to {
    font-family: Lato;
    color:  #6F2100;
    font-size: 12px;
    font-weight: 400;
  }


  .widget_price_filter .price_slider_amount .button {
  float: right;
    font-size: 10px;
    margin: 0 -5px 0 0;
    padding: 7px 30px 7px 35px!important;
    letter-spacing: 4.4px;
    width: auto;
    font-weight: 700;
    background: none;
    color: #6F2100;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1); }
    .widget_price_filter .price_slider_amount .button:hover {
      color: #fff;
    }
  .product_list_widget .remove {
    float: right;
    font-size: 20px !important;
    position: relative;
    top: -7px;
  }
.widget_product_search .screen-reader-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin-top: -2px;
  display: none; }
.widget_product_search input[type="submit"] {
    display: block!important;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 50px!important;
    height: 60px;
    top: 0px;
    right: 0;
    cursor: pointer!important;
    z-index: 1;
    visibility: visible;
    opacity: 0;
}

.lorem-sidebar .widget_nm_color_filters {
  overflow: hidden;
  margin-bottom: 7px;
}

.widget_nm_color_filters .h-widget {
  margin-bottom: 23px;
}

.lorem-sidebar .widget_nm_color_filters span a {
  font-family: Lato;
  color:  #989898;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 32px;
  margin-top: 7px;
}

.widget_nm_color_filters span a:hover {
  color: #6F2100;
}

.widget_nm_color_filters .color-filters-wrap {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.widget_nm_color_filters .color-filters-wrap div {
  width: auto;
  position: relative;
  margin-bottom: 13px;
  padding-right: 10px;
}

.widget_nm_color_filters .color-filters-wrap div span::before {
    content: '\e93f';
    font-family: icon_font;
    color: #6F2100;
    display: block;
    font-size: 24px;
    position: absolute;
    left: 0;
    margin-top: 6px;
}

.lorem-sidebar .widget_products .h-widget {
  margin-bottom: 20px;
}

.lorem-sidebar .widget_products .product-title {
  color: #6F2100;
  font-family: "GFS Didot";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-left: 11px;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 9px;
}

.lorem-sidebar .widget_products .amount {
  margin-left: 10px;
  font-family: Lato;
  color:  #cdcdcd;
  font-size: 12px;
  font-weight: 400;
}

.lorem-sidebar .widget_products ins .amount {
  color:  #989898;
  margin-left: 12px;
  text-decoration: underline;
}

.widget_recent_reviews .star-rating,
.widget_top_rated_products .star-rating {
  margin-bottom: 2px !important; }

.woocommerce .cols-1,
.woocommerce .cols-2,
.woocommerce .cols-3,
.woocommerce .cols-4,
.woocommerce-page .cols-1,
.woocommerce-page .cols-2,
.woocommerce-page .cols-3,
.woocommerce-page .cols-4 {
  margin-left: -1.4%;
  margin-right: -1.4%;
  zoom: 1; }
  .woocommerce .cols-1 .product,
.woocommerce-page .cols-1 .product {
  width: 99.9%; }
.woocommerce .cols-2 .product,
.woocommerce-page .cols-2 .product {
  width: 49.9%; }
.woocommerce .cols-3 .product,
.woocommerce-page .cols-3 .product {
  width: 33.2%; }
.woocommerce .cols-4 .product,
.woocommerce-page .cols-4 .product {
  width: 24.9%; }

.woocommerce .cols-5 .product,
.woocommerce-page .cols-5 .product {
  width: 19.9%; }

@media (max-width: 1199px) {
  .page .woocommerce .cols-3 .product,
  .page .woocommerce .cols-4 .product,
  .page .woocommerce-page .cols-3 .product,
  .page .woocommerce-page .cols-4 .product,
  .woocommerce .cols-3 .product,
  .woocommerce .cols-4 .product,
  .woocommerce-page .cols-3 .product,
  .woocommerce-page .cols-4 .product {
    width: 50%; }
  .page .woocommerce .cols-5 .product,
  .page .woocommerce-page .cols-5 .product
  .woocommerce .cols-5 .product,
  .woocommerce-page .cols-5 .product {
    width: 24.5%;
  }
}

@media (max-width: 897px) {
  .page .woocommerce .cols-5 .product,
  .page .woocommerce-page .cols-5 .product,
  .woocommerce .cols-5 .product,
  .woocommerce-page .cols-5 .product {
    width: 33.3%;
  }
}

@media (max-width: 797px) {
  .page .woocommerce .cols-2 .product,
  .page .woocommerce .cols-3 .product,
  .page .woocommerce .cols-4 .product,
  .page .woocommerce-page .cols-2 .product,
  .page .woocommerce-page .cols-3 .product,
  .page .woocommerce-page .cols-4 .product,
  .woocommerce .cols-2 .product,
  .woocommerce .cols-3 .product,
  .woocommerce .cols-4 .product,
  .woocommerce-page .cols-2 .product,
  .woocommerce-page .cols-3 .product,
  .woocommerce-page .cols-4 .product {
    width: 100%; }
  .page .woocommerce .cols-5 .product,
  .page .woocommerce-page .cols-5 .product,
  .woocommerce .cols-5 .product,
  .woocommerce-page .cols-5 .product {
    width: 50%; }

  }

  @media (max-width: 597px) {
  .page .woocommerce .cols-5 .product,
  .page .woocommerce-page .cols-5 .product,
  .woocommerce .cols-5 .product,
  .woocommerce-page .cols-5 .product {
    width: 100%;
  }
}






.woocommerce .pp_woocommerce .ppt,
.woocommerce-page .pp_woocommerce .ppt {
  visibility: hidden; }
.woocommerce .pp_woocommerce .pp_content_container,
.woocommerce-page .pp_woocommerce .pp_content_container {
  padding-top: 40px;
  padding-bottom: 10px; }
.woocommerce .pp_woocommerce .pp_expand:before,
.woocommerce .pp_woocommerce .pp_contract:before,
.woocommerce-page .pp_woocommerce .pp_expand:before,
.woocommerce-page .pp_woocommerce .pp_contract:before {
  top: -1px;
  right: -1px; }
.woocommerce .pp_woocommerce .pp_nav,
.woocommerce-page .pp_woocommerce .pp_nav {
  line-height: 1; }
.woocommerce .pp_woocommerce .pp_arrow_previous:before,
.woocommerce .pp_woocommerce .pp_arrow_next:before,
.woocommerce-page .pp_woocommerce .pp_arrow_previous:before,
.woocommerce-page .pp_woocommerce .pp_arrow_next:before {
  top: -1px; }
.woocommerce .pp_woocommerce .pp_close:before,
.woocommerce-page .pp_woocommerce .pp_close:before {
  top: -1px; }
.woocommerce .pp_woocommerce .pp_description,
.woocommerce-page .pp_woocommerce .pp_description {
  visibility: hidden; }
.woocommerce .pp_woocommerce #reply-title,
.woocommerce-page .pp_woocommerce #reply-title {
  margin-top: 0; }
.woocommerce .pp_woocommerce .comment-form-rating,
.woocommerce-page .pp_woocommerce .comment-form-rating {
  display: none; }
.woocommerce .pp_woocommerce p.stars,
.woocommerce-page .pp_woocommerce p.stars {
  *zoom: 1; }
  .woocommerce .pp_woocommerce p.stars:before, .woocommerce .pp_woocommerce p.stars:after,
  .woocommerce-page .pp_woocommerce p.stars:before,
  .woocommerce-page .pp_woocommerce p.stars:after {
    display: table;
    content: ""; }
  .woocommerce .pp_woocommerce p.stars:after,
  .woocommerce-page .pp_woocommerce p.stars:after {
    clear: both; }
  .woocommerce .pp_woocommerce p.stars span,
  .woocommerce-page .pp_woocommerce p.stars span {
    width: 80px;
    height: 16px;
    position: relative;
    float: left;
    background: url(../../../../../../plugins/woocommerce/assets/images/star.png) repeat-x left 0; }
    .woocommerce .pp_woocommerce p.stars span a,
    .woocommerce-page .pp_woocommerce p.stars span a {
      float: left;
      position: absolute;
      left: 0;
      top: 0;
      width: 16px;
      height: 0;
      padding-top: 16px;
      overflow: hidden; }
      .woocommerce .pp_woocommerce p.stars span a.star-1,
      .woocommerce-page .pp_woocommerce p.stars span a.star-1 {
        width: 16px;
        z-index: 10; }
      .woocommerce .pp_woocommerce p.stars span a.star-2,
      .woocommerce-page .pp_woocommerce p.stars span a.star-2 {
        width: 32px;
        z-index: 9; }
      .woocommerce .pp_woocommerce p.stars span a.star-3,
      .woocommerce-page .pp_woocommerce p.stars span a.star-3 {
        width: 48px;
        z-index: 8; }
      .woocommerce .pp_woocommerce p.stars span a.star-4,
      .woocommerce-page .pp_woocommerce p.stars span a.star-4 {
        width: 64px;
        z-index: 7; }
      .woocommerce .pp_woocommerce p.stars span a.star-5,
      .woocommerce-page .pp_woocommerce p.stars span a.star-5 {
        width: 80px;
        z-index: 6; }
      .woocommerce .pp_woocommerce p.stars span a.active,
      .woocommerce-page .pp_woocommerce p.stars span a.active {
        background: url(../../../../../../plugins/woocommerce/assets/images/star.png) repeat-x left -32px; }
      .woocommerce .pp_woocommerce p.stars span a:hover, .woocommerce .pp_woocommerce p.stars span a:focus,
      .woocommerce-page .pp_woocommerce p.stars span a:hover,
      .woocommerce-page .pp_woocommerce p.stars span a:focus {
        background: url(../../../../../../plugins/woocommerce/assets/images/star.png) repeat-x left -16px; }

.woocommerce .price,
.woocommerce-page .price {
  color: #989898;
  display: block;
  font-weight: 400;
  font-family: Lato, "serif", Helvetica, Arial, sans-serif;
  line-height: 1;
  text-align: left;
  zoom: 1; }
.woocommerce .products .price,
.woocommerce-page .products .price {
  font-size: 16px;
  zoom: 1;
  text-align: center; }
.woocommerce .price>del,.woocommerce .price>del > .amount,
.woocommerce.lorem-featured-product .price>del,.woocommerce.lorem-featured-product .price>del > .amount {
  color: #959595;
  font-size: 16px!important;
}
  .woocommerce.single .summary .price>del,.woocommerce.single .summary .price>del > .amount {
  color:#989898;
  font-family:Lato, "serif", Helvetica, Arial, sans-serif;
  font-size:22px;
  font-weight:400;
  line-height:48px;
  text-decoration:line-through;
  letter-spacing:2.2px;
  position: relative;
  top: -10px;
}
.woocommerce.single .summary .price>ins,.woocommerce.single .summary .price>ins {
  display: block;
}
.summary.entry-summary > div {
  margin-bottom: 1.5em;
}
.summary.entry-summary > .clear {
  margin: 0 !important;
}
.summary.entry-summary > div.woocommerce-product-rating {
  margin-bottom: 0.6em;
  text-align: right;
  float: right;
}
.page .lorem-single-product-wrap .woocommerce-product-rating,
.page .lorem-single-product-wrap .product_meta {
  display: none;
}
.woocommerce .price .amount,
.woocommerce-page .price .amount{
  color:#393939; }
  .woocommerce .price:before, .woocommerce .price:after,
  .woocommerce-page .price:before,
  .woocommerce-page .price:after {
    display: table;
    content: ""; }
  .woocommerce .price:after,
  .woocommerce-page .price:after {
    clear: both; }
  .woocommerce .price > .from,
  .woocommerce .price > del,
  .woocommerce-page .price > .from,
  .woocommerce-page .price > del {
  color:#7a7a7a; }

  .woocommerce .related.products del .amount {
    display: none;
  }
  .woocommerce .price > ins,
  .woocommerce-page .price > ins {
    text-decoration: none; }
  .woocommerce .price > .amount,
  .woocommerce .price > ins > .amount,
  .woocommerce-page .price > .amount,
  .woocommerce-page .price > ins > .amount {
  font-family: Lato, "serif", Helvetica, Arial, sans-serif;
  color:#6F2100;
  font-size:18px;
  font-weight:400;
  line-height:24px; }

  .woocommerce .related-products-container .price .amount,
  .woocommerce-page .related-products-container .price .amount {
    font-size: 18px!important;
  }


.woocommerce .onsale, .woocommerce-page .onsale {
  background-color: #6F2100;
  color: white;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  height: 35px;
  letter-spacing: 0;
  line-height: 38px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 70px;
  z-index: 1;
}
.woocommerce .star-rating-container,
.woocommerce-page .star-rating-container {
  display: inline-block; }
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  display: block;
  font-family: "icon_font";
  line-height: 1em;
  margin: 0 1em 0 0;
  overflow: hidden;
  position: relative;
  top: 4px;
  width: 147px;
  font-size: 18px;
  height: 1em;
  letter-spacing: 12px;}

.woocommerce .products .product .star-rating,
.woocommerce-page .products .product .star-rating {
  width: 82px;}

  .woocommerce .star-rating:before,
  .woocommerce-page .star-rating:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    color: #6F2100;
    float: left; }
  .woocommerce .star-rating span,
  .woocommerce-page .star-rating span {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    padding-top: 1.5em; }
    .woocommerce .star-rating span:before,
    .woocommerce-page .star-rating span:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      color: #6F2100;
      margin-left: 0px; }
.woocommerce .product .star-rating-container,
.woocommerce-page .product .star-rating-container {
  position: absolute;
  top: 13px;
  right: 13px;
  padding: 7px;
  border-radius: 3px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .woocommerce .product .star-rating-container .star-rating:before,
  .woocommerce-page .product .star-rating-container .star-rating:before {
    color: white; }
  .woocommerce .product .star-rating-container .star-rating span:before,
  .woocommerce-page .product .star-rating-container .star-rating span:before {
    color: white; }
.woocommerce.single-product .summary .star-rating,
.woocommerce-page.single-product .summary .star-rating {
  margin: -5px -15px -6px 0.6em;
  display: inline-block;
  }
.woocommerce-result-count {
  color: #393939;
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 1em;
  margin-top: 1em;}

.woocommerce-ordering {
	color: #6F2100;
  float: left;
  margin-bottom: 3.1em; }


  .woocommerce-ordering select {
    cursor: pointer;
    margin-bottom: 0;
    width: 89%;
    color: #6F2100;
    font-family: "GFS Didot", "serif", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-appearance: button;
    background: url(../../../images/select.png) no-repeat 90% 47%, -webkit-linear-gradient(#fff, #FFF);
    border: 1px solid #942c01;
    padding: 0 29px 0 22px;
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
    height: 44px;
    margin-left: 20px;
  }

.woocommerce-ordering .select2-selection--single {
  cursor: pointer;
  width: 115%;
  color: #6F2100;
  font-family: "GFS Didot", "serif", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background: url(../../../images/select.png) no-repeat 90% 50%;
  border: 1px solid #942c01;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 2.4px;
  padding: 13px 29px 13px 22px;
}


@media (max-width: 480px) {
  .woocommerce-result-count,
  .woocommerce-ordering {
    float: none; } }
.woocommerce-message {
  margin-bottom: 2em;
}
.woocommerce-message .button {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  color: #fff;
  float: right;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 12px 0 0;
  padding: 0;
  text-align: inherit;
  text-shadow: inherit;}
  .woocommerce-message .button:hover {
    margin: 0 12px 0 0;
    border: 0;
    padding: 0;
    text-decoration: underline!important;
    color: inherit;
    text-shadow: inherit;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }

.woocommerce-invalid input {
  color: #b94a48;
  border-color: #e5bdc4;
  background-color: #f9f0f0; }

.woocommerce-validated input {
  color: #468847;
  border-color: #c1dea8;
  background-color: #f6fbf4;
}


.lorem_cart_btn_wrap {
  left: 0;
  margin-top: -46px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 3;
  opacity: 0;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
.woocommerce .products .product:hover .lorem_cart_btn_wrap,
.woocommerce-page .products .product:hover .lorem_cart_btn_wrap {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lorem_cart_btn_inner {
  float: left;
  position: relative;
  right: -50%;
}
.lorem_cart_btn_inner a {
  background-color: white;
  border-radius: 100%;
  color: #606060;
  float: left;
  font-size: 16px;
  height: 46px;
  line-height: 49px;
  margin: 0 4px;
  padding: 0 !important;
  right: 50%;
  width: 46px;
  transition: all 0.3s ease 0s;
}
.button.add_to_cart_button i {
  position: relative;
  top: -3px;
}
.woocommerce .products .product .lorem_cart_btn_inner a:hover,
.woocommerce .product .added_to_cart:hover:before,
.woocommerce-page .product .added_to_cart:hover:before {
  color: #ffffff;
}
/*===============HEADER CART=================*/
.header-cart {
  color: #5a5a5a;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  top: -2px;
}
.lorem-navbar-static-left-active .header-cart,
.lorem-navbar-fixed-left-active .header-cart {
  position: absolute;
}
.cart-menu {
  cursor: pointer;
  position: relative;
  line-height: 26px;
  display: inline-block;
}
.cart-menu .lorem-icon-bag-cart {
  font-size: 22px;
  margin-right: 3px;
}
.cart-contents>span,
.wishlist-count {
  background-color: #6F2100;
  border-radius: 100em;
  bottom: 0;
  color: white;
  font-size: 10px;
  height: 20px;
  min-width: 20px;
  position: absolute;
  left: 0;
  margin-left: 18px;
  text-align: center;
  text-indent: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 18px;
}
.wishlist_table {
  margin-bottom: 5em !important;
  border-spacing: 0;
}
.wishlist-count {
  bottom: -4px;
  line-height: 20px;
  right: 0;
  margin-left: 18px;
}
.amount-cart {
  border-top: 1px solid #cbcbcb;
  position: absolute;
  right: 0;
  display: none;
  text-align: left;
  top: 64px;
  white-space: nowrap;
  width: auto;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15);
}

.menu-cart {
  text-align: left;
  white-space: nowrap;
  width: auto;
  }

.header_cart_list {
  background-color: #f2f2f2;
  list-style: none outside none;
  margin: 0 0 2px;
  padding: 30px;
}
.header_cart_list li {
  padding: 0 25px 0 0;
  position: relative;
  margin-bottom: 21px;
  display: block !important;
}

.header_cart_list li:last-child {
  margin-bottom: 0;
}
.header_cart_list a {
  display: inline-block;
  font-family: "GFS Didot","serif",Helvetica,Arial,sans-serif;
  white-space: normal;
  color:  #6F2100;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
ul.header_cart_list li img {
  display: block;
  float: left;
  margin-right: 19px;
  width: 60px;
  margin-top: 1px;
}
.header_cart_list .quantity {
  font-family: Lato,"serif",Helvetica,Arial,sans-serif;;
  color:  #6F2100;
  font-size: 12px;
  font-weight: 400;
  line-height: 51px;
}
.header-cart .total > span,
.menu-cart .total > span {
  float: left;
  font-family: "GFS Didot","serif",Helvetica,Arial,sans-serif;
  padding-right: 5px;
  position: relative;
  text-transform: uppercase;
  top: 14px;
  color:  #6F2100;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.header-cart .total > span.amount,
.menu-cart .total > span.amount {
  float: right;
  font-family: Lato,"serif",Helvetica,Arial,sans-serif;
  padding-left: 5px;
  top: 14px;
  color:  #6F2100;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px
}
.header-cart .total,
.menu-cart .total {
  margin: 0;
  background-color: #f2f2f2;
  padding: 10px 25px 22px 31px;
  position: relative;
  letter-spacing: 1.2px;
}
.header-cart .buttons,
.menu-cart .buttons {
  background-color: #f2f2f2;
  margin: 0;
  padding: 6px 10px 30px 10px;
  white-space: nowrap;
}
.header-cart .buttons > a,
.menu-cart .buttons > a {
  font-family: "GFS Didot";
  color:  #cdcdcd;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 5px;
  padding: 12px 18px;
  background-color: #fff;
}
.header-cart .buttons > a:hover,
.menu-cart .buttons > a:hover {
    background-color: #6F2100!important;
    color: #fff;
}

.header-cart .remove,
.menu-cart .remove {
  color: #6F2100;
  font-size: 29px !important;
  font-weight: 100;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0px;
  width: 0.5em;
  font-family: serif;
  opacity: 0.5;
}
.header-cart .remove:hover,
.menu-cart .remove:hover {
  opacity: 1;
}
.single-product .product h1.product_title {
  margin-bottom: 1.2em;
  clear: both;
  padding-top: 1.6em;
}
.single-product .product > p {
line-height: 2em;
margin: 0 auto 3em;
max-width: 70%;
text-align: center;
}
.single-product .price {
  font-size: 257.14%;
  margin:0.5em 0 0 !important;
}
.product_meta p {
  margin-bottom: 0.4em;
  text-align: center;
}
.product_meta i {
  color: #d64123;
}
.product_meta p a {
  color: #393939;
}
.product_meta p span {
  color: #959595;
}
.product_meta {
  margin-bottom: 2em;
}
.single-product.woocommerce .star-rating,
.single-product.woocommerce-page .star-rating {

}
.single-product .woocommerce-review-link {
  display: block;
  clear: both;
  font-family: Lato, "serif", Helvetica, Arial, sans-serif;
  color:  #6F2100;
  font-size: 12px;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 1.4px;
}
.single-product .woocommerce-product-rating {
  margin-bottom: 2em;
}
#review_form_wrapper {
  margin: 0;
}
#comments .add_review {
  margin: 0;
}
#reviews .lorem-comment-img {
  float: none;
  margin: 0 auto 1.2em;
  width: 60px;
}
#block-reviews {
  margin-top: -4.5em;
}
#reviews .lorem-img-thumbnail {
  background-color: white;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1.7;
  padding: 0;
  transition: border 0.3s ease 0s, box-shadow 0.3s ease 0s;
}
#reviews .lorem-comment-img .avatar-wrap .avatar {
  margin-top: 0;
}
#reviews .lorem-comments-list>li {
  background-color: #f2f2f2;
  margin: 0 auto;
  padding: 20px;
  width: 70%;
}
#reviews .lorem-comments-list.lorem-container-fluid {
  margin: 0 auto;
}
#reviews #review_form {
  margin: 1px auto 0;
}
#reviews article.comment {
margin: 0;
position: relative;
text-align: center;
}
#review_form_wrapper #respond{
  padding-bottom: 2em;
  padding-top: 1.4em;
}
#reviews .lorem-comment-content p {
  color: #949494;
  line-height: 2.2em;
  margin: 0 auto;
}
#reviews .lorem-comment-time {
  color: #393939;
}
#reviews .star-rating-container {
  margin-left: 32px;
  vertical-align: top;
  font-size: 13px;
  font-size: 1.3em;
}
#reviews .lorem-comment-header cite {
  margin-left: 60px;
}
#reviews .lorem-comment-header {
    margin-bottom: 0.8em;
}
#reviews .comment-form label {
  display: block;
  text-transform: none;
}
#reviews .comment-form-rating label {
  float: left;
  margin-right: 22px;
}
#reviews .comment-form-rating,
#reviews .comment-form-rating .stars {
  margin-bottom: 1em;
}
#review_form_wrapper .comment-form textarea {
  margin: 0;
}
#reviews .comment-form-rating .stars a {
  color: #6F2100;
  font-size: 0;
  line-height: 0;
}
#reviews .comment-form-rating .stars a:before {
    font-family: "icon_font";
    font-size: 20px;
    line-height: 22px;
}
#reviews .comment-form-rating .stars a:after {
  color: #53575d;
  content: " | ";
  font-size: 20px;
  padding: 0 14px;
}
#reviews .comment-form-rating .stars a:last-child:after {
  content:"";
}
#reviews .comment-form-rating .star-1:before {
  content: "";
}
#reviews .comment-form-rating .star-2:before {
  content: "";
}
#reviews .comment-form-rating .star-3:before {
  content: "";
}
#reviews .comment-form-rating .star-4:before {
  content: "";
}
#reviews .comment-form-rating .star-5:before {
  content: "";
}
#reviews .comment-form-rating .star-1.active:before,
#reviews .comment-form-rating .star-1:hover:before {
  content: "";
}
#reviews .comment-form-rating .star-2.active:before,
#reviews .comment-form-rating .star-2:hover:before {
  content: "";
}#reviews .comment-form-rating .star-3.active:before,
#reviews .comment-form-rating .star-3:hover:before {
  content: "";
}#reviews .comment-form-rating .star-4.active:before,
#reviews .comment-form-rating .star-4:hover:before {
  content: "";
}#reviews .comment-form-rating .star-5.active:before,
#reviews .comment-form-rating .star-5:hover:before {
  content: "";
}
.shop_attributes {
  margin-bottom: 0.1em;
}
.shop_attributes th,.shop_attributes td {
  line-height: 1.9em;
}
.shop_attributes td {
  text-align: right;
}
.shop_attributes p {
  margin: 0;
}
#reviews .comment-form-author {
  float: left;
  margin-right: 4%;
  width: 48%;
}
#reviews .comment-form-email {
  float: right;
    width: 48%;
}
#reviews .comment-form-author > input,
#reviews .comment-form-email > input {
    width: 100%;
}
.sku_wrapper, .posted_in, .tagged_as {
  display: block;
  text-align: left;
  margin-top: 10px;
}
.sku_wrapper .sku {
  color: #393939;
}
#tab-reviews .comment-reply-title {
  font-size: 128.57%;
  font-weight: 400;
  padding: 0;
  text-transform: uppercase;
  border: none;
}

.woocommerce.columns-1 .product{width:100%;}
.woocommerce.columns-2 .product{width:50%;}
.woocommerce.columns-3 .product{width:33.33%;}
.woocommerce.columns-4 .product{width:25%;}
@media(max-width:979px){
.woocommerce.columns-3 .product{width:50%;}
.woocommerce.columns-4 .product{width:33.33%;}
}
@media(max-width:797px){
.woocommerce.columns-1 .product,
.woocommerce.columns-2 .product,
.woocommerce.columns-3 .product,
.woocommerce.columns-4 .product{width:100%;}
}
.widget_product_categories .count {
  float: right;
}
.widget.woocommerce.widget_product_search {
  border-bottom: none;
  border: 1px solid #942c01;
  padding: 0;
  height:50px;
  position: relative;
  margin-bottom: 90px;
}

.widget.woocommerce.widget_product_search:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 48px;
  height: 100%;
  background-color: #6F2100
}

.widget_product_search input {
  border: none !important;
  background: none!important;
  border-radius: 0!important;
}
.widget_products img {
  height: 50px;
  margin-right: 12px;
  width: 50px;
}
.product_list_widget > li:last-child {
  border: none;
}
.product_list_widget > li {
  clear: both;
}
.product_list_widget a {
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
ul.cart_list li img, .woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img {
  background-color: #fff;
  box-shadow: none;
  float: left;
  height: 70px;
  margin-right: 8px;
  margin-top: 2px;
  width: 70px;
}
.product_list_widget .amount {
  color: #3c3c3c;
  font-size: 14px;
}
.product_list_widget del {
  color: #939393;
}
.product_list_widget del > .amount {
  color: #939393;
  margin-right: 0.4em;
}
.commerce-widget .star-rating {
  float: none !important;
}
.product_list_widget > li {
  padding: 1.2em 0 1.4em !important;
  margin-bottom: 9px!important;
}
.widget.woocommerce .star-rating, .widget.woocommerce-page .star-rating {
float: none;
margin: 3px 0 4px !important;
}
/*===================Product Preview==================*/
#product-preview-wrap {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../../../images/preloader.svg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.product-preview-inner {
  background-color: white;
  height: 430px;
  margin: -215px auto 0;
  max-width: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  top: 50%;
  width: 970px;
}
.product-preview-inner .images {
  height: 430px;
  margin: 0;
  width: 430px;
}
.preview-images {
  background: white url("../../../images/preview-pattern.png") repeat 0 0;
  float: left;
  height: 100%;
  margin: 0;
  width: 45%;
  padding: 3px;
  overflow: hidden;
}
.preview-images-inner {
  background-color: white;
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.prod-item img {
  margin: 0 auto;
  max-height: 425px;
  padding: 22px;
}
.preview-images-inner .slick-list {
  position: relative;
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
}
.preview-images-inner .slick-next,
.preview-images-inner .slick-prev {
  background-color: transparent;
  font-size: 76px;
  height: 80px;
  margin-top: -40px;
  right: 5px;
  text-align: center;
  text-indent: -15px;
  width: 0.75em;
  opacity: 0;
}
.preview-images-inner .slick-prev {
  left: 5px;
  right: inherit;
}
.preview-images-inner .slick-next i:before {
  content: '\e809';
}
.preview-images-inner .slick-prev i:before {
  content: '\e808';
}
.preview-images-inner:hover .slick-next,
.preview-images-inner:hover .slick-prev {
  opacity: 1;
}

.preview-summary {
  float: right;
  padding: 2em;
  text-align: left;
  width: 55%;
}
@media(max-width:797px) {
.preview-summary,.preview-images {
  float: none;
  width: 100%;
}
}
.preview-summary .yith-wcwl-add-to-wishlist {
  float: left;
  margin-top: 0;
}
.wishlist_wrapper {
  margin: 1.5em 0;
}
.preview-summary .product_title.entry-title {
  margin-bottom: 0.75em;
  text-align: left;
}
.preview-summary .star-rating {
  float: none;
  top: 1px;
}
.preview-summary .price {
  font-size: 36px;
  margin-bottom: 0.65em;
  margin-top: 0.5em;
}
.preview-summary .price del{
  font-size: 20px !important;
}
.preview-summary .price del .amount {
  font-size: 24px !important;
}
.preview-summary .variations_form.cart,
.preview-summary .product_meta,
.preview-summary .cart .quantity,
.preview-summary .woocommerce-review-link {
  display: none !important;
}
.preview-summary .cart {
  float: left;
  margin: 0.5em 1.75em 0 0 !important;
}
.preview-summary .learn-more.lorem-btn {
  margin-top: 0.6em;
  padding-left: 4.85em;
  padding-right: 4.85em;
}
.preview-summary .single_add_to_cart_button {
  background-color: #608eb5;
  color: white;
}
.preview-summary .single_add_to_cart_button:hover {
  background-color: #f2f2f2;
  color: #393939;
}
.preview-summary > div[itemprop="description"] {
  height: 4em;
  margin-bottom: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.preview-summary > .lorem-entry-share {
  display: none !important;
}
.preview-close {
  color: #d7d7d7;
  font-size: 12px;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  top: -1px;
}
.preview-close:after {
  content: "×";
  font-size: 180%;
  padding-left: 3px;
  position: relative;
  top: 4px;
}
.woocommerce .wishlist_table td.product-add-to-cart a,б
.search .wishlist_table td.product-add-to-cart a,
.search .wishlist_table .add_to_cart.button {
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "GFS Didot";
  font-size: 10px;
  font-weight: 700;
  background: none;
  padding: 8px 0;
  margin-top: 7px;
  display: block;
  letter-spacing: 2.3px;
  word-spacing: 2px;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;;
  margin-right: 3em;
  width: 100%;
}

.woocommerce .wishlist_table td.product-add-to-cart a:hover{
  color: #6F2100;
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: #6F2100;
}
.yith-wcwl-add-button a.add_to_wishlist {
  cursor: pointer;
  font-style: italic;
  font-family: Lato, "serif", Helvetica, Arial, sans-serif;
  color: #989898;
  font-weight: 400;
  letter-spacing: 1.2px;
  font-size: 12px;
}

.yith-wcwl-share {
  margin-bottom: 1.2em;
}
.yith-wcwl-share li a {
  background-image: none!important;
  color: #828282;
  margin: 0 2px;
}
.yith-wcwl-share li a.facebook::before {
  content: '\e82a';
  font-family: 'zocial';
}
.yith-wcwl-share li a.twitter::before {
  content: '\e839';
  font-family: 'zocial';
}
.yith-wcwl-share li a.pinterest::before {
  content: '\e80e';
  font-family: 'zocial';
}
.yith-wcwl-share li a.googleplus::before {
  content: '\e808';
  font-family: 'zocial';
}
.yith-wcwl-share li a.email::before {
  content: '\e856';
  font-family: 'zocial';
}

.yith-wcwl-share li a::before {
  position: relative;
  top: -12px;
}


.yith-wcwl-share h4.yith-wcwl-share-title {
  float: left;
  margin: 5px 0;
}
.yith-wcwl-share li a {
  font-size: 12px;
  font-size: 1.2rem;
}
.yith-wcwl-share > ul {
  float: left;
  position: relative;
  top: -2px;
}
.yith-wcwl-share {
  float: right;
  margin-bottom: 0;
  margin-right: 1.7em;
}
.wishlist_table .product-thumbnail {
  padding-left: 1em!important;
}
.remove.remove_from_wishlist {
  margin-right: 1em;
  position: relative;
  top: 2px;
}
.widget.widget_categories li ul.children li,
.widget.widget_product_categories li ul.children li {
  position: relative;
}
.widget.widget_categories li ul.children li:before,
.widget.widget_product_categories li ul.children li:before {
  content: '\e81c';
  font-family: "icon_font";
  font-size: 0.75em;
  left: -1.6em;
  position: absolute;
  top: 5px;
}

/*=============================================
=            Section comment lorem            =
=============================================*/
.single-product .images {
  position: relative;
}

.single-product .thumbnails {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 11.764%;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-justify-content: center;
          justify-content: center;
  margin-left: 5.88%;
}
.single-product .slider-nav-thumbnails {
  position: absolute;
  height: 100%;
  width: 11.764%;
  margin-left: 5.88%;
  top: 0;
  left: 0
}

.single-product .slider-nav-thumbnails .slick-list {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0!important;
    overflow: visible;
}

.single-product .slider-nav-thumbnails .slick-track {
    display: flex;
    width: 100%!important;
    height: 100%;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}


/*=====  End of Section comment lorem  ======*/

.single-price {
  letter-spacing: 5.5px;
}

.woocommerce .related.products li h3 {
  font-family: "GFS Didot", "serif", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 22px;
  font-size: 16px;
  text-transform: uppercase;
  color: #6F2100;
  margin-bottom: 0px;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;

}

.woocommerce .products li h3:hover {
  color: #6F2100;
}

.rel-product-title-wrap {
  font-family: "GFS Didot", "serif", Helvetica, Arial, sans-serif;	
  padding-top: 5px;
  padding-bottom: 10px;
  position: relative;
  z-index: 4;
}

.single-product .slider-nav-thumbnails .slick-slide {
  border: 2px solid #dbcb86;
  width:100%!important;
  height: auto;
  margin-bottom: 15px;
}

.single-product .slider-nav-thumbnails .slick-slide.slick-active,
.single-product .slider-nav-thumbnails .slick-slide.first-slide {
  border: 2px solid #ffffff;
}

/*===================================================
=            Variations atributes styles            =
===================================================*/

.wc-variation-circle {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  padding: 0!important;
  margin-right: 20px;
}

.wc-variation-circle.selected::before,
.cart-variations-color span:first-child::before,
.cart-variations-color + span::before {
  content: '\e877';
  font-family: icon_font;
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  color: #6F2100;
  top: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wc-variation-circle.selected {
  width: 28px;
  height: 28px;
}

.wc-variation-square {
  display: block;
  width: 37px;
  height: 37px;
  color: #6F2100;
  padding: 0!important;
  margin-right: 24px;
  text-align: center;
  vertical-align: middle;
  padding-top: 4px!important;
  padding-right: 0!important;
}

.wc-variation-square.selected {
  border: 1px solid #6F2100;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}

.wc-variation-square:hover,
.wc-variation-circle:hover {
  cursor: pointer;
}



.variations .variation-item {
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: 33px;
}

table.variations td.label {
  text-align: center;
}

.variations .label label{
  font-family: "GFS Didot", "serif", Helvetica, Arial, sans-serif;
  color:  #989898;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
}
.reset_variations {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.single_variation_wrap {
  padding-top: 10px;
}
.variations_form select {
  display: none;
}

/*=====  End of Variations atributes styles  ======*/

.woocommerce .slick-slider {
  margin-bottom: 0;
}


.lorem-switcher {
  float: right;
  display: inline;
  margin-top: 3px;
}

.lorem-switcher-title {
  font-family: "GFS Didot";
  color:  #6F2100;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: bottom;
  margin-bottom: 4px;
  margin-right: 35px;
  letter-spacing: 2px;
}

.lorem-grid, .lorem-list, .lorem-switcher-title {
  display: inline-block;
  width: 39px;
  height: 39px;
  text-align: center;
  position: relative;
}
 .lorem-grid {
   margin-right: 8px;
 }

.lorem-grid.active,
.lorem-list.active {
  border: 1px solid #6F2100;
}

.lorem-switcher .lorem-icon {
  color: #942c01;
  font-size: 22px;
}

.lorem-switcher .lorem-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -29%;
  margin-left: -11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lorem-switcher .lorem-icon:hover {
  cursor: pointer;
}


ul.products.grid div[itemprop="description"],
.related-products-container ul.products div[itemprop="description"] {
  display: none;
}



.single.single-product .product div[itemprop="description"] {
  margin-top: 2em;
  margin-bottom: 0;
  text-align: center;
}

.single.single-product .product #reviews div[itemprop="description"] {
  margin: 0;
  text-align: left;
}

ul.products.grid hr {
  display: none;
}
ul.products.list li.product {
  float: none !important;
  width: 100% !important;
  text-align: left !important;
}
ul.products.list li.product:after {
  content: "";
  display: block;
  clear: both;
}
ul.products.list li.product .product-img-container {
  width: 30.75% !important;
  float: left;
  margin: 0;
  margin-bottom: 1.5em;
  -webkit-transition: none !important;
  margin-right: 3.8% !important;

}

ul.products.list li.product .rel-product-title-wrap {
  font-family: "GFS Didot", "serif", Helvetica, Arial, sans-serif;		
  width: 65.4%;
  float: right;
  clear: none;
  text-align: left;
  padding-top: 0;
  position: relative;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

ul.products.list li.product h3,
ul.products.list li.product div[itemprop="description"],
ul.products.list li.product .price {

}

ul.products.list li.product h3 {
  margin-top: -6px;
  margin-left: 9px;
  margin-bottom: 20px;
  font-size: 24px;
}

ul.products.list li.product .rel-product-title-wrap a:first-child {
 font-family: "GFS Didot", "serif", Helvetica, Arial, sans-serif;		
  display: inline-block;
}

ul.products.list li.product .price {
  font-family: "GFS Didot", "serif", Helvetica, Arial, sans-serif;		 
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin-left: 10px;
  letter-spacing: 2px;
  margin-bottom: 22px;
}

ul.products.list li.product .price del .amount {
  margin-left: 20px;
  line-height: 30px;
}

ul.products.list li.product .price ins .amount {
  font-size: 24px;
}

ul.products.list li.product div[itemprop="description"] {
  display: block;
  margin-left: 10px;
  margin-bottom: 3px;
}

ul.products.list li.product div[itemprop="description"] p {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}
ul.products.list li.product .star-rating {
  float: none;
  font-size: 12px;
  width: 106px;
  margin-left: 11px;
  margin-bottom: 38px;
}
ul.products.grid li.product .star-rating {
  display: none;

}

ul.products.list li.product a.add_to_cart_button,
ul.products.list li.product a.add_to_cart_button,
ul.products.list li.product a.product_type_grouped,
ul.products.list li.product a.added_to_cart,
.woocommerce-page .products .product a.added_to_cart {
  display: inline-block;
  padding-left: 63px;
  padding-right: 63px;
  margin-left: 10px;
}

ul.products.list li.product a.product_type_variable {
  padding-left: 51px;
  padding-right: 51px;
}

.page .single-product .lorem-single-product-wrap {
  position: relative;
  overflow: hidden;
}

.lorem-single-product-wrap .product_title.entry-title {
  position: relative;
  text-align: center;
  left: 0;
  transform: translateX(0);
  font-size: 18px;
  font-weight: 700;
  margin: -6px 0px 15px;
  letter-spacing: 3.8px;
  line-height: 1;
}

.lorem-single-product-wrap .single-price {
  position: relative;
  left: 0;
  transform: translateX(0);
  margin: 0;
  margin-bottom: 27px!important;
}

.lorem-single-product-wrap .single-price .price {
  line-height: 1;
}

.lorem-single-product-wrap .single-price .price .amount {
  font-size: 40px!important;
  line-height: 1!important;
  letter-spacing: 4px;
}

.page .single-product .price del {
  display: none;
}

.lorem-single-product-wrap div[itemprop="description"] p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 36px;
}

.lorem-single-product-wrap div[itemprop="description"] {
  margin-bottom: 0;
  position: relative;
  top: -7px;
}

.lorem-single-product-wrap table.variations {
  margin-top: 0;
  margin-left: -15px;
  border-spacing: 0;
}

.home .lorem-single-product-wrap table.variations {
  margin-left: 0;
}

.lorem-single-product-wrap .summary .variations tr:last-child .label {
  margin-bottom: 27px;
}

.lorem-single-product-wrap .summary .quantity {
  margin-bottom: 38px!important;
}

.lorem-single-product-wrap .yith-wcwl-add-to-wishlist {
  display: none;
}

.lorem-single-product-wrap .cart {
  margin-top: 0;
}

.page .single-product .product {
  position: relative;
}

.lorem-single-product-wrap .images {
  margin-bottom: 0;
}

.lorem-single-product-wrap {
  margin-bottom: 66px;
}

.single-product .pattern-wrap::after {
  content: '';
  display: block;
  background: url(../../../images/pattern_bgr.png);
  position: absolute;
  width: 1000%;
  height: 100%;
  top: 0;
  margin-top: 30px;
  right: -100%;
  z-index: -1;

}

.page .woocommerce div.product .images,
.page.woocommerce-page div.product .images {
  width: 74.3589%;
}

.page .woocommerce div.lorem-single-product-wrap .summary,
.page.woocommerce-page div.lorem-single-product-wrap .summary {
  padding: 47px 7.59% 55px;
  width: 38.888%;
  display: block;
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(0);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);

}

.page .woocommerce div.lorem-single-product-wrap .onsale,
.page.woocommerce-page div.lorem-single-product-wrap .onsale {
  display: none;
}

@media (max-width: 1170px) {
  .page .woocommerce div.lorem-single-product-wrap .summary,
  .page.woocommerce-page div.lorem-single-product-wrap .summary {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media (max-width: 980px) {
  .cart_totals {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .shipping-container {
    float: none;
    width: 100%;
    padding-left: 37px;
  }
}

@media (max-width: 900px) {
  .page .woocommerce div.product .images,
  .page.woocommerce-page div.product .images {
    width: 100%;
  }
  .page .woocommerce div.lorem-single-product-wrap .summary,
  .page.woocommerce-page div.lorem-single-product-wrap .summary {
    width: 100%;
    position: relative;
    margin-top: 50%;
    margin-bottom: -35%;
  }
}

@media (max-width: 450px) {
  .page .woocommerce div.product .images,
  .page.woocommerce-page div.product .images {
    width: 100%;
  }
  .page .woocommerce div.lorem-single-product-wrap .summary,
  .page.woocommerce-page div.lorem-single-product-wrap .summary {
    width: 100%;
    position: relative;
    margin-top: 90%;
    margin-bottom: -85%;
  }
}

.page .page-related-posts h3 {
  color: #6F2100;
  font-family: "GFS Didot";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3.6px;
}

.page .products.related .products {
  margin-top: 55px;
}

.letter-spacing-12 h2 {
  letter-spacing: 12px;
}

.woocommerce-account .lorem-navbar-search {
  display: none;
}

.return-to-shop {
  margin-bottom: 180px!important;
}

@media (max-width: 767px) {

  .woocommerce .cart .actions, .woocommerce-page .cart .actions {
    padding: 35px 41px 115px 39px;
    height: 200px;
  }

  .shop_table.wishlist_table > tbody > tr > td.product-name,
  .shop_table.wishlist_table > thead > tr > th.product-name {
    text-align: center;
    padding-bottom: 5px;
  }
  .coupon {
    float: none;
  }

  .update-cart.button {
    float: none!important;
    position: absolute;
    top: inherit;
    bottom: 0px;
    margin-bottom: 29px;
    left: 50%;
    right: inherit;
    transform: translateX(-50%);
  }

  .shop_table tr:last-child .coupon {
    left: 50%;
    margin-left: -136px;
  }

  .shop_table.wishlist_table > tbody > tr > td.product-price,
  .shop_table.wishlist_table > thead > tr > th.product-price {
    text-align: center;
  }
  .shop_table.wishlist_table .product-price .amount,
  .shop_table.wishlist_table .product-subtotal .amount {
    margin-left: 0;
  }
  .woocommerce .wishlist_table td.product-add-to-cart a {
    margin-right: 0;
    margin-top: 0;
    width: auto;
    padding: 8px 40px;
    left: -50%;
    -webkit-transform: translateX(50%);
       -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
         -o-transform: translateX(50%);
            transform: translateX(50%);
  }
  .remove.remove_from_wishlist {
    top: 4px;
    margin-right: 0;
    display: inline-block;
  }
}

#ship-to-different-address label.checkbox {
  font-size: 16px;
  text-transform: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  text-align: left;
}

#order_review thead .product-name {
  padding-left: 22px;
}

#order_review thead .product-total {
  padding-right: 22px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item .product-name {
  text-align: left;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item .variation {
  margin-top: 15px;
  margin-bottom: 5px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item .variation-color,
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item .variation-Color {
  margin-bottom: 10px;
}

.woocommerce-account input[name="username"],
.woocommerce-account input[name="password"]  {
  min-width: 240px;
  width: 50%;
}

.woocommerce-account input[name="user_login"]  {
  min-width: 304px!important;
  width: 50%!important;

}

.single-product .woocommerce-tabs .comment-form .submit {
  margin-top: 32px;
}

@media (max-width:700px) {
  #reviews .comment-form-author {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  #reviews .comment-form-email {
    float: none;
    width: 100%;
  }
}
