.theme-shadow, .with_shadow {
  box-shadow: 2px 3.5px 16px 0 rgba(0, 0, 0, 0.07);
}
.theme-gradient {
  background-image: linear-gradient(to right, rgba(0, 149, 179, 1), rgba(0, 166, 161, 1));
  background-position: 0 0;
  background-repeat: no-repeat;
}
/*
 **shop
 */
input[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
/* sort panel */
.storefront-sorting {
  line-height: 1;
  margin-bottom: 40px;
  background-color: transparent !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
}
.storefront-sorting .woocommerce-ordering {
  width: calc(50% - 15px);
}
.storefront-sorting .woocommerce-ordering select {
  width: 100%;
}
.storefront-sorting .woocommerce-result-count {
  margin-right: auto;
  color: #323232;
  font-weight: 400;
}
.storefront-sorting .form-group {
  margin-bottom: 15px;
}
.storefront-sorting label {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .storefront-sorting {
    flex-direction: column;
    justify-content: center;
  }
  .storefront-sorting .woocommerce-result-count {
    margin-right: unset;
    margin-top: 10px;
  }
  .storefront-sorting .woocommerce-ordering {
    width: 100%;
  }
}
.woocommerce-ordering {
  display: inline-block;
}
.woocommerce-result-count {
  float: right;
  line-height: 40px;
}
#toggle_shop_view {
  margin-left: 14px;
}
#toggle_shop_view:before, #toggle_shop_view:after {
  font-family: 'FontAwesome';
  display: inline-block;
  background-color: #323232;
  color: #fff;
  padding: 12px 12px 13px;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#toggle_shop_view:before {
  content: "\f00a";
  margin-right: 5px;
}
#toggle_shop_view:after {
  content: "\f03a";
  background-color: #0095b3;
}
#toggle_shop_view.grid-view:before {
  background-color: #0095b3;
}
#toggle_shop_view.grid-view:after {
  background-color: #323232;
}
#sort_view {
  color: #323232;
  display: inline-block;
  padding: 12px 16px 13px;
  font-size: 14px;
  background-color: #fff;
}
.columns-1 .product {
  width: 100%;
  margin-right: 0;
  float: none;
}
.columns-2 .product, .columns-3 .product, .columns-4 .product {
  width: 100%;
  float: none;
}
@media (min-width: 992px) {
  .columns-2 .product {
    width: 50%;
    float: left;
  }
  .columns-3 .product {
    width: 50%;
    float: left;
  }
  .columns-4 .product {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .columns-2 .product {
    width: 50%;
    float: left;
  }
  .columns-3 .product {
    width: 33.33333333%;
    float: left;
  }
  .columns-4 .product {
    width: 25%;
    float: left;
  }
}
.product {
  position: relative;
}
.product .yith-wcwl-add-to-wishlist {
  position: absolute;
  left: auto;
  right: 30px;
  top: 30px;
  z-index: 2;
}
.product .yith-wcwl-add-to-wishlist a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff !important;
  border-radius: 50% !important;
}
.product .yith-wcwl-add-to-wishlist i {
  margin: 0;
  font-size: 15px;
}
.product .yith-wcwl-add-to-wishlist span {
  display: none;
}
.product .images, .product .thumbnails a, .product .item-media {
  overflow: hidden;
  display: block;
}
.product .images img, .product .thumbnails a img, .product .item-media img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product .images:hover img, .product .thumbnails a:hover img, .product .item-media:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.product .thumbnails-wrap {
  margin-top: 20px;
}
.product .thumbnails-wrap img {
  border-radius: 3px;
  overflow: hidden;
}
.products {
  margin-left: -15px;
  margin-right: -15px;
}
.products:before, .products:after {
  content: '';
  clear: both;
  display: block;
}
.upsells .products, .related .products {
  margin-left: 0;
  margin-right: 0;
}
.products.owl-carousel {
  margin: 0;
}
.products.owl-carousel .owl-stage-outer {
  margin-right: -10px;
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 10px;
}
.products.owl-carousel .product {
  width: 100%;
}
.products.owl-carousel .product h2 {
  font-size: 21px;
  margin-bottom: 0;
}
.uws-products.carousel {
  overflow: visible;
}
.products {
  list-style: none;
  padding-left: 0;
}
li.product {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.woocommerce .button {
  font-size: 14px;
  font-weight: 700;
  padding: 18px 10px 18px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-block;
  min-width: 110px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background-color: #0095b3;
  background-image: linear-gradient(to right, rgba(0, 149, 179, 1), rgba(0, 166, 161, 1));
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 3px;
  position: relative;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.woocommerce .button.yith-wcqv-button {
  white-space: nowrap;
}
.woocommerce .button:hover {
  color: rgba(255, 255, 255, .7);
}
.product .onsale {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0095b3;
  box-shadow: 2px 3.5px 16px 0 rgba(0, 0, 0, 0.07);
  z-index: 2;
}
.product .onsale + .onnew {
  top: 70px;
  left: 20px;
}
.product .woocommerce-LoopProduct-link:not(:empty) + .onnew {
  top: 70px;
  left: 20px;
}
.product .onnew {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #323232;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 2;
  box-shadow: 2px 3.5px 16px 0 rgba(0, 0, 0, 0.07);
}
.product .onnew.hot {
  color: #0095b3;
}
.product .product-inner {
  position: relative;
}
.product .product-inner > .yith-wcqv-button {
  display: none;
}
.product .product-inner > a:first-child:not(.button) {
  display: block;
}
.product .product-inner .img-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  border-radius: 3px 3px 0 0;
}
.product .product-inner .added_to_cart {
  margin-top: 15px;
}
.product .product-inner .button-wrap {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.product .product-inner:hover .button-wrap {
  bottom: 11%;
}
.product .product-inner a:not(.button) {
  display: inline-block;
  width: 100%;
}
.product .product-inner a:not(.button) img {
  width: 100%;
  object-fit: cover;
}
.product .product-inner .product-description-short {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.product .product-inner .product-description-short .desc-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 7px 0;
  max-width: 230px;
}
.product .product-inner .product-description-short .desc-wrap:not(:last-child) {
  border-bottom: 1px solid #c3c3c3;
}
.product .product-inner .product-description-short .desc-wrap span {
  margin-right: 5px;
  color: #323232;
}
.product .product-inner .product_meta {
  margin-bottom: 10px;
}
.product .product-inner .posted_in {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product .product-inner .posted_in a {
  width: auto;
}
.product .product-inner .posted_in a:not(:first-child) {
  margin-left: 3px;
}
.product .product-inner .price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 0;
}
.product .product-inner .price-wrap .button {
  margin-top: 20px;
}
.product .product-inner .product-wrap {
  padding: 30px;
  text-align: center;
  box-shadow: 2px 3.5px 16px 0 rgba(0, 0, 0, 0.07);
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.product .product-inner .product-wrap .product_meta {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product .product-inner .product-wrap .product_meta a {
  color: #787878;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.product .product-inner .product-wrap .star-rating {
  margin: 0 auto 10px auto;
}
.product .product-inner .product-wrap .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.1;
  margin-bottom: 15px;
}
.product .product-inner .price {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.owl-item .product {
  padding: 0;
}
.product .row {
  position: relative;
}
.product [class*="col-"] {
  position: static;
  margin-top: 0;
}
.product [class*="col-"].images a {
  display: block;
  position: relative;
}
.product h3 {
  margin-bottom: 20px;
}
.product .rating-title {
  font-size: 1.2em;
}
.product [class*="col-"]:first-child h2, .product [class*="col-"]:first-child h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 18px 0 24px;
  position: relative;
  letter-spacing: 0;
}
.product .product-media {
  position: relative;
}
.product .images {
  position: relative;
}
.product .images img {
  border-radius: 3px;
  overflow: hidden;
}
.product [class*="col-"]:first-child a span, .product [class*="col-"]:first-child .product-media span {
  position: absolute;
  background-color: #00a6a1;
  color: #fff;
  padding: 8px 18px;
  text-transform: uppercase;
  top: 20px;
  right: 20px;
}
.related, .upsells {
  margin-top: 80px;
  padding-right: 15px;
  padding-left: 15px;
}
.related > h2, .upsells > h2 {
  margin: 20px 0 80px;
  text-align: center;
  padding-bottom: 23px;
  position: relative;
}
.related > h2::before, .upsells > h2::before {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0095b3;
  background-image: linear-gradient(to right, rgba(0, 149, 179, 1), rgba(0, 166, 161, 1));
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .related > h2, .upsells > h2 {
    margin-bottom: 50px;
  }
}
.upsells + .related {
  margin-top: 30px;
}
.price {
  padding: 0;
  font-weight: 600;
  font-family: "Merriweather", serif;
  font-size: 20px;
}
.price del span {
  opacity: 0.8;
  color: #787878;
}
.price ins {
  text-decoration: none;
}
.price span, .price small {
  color: #00a6a1;
}
.product-buttons {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.product-buttons a {
  float: left;
  width: 40px;
  height: 40px;
  font-size: 0;
  color: transparent;
  text-align: center;
  background-color: #0095b3;
}
.product-buttons a.loading [class*='rt-icon'], .product-buttons a.loading:before {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.product-buttons a.loading [class*='rt-icon']:before, .product-buttons a.loading:before:before {
  content: "\e61b";
}
.product-buttons a.loading:before {
  content: "\e61b";
}
.product-buttons a i, .product-buttons a:before {
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.product-buttons a:before {
  font-family: 'rt-icons-2';
  content: "\e626";
}
.product-buttons a.favorite_button {
  background-color: #fff;
  color: #323232;
}
.product-buttons a:hover {
  background-color: #323232;
  color: #fff;
}
.product-buttons a.added_to_cart {
  background-color: #fff;
  font-size: 0;
  color: transparent;
}
.product-buttons a.added_to_cart:hover {
  background-color: #0095b3;
}
.product-buttons a.added_to_cart:before {
  content: "\e6c0";
  line-height: 40px;
  color: #323232;
  font-family: 'rt-icons-2';
  font-size: 26px;
}
.product-buttons a.product_type_variable:before {
  font-size: 20px;
  content: "\e63f";
}
.grid-view {
  text-align: center;
}
.grid-view .row {
  position: relative;
}
.grid-view .product [class*="col-"]:last-child {
  padding: 20px 35px 20px 35px;
  position: absolute;
  top: 0;
}
.grid-view .product [class*="col-"]:last-child h2, .grid-view .product [class*="col-"]:last-child h3, .grid-view .product [class*="col-"]:last-child p {
  display: none;
}
.grid-view .item-content h4 {
  display: none;
}
.grid-view .star-rating {
  display: none;
}
.grid-view .product-description {
  display: none;
}
.grid-view [class*="col-"] {
  width: 100%;
  float: none;
}
.list-view .product {
  float: none;
  width: 100%;
  margin-bottom: 60px;
}
.list-view .product [class*="col-"]:first-child h2, .list-view .product [class*="col-"]:first-child h3 {
  display: none;
}
.quantity {
  display: inline-block;
  position: relative;
}
.quantity [type='number'] {
  font-weight: 400;
  padding-right: 30px;
  padding-left: 30px;
  height: 50px;
  text-align: center;
  width: 100px;
  -moz-appearance: textfield;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
}
.quantity [type='number']:hover, .quantity [type='number']:focus {
  -moz-appearance: number-input;
}
.quantity [type='number']::-webkit-inner-spin-button, .quantity [type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity + button {
  top: -1px;
  position: relative;
}
@media (max-width: 575px) {
  .quantity + button {
    margin-top: 20px;
  }
}
.quantity [type="button"] {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: transparent;
  border: none;
  width: 22px;
  height: 10px;
  background-color: transparent;
  z-index: 1;
}
.quantity [type="button"]:hover + i {
  color: #323232;
}
.quantity [type="button"] + i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  width: 22px;
  text-align: center;
  line-height: 10px;
  color: #0095b3;
  display: inline-block;
}
.quantity [type="button"].minus {
  right: auto;
  left: 10px;
}
.quantity [type="button"].minus + i {
  right: auto;
  left: 10px;
}
/* single-product */
.summary {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.summary:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1199px) {
  .summary {
    margin-bottom: 30px;
  }
}
.summary .entry-title {
  line-height: 1;
  font-size: 40px;
  margin-bottom: 0;
  color: #323232;
}
.summary .product-description-short {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.summary .product-description-short .desc-wrap {
  display: flex;
  padding: 7px 0;
  min-width: 60%;
}
.summary .product-description-short .desc-wrap:not(:last-child) {
  border-bottom: 1px solid rgba(20, 29, 40, 0.1);
}
.summary .product-description-short .desc-wrap span {
  font-weight: 500;
  color: #323232;
  margin-right: 5px;
}
.summary .product_meta > span {
  border-top: 1px solid #c3c3c3;
  padding: 12px 0;
}
.summary .product_meta > span:last-child {
  border-bottom: 1px solid #c3c3c3;
}
.summary .product_meta span {
  color: #323232;
  font-weight: 400;
}
.summary .product_meta span span, .summary .product_meta span a {
  color: #323232;
  font-weight: 300;
}
.summary .product_meta span span:first-child, .summary .product_meta span a:first-child {
  margin-left: 5px;
}
.summary .cat-wrap {
  order: 22;
  margin-top: 50px;
}
.summary .price {
  order: -1;
  margin-top: 60px;
  margin-bottom: 0;
  opacity: 1;
}
.summary .price del {
  margin-right: 15px;
}
.summary form {
  order: -1;
}
.summary .woocommerce-product-rating {
  display: flex;
  line-height: 1;
  position: relative;
  margin-bottom: -30px;
  margin-top: 60px;
  order: -1;
}
.summary .woocommerce-product-rating .woocommerce-review-link, .summary .woocommerce-product-rating .review-links {
  order: 2;
  margin-right: 0;
  margin-left: auto;
}
.summary .woocommerce-product-rating + .product-description-short {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .summary .woocommerce-product-rating {
    margin-top: 30px;
  }
}
.summary .woocommerce-review-link {
  display: inline-block;
  margin-right: 90px;
}
.summary .woocommerce-product-details__short-description {
  margin-top: 40px;
  order: -1;
}
.summary .add-to-cart {
  margin-top: 35px;
}
.summary .add-to-cart > * {
  margin-top: 10px;
}
.summary .woocommerce-variation-price {
  margin-top: 20px;
}
.summary .share_buttons {
  order: 30;
  margin-top: 45px;
}
.summary .variations {
  margin: 0;
}
.summary .variations tr {
  display: block;
  margin-bottom: 1em;
}
.summary .variations td {
  text-align: left;
  display: block;
  padding: 0;
  border: none;
}
.summary .variations label:after {
  content: ':';
}
.summary .variations .reset_variations:before {
  font-size: 16px;
  padding: 0.5em;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f05e";
}
.summary input + .add-to-cart {
  margin-top: 30px;
}
.summary .add-to-cart .quantity {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .summary .add-to-cart .quantity {
    margin-right: 0;
  }
}
.summary .product_meta {
  margin-top: 50px;
}
.summary .product_meta > span {
  display: block;
}
.summary .product_meta a {
  letter-spacing: 0;
  text-transform: capitalize;
}
.variations td {
  display: block;
  border: 0;
  padding: 3px 0;
}
.variations td.value {
  margin-bottom: 10px;
}
.product_meta_bottom {
  margin: 0 0 20px;
}
.product-tabs {
  margin-top: 30px;
}
.owl-carousel.thumbnails {
  margin: 30px 0 30px;
}
.owl-carousel.thumbnails .owl-dots {
  margin: 20px 0 5px;
}
.owl-carousel.thumbnails .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-width: 1px;
}
.owl-carousel.thumbnails .owl-nav {
  margin-top: -18px;
}
.owl-carousel.thumbnails .owl-nav > div {
  right: 0;
}
.owl-carousel.thumbnails .owl-nav > div:first-child {
  left: 0;
}
.owl-carousel.thumbnails .owl-nav > div:after {
  font-size: 16px;
  color: #323232;
}
.product-icons .teaser [class*="_bg_color"] {
  padding: 10px;
}
.product + .nav-tabs, .woocommerce-tabs {
  margin-top: 60px;
}
.star-rating, p.stars a {
  font-weight: 400;
  height: 1em;
}
.star-rating span:before, .star-rating:before {
  content: "\e7aa\e7aa\e7aa\e7aa\e7aa";
  top: 0;
  left: 0;
}
.star-rating {
  overflow: hidden;
  position: relative;
  line-height: 1;
  width: 5.4em;
  font-family: 'rt-icons-2';
}
.star-rating:before {
  opacity: 0.5;
  float: left;
  letter-spacing: 0.1em;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  letter-spacing: 0.1em;
}
.star-rating span:before {
  position: absolute;
  color: #0095b3;
}
p.stars a:before, p.stars a:hover ~ a:before {
  color: #787878;
  content: "\e7aa";
}
p.stars {
  display: inline-block;
  margin: 0 0 30px;
  line-height: 1;
}
p.stars a {
  display: inline-block;
  position: relative;
  width: 1em;
  text-indent: -999em;
  margin-right: 1px;
}
p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'rt-icons-2';
  text-indent: 0;
}
p.stars.selected a.active:before, p.stars:hover a:before {
  content: "\e7aa";
  color: #0095b3;
  opacity: 1;
}
p.stars.selected a.active ~ a:before {
  content: "\e7aa";
  color: #787878;
  opacity: 0.75;
}
p.stars.selected a:not(.active):before {
  content: "\e7aa";
  color: #0095b3;
  opacity: 1;
}
/*shop comments*/
.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.commentlist li {
  margin-bottom: 40px;
}
.commentlist li img {
  display: block;
  float: left;
  overflow: hidden;
}
.commentlist .comment-text {
  overflow: hidden;
  position: relative;
  padding: 26px 30px 26px 30px;
  border: 1px solid #e1e1e1;
}
.commentlist p.meta {
  font-size: 0;
  margin: 0 0 70px;
}
.commentlist p.meta strong {
  color: #323232;
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
  display: block;
}
.commentlist p.meta time {
  font-size: 14px;
}
.commentlist .star-rating {
  position: absolute;
  top: 93px;
}
.woocommerce-tabs .tab-content {
  padding-top: 40px;
}
.woocommerce-tabs .tab-content .comment-respond {
  margin: 30px 0 0;
}
.woocommerce-tabs .tab-content .comment-respond h3 {
  font-size: 28px;
}
.woocommerce-tabs .tab-content .comment-respond h4 {
  margin-bottom: 0;
  font-size: 28px;
}
/*comment respond form*/
#review_form textarea, #review_form [type*='text'], #review_form [type*='email'] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
#review_form .comment-form-author, #review_form .comment-form-email {
  width: 100%;
}
@media (min-width: 992px) {
  #review_form .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 5px;
  }
  #review_form .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 5px;
  }
  #review_form .form-submit {
    clear: both;
  }
}
.comment-form-rating label[for] {
  display: block;
}
/* cart */
.shop_table ul {
  list-style: none;
  padding: 0;
}
table label {
  display: block !important;
}
.shop-adds {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
.shop-adds .fa {
  padding: 0 10px;
}
.shop-adds.teaser {
  margin-bottom: 0;
}
.shop-adds.teaser [class*="_bg_color"] {
  padding: 12px;
}
table.cart .media {
  margin-left: -15px;
}
table.cart img {
  max-width: 80px;
}
table.cart h4 {
  margin-bottom: 12px;
}
table.cart td, table.cart th {
  vertical-align: middle;
  padding: 18px 20px;
}
table.cart .coupon {
  display: inline-block;
}
table.cart a {
  color: #323232;
}
table.cart td.product-name {
  font-size: 18px;
}
table.cart .product-remove {
  text-align: center;
  font-size: 1.6em;
}
.cart_totals h4:first-child {
  margin: 60px 0 30px;
}
.cart_totals table {
  margin: 0 0 50px;
}
.cart_totals table th, .cart_totals table td {
  padding: 20px 20px;
}
.cart_totals table th {
  width: 140px;
}
/* chekcout */
.shop-info {
  margin-bottom: 15px;
}
#createaccount {
  margin-top: 0;
}
#ship-to-different-address label {
  display: inline-block;
}
#ship-to-different-address label + input {
  margin: 0 12px;
}
.checkout [class*='col-'], .shop-register [class*='col-'] {
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce form:before, .woocommerce form:after {
  content: '';
  display: block;
  clear: both;
}
.woocommerce form input[type="radio"] {
  margin-right: 6px;
}
.woocommerce form input[type="checkbox"] {
  margin-right: 6px;
  position: relative;
  top: 2px;
  margin-left: 0;
}
.woocommerce form p:last-child {
  margin-bottom: 10px;
}
.form-row {
  margin: 0 0 15px;
}
.form-row:before, .form-row:after {
  content: '';
  display: block;
  clear: both;
}
.form-row .checkbox {
  margin: -5px 0 0;
}
.form-row .lost_password {
  margin: 15px 0 -15px;
}
.form-row label {
  display: block;
  margin-top: 10px;
}
.form-row [type="email"], .form-row [type="number"], .form-row [type="password"], .form-row [type="text"], .form-row [type="tel"], .form-row select, .form-row textarea {
  display: block;
  width: 100%;
}
.woocommerce form.login label, .woocommerce form.login input {
  float: none;
  text-align: left;
  width: auto !important;
}
.woocommerce form.login [type="submit"] {
  margin-top: 10px;
  text-align: center;
}
/* shop single*/
.cart-button {
  margin: 50px 0 55px;
}
.share-title {
  font-size: 20px;
  margin: 56px 0 18px;
}
/* shop */
.shop-item .item-content {
  padding: 30px 40px;
}
.shop-item .item-price {
  margin: 9px 0 16px;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}
.shop-item .item-price span {
  font-size: 40px;
}
.shop-item .cart-button {
  margin: 50px 0 28px;
}
.related-item .item-content {
  padding: 14px 25px;
}
.related-item h4 {
  font-size: 20px;
  line-height: 24px;
}
.related-item .cart-button {
  margin: 14px 0 14px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #787878 !important;
  font-weight: 300;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2.select2-container--open .select2-selection {
  border-color: #ededed;
}
.select2 .select2-selection {
  border: 1px solid #c3c3c3;
  height: 50px;
  padding: 0 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.select2 .select2-selection__arrow {
  position: absolute;
  height: 100% !important;
}
.select2 .select2-selection__arrow::after {
  content: '\f078';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #0095b3;
  font-family: "FontAwesome", sans-serif;
  font-size: 12px;
  font-weight: 900;
  pointer-events: none;
}
.select2 .select2-selection__arrow b {
  display: none;
}
.shipping-calculator-form .select-wrap::after, .comment-form-rating .select-wrap::after, .woocommerce-input-wrapper .select-wrap::after {
  display: none;
}
.shipping-calculator-button + .shipping-calculator-form {
  margin-top: 15px;
}
.woocommerce-checkout-payment {
  margin-top: 40px;
}
.woocommerce-checkout-payment .radio {
  margin: 2px 0;
}
.woocommerce-checkout-payment ul {
  list-style: none;
  padding: 0;
}
.woocommerce-checkout-payment li {
  padding: 11px 0 6px;
  border-bottom: 1px solid #c3c3c3;
}
.woocommerce-checkout-payment li:first-child {
  border-top: 1px solid #c3c3c3;
}
.woocommerce-checkout-payment p {
  margin: 0;
}
.woocommerce-checkout-payment img {
  display: none;
}
.woocommerce-checkout-payment [type="submit"] {
  margin-top: 20px;
}
/*messages*/
.wc-forward {
  float: right;
}
.row > .alert {
  margin-left: 25px;
  margin-right: 25px;
}
.single-product .woocommerce-notices-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-left: 30px !important;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  margin-left: auto;
  background-color: #fff;
  background-image: none;
}
.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover {
  color: #fff !important;
  background-color: #323232;
}
.woocommerce-error a:not(.button):hover, .woocommerce-info a:not(.button):hover, .woocommerce-message a:not(.button):hover {
  color: #fff !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  display: none !important;
}
@media (max-width: 767px) {
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    flex-direction: column-reverse;
    align-items: center;
  }
  .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    margin-top: 20px;
    margin-left: unset;
  }
}
.woocommerce-error {
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce-notices-wrapper, .woocommerce-form-coupon-toggle {
  width: 100%;
  margin-bottom: 60px;
}
.woocommerce-notices-wrapper:empty, .woocommerce-form-coupon-toggle:empty {
  margin-bottom: 0;
}
/*my account*/
.woocommerce-MyAccount-navigation {
  margin-bottom: 40px;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0;
}
.woocommerce-MyAccount-navigation li {
  display: inline-block;
}
.woocommerce-MyAccount-navigation .is-active a {
  background-color: #0095b3;
  border-color: #0095b3;
}
.woocommerce-MyAccount-content h2 {
  margin: 40px 0;
}
.woocommerce-Message {
  background: #fff;
  padding: 30px;
}
.woocommerce-Message .woocommerce-Button {
  float: right;
}
.order-actions {
  text-align: center;
}
.customer_details {
  margin-bottom: 60px;
}
.addresses address {
  margin-bottom: 0;
}
/* shop widgets */
/* cart widget */
.widget_shopping_cart img {
  max-width: 80px;
}
.widget_shopping_cart .cart_list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 4px;
  margin: 20px 0;
}
.widget_shopping_cart .quantity {
  display: block;
}
.widget_shopping_cart .remove {
  float: right;
}
.widget_shopping_cart .remove:before {
  font-family: 'rt-icons-2';
  font-size: 16px;
  content: "\e653";
}
.widget_shopping_cart li {
  margin-bottom: 16px;
}
.widget_shopping_cart li a + a {
  color: #323232;
  font-size: 16px;
}
.widget_shopping_cart .wc-forward {
  float: none;
}
.widget_shopping_cart ul, .widget_products ul, .widget_recently_viewed_products ul, .widget_recent_reviews ul, .widget_popular_entries ul, .widget_top_rated_products ul {
  list-style: unset;
}
.widget_shopping_cart ul li, .widget_products ul li, .widget_recently_viewed_products ul li, .widget_recent_reviews ul li, .widget_popular_entries ul li, .widget_top_rated_products ul li {
  position: relative;
  padding-left: 90px;
  min-height: 70px;
}
.widget_shopping_cart ul li:not(:first-child), .widget_products ul li:not(:first-child), .widget_recently_viewed_products ul li:not(:first-child), .widget_recent_reviews ul li:not(:first-child), .widget_popular_entries ul li:not(:first-child), .widget_top_rated_products ul li:not(:first-child) {
  margin-top: 30px;
}
.widget_shopping_cart ul li img, .widget_products ul li img, .widget_recently_viewed_products ul li img, .widget_recent_reviews ul li img, .widget_popular_entries ul li img, .widget_top_rated_products ul li img {
  max-width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  overflow: hidden;
}
.widget_shopping_cart ul li .product-title, .widget_products ul li .product-title, .widget_recently_viewed_products ul li .product-title, .widget_recent_reviews ul li .product-title, .widget_popular_entries ul li .product-title, .widget_top_rated_products ul li .product-title {
  font-family: "Merriweather", serif;
  font-weight: bold;
  margin-bottom: 5px;
}
.widget_shopping_cart ul li .amount, .widget_products ul li .amount, .widget_recently_viewed_products ul li .amount, .widget_recent_reviews ul li .amount, .widget_popular_entries ul li .amount, .widget_top_rated_products ul li .amount, .widget_shopping_cart ul li .woocommerce-price-suffix, .widget_products ul li .woocommerce-price-suffix, .widget_recently_viewed_products ul li .woocommerce-price-suffix, .widget_recent_reviews ul li .woocommerce-price-suffix, .widget_popular_entries ul li .woocommerce-price-suffix, .widget_top_rated_products ul li .woocommerce-price-suffix {
  font-weight: 600;
}
.widget_shopping_cart ul li del .amount, .widget_products ul li del .amount, .widget_recently_viewed_products ul li del .amount, .widget_recent_reviews ul li del .amount, .widget_popular_entries ul li del .amount, .widget_top_rated_products ul li del .amount {
  color: #787878;
}
.widget_shopping_cart ul li ins, .widget_products ul li ins, .widget_recently_viewed_products ul li ins, .widget_recent_reviews ul li ins, .widget_popular_entries ul li ins, .widget_top_rated_products ul li ins {
  text-decoration: none;
}
.widget_shopping_cart ul li ins .amount, .widget_products ul li ins .amount, .widget_recently_viewed_products ul li ins .amount, .widget_recent_reviews ul li ins .amount, .widget_popular_entries ul li ins .amount, .widget_top_rated_products ul li ins .amount, .widget_shopping_cart ul li .woocommerce-price-suffix, .widget_products ul li .woocommerce-price-suffix, .widget_recently_viewed_products ul li .woocommerce-price-suffix, .widget_recent_reviews ul li .woocommerce-price-suffix, .widget_popular_entries ul li .woocommerce-price-suffix, .widget_top_rated_products ul li .woocommerce-price-suffix {
  color: #00a6a1;
}
.widget_shopping_cart ul li > a, .widget_products ul li > a, .widget_recently_viewed_products ul li > a, .widget_recent_reviews ul li > a, .widget_popular_entries ul li > a, .widget_top_rated_products ul li > a {
  padding-left: 0;
  position: static;
}
.widget_shopping_cart ul li > a::before, .widget_products ul li > a::before, .widget_recently_viewed_products ul li > a::before, .widget_recent_reviews ul li > a::before, .widget_popular_entries ul li > a::before, .widget_top_rated_products ul li > a::before {
  display: none;
}
/* price filter */
.widget_price_filter input[readonly] {
  background-color: transparent;
  padding-right: 3px;
  padding-left: 3px;
  max-width: 89px;
  margin-bottom: 4px;
  display: inline-block;
}
.widget_price_filter .ui-slider-range {
  background-color: #00a6a1;
}
.widget_price_filter .ui-slider-horizontal {
  margin-bottom: 30px;
}
.widget_price_filter label[for] {
  display: inline-block;
  padding-right: 4px;
}
.widget_price_filter .price_label {
  color: #323232;
  font-weight: 400;
}
.widget_price_filter .form-group {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.widget_price_filter button {
  margin-top: 26px;
  text-transform: uppercase;
  padding: 8px 7px 7px;
  min-width: 0;
  float: right;
}
.widget_price_filter .price_slider_amount:after {
  content: '';
  display: block;
  clear: both;
}
/*! jQuery UI - v1.11.1 - 2014-10-03
 * http://jqueryui.com
 * Includes: core.css, slider.css
 * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Misc visuals
 ----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-slider {
  position: relative;
  text-align: left;
  background-color: #fafafa;
  margin: 0 5px 0 8px;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #0095b3;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 2px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/* color layered nav */
.widget_layered_nav .color-filters li {
  display: inline-block;
  margin: 0 29px 14px 0;
}
.widget_layered_nav .color-filters a {
  display: inline-block;
  width: 23px;
  height: 23px;
  font-size: 0;
  background-color: #ccc;
  color: transparent;
  position: relative;
}
.widget_layered_nav .color-filters a:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
}
.widget_layered_nav .color-filters span {
  position: relative;
  top: 2px;
  left: 5px;
}
/* widget_products */
.widget_products img {
  max-width: 80px;
}
.widget_products .media h3 {
  font-size: inherit;
  line-height: 1.4;
  margin: 3px 0 10px;
}
.widget_products .star-rating {
  margin-bottom: 10px;
}
.widget_products .price {
  position: static;
  background-color: transparent;
  padding: 0;
}
.widget_products .add_to_cart_button {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  background-color: #0095b3;
  color: #fff;
  margin-right: 5px;
}
.widget_products .add_to_cart_button:hover {
  color: #fff;
  background-color: #323232;
}
/*widget_top_rated_products*/
.widget .product-title {
  display: block;
}
.widget .woocommerce-Price-amount {
  color: #0095b3;
}
.widget del .woocommerce-Price-amount {
  color: inherit;
}
.widget .star-rating {
  margin: 5px 0 7px;
}
/*widget_recent_reviews*/
.widget_recent_reviews li:before, .product_list_widget li:before, .widget_recent_reviews li:after, .product_list_widget li:after {
  content: '';
  display: block;
  clear: both;
}
.widget_recent_reviews img, .product_list_widget img {
  display: block;
  float: left;
  max-width: 100px;
  margin-right: 20px;
}
/*widget_rating_filter*/
.widget_rating_filter {
  text-align: right;
}
.widget_rating_filter li {
  clear: both;
  margin-bottom: 8px;
}
.widget_rating_filter .star-rating {
  float: left;
}
.woocommerce .woocommerce-Reviews {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce .woocommerce-Tabs-panel .woocommerce-Reviews-title {
  margin-top: 50px;
  margin-bottom: 35px;
  line-height: 1;
  font-size: 30px;
}
.woocommerce .woocommerce-Tabs-panel .comment-reply-title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #323232;
  font-family: "Merriweather", serif;
}
.woocommerce .woocommerce-Tabs-panel .comment-reply-title + form {
  margin-top: 20px;
}
.woocommerce .woocommerce-Reviews {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce .comment-form {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .comment-form .comment-notes {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.woocommerce .comment-form .comment-form-comment {
  order: 17;
  width: 100%;
}
.woocommerce .comment-form .comment-form-cookies-consent {
  display: flex;
  order: 18;
}
.woocommerce .comment-form .comment-form-cookies-consent label {
  display: flex !important;
}
.woocommerce .comment-form .comment-form-rating {
  order: 19;
  display: flex;
  align-items: center;
  width: 100%;
}
.woocommerce .comment-form .comment-form-rating label {
  flex-shrink: 0;
  font-weight: 400;
  display: block;
  margin-bottom: 0;
}
.woocommerce .comment-form .comment-form-rating label::after {
  content: ':';
}
.woocommerce .comment-form .comment-form-rating .stars {
  margin-left: 10px;
  margin-bottom: 0;
}
.woocommerce .comment-form .form-submit {
  margin-top: 30px;
  order: 20;
}
.show-img {
  position: absolute;
  left: 10px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.show-img::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 18px;
  -webkit-mask: url(../img/icon-zoom.png) no-repeat center / contain;
  background-color: #323232;
  transition: all 0.3s ease-in-out;
}
.show-img:hover {
  background-color: #323232;
}
.show-img:hover::before {
  background-color: #fff;
}
.product-wrap {
  position: relative;
}
.product-wrap .shop_video_modal_window {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #323232;
  transition: all 0.3s ease-in-out;
}
.product-wrap .shop_video_modal_window::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 18px;
  -webkit-mask: url(../img/icon-triangle.png) no-repeat center / contain;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.product-wrap .shop_video_modal_window:hover {
  background-color: #fff;
}
.product-wrap .shop_video_modal_window:hover::before {
  background-color: #323232;
}
/*
 Wishlist
 */
.products .owl-stage-outer .product .yith-wcwl-add-to-wishlist {
  right: 10px;
  top: 20px;
}
.products .product {
  position: relative;
}
.products .product .yith-wcwl-add-to-wishlist {
  position: absolute;
  left: auto;
  right: 25px;
  top: 27px;
  z-index: 2;
}
.products .product .yith-wcwl-add-to-wishlist a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}
.products .product .yith-wcwl-add-to-wishlist i {
  margin: 0;
  font-size: 15px;
}
.products .product .yith-wcwl-add-to-wishlist span {
  display: none;
}
.yith-wcwl-form .btn {
  display: none;
}
.yith-wcwl-form .shop_table .product-name {
  width: auto;
}
.yith-wcwl-form .shop_table .product-name .yith-wcqv-button {
  display: none;
}
@media (max-width: 1199px) {
  .yith-wcwl-form .shop_table .product-name {
    width: auto;
  }
}
.yith-wcwl-form .shop_table thead {
  display: none;
}
.yith-wcwl-form .shop_table tr {
  border-top: 1px solid #c3c3c3;
}
.yith-wcwl-form .shop_table tr td.product-thumbnail a {
  max-width: 100px;
}
.yith-wcwl-form .shop_table a:not(.btn):not(.remove) {
  color: #323232;
  font-weight: 500;
  font-size: 20px;
}
.yith-wcwl-form .shop_table a:not(.btn):not(.remove):hover {
  color: #0095b3;
}
.yith-wcwl-form .shop_table .amount {
  color: #787878;
  font-weight: 300;
  font-size: 16px;
}
.yith-wcwl-form .shop_table .quantity [type='number'] {
  background-color: transparent;
  height: unset;
}
.yith-wcwl-form .shop_table .remove {
  font-size: 0;
}
.yith-wcwl-form .shop_table .remove::before {
  content: '\f014';
  font-family: "FontAwesome", sans-serif;
  font-size: 18px;
  color: #787878;
  transition: all 0.3s ease-in-out;
}
.yith-wcwl-form .shop_table .remove:hover::before {
  color: #323232;
}
.yith-wcwl-form .shop_table td {
  text-align: left;
  border: none;
  padding: 30px 15px;
}
.yith-wcwl-form .shop_table td:first-child {
  padding-left: 0;
}
.yith-wcwl-form .shop_table td:last-child {
  padding-right: 0;
}
.yith-wcwl-form .shop_table tr:last-child {
  border-bottom: 1px solid #c3c3c3;
}
.yith-wcwl-form .shop_table li {
  position: relative;
}
.yith-wcwl-form .shop_table li .product-name {
  padding-right: 50px;
}
.yith-wcwl-form .shop_table li .item-wrapper {
  width: 100%;
}
.yith-wcwl-form .shop_table li .product-thumbnail img {
  max-width: 60px;
}
.yith-wcwl-form .shop_table li .item-details {
  width: calc(100% - 75px);
}
.yith-wcwl-form .shop_table li .product-remove {
  position: absolute;
  right: 10px;
  top: 13px;
}
#yith-quick-view-modal .thumbnails-wrap {
  display: none;
}
#yith-quick-view-modal .yith-wcqv-main {
  box-shadow: none;
}
#yith-quick-view-modal.open .yith-wcqv-main {
  overflow-y: auto;
}
#yith-quick-view-content div.images {
  width: 50%;
}
#yith-quick-view-content .onsale {
  left: 10px;
  top: 20px;
}
#yith-quick-view-content div.summary {
  width: 50%;
  padding: 60px;
}
#yith-quick-view-content div.summary .summary-content {
  display: flex;
  flex-direction: column;
}
#yith-quick-view-content .product_title {
  order: 1;
}
#yith-quick-view-content .price {
  order: 2;
  margin-top: 20px;
}
#yith-quick-view-content .woocommerce-product-rating {
  order: 3;
  margin-bottom: 0;
}
#yith-quick-view-content .woocommerce-product-details__short-description {
  order: 4;
}
#yith-quick-view-content form {
  order: 5;
}
#yith-quick-view-content .product_meta {
  order: 6;
  margin-top: 50px;
}
#yith-quick-view-close {
  font-size: 0;
  border: none;
  opacity: 1;
}
#yith-quick-view-close::before {
  content: '\f00d';
  font-family: "FontAwesome", sans-serif;
  font-size: 16px;
  color: #323232;
  position: absolute;
  right: 20px;
  top: 20px;
}
.cart-row {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-cart-form {
  overflow: auto;
  width: 65%;
  flex-basis: 65%;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .woocommerce-cart-form {
    width: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }
}
.woocommerce-cart-form .shop_table {
  margin-top: 0;
}
.woocommerce-cart-form .shop_table thead {
  display: none;
}
.woocommerce-cart-form .shop_table tr {
  border-top: 1px solid #c3c3c3;
}
.woocommerce-cart-form .shop_table .amount {
  color: #787878;
  font-weight: 300;
}
.woocommerce-cart-form .shop_table .quantity [type='number'] {
  background-color: transparent;
  height: unset;
}
.woocommerce-cart-form .shop_table [type='submit'] {
  display: none;
}
.woocommerce-cart-form .shop_table .remove {
  font-size: 0;
}
.woocommerce-cart-form .shop_table .remove::before {
  content: '\f014';
  font-family: "FontAwesome", sans-serif;
  font-size: 18px;
  color: #787878;
  transition: all 0.3s ease-in-out;
}
.woocommerce-cart-form .shop_table .remove:hover::before {
  color: #323232;
}
.woocommerce-cart-form .shop_table td {
  text-align: left;
  border: none;
  padding: 30px 15px;
}
.woocommerce-cart-form .shop_table td:first-child {
  padding-left: 0;
}
.woocommerce-cart-form .shop_table td:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table tr:first-child td:first-child {
    display: none;
  }
  .woocommerce-cart-form .shop_table tr:first-child td:nth-child(2) {
    padding-left: 0;
  }
}
.woocommerce-cart-form .shop_table tr:last-child td {
  padding-top: 40px;
  padding-bottom: 0;
}
.cart-collaterals {
  clear: both;
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: 40px;
  width: 35%;
  flex-basis: 35%;
}
@media (max-width: 1199px) {
  .cart-collaterals {
    width: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}
.cart-collaterals .woocommerce-shipping-methods {
  display: none;
}
.cart-collaterals .cart_totals h2 {
  margin-bottom: 35px;
}
.cart-collaterals .shop_table tr {
  border-top: 1px solid #c3c3c3;
}
.cart-collaterals .shop_table tr:last-child {
  border-bottom: 1px solid #c3c3c3;
}
.cart-collaterals .shop_table th, .cart-collaterals .shop_table td {
  padding: 14px 0;
  border: none;
}
.cart-collaterals .shop_table th {
  text-align: left;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: unset;
}
.cart-collaterals .shop_table td {
  text-align: right;
}
.cart-collaterals .shop_table .amount {
  color: #787878;
  font-weight: 300;
}
.cart-collaterals .shop_table .woocommerce-shipping-totals {
  font-size: 0;
}
.cart-collaterals .shop_table .woocommerce-shipping-totals form {
  font-size: 16px;
}
.cart-collaterals .wrap-coupon {
  margin-top: 40px;
}
.cart-collaterals .wrap-coupon .coupon {
  display: flex;
}
.cart-collaterals .wrap-coupon .coupon input {
  width: calc(100% - 130px);
  height: 50px;
}
.cart-collaterals .wrap-coupon .button {
  min-width: 120px;
  margin-left: 10px;
  margin-bottom: 0;
}
.cart-collaterals .wrap-coupon [name="update_cart"] {
  display: none;
}
.cart-collaterals .woocommerce-cart-form {
  width: 100%;
}
.cart-collaterals .shop_table {
  display: table !important;
}
.cart-collaterals h2 {
  font-size: 30px !important;
}
.cart-collaterals .cart_totals {
  order: -1;
}
.cart-collaterals .wc-proceed-to-checkout {
  margin-top: 40px;
}
.cart-collaterals .wc-proceed-to-checkout .button {
  width: 100%;
}
.woocommerce-ordering {
  max-width: 300px;
  width: 100%;
}
.breadcrumbs-woocommerce {
  list-style: none;
  font-size: 20px;
  font-family: 'Merriweather', serif;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.breadcrumbs-woocommerce a {
  color: #787878 !important;
  font-weight: 300;
}
.breadcrumbs-woocommerce a:hover {
  color: #0095b3 !important;
}
.breadcrumbs-woocommerce a.active {
  color: #0095b3 !important;
  font-weight: 400;
}
.breadcrumbs-woocommerce span.active {
  color: #323232;
  font-weight: 400;
}
.breadcrumbs-woocommerce li {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 10px;
}
.breadcrumbs-woocommerce li:not(:first-child)::before {
  content: '/';
  margin-right: 5px;
}
@media (min-width: 576px) {
  .woocommerce-info .showcoupon, .woocommerce-info .showlogin {
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .col2-set {
    margin-bottom: 50px;
  }
}
.col2-set .col-1, .col2-set .col-2 {
  max-width: none;
  clear: both;
  padding: 0 !important;
}
.col2-set .col-1:after, .col2-set .col-2:after {
  display: block;
  content: '';
  clear: both;
}
.col2-set .col-1 .woocommerce-account-fields, .col2-set .col-2 .woocommerce-account-fields {
  margin-bottom: -20px;
}
.col2-set .col-1 .woocommerce-account-fields .create-account, .col2-set .col-2 .woocommerce-account-fields .create-account {
  padding-bottom: 10px;
}
.col2-set .col-2 {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .col2-set#customer_details {
    flex-direction: column;
    width: 64%;
    float: left;
    padding-right: 30px;
  }
  .col2-set ~ #order_review_heading, .col2-set ~ #order_review {
    float: right;
    width: 32%;
    margin-top: 0;
  }
}
.order-wrap {
  padding: 50px 40px;
  background-color: #f2f2f2;
}
.order-wrap h3 {
  margin-bottom: 35px !important;
}
.order-wrap .place-order.form-row {
  margin-bottom: 0;
  margin-top: 20px;
}
.order-wrap label {
  color: #787878;
}
.order-wrap label a {
  color: #787878;
}
.order-wrap label a:hover {
  color: #323232;
}
.order-wrap .shop_table {
  display: flex;
  flex-direction: column;
}
.order-wrap .shop_table thead {
  display: none;
}
.order-wrap .shop_table tr {
  border-top: 1px solid #c3c3c3;
  display: flex;
  justify-content: space-between;
}
.order-wrap .shop_table tr:last-child {
  border-bottom: 1px solid #c3c3c3;
}
.order-wrap .shop_table tbody tr:last-child {
  border-bottom: none;
}
.order-wrap .shop_table th, .order-wrap .shop_table td {
  padding: 14px 0;
  border: none;
  text-align: left;
}
.order-wrap .shop_table th {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: unset;
  width: 40%;
  vertical-align: middle;
}
.order-wrap .shop_table td:last-child {
  text-align: right;
  padding-left: 30px;
}
.order-wrap .shop_table .cart_item .product-quantity {
  font-weight: 300;
}
.order-wrap .shop_table .amount {
  color: #787878;
  font-weight: 300;
}
.order-wrap .shop_table .woocommerce-shipping-methods li {
  padding: 0;
}
.order-wrap .shop_table .woocommerce-shipping-methods li label {
  margin-bottom: 0;
}
.order-wrap .shop_table .woocommerce-shipping-totals form {
  font-size: 16px;
}
@media (min-width: 992px) {
  .order-wrap {
    float: right;
    width: 36%;
    margin-top: 0;
  }
}
.woocommerce .woocommerce-shipping-fields h3 {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
.woocommerce .woocommerce-shipping-fields h3 label {
  color: #787878;
}
p.form-row {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
p.form-row textarea {
  min-height: 150px;
}
p.form-row:not(:last-child) {
  margin-bottom: 10px;
}
p.form-row label {
  display: none;
  margin-bottom: 0;
  text-align: left;
}
p.form-row label.checkbox {
  display: block;
}
p.form-row.create-account {
  margin-top: 25px;
}
p.form-row.create-account label {
  display: block;
  color: #787878;
}
@media (min-width: 992px) {
  p.form-row.form-row-first {
    width: 50%;
    float: left;
    padding-right: 5px;
  }
  p.form-row.form-row-last {
    width: 50%;
    float: left;
    padding-left: 5px;
  }
}
p.form-row.notes, p.form-row.form-row-wide {
  width: 100%;
  clear: both;
}
.shipping_address {
  margin-bottom: 10px;
}
.price_slider_wrapper .price_slider_amount {
  text-align: right;
}
.price_slider_wrapper .button {
  float: left;
  margin-top: 0;
}
.products-wrap .products {
  display: flex;
  flex-wrap: wrap;
}
