.woolentor-woocommerce-checkout .form-row,.elementor-column.elementor-db,.my-accouunt-form-edit-address .form-row{
    display: block;
}

.elementor-widget-wl-product-add-to-cart p.stock {
  display: none;
}

/*Social Share*/
.woolentor_product_social_share {
  align-items: center;
  display: flex;
  margin-top: 32px;
}
.woolentor_product_social_share h2 {
  color: #666666;
  font-size: 18px;
  margin: 0;
  padding-right: 10px;
}
.woolentor_product_social_share ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.woolentor_product_social_share ul li{
    display: inline-block;
    margin-right: 15px;
}
.woolentor_product_social_share ul li:last-child{
    margin-right: 0 !important;
}
.woolentor_product_social_share ul li a {
  color: #797979;
  display: block;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.woolentor_product_social_share ul li a:hover{
  color: #ff4136;
}

/* Product thubmnails */
.wlpro-product-thumbnails{}
.wlpro-product-thumbnails ul.woolentor-thumbanis-image{
    margin: 10px -5px 0;
    padding: 0;
    list-style: none;
}
.wlpro-product-thumbnails ul.woolentor-thumbanis-image li{
    display: inline-block;
    padding: 0 5px;
    width: 25%;
    cursor: pointer;
}
.wlpro-product-thumbnails ul.woolentor-thumbanis-image li img{
    width: 100%;
}
.woocommerce div.product div.images.wlpro-product-thumbnails .woocommerce-product-gallery__image:nth-child(n+2) {
  display: inline-block;
  float: left;
  width: 100%;
}
.woocommerce div.product div.images.wlpro-product-thumbnails.thumbnails-tab-position-left .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 80%;
}
.woocommerce div.product div.images.wlpro-product-thumbnails.thumbnails-tab-position-right .woocommerce-product-gallery__image {
  width: 80%;
  float: left;
}

.thumbnails-tab-position-left.wlpro-product-thumbnails ul.woolentor-thumbanis-image {
  float: left;
  margin: -5px 0;
  padding-right: 10px;
  width: 20%;
}
.thumbnails-tab-position-right.wlpro-product-thumbnails ul.woolentor-thumbanis-image {
  float: left;
  margin: -5px 0;
  padding-left: 10px;
  width: 20%;
}
.thumbnails-tab-position-left.wlpro-product-thumbnails ul.woolentor-thumbanis-image li,.thumbnails-tab-position-right.wlpro-product-thumbnails ul.woolentor-thumbanis-image li{
    width: 100%;
    display: block;
    padding: 6px 0;
}
.thumbnails-layout-gallery .wl-thumbnails-image-area .wl-single-gallery{
    float: left;
    padding: 5px;
    width: 50%;
}
.wl-thumbnails-slider .wl-single-slider{
    padding: 0 10px;
}
.wl-thumbnails-slider .slick-arrow {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 25px;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 40px;
  z-index: 999;
}
.wl-thumbnails-slider .slick-arrow.slick-prev{
    left: 0;
}
.wl-thumbnails-slider:hover .slick-arrow{
    opacity: 1;
    visibility: visible;
}

.wl-thumbnails-slider .slick-dots {
  bottom: 0px;
  display: flex;
  left: 50%;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translateX(-50%);
}
.wl-thumbnails-slider .slick-dots li {
  line-height: 12px;
  margin: 0 4px;
}
.wl-thumbnails-slider .slick-dots li button {
  background-color: transparent;
  border: 1px solid #4e4f4f;
  border-radius: 50px;
  height: 13px;
  padding: 0;
  text-indent: -9999px;
  width: 13px;
  line-height: 13px;
}
.wl-thumbnails-slider .slick-dots li.slick-active button {
  background-color: #282828;
  border-color: #282828;
}
.woocommerce-product-gallery__image .ht-product-label.ht-product-label-left {
  background: #000 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  padding: 4px 10px;
  position: absolute;
  right: 15px;
  top: 15px;
}

