.nb-row {
  margin-right: -15px;
  margin-left: -15px;
}

.shop-main {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.shop-main .products .product {
  width: 100%;
  margin-bottom: 30px;
}

.shop-main .shop-banner {
  margin-bottom: 30px;
}

.shop-main.wide .single-product-wrap .product-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.shop-main.wide .single-product-wrap .entry-summary {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.shop-main.wide .single-product-wrap .pd-meta-left,
.shop-main.wide .single-product-wrap .pd-meta-right {
  display: inline-block;
  width: 50%;
}

.shop-main.wide .single-product-wrap .pd-meta-left .price,
.shop-main.wide .single-product-wrap .pd-meta-right .price {
  line-height: 1;
}

.shop-main.wide .single-product-wrap .pd-meta-left {
  padding-right: 15px;
}

.shop-main.wide .single-product-wrap .pd-meta-right {
  padding-left: 15px;
  vertical-align: top;
}

.shop-main:not(.wide) .single-product-wrap .cart {
  border-bottom: 1px solid #ccc;
}

.nbt-product {
  position: relative;
}

.nbt-product .product-image-list {
  position: relative;
  border: 1px solid #eee;
}

.nbt-product .product-image-list .product-image-link {
  padding: 15px;
  display: block;
}

.nbt-product .product-content {
  overflow: hidden;
}

.nbt-product .product-content .product-title {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.nbt-product .product-content .product-title > a {
  color: #444;
  font-weight: bold;
}

.nbt-product .product-content .product-description {
  color: #666;
  margin-bottom: 7px;
}

.nbt-product .product-content .price {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.nbt-product .product-content .price del .amount {
  color: #999;
}

.nbt-product .product-action {
  background: #f4f4f4;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-width: 1px;
  border-style: solid;
  border-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.nbt-product .product-action > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.nbt-product .product-action > *:not(:first-child) {
  border-left: 1px solid #eee !important;
}

.nbt-product .product-action .button {
  background-color: #f4f4f4;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0 none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 45px;
  line-height: 45px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.nbt-product .product-action .button a {
  display: block;
}

.nbt-product .product-action .button i {
  color: #999999;
  font-size: 23px;
  font-style: normal;
  margin-right: 0;
}

.nbt-product .product-action .button:hover i {
  color: #fff;
}

.nbt-product .product-action .button .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  width: 100%;
  height: 100%;
}

.nbt-product .product-action .button .yith-wcwl-add-to-wishlist .show {
  width: 100%;
  height: 100%;
}

.nbt-product .product-action .button .yith-wcwl-add-to-wishlist .show > a {
  width: 100%;
  height: 100%;
}

.nbt-product .product-action .button .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
}

.nbt-product .product-action .button.add_to_cart_button i {
  margin-right: 0;
}

.nbt-product .product-action .button.add_to_cart_button i:before {
  font-family: 'fontello';
  font-size: 23px;
  content: '\e913';
}

.nbt-product .product-action .button .tooltip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  line-height: 1.5;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  width: 120px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: normal;
  background: rgba(0, 0, 0, 0.7);
  padding: 7px;
  margin-bottom: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.nbt-product .product-action .button .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.7);
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
}

.nbt-product .product-action .button:hover .tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.nbt-product .product-action .loop_add_to_cart_link > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nbt-product:hover .product-action {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  bottom: 0;
}

.nbt-product.grid-type-wrap .product-image-list,
.nbt-product.grid-type-wrap2 .product-image-list,
.nbt-product.grid-type-wrap3 .product-image-list {
  margin-bottom: 22px;
  text-align: center;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.nbt-product.grid-type-wrap .product-content,
.nbt-product.grid-type-wrap2 .product-content,
.nbt-product.grid-type-wrap3 .product-content {
  text-align: center;
}

.nbt-product.grid-type-wrap .product-content .product-title,
.nbt-product.grid-type-wrap2 .product-content .product-title,
.nbt-product.grid-type-wrap3 .product-content .product-title {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.nbt-product.grid-type-wrap .product-content .star-rating,
.nbt-product.grid-type-wrap2 .product-content .star-rating,
.nbt-product.grid-type-wrap3 .product-content .star-rating {
  display: inline-block;
}

.nbt-product.grid-type-wrap .product-content .price,
.nbt-product.grid-type-wrap2 .product-content .price,
.nbt-product.grid-type-wrap3 .product-content .price {
  display: block;
  margin-bottom: 3px;
}

.nbt-product.grid-type-wrap:hover .product-image-list,
.nbt-product.grid-type-wrap2:hover .product-image-list,
.nbt-product.grid-type-wrap3:hover .product-image-list {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
}

.nbt-product.list-type-wrap {
  background-color: #ededee;
}

.nbt-product .star-rating {
  width: 70px;
}

.fs-list-type-wrap .fs-product.grid-type-wrap {
  background-color: #ededee;
  border: 0 none;
}

.fs-list-type-wrap .fs-product.grid-type-wrap .product-image-list {
  background: transparent;
}

.fs-list-type-wrap .fs-product.grid-type-wrap .product-content {
  text-align: left;
}

.fs-list-type-wrap .fs-product.grid-type-wrap .product-content .price {
  margin: 0;
  padding: 0;
}

.fs-list-type-wrap .fs-product.grid-type-wrap:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product .product-image {
  position: relative;
}

.product .product-image img {
  width: 100%;
}

.product .onsale {
  z-index: 9;
}

.product .onsale.sale-style-1 {
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  top: 15px;
  left: 15px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product .onsale.sale-style-2 {
  width: 92px;
  height: 92px;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  background: transparent;
  overflow: hidden;
  top: 0px;
  bottom: auto;
  left: auto;
  right: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.product .onsale.sale-style-2 .percent {
  width: 140px;
  height: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 17px;
  right: -42px;
  border-bottom: 25px solid;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  color: #fff;
}

.product .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-family: "fontello";
  font-size: 14px;
  margin-bottom: 10px;
}

.product .star-rating:before {
  content: '\e80a\e80a\e80a\e80a\e80a';
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.product .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.product .star-rating span:before {
  content: "\e809\e809\e809\e809\e809";
  top: 0;
  position: absolute;
  left: 0;
}

.product .price del .amount {
  margin-right: 10px;
}

.product .entry-summary {
  margin-top: 0;
}

.product .entry-summary .price {
  margin-top: 0;
}

.shop-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-action .woocommerce-result-count {
  margin-top: 5px;
  margin-bottom: 5px;
}

.added_to_cart.wc-forward {
  display: none !important;
}

.woocommerce .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce .products .product {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
}

.single-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 45px;
  margin-right: -15px;
  margin-left: -15px;
}

.single-product-wrap .product-image {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.single-product-wrap .product-image .thumb-gallery .swiper-wrapper {
  padding-bottom: 1px;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide img {
  cursor: pointer;
}

.single-product-wrap .product-image .onsale.sale-style-1 {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 30px;
  left: 45px;
}

.single-product-wrap .woocommerce-product-gallery__wrapper {
  margin-top: 0;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery {
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
  cursor: pointer;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .woocommerce-product-gallery__image img {
  padding: 30px;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .previous,
.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery .next {
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery:hover .previous,
.single-product-wrap .woocommerce-product-gallery__wrapper .featured-gallery:hover .next {
  opacity: 1;
  visibility: visible;
}

.single-product-wrap .price {
  font-weight: bold;
  margin-bottom: 10px;
}

.single-product-wrap .price del {
  font-size: 2em;
}

.single-product-wrap .price del .amount {
  opacity: .5;
  margin-right: 10px;
}

.single-product-wrap .price ins,
.single-product-wrap .price > span.amount {
  font-size: 36px;
}

.single-product-wrap .woocommerce-variation-price {
  margin-bottom: 15px;
}

.single-product-wrap .entry-summary {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.single-product-wrap .entry-summary .entry-summary-i {
  background-color: #fafafa;
  padding: 40px 30px;
}

.single-product-wrap .entry-summary .entry-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

.single-product-wrap .woocommerce-product-rating {
  display: inline-block;
  width: 100%;
}

.single-product-wrap .star-rating {
  font-size: 18px;
  width: 90px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.single-product-wrap .woocommerce-review-link {
  display: inline-block;
  float: left;
  line-height: 1.3;
}

.single-product-wrap .woocommerce-product-details__short-description {
  font-size: 16px;
  margin-bottom: 20px;
}

.single-product-wrap .woocommerce-product-details__short-description > p {
  margin-bottom: 0;
}

.single-product-wrap .product_meta {
  margin-bottom: 15px;
}

.single-product-wrap .cart {
  padding-bottom: 23px;
}

.single-product-wrap .cart .single_add_to_cart_button {
  height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}

.single-product-wrap .product-addtocart + .product_meta {
  padding-top: 0;
}

.single-product-wrap .product_meta {
  padding-top: 23px;
  float: left;
  width: 100%;
}

.single-product-wrap .product_meta .meta-name {
  display: inline-block;
  min-width: 120px;
}

.single-product-wrap .product_meta .sku_wrapper,
.single-product-wrap .product_meta .category_wrapper,
.single-product-wrap .product_meta .tag_wrapper,
.single-product-wrap .product_meta .availability_wrapper {
  margin-bottom: 15px;
}

.single-product-wrap .product_meta .availability_wrapper .stock {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.single-product-wrap .product_meta .availability_wrapper .in-stock {
  background-color: #8BAD42;
}

.single-product-wrap .product_meta .availability_wrapper .out-stock {
  background-color: #D52A2A;
}

.single-product-wrap .nb-quantity {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 30px;
}

.single-product-wrap .single_add_to_cart_button {
  margin: 7px 10px 7px 0;
  margin-right: 30px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist {
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
  position: relative;
  border: 0;
  text-align: center;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse {
  height: 100%;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
}

.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a .icon-heart,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a .icon-heart,
.single-product-wrap .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a .icon-heart {
  margin-right: 0;
  font-size: 16px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist i.icon-heart {
  margin-right: 0;
}

.single-product-wrap .yith-wcwl-add-to-wishlist i.icon-heart:before {
  margin-right: 5px;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .tooltip {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  top: -50px;
  left: -75%;
  background: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  padding: 6px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  z-index: 99;
}

.single-product-wrap .yith-wcwl-add-to-wishlist .tooltip:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  bottom: -10px;
  right: -webkit-calc(50% - 5px);
  right: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.7);
}

.single-product-wrap .yith-wcwl-add-to-wishlist:hover .tooltip {
  top: -40px;
  opacity: 1;
  visibility: visible;
}

.single-product-wrap .variations h5.label label {
  padding-left: 0;
}

.single-product-wrap .variations ul.swatch {
  display: block;
  margin-left: -5px;
  margin-right: -5px;
}

.single-product-wrap .variations ul.swatch li {
  display: inline-block;
  padding: 5px;
}

.mfp-figure:after {
  background-color: transparent !important;
}

.shop-main {
  margin-bottom: 10px;
}

.shop-main .swiper-button-next,
.shop-main .swiper-button-prev,
.shop-main .swiper-button-next.swiper-button-disabled,
.shop-main .swiper-button-prev.swiper-button-disabled {
  -webkit-background-size: 20px 44px;
  background-size: 20px 44px;
  opacity: 0;
}

.shop-main .swiper-button-next,
.shop-main .swiper-button-prev {
  height: 100%;
  top: 0;
  margin-top: 0;
}

.shop-main .swiper-pagination {
  width: 100%;
  position: relative;
}

.shop-main .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.shop-main .product:hover .swiper-button-next,
.shop-main .product:hover .swiper-button-prev {
  opacity: 1;
}

.shop-main .product:hover .swiper-button-disabled {
  opacity: .35;
}

.shop-main.bottom-thumb .thumb-gallery .woocommerce-product-gallery__image {
  width: 25%;
  margin-right: 10px;
  -webkit-transform: translateX(-100%) translateX(-30px);
  -ms-transform: translateX(-100%) translateX(-30px);
  transform: translateX(-100%) translateX(-30px);
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .featured-gallery {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  padding-right: 10px;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery .swiper-slide {
  height: auto;
}

.shop-main.left-thumb .woocommerce-product-gallery__wrapper .thumb-gallery .woocommerce-product-gallery__image {
  margin-bottom: 10px;
  -webkit-transform: translateY(-100%) translateY(-30px);
  -ms-transform: translateY(-100%) translateY(-30px);
  transform: translateY(-100%) translateY(-30px);
}

.shop-main.inside-thumb .woocommerce-product-gallery__wrapper {
  position: relative;
}

.shop-main.inside-thumb .thumb-gallery {
  width: 20%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.shop-main.inside-thumb .thumb-gallery .swiper-slide {
  height: auto;
}

.shop-main.inside-thumb .thumb-gallery .woocommerce-product-gallery__image {
  margin-bottom: 10px;
  -webkit-transform: translateY(-100%) translateY(-30px);
  -ms-transform: translateY(-100%) translateY(-30px);
  transform: translateY(-100%) translateY(-30px);
}

.shop-main .related > h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
}

.shop-main .related .product {
  width: 100%;
}

.shop-main .related,
.shop-main .upsells {
  position: relative;
}

.shop-main .related .products,
.shop-main .upsells .products {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
}

.shop-main .related .products .product,
.shop-main .upsells .products .product {
  padding-left: 15px;
  padding-right: 15px;
}

.shop-main .related .products .product-description,
.shop-main .upsells .products .product-description {
  margin-top: 5px;
}

.shop-main .upsells .product {
  width: 100%;
}

.variations h5.label {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
}

.variations h5.label label {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.variations h5.label label:before,
.variations h5.label label:after {
  position: absolute;
  content: '';
  display: block;
  width: 70px;
  border-bottom: 1px solid #ccc;
  top: 50%;
}

.variations h5.label label:before {
  right: 100%;
}

.variations h5.label label:after {
  left: 100%;
}

.variations ul.swatch {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.variations ul.swatch li {
  cursor: pointer;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.variations ul.swatch li span {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  padding: 9px;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #444;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.products .product.product-type-variable .grid-type-wrap-1 .product-details > .price,
.products .product.product-type-variable .list-type-wrap-1 .product-details > .price {
  display: none;
}

.single-product-wrap .variations h5.label label {
  padding-left: 0;
}

.single-product-wrap .variations ul.swatch {
  display: block;
  margin-left: -5px;
  margin-right: -5px;
}

.single-product-wrap .variations ul.swatch li {
  display: inline-block;
  padding: 5px;
}

.wc-tabs {
  padding-left: 0;
  list-style-type: none;
  margin-top: 0;
}

.wc-tabs > li {
  display: inline-block;
  font-size: 18px;
  margin-right: 15px;
  margin-bottom: -1px;
}

.wc-tabs > li a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
}

.wc-tabs > li:not(.active) > a {
  color: #444;
}

.wc-tabs > li.active a {
  border-bottom: 2px solid;
}

.wc-tabs > li a:focus {
  outline: none;
}

.wc-tabs .accordion-title-wrap:hover {
  cursor: pointer;
}

.wc-tabs .accordion-content {
  line-height: 1.5;
}

.wc-tabs-wrapper {
  margin-bottom: 45px;
}

.shop-main.horizontal-tabs .wc-tabs-wrapper .wc-tabs {
  border-bottom: 1px solid;
  margin-bottom: 30px;
}

.shop-main.accordion-tabs .accordion-title-wrap {
  border-top: 1px solid;
  font-size: 16px;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 15px;
}

.shop-main.accordion-tabs .accordion-title-wrap:focus {
  outline: 0;
}

.shop-main.accordion-tabs .accordion-title-wrap:after {
  font-family: "fontello";
  position: absolute;
  right: 15px;
  font-size: 23px;
  top: 5px;
}

.shop-main.accordion-tabs .accordion-title-wrap:not(.ui-accordion-header-active):after {
  content: "\f107";
}

.shop-main.accordion-tabs .accordion-title-wrap.ui-accordion-header-active:after {
  content: "\f106";
}

.shop-main.accordion-tabs .accordion-title-wrap.ui-accordion-header-active a:focus,
.shop-main.accordion-tabs .accordion-title-wrap.ui-accordion-header-active a:hover {
  outline: 0;
}

.shop-main.accordion-tabs .accordion-content #reviews {
  margin-top: 20px;
}

.shop-main .woocommerce-Reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'fontello';
  content: '\e80a';
  text-indent: 0;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars a:hover ~ a::before {
  content: '\e80a';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars:hover a::before {
  content: '\e809';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a.active::before {
  content: '\e809';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a.active ~ a::before {
  content: '\e80a';
  color: #444;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a:not(.active)::before {
  content: '\e809';
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  font-size: 18px;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-respond {
  padding: 15px;
  border: 1px solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .comment-form-rating > label,
.shop-main .woocommerce-Reviews #review_form_wrapper .comment-form-comment > label {
  color: #222;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .form-submit input {
  color: #fff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 0;
  padding: 10px 25px;
  font-size: 16px;
  text-transform: uppercase;
}

.shop-main .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 18px;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 30px;
}

.shop-main .woocommerce-Reviews .comment {
  margin-bottom: 20px;
}

.shop-main .woocommerce-Reviews .commentlist {
  list-style-type: none;
  padding-left: 0;
}

.shop-main .woocommerce-Reviews .commentlist .comment_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shop-main .woocommerce-Reviews .commentlist .star-rating {
  width: 70px;
}

.shop-main .woocommerce-Reviews .commentlist .comment-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.shop-main .woocommerce-Reviews .commentlist .comment-text .meta {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}

.shop-main .woocommerce-Reviews .commentlist .comment-text .description p {
  margin: 0;
}

.shop-main .woocommerce-Reviews .avatar {
  float: left;
  margin-right: 15px;
}

.shop-main.split-reviews-form #comments {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
  padding-right: 15px;
}

.shop-main.split-reviews-form #review_form_wrapper {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
  padding-left: 15px;
}

.shop-main:not(.split-reviews-form) #comments {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.shop-main:not(.split-reviews-form) #review_form_wrapper {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.shop-main.round-reviewer-avatar .comment .avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.shop-main.grid-reviews #reviews #comments .commentlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-main.grid-reviews #reviews #comments .commentlist .avatar {
  z-index: 9;
  margin-right: 0;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment-text {
  margin-top: -40px;
  padding-top: 55px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .woocommerce-review__author {
  margin-bottom: 10px;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .woocommerce-review__dash {
  display: none;
}

.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .description,
.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .woocommerce-review__author,
.shop-main.grid-reviews #reviews #comments .commentlist .comment-text .woocommerce-review__published-date {
  text-align: center;
}

.woocommerce-cart #primary {
  width: 100%;
}

.shop_table.cart .cart_item .amount {
  font-size: 1.2em;
}

.shop_table.cart .cart_item td {
  padding-right: 15px;
}

.shop_table.cart .to-shop {
  float: left;
}

.shop_table.cart td.product-name {
  font-size: 16px;
  font-weight: 600;
}

.shop_table.cart td.product-name a {
  color: #444;
}

.shop_table th,
.shop_table td {
  text-align: left;
}

.shop_table thead th {
  border-bottom: 2px solid;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 600;
}

.shop_table td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}

.shop_table th,
.shop_table td {
  border-bottom: 1px solid;
}

.shop_table .cart_item td a {
  color: #323232;
}

.shop_table .cart_item dl.variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 5px 0;
  font-size: 14px;
  font-weight: normal;
}

.shop_table .cart_item dl.variation dt {
  margin-right: 5px;
  font-weight: 600;
}

.shop_table .cart_item dl.variation dd {
  margin: 0;
  word-break: break-all;
}

.shop_table .cart_item dl.variation dd p {
  margin: 0;
}

.cart-layout-1 .product-thumbnail {
  max-width: 180px;
  width: 180px;
}

.cart-layout-1 .cart-totals-wrap .shop_table {
  font-size: 1.4em;
}

.cart-layout-1 .cart-totals-wrap .shop_table th,
.cart-layout-1 .cart-totals-wrap .shop_table td {
  text-align: right;
  border: 0;
  font-weight: 400;
}

.cart-layout-1 .cart-totals-wrap .shop_table th:first-child,
.cart-layout-1 .cart-totals-wrap .shop_table td:first-child {
  padding-left: 0;
}

.cart-layout-1 .cart-totals-wrap .shop_table th:last-child,
.cart-layout-1 .cart-totals-wrap .shop_table td:last-child {
  padding-right: 0;
}

.cart-layout-1 .cart-totals-wrap .shop_table td {
  width: 1%;
  white-space: nowrap;
  padding: 0 0 0 45px;
}

.cart-layout-1 .cart-totals-wrap .shop_table .order-total strong {
  font-weight: 400;
  font-size: 1.5em;
}

.cart-layout-1 .coupon {
  text-align: right;
}

.cart-layout-1 .wc-proceed-to-checkout .checkout-button {
  text-align: center;
  border: 0 none;
}

.cart-layout-2 .product-thumbnail {
  max-width: 120px;
  width: 120px;
}

.cart-layout-2 .cart-right-section .cart_totals h3 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
}

.cart-layout-2 .cart-right-section td {
  text-align: right;
}

.cart-layout-2 .wc-proceed-to-checkout .checkout-button {
  text-align: center;
  border: 0 none;
}

.cart-layout-2 .cart-totals-wrap {
  padding: 15px;
}

.cart-layout-2 .cart-totals-wrap .shop_table th:first-child,
.cart-layout-2 .cart-totals-wrap .shop_table td:first-child {
  padding-left: 0;
}

.cart-layout-2 .cart-totals-wrap .shop_table th:last-child,
.cart-layout-2 .cart-totals-wrap .shop_table td:last-child {
  padding-right: 0;
}

.cart-layout-2 .coupon h3 {
  line-height: 1;
  margin-bottom: 15px;
}

.cart-layout-2 .coupon-wrap {
  border: 2px solid #edf0f5;
  padding: 15px;
}

.cart-layout-2 .coupon-wrap .input-text {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 15px;
}

.coupon {
  margin-bottom: 60px;
}

.coupon input[name="coupon_code"] {
  font-size: 16px;
  border-color: #d7d7d7;
  width: 100%;
  margin-bottom: 15px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.coupon input[name="coupon_code"]:focus {
  outline: 0;
}

.cart-collaterals .cart_totals > h3 {
  text-align: right;
  margin-bottom: 15px;
}

.wc-proceed-to-checkout {
  text-align: right;
}

.cross-sells .swiper-wrapper {
  width: 100%;
}

.cross-sells .products {
  margin-left: -15px;
  margin-right: -15px;
}

.cross-sells .product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.cross-sells .flickity-prev-next-button {
  height: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.cart-right-section .cart_totals {
  margin-bottom: 45px;
}

.coupon-wrap:after,
.cart-totals-wrap:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .return-to-shop,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .return-to-shop {
  width: 100%;
  position: relative;
  list-style-type: none;
  padding: 15px 15px 15px 40px;
  margin-bottom: 45px;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .return-to-shop:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .return-to-shop:before {
  font-family: "fontello";
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 12px;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .return-to-shop .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .return-to-shop .button {
  padding: 5px 15px;
  margin-right: 15px;
}

.woocommerce .return-to-shop,
.woocommerce-page .return-to-shop {
  padding: 0;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-top: 3px solid #66BB6A;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  content: '\e80f';
  color: #66BB6A;
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  border-top: 3px solid #ef5350;
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
  content: '\e80e';
  color: #ef5350;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top: 3px solid #42A5F5;
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  content: '\f086';
  color: #42A5F5;
}

.woocommerce-checkout #primary {
  width: 100%;
}

.woocommerce-checkout #customer_details p.form-row-first,
.woocommerce-checkout #customer_details p.form-row-last {
  width: 50%;
  float: left;
}

.woocommerce-checkout #customer_details p.form-row-first {
  padding-right: 15px;
}

.woocommerce-checkout #customer_details p.form-row-last {
  padding-left: 15px;
}

.woocommerce-checkout #customer_details .form-row label {
  display: block;
  font-weight: bold;
  margin-bottom: 7px;
}

.woocommerce-checkout #customer_details .form-row input.input-text {
  height: 45px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.woocommerce-checkout #customer_details .form-row textarea.input-text {
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce-checkout #customer_details .form-row .select2-container {
  line-height: 45px;
  height: 45px;
}

.woocommerce-checkout #customer_details .form-row .select2-container .select2-selection--single {
  height: 45px;
  padding-top: 7px;
  border-color: #cccccc;
}

.woocommerce-checkout #customer_details .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 8px;
}

.woocommerce-form-login .form-row:before,
.woocommerce-form-login .form-row:after,
.woocommerce-form-register .form-row:before,
.woocommerce-form-register .form-row:after,
.woocommerce-ResetPassword .form-row:before,
.woocommerce-ResetPassword .form-row:after,
.woocommerce-address-fields .form-row:before,
.woocommerce-address-fields .form-row:after {
  content: '';
  display: table;
  clear: both;
}

.woocommerce-form-login .form-row label,
.woocommerce-form-register .form-row label,
.woocommerce-ResetPassword .form-row label,
.woocommerce-address-fields .form-row label {
  display: block;
}

.woocommerce-form-login .form-row label small,
.woocommerce-form-register .form-row label small,
.woocommerce-ResetPassword .form-row label small,
.woocommerce-address-fields .form-row label small {
  display: block;
}

.woocommerce-form-login .form-row label.error,
.woocommerce-form-register .form-row label.error,
.woocommerce-ResetPassword .form-row label.error,
.woocommerce-address-fields .form-row label.error {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-right: 0;
  color: #ff0000;
}

.woocommerce-form-login .form-row label.error[generated="true"],
.woocommerce-form-register .form-row label.error[generated="true"],
.woocommerce-ResetPassword .form-row label.error[generated="true"],
.woocommerce-address-fields .form-row label.error[generated="true"] {
  display: none !important;
}

.woocommerce-form-login .form-row input,
.woocommerce-form-register .form-row input,
.woocommerce-ResetPassword .form-row input,
.woocommerce-address-fields .form-row input {
  width: 100%;
}

.woocommerce-form-login .form-row input[type="checkbox"],
.woocommerce-form-login .form-row input[type="radio"],
.woocommerce-form-register .form-row input[type="checkbox"],
.woocommerce-form-register .form-row input[type="radio"],
.woocommerce-ResetPassword .form-row input[type="checkbox"],
.woocommerce-ResetPassword .form-row input[type="radio"],
.woocommerce-address-fields .form-row input[type="checkbox"],
.woocommerce-address-fields .form-row input[type="radio"] {
  width: auto;
}

.woocommerce-form-login .form-row input.button,
.woocommerce-form-register .form-row input.button,
.woocommerce-ResetPassword .form-row input.button,
.woocommerce-address-fields .form-row input.button {
  padding: 11px 25px;
  width: auto;
  border: 0 none;
}

.woocommerce-form-login .form-row .select2-container .select2-selection--single,
.woocommerce-form-register .form-row .select2-container .select2-selection--single,
.woocommerce-ResetPassword .form-row .select2-container .select2-selection--single,
.woocommerce-address-fields .form-row .select2-container .select2-selection--single {
  height: auto;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 7px;
}

.woocommerce-form-login .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-form-register .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-ResetPassword .form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-address-fields .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 8px;
}

.woocommerce-form-login .form-row .woocommerce-password-strength,
.woocommerce-form-register .form-row .woocommerce-password-strength,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength,
.woocommerce-address-fields .form-row .woocommerce-password-strength {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-top: 5px;
}

.woocommerce-form-login .form-row .woocommerce-password-strength.bad,
.woocommerce-form-register .form-row .woocommerce-password-strength.bad,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength.bad,
.woocommerce-address-fields .form-row .woocommerce-password-strength.bad {
  color: #d9534f;
}

.woocommerce-form-login .form-row .woocommerce-password-strength.short,
.woocommerce-form-register .form-row .woocommerce-password-strength.short,
.woocommerce-ResetPassword .form-row .woocommerce-password-strength.short,
.woocommerce-address-fields .form-row .woocommerce-password-strength.short {
  color: #f0ad4e;
}

.woocommerce-form-login .form-row #url-alart-mgs,
.woocommerce-form-register .form-row #url-alart-mgs,
.woocommerce-ResetPassword .form-row #url-alart-mgs,
.woocommerce-address-fields .form-row #url-alart-mgs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.woocommerce-form-login input.button,
.woocommerce-form-register input.button,
.woocommerce-ResetPassword input.button,
.woocommerce-address-fields input.button {
  padding: 11px 25px;
}

.checkout_coupon .form-row {
  display: inline-block;
}

.checkout_coupon .input-text {
  border-color: #ccc;
  margin-right: 15px;
  font-size: 16px;
}

.checkout_coupon .input-text:focus {
  outline: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr th:first-child,
.shop_table.woocommerce-checkout-review-order-table tr td:first-child {
  padding-left: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr th:last-child,
.shop_table.woocommerce-checkout-review-order-table tr td:last-child {
  padding-right: 0;
}

.shop_table.woocommerce-checkout-review-order-table .cart-subtotal .amount,
.shop_table.woocommerce-checkout-review-order-table .order-total .amount {
  font-weight: bold;
  font-size: 1.5em;
}

.shop_table.woocommerce-checkout-review-order-table .product-total,
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.shop_table.woocommerce-checkout-review-order-table .order-total td,
.shop_table.woocommerce-checkout-review-order-table .shipping td {
  text-align: right;
}

.wc_payment_methods {
  padding-left: 0;
  list-style-type: none;
}

.wc_payment_methods .payment_method_paypal img {
  display: block;
}

.woocommerce-order .left-section-wrap {
  border: 1px solid #e4e4e4;
  padding: 15px 30px 45px;
}

.woocommerce-order .woocommerce-order-overview {
  padding-left: 30px;
}

.woocommerce-order .woocommerce-order-overview > li {
  margin-bottom: 5px;
}

.woocommerce-order .woocommerce-order-details__title {
  line-height: 1;
  margin-top: 0;
}

.woocommerce-order .woocommerce-table--order-details .amount {
  font-weight: bold;
}

.nb-quantity {
  float: left;
  margin-right: 15px;
}

.nb-quantity .qty {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  width: 45px;
  min-height: 46px;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 5px 0 0px 5px;
  border-radius: 5px 0 0px 5px;
}

.nb-quantity .qty::-webkit-inner-spin-button,
.nb-quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.nb-quantity.style-1 {
  position: relative;
  width: 85px;
}

.nb-quantity.style-1 .qty-buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
}

.nb-quantity.style-1 .qty-buttons span {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  border-left: 0;
  height: 23px;
  cursor: pointer;
}

.nb-quantity.style-1 .qty-buttons span.quantity-minus {
  border-top: 0;
  -webkit-border-radius: 0px 0px 5px 0px;
  border-radius: 0px 0px 5px 0px;
}

.nb-quantity.style-1 .qty-buttons span.quantity-plus {
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}

.nb-quantity.style-1 .qty-buttons:before {
  content: '';
  display: block;
  border-bottom: 1px solid #fafafa;
  width: 10px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.nb-quantity.style-1 .qty-buttons:after {
  content: '';
  display: block;
  border-top: 1px solid #fafafa;
  width: 10px;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -1px;
}

.nb-quantity.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.nb-quantity.style-2 > span {
  border: 1px solid #ccc;
  height: 50px;
  padding-top: 8px;
  background: #f2f2f2;
  cursor: pointer;
}

.nb-quantity.style-2 > span.quantity-plus {
  border-left: 0;
}

.nb-quantity.style-2 > span.quantity-minus {
  border-right: 0;
}

/*wishlist*/

.woocommerce-wishlist.woocommerce table.wishlist_table {
  font-size: 100%;
}

.woocommerce-wishlist.woocommerce table.wishlist_table.cart a.remove {
  font-size: 24px;
}

.woocommerce-wishlist.woocommerce table.wishlist_table.cart a.remove:hover {
  background-color: transparent !important;
}

.woocommerce-wishlist.woocommerce table.wishlist_table tr td.product-add-to-cart a {
  border: 0 none;
}

#yith-wcwl-popup-message {
  border: 2px solid;
  padding: 20px;
  margin: 0 !important;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  min-width: 200px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.2em;
  line-height: normal;
}

/*=======================
* MODAL POPUP STYLE
========================*/

html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
  overflow: hidden;
}

#yith-quick-view-modal {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1400;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#yith-quick-view-modal:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

#yith-quick-view-modal .yith-quick-view-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

#yith-quick-view-modal .yith-wcqv-wrapper {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
  height: 600px;
  width: 1000px;
}

#yith-quick-view-modal .yith-wcqv-main {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
  visibility: visible;
  opacity: 1;
}

#yith-quick-view-modal #yith-quick-view-content {
  height: 100%;
}

#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
  content: '';
  display: table;
  clear: both;
}

#yith-quick-view-modal.open .yith-wcqv-main {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  background: #fff;
}

#yith-quick-view-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  z-index: 2;
  opacity: 0.5;
}

#yith-quick-view-close:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

li.product .yith-wcqv-button .blockUI.blockOverlay:before {
  background: none;
}

#yith-quick-view-content .shop-main {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  background: #fff;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#yith-quick-view-content .single-product-wrap {
  margin: 0;
  padding: 30px 20px 15px;
}

#yith-quick-view-content .nb-social-icons {
  display: none;
}

#yith-quick-view-content div.images {
  opacity: 1 !important;
}

#yith-quick-view-content .product_meta {
  padding-top: 30px;
  float: left;
  width: 100%;
}

#yith-quick-view-content .cart {
  width: 100%;
}

.cart-notice-wrap {
  position: fixed;
  top: 60px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 999;
}

.cart-notice-wrap .cart-notice {
  border: 2px solid;
  padding: 20px;
  background-color: #fff;
}

.cart-notice-wrap .cart-url {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0;
  width: 100%;
}

.cart-notice-wrap .cart-url a {
  color: #fff;
}

.cart-notice-wrap.active {
  opacity: 1;
  visibility: visible;
}

.cart-notice-wrap span {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 30px;
}

.woocommerce .widget_price_filter .price_slider:before,
.woocommerce .widget_price_filter .price_slider:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: left;
  line-height: 2.4;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right;
  padding: 0 15px;
}

.woocommerce .widget_price_filter .price_slider_amount:before,
.woocommerce .widget_price_filter .price_slider_amount:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-top: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -3px;
  margin-left: -8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-color: #ccc;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-color: #eee;
  border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 10px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.widget .woocommerce-product-search {
  position: relative;
  display: block;
}

.widget .woocommerce-product-search .search-field {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 15px;
  border: 2px solid #ccc;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.widget .woocommerce-product-search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  font-size: 0;
  border: 0 none;
  background-color: transparent;
  background-image: url(assets/images/demo/icon-search.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.widget .woocommerce-product-search input[type="submit"]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  display: block;
  border-top: 1px solid #ebebeb;
  content: '';
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Input {
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  padding-left: 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[name="save_account_details"] {
  margin-top: 30px;
  padding: 10px 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-button.view {
  display: inline-block;
  padding: 5px 10px;
}

.woocommerce-account .woocommerce > h2,
.woocommerce-account .woocommerce > .u-columns,
.woocommerce-account .woocommerce > .woocommerce-form-login,
.woocommerce-account .woocommerce > .woocommerce-ResetPassword {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-account .woocommerce > .u-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-account .woocommerce-form-register .show_if_seller {
  display: none;
}

.custom-login-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ebebeb;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}

.custom-login-wrap:not(.has-register-form) {
  padding: 30px;
}

.custom-login-wrap:not(.has-register-form) .custom-login {
  width: 100%;
}

.custom-login-wrap.has-register-form {
  padding: 15px;
}

.custom-login-wrap.has-register-form .custom-login,
.custom-login-wrap.has-register-form .custom-register {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.custom-login-wrap .woocommerce-Input {
  width: 100%;
  min-height: 40px;
  padding-left: 10px;
  margin-top: 10px;
}

.custom-login-wrap .rememberme-wrap {
  margin-top: 30px;
}

.lost_password {
  text-align: right;
}

.dokan-become-seller {
  padding: 0 15px;
}

.dokan-become-seller .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dokan-become-seller .form-row label {
  display: block;
  min-width: 120px;
}

.dokan-become-seller .form-row small {
  margin-left: 15px;
}

@media (min-width: 576px) {
  .shop-main.right-images .single-product-wrap .product-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .nbt-product .product-image-list {
    padding: 15px 0px;
  }

  .nbt-product .product-action {
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }

  .nbt-product.grid-type-wrap2 .product-action,
  .nbt-product.grid-type-wrap3 .product-action {
    top: 0;
    width: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nbt-product.grid-type-wrap2 .product-action > *,
  .nbt-product.grid-type-wrap2 .product-action > * a,
  .nbt-product.grid-type-wrap3 .product-action > *,
  .nbt-product.grid-type-wrap3 .product-action > * a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nbt-product.grid-type-wrap2 .product-action > *:not(:first-child),
  .nbt-product.grid-type-wrap3 .product-action > *:not(:first-child) {
    border-left: 0 none !important;
    border-top: 1px solid #eee !important;
  }

  .nbt-product.grid-type-wrap2 .product-action .button .tooltip,
  .nbt-product.grid-type-wrap3 .product-action .button .tooltip {
    margin-bottom: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }

  .nbt-product.grid-type-wrap2 .product-action .button .tooltip:before,
  .nbt-product.grid-type-wrap3 .product-action .button .tooltip:before {
    border-top-color: transparent;
    margin-bottom: -5px;
    bottom: 50%;
  }

  .nbt-product.grid-type-wrap2 .product-action .button .tooltip {
    margin-left: 10px;
    left: 100%;
  }

  .nbt-product.grid-type-wrap2 .product-action .button .tooltip:before {
    border-right-color: rgba(0, 0, 0, 0.7);
    left: -5px;
  }

  .nbt-product.grid-type-wrap3 .product-action {
    left: auto;
    right: 0;
  }

  .nbt-product.grid-type-wrap3 .product-action .button .tooltip {
    margin-right: 10px;
    left: auto;
    right: 100%;
  }

  .nbt-product.grid-type-wrap3 .product-action .button .tooltip:before {
    border-left-color: rgba(0, 0, 0, 0.7);
    margin-left: 0;
    left: 100%;
  }

  .nbt-product.list-type-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .nbt-product.list-type-wrap .product-image-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }

  .nbt-product.list-type-wrap .product-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px 0 20px 30px;
  }

  .nbt-product.list-type-wrap .product-action {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nbt-product.list-type-wrap .product-action > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 58px;
    min-height: 58px;
  }

  .nbt-product.list-type-wrap .product-action > * a,
  .nbt-product.list-type-wrap .product-action > * a.button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .nbt-product.list-type-wrap .product-action .button {
    line-height: inherit;
  }

  .nbt-product.list-type-wrap .product-action a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nbt-product.list-type-wrap .product-action a > i {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-image-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-image-list a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px 0 20px 30px;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-content .price {
    margin: 0;
    padding: 0;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 58px;
    min-height: 58px;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * a,
  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action > * a.button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action .button {
    line-height: inherit;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-list-type-wrap .fs-product.grid-type-wrap .product-action a > i {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .shop-main.related-3-columns .related .product,
  .shop-main.related-4-columns .related .product {
    width: 50%;
  }

  .shop-main.upsells-3-columns .upsells .product,
  .shop-main.upsells-4-columns .upsells .product {
    width: 50%;
  }

  .shop-main .woocommerce-Reviews .commentlist .comment-text .star-rating {
    float: right;
  }

  .cross-sells .product {
    width: 50%;
  }

  .woocommerce-form-login .form-row,
  .woocommerce-form-register .form-row,
  .woocommerce-ResetPassword .form-row,
  .woocommerce-address-fields .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .woocommerce-form-login .form-row label,
  .woocommerce-form-register .form-row label,
  .woocommerce-ResetPassword .form-row label,
  .woocommerce-address-fields .form-row label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 220px;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
    padding: 10px 15px 10px 0;
  }

  .woocommerce-form-login .form-row input,
  .woocommerce-form-register .form-row input,
  .woocommerce-ResetPassword .form-row input,
  .woocommerce-address-fields .form-row input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .woocommerce-form-login .form-row input#billing_address_2,
  .woocommerce-form-login .form-row input#shipping_address_2,
  .woocommerce-form-register .form-row input#billing_address_2,
  .woocommerce-form-register .form-row input#shipping_address_2,
  .woocommerce-ResetPassword .form-row input#billing_address_2,
  .woocommerce-ResetPassword .form-row input#shipping_address_2,
  .woocommerce-address-fields .form-row input#billing_address_2,
  .woocommerce-address-fields .form-row input#shipping_address_2 {
    margin-left: 220px;
  }

  .woocommerce-form-login .form-row input[type="checkbox"],
  .woocommerce-form-login .form-row input[type="radio"],
  .woocommerce-form-register .form-row input[type="checkbox"],
  .woocommerce-form-register .form-row input[type="radio"],
  .woocommerce-ResetPassword .form-row input[type="checkbox"],
  .woocommerce-ResetPassword .form-row input[type="radio"],
  .woocommerce-address-fields .form-row input[type="checkbox"],
  .woocommerce-address-fields .form-row input[type="radio"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .woocommerce-form-login .form-row input.button,
  .woocommerce-form-register .form-row input.button,
  .woocommerce-ResetPassword .form-row input.button,
  .woocommerce-address-fields .form-row input.button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .woocommerce-form-login .form-row select,
  .woocommerce-form-login .form-row .select2,
  .woocommerce-form-register .form-row select,
  .woocommerce-form-register .form-row .select2,
  .woocommerce-ResetPassword .form-row select,
  .woocommerce-ResetPassword .form-row .select2,
  .woocommerce-address-fields .form-row select,
  .woocommerce-address-fields .form-row .select2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .woocommerce-form-login .form-row.user-role,
  .woocommerce-form-login .form-row.form-row-rememberme,
  .woocommerce-form-register .form-row.user-role,
  .woocommerce-form-register .form-row.form-row-rememberme,
  .woocommerce-ResetPassword .form-row.user-role,
  .woocommerce-ResetPassword .form-row.form-row-rememberme,
  .woocommerce-address-fields .form-row.user-role,
  .woocommerce-address-fields .form-row.form-row-rememberme {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .woocommerce-form-login .form-row.user-role label,
  .woocommerce-form-login .form-row.form-row-rememberme label,
  .woocommerce-form-register .form-row.user-role label,
  .woocommerce-form-register .form-row.form-row-rememberme label,
  .woocommerce-ResetPassword .form-row.user-role label,
  .woocommerce-ResetPassword .form-row.form-row-rememberme label,
  .woocommerce-address-fields .form-row.user-role label,
  .woocommerce-address-fields .form-row.form-row-rememberme label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 5px 0;
    margin-left: 220px;
  }

  .woocommerce-form-login .form-row.form-row-submit,
  .woocommerce-form-register .form-row.form-row-submit,
  .woocommerce-ResetPassword .form-row.form-row-submit,
  .woocommerce-address-fields .form-row.form-row-submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .shop-main.related-2-columns .related .product {
    width: 50%;
  }

  .shop-main.related-3-columns .related .product,
  .shop-main.related-4-columns .related .product {
    width: 33.33333%;
  }

  .shop-main.upsells-2-columns .upsells .product {
    width: 50%;
  }

  .shop-main.upsells-3-columns .upsells .product,
  .shop-main.upsells-4-columns .upsells .product {
    width: 33.33333%;
  }

  .shop_table .actions {
    text-align: right;
  }

  .cross-sells.row-4-products .product,
  .cross-sells.row-5-products .product {
    width: 33.33333%;
  }

  .cross-sells:hover .flickity-prev-next-button {
    opacity: .8;
  }

  .cross-sells:hover .flickity-prev-next-button:disabled {
    opacity: .2;
  }

  .cross-sells .hiding-nav-ui .flickity-prev-next-button {
    display: none;
  }

  .woocommerce-wishlist.woocommerce table.wishlist_table tr td {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .shop-main.related-4-columns .related .product {
    width: 25%;
  }

  .shop-main.related-4-columns .related .swiper-pagination {
    display: none;
  }

  .shop-main.upsells-4-columns .upsells .product {
    width: 25%;
  }

  .shop-main.grid-reviews #reviews #comments .commentlist .comment {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .shop_table .cart_item td.product-remove {
    width: 1%;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  .cross-sells.row-3-products .product {
    width: 33.33333%;
  }

  .cross-sells.row-4-products .product,
  .cross-sells.row-5-products .product {
    width: 25%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    border-left: 1px solid #ebebeb;
  }

  .custom-login-wrap.has-register-form .custom-login,
  .custom-login-wrap.has-register-form .custom-register {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .cross-sells.row-5-products .product {
    width: 20%;
  }
}

@media screen and (max-width: 992px) {
  .cart-notice-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .cart-notice-wrap .cart-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 230px;
  }
}

@media (max-width: 991px) {
  .single-product-wrap .entry-summary {
    width: 100%;
  }

  .cart-left-section {
    margin-bottom: 45px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    text-align: center;
    margin-bottom: 25px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul {
    margin-left: -15px;
    margin-right: -15px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    display: inline-block;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child):after {
    display: inline-block;
    content: '|';
    padding-left: 7px;
    padding-right: 7px;
    color: #ccc;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content:before {
    left: 15px;
  }

  .custom-login-wrap.has-register-form .custom-login {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .nbt-product.grid-type-wrap .product-image-list,
  .nbt-product.grid-type-wrap2 .product-image-list,
  .nbt-product.grid-type-wrap3 .product-image-list {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.35);
  }

  .shop_table.cart {
    /* Hide table headers (but not display: none;, for accessibility) */
  }

  .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,
  .shop_table.cart .product-thumbnail {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .shop_table.cart td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
  }

  .shop_table.cart td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 32%;
    left: 15px;
    white-space: nowrap;
  }

  .shop_table.cart .product-name {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: bold;
  }

  .shop_table.cart .product-remove {
    padding-left: 15px;
    text-align: center;
  }

  .shop_table.cart .product-price:before,
  .shop_table.cart .product-quantity:before,
  .shop_table.cart .product-subtotal:before {
    content: attr(data-title);
  }

  .shop_table.cart .product-quantity .nb-quantity {
    float: none;
  }

  .shop_table.cart .actions {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cross-sells .flickity-prev-next-button {
    background: transparent;
  }

  .nb-quantity {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .woocommerce-wishlist.woocommerce table.wishlist_table tr td.product-name {
    text-align: center;
    font-weight: bold;
  }
}

@media (max-width: 575px) {
  .product .onsale {
    display: none;
  }

  .single-product-wrap .entry-summary .entry-summary-i {
    padding: 20px 15px;
  }

  .single-product-wrap .nb-quantity {
    margin-right: 10px;
  }

  .single-product-wrap .single_add_to_cart_button {
    margin-right: 10px;
  }

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

  .wc-tabs > li {
    font-size: 14px;
    margin-right: 7px;
  }

  .wc-tabs > li a {
    font-weight: 600;
  }

  .coupon input[name="coupon_code"] {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .woocommerce-form-login .form-row label,
  .woocommerce-form-register .form-row label,
  .woocommerce-ResetPassword .form-row label,
  .woocommerce-address-fields .form-row label {
    margin-bottom: 10px;
  }

  .woocommerce-form-login .form-row input.button,
  .woocommerce-form-register .form-row input.button,
  .woocommerce-ResetPassword .form-row input.button,
  .woocommerce-address-fields .form-row input.button {
    margin-bottom: 15px;
  }

  .woocommerce-form-login .form-row.form-row-submit,
  .woocommerce-form-register .form-row.form-row-submit,
  .woocommerce-ResetPassword .form-row.form-row-submit,
  .woocommerce-address-fields .form-row.form-row-submit {
    text-align: right;
  }

  .woocommerce-form-login input.button,
  .woocommerce-form-register input.button,
  .woocommerce-ResetPassword input.button,
  .woocommerce-address-fields input.button {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  #yith-quick-view-content div.images,
  #yith-quick-view-content div.summary {
    width: 100%;
    float: none;
  }

  #yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px;
    width: 100%;
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .coupon .nb-wide-button,
  .cart_totals .nb-wide-button {
    float: right;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}