/* Shop page */
.wl-shop-tab-pane{
  display: none;
}
.wl-shop-tab-pane.htactive{
  display: block;
}
.wl-shop-tab-links{
  float: left;
  list-style: outside none none;
  margin: 0 50px 0 0;
  padding: 0;
}
.wl-shop-tab-links li {
  display: inline-block;
  margin-right: 15px;
}
.wl-shop-tab-links li a:hover,.wl-shop-tab-links li a.htactive{
  color: #f05b64;
}
.wlshop-list-wrap {
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
.wlshop-list-wrap .wlshop-list-content {
  margin: 0 26px 0 0;
  padding: 10px 0;
}
.wlshop-list-content h3 {
  color: #444444;
  font-family: "Roboto",sans-serif;
  font-size: 24px;
  margin: 0 0 20px;
}
.wlshop-list-content .woocommerce-product-details__short-description p {
  color: #000;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 19px;
}
.ht-products .wlshop-list-wrap .ht-product .ht-product-inner{
  border: 0;
}
.wlproduct-list-img {
  position: relative;
}
.wlproduct-list-img .product-quickview {
  left: 50%;
  margin-top: 20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.wlshop-list-wrap .wlproduct-list-img .product-quickview a {
  background-color: #fff;
  color: #000000;
  display: inline-block;
  font-size: 20px;
  height: 48px;
  line-height: 52px;
  text-align: center;
  width: 69px;
}
.wlproduct-list-img .product-quickview a:hover {
  background-color: #ff3535;
  color: #ffffff;
}
.wlshop-list-wrap:hover .product-quickview {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.wlshop-list-price-action-wrap {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}
.wlshop-list-price-action-wrap{}
.wlshop-list-price-action-wrap ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.ht-product-list-action ul li {
  display: block;
  float: left;
}
.woocommerce .ht-product-list-action ul li a{
  background: transparent none repeat scroll 0 0;
  border: 1px solid #000000;
  border-radius: 0 !important;
  color: #000000;
  display: inline-block;
  font-size: 20px;
  line-height: inherit;
  margin-right: 8px !important;
  padding: 12px 19px 8px;
}
.woocommerce .ht-product-list-action ul li.cart-list a.button, .woocommerce .ht-product-list-action ul li a.button.added, .woocommerce .ht-product-list-action ul li a.wc-forward,.ht-product-list-action ul li .compare-button a{
  font-size: 14px;
  padding: 10px 29px;
  text-transform: capitalize;
  font-weight: 400;
}
.woocommerce .ht-product-list-action ul li.cart-list a.button.added {
  display: none;
}
.woocommerce .ht-product-list-action .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.woocommerce .ht-product-list-action .yith-wcwl-add-to-wishlist i{
  margin: 0;
}
.ht-product-list-action ul li a:hover, .woocommerce .ht-product-list-action ul li a.button:hover,.ht-product-list-action ul li .yith-wcwl-wishlistaddedbrowse a,.ht-product-list-action ul li .yith-wcwl-wishlistexistsbrowse a{
  background-color: #ff3535;
  border: 1px solid #ff3535;
  color: #ffffff;
}
.wlshop-list-wrap .wlshop-list-content .ht-product-list-price span.price {
  color: #ff3535;
  font-size: 20px;
  margin-right: 8px;
}
.wlshop-list-wrap .wlshop-list-content .ht-product-list-price span.price ins{
  background: transparent;
}
.woocommerce .woocommerce-customer-details address {
  word-wrap: break-word;
}

/* Stock Progressbar Style */
.woolentor-stock-progress-bar .wlstock-info {
  color: #777;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}
.woolentor-stock-progress-bar .wlstock-info span {
  color: #333;
  font-weight: 600;
  margin-left: 3px;
}
.woolentor-stock-progress-bar .wlprogress-area {
  background-color: #444444;
  width: 100%;
}
.woolentor-stock-progress-bar .wlprogress-area{
  height: 10px;
}
.woolentor-stock-progress-bar .wlprogress-bar{
  height: 100%;
}
.woolentor-stock-progress-bar .wlprogress-bar{
   background-color: #ff4136;
}

/* Normal  :1366px. */
@media (min-width: 1200px) and (max-width: 1400px) {

}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .wlshop-list-wrap .wlshop-list-content {
    margin: 0;
    overflow: hidden;
    padding: 10px 15px;
  }
  .woocommerce .ht-product-list-action ul li a{
    margin-bottom: 8px;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {

  .wlshop-list-wrap .wlshop-list-content {
    margin: 0;
    overflow: hidden;
    padding: 10px 15px;
  }
  .wlshop-list-price-action-wrap {
    display: block;
    margin: 20px 0 0;
  }

  .woocommerce .wlshop-list-price-ratting .star-rating {
    float: none;
    margin-bottom: 15px;
  }
  .woocommerce .ht-product-list-action ul li a{
    margin-bottom: 8px;
  }
  .woocommerce .elementor-widget-woolentor-custom-product-archive .woocommerce-ordering{
    float: none;
  }

}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}