.home .main-page-wrapper {
  padding-top: 0 !important;
}

.home .main-page-wrapper {
  margin-top: 0px !important;
}

.wd-slider .wd-carousel-inner {
	padding: 10px;
    background-color: #FAFAFA;
}

.wd-btn-arrow .wd-arrow-inner {
	color: rgb(218,60,60);
	border: 1px solid rgb(218,60,60);
}

.wd-btn-arrow .wd-arrow-inner:hover {
	background-color: rgb(218,60,60);
}

.wd-btn-arrow.wd-prev .wd-arrow-inner {
	position: relative;
	left: 12px;
}

.wd-btn-arrow.wd-next .wd-arrow-inner {
	position: relative;
	right: 10px;
}

@media (max-width: 767px) {
	.wd-btn-arrow .wd-arrow-inner {
		height: 30px;
		width: 30px;
	}
}

.elementor-widget-product .elementor-widget-container {
	border-radius: 10px;
}

.banner-product.elementor-widget-product .elementor-widget-container {
	border-radius: 0 0 10px 10px;
}

p.form-row {
  display: block;	
}

/* Product Area CSS */
.product-slider {
  margin: 0px;	
}

.shop-area .section-title .title {
  display: inline;	
}

.shop-area .section-title .title h2 {
  display: inline-block;
  font-size: 20px;	
}

.shop-area .section-title .see-more-text {
  display: inline-block;
  float: right;
  height: 50px;	
}

.shop-area .section-title .see-more-text a:hover h2 {
  color: rgb(218,60,60);
}

.shop-area .section-title h2 i {
  position: relative;
  top: 3px;
  font-size: 26px;
}

.product-labels {
  display: none;	
}

.single-products-box .product-labels.labels-rounded .product-label {
  min-height: 10px;
  border-radius: 10px;
  font-size: 12px;
}

.single-products-box .product-labels {
  top: 20%;
  inset-inline-start: 0px;
  gap: 0px;
}

.single-products-box .latest.product-labels {
  top: 35%;
}

.single-products-box {
  margin-bottom: 0;
}

.product-wrapper .buy_now_button {
  display: none;
}

.single-products-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;	
}

.single-products-box .image img, 
.woocommerce ul.products li.product a img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin: 0;
  width: 100%;
}

.related.products .single-products-box .image img {
  height: 300px;
}

.single-products-box .image .add_to_cart_button, 
.single-products-box .image .added_to_cart {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: -45px;
  opacity: 0;
  visibility: hidden;
  display: block;
  right: 0;
  z-index: 1;
  background-color: var(--blackColor);
  text-align: center;
  color: var(--whiteColor);
  margin: 0;
  padding: 16px 30px;
  line-height: 1;
}

.single-products-box .image .add_to_cart_button::before, 
.single-products-box .image .added_to_cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--mainColor);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-products-box .image .add_to_cart_button::after, 
.single-products-box .image .added_to_cart::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--mainColor);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-products-box .image .add_to_cart_button:hover,  
.single-products-box .image .added_to_cart:hover {
  color: var(--whiteColor);
}

.single-products-box .image .add_to_cart_button:hover::before,
.single-products-box .image .added_to_cart:hover::before {
  width: 50.5%;
}

.single-products-box .image .add_to_cart_button:hover::after, 
.single-products-box .image .added_to_cart:hover::after {
  width: 50.5%;
}

.single-products-box .image .add_to_cart_button i, 
.single-products-box .image .added_to_cart i {
  line-height: 1;
  font-size: 22px;
  position: relative;
  top: 4px;
  margin-right: 3px;
}

.single-products-box .products-button {
  top: 38%;
  z-index: 1;
  right: 20px;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  list-style-type: none;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
}

.single-products-box .products-button li {
  opacity: 0;
  display: block;
  text-align: center;
  visibility: hidden;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-top: 4px;
  margin-bottom: 4px;
}

.single-products-box .products-button li a {
  width: 25px;
  height: 25px;
  line-height: 1;
  font-size: 20px;
  color: #787878;
  position: relative;
  display: inline-block;
  background-color: #F4F9FD;
}

.single-products-box .products-button li a:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.single-products-box .products-button li a i {
  font-size: 15px;	
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-products-box .products-button li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.single-products-box .products-button li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-products-box .products-button li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-products-box .products-button li:first-child {
  margin-top: 0;
}

.single-products-box .products-button li:last-child {
  margin-bottom: 0;
}

.single-products-box .content {
  margin-top: 0px;
  position: relative;
  text-align: center;
  background: #fff;
  padding: 15px 0;
  border-radius: 0 0 10px 10px;	
}

.single-products-box .content .price .amount {
  font-size: 15px;
  color: #555;
  font-weight: 600;	
}

.shop-area .section-title h2 {
  padding: 30px 20px 5px;
  margin-bottom: 0;
  font-size: 20px;	
}

.elementor-element-b6f9960 .shop-area .section-title h2 {
  color: #fff;	
}

.elementor-element-c43bcdc .shop-area .section-title h2 {
  color: #fff;	
}

@media only screen and (min-width: 992px) {
  .single-products-box .content {
	min-height: 127px;
	padding-left: 5px;
	padding-right: 5px;   
  }	
}

.single-products-box .content h3,
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
  font-size: 14.5px;
  padding: 0;
  margin-bottom: 0px;
  margin-top: 10px;	
  color: var(--wd-texte-color);	
}

.single-products-box .content h3 a {
  display: inline-block;
}

.single-products-box .content h3 a:hover {
    color: var(--wd-primary-color);
}

.single-products-box .content .price,
.woocommerce ul.products li.product .price {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 1rem;
  font-weight: 600;
  color: #666666;
  margin: 0;
}

.woocommerce div.product .modal .modal-content form.cart {
  margin: 0;
}

.single-products-box .content .price del,
.productsQuickView .modal-content .products-content .price del,
.woocommerce ul.products li.product .price del {
  color: #f12e2e;
  opacity: 1;
  margin-right: 5px;
}

.single-products-box .content .price ins,
.productsQuickView .modal-content .products-content .price ins,
.woocommerce ul.products li.product .price ins {
  color: #666666;
}

.single-products-box .content .add-to-wishlist-btn {
  right: 0;
  top: 1.5px;
  line-height: 1;
  font-size: 20px;
  color: #6a6a6a;
  position: absolute;
  display: inline-block;
}

.single-products-box .content .add-to-wishlist-btn:hover {
  color: var(--mainColor);
}

.single-products-box:hover a .image img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.single-products-box:hover .image .add_to_cart_button, 
.single-products-box:hover .image .added_to_cart {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.single-products-box:hover .image .add_to_cart_button.added {
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.single-products-box:hover .products-button li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.product-slider.owl-theme .owl-nav {
  margin-top: 0;
}

{
  line-height: 1;
  text-align: center;
  padding: 0 0 10px 0;
}

.products-area .owl-theme .owl-dots, 
.shop-area .owl-theme .owl-dots {
  line-height: 1;
  text-align: center;
  padding: 0 0 10px 0;
}

.products-area .owl-theme .owl-dots .owl-dot span, 
.shop-area .owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  width: 20px;
  height: 5px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0px 7px;	
}

.black-dot .shop-area .owl-theme .owl-dots .owl-dot span {
  background-color: #111;	
}

.products-area .owl-theme .owl-dots .owl-dot:hover span, 
.shop-area .owl-theme .owl-dots .owl-dot:hover span {
  background-color: rgb(218,60,60);
}

.products-area .owl-theme .owl-dots .owl-dot.active span, 
.shop-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgb(218,60,60);
  width: 30px;
}

.shop-area .owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
}

.shop-area .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 16px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
	min-height: auto;
}

.shop-area .owl-nav .owl-prev i {
    color: rgb(218,60,60);
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
    border-radius: 4px;
    border: 1px solid rgb(218,60,60);
}

.shop-area .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 16px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
	min-height: auto;
}

.shop-area .owl-nav .owl-next i {
    color: rgb(218,60,60);
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
    border-radius: 4px;
    border: 1px solid rgb(218,60,60);
}

.shop-area .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: rgb(218,60,60);
}

.shop-area .owl-theme .owl-nav [class*=owl-]:hover i {
    color: #fff;
}

button:focus {
  outline: 0 !important;
}

.shop-area.woocommerce span.onsale, 
.products-area.woocommerce span.onsale {
  top: 0;
  right: 0;
  left: auto;
}

.shop-area.woocommerce .single-products-box, 
.products-area.woocommerce .single-products-box {
  padding: 20px 10px;
}

.mfp-arrow-left:hover, .mfp-arrow-right:hover, 
.mfp-arrow-left:focus, .mfp-arrow-right:focus {
  background: transparent;
}

.mfp-arrow-left:before, .mfp-arrow-left:after,
.mfp-arrow-right:before, .mfp-arrow-right:after {
  background: transparent;
}

.mfp-arrow-left:hover::before, .mfp-arrow-left:hover::after,
.mfp-arrow-right:hover::before, .mfp-arrow-right:hover::after {
  width: max-content;
}

.mfp-close {
  background: transparent;
}

.mfp-close:before, .mfp-close:after {
  content: none;
}

.mfp-gallery .mfp-image-holder .mfp-figure button:hover {
  background-color: transparent;
  right: 0;
  padding-right: 0;
}

.admin-bar .mfp-wrap {
  top: 32px;
}

.woocommerce a.button.loading::before {
  content: none;
}

.woocommerce a.button.loading::after {
  height: initial;
  width: 50%;
  background-color: transparent;
  right: 0;
  top: 16px;
  z-index: initial;
  transition: none;
}

.shop-area .btn-area, 
.products-area .btn-area {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-popup-show.owl-carousel .owl-stage-outer {
  -webkit-transform: none;
  transform: none;
}

.product-popup-show.owl-carousel .owl-stage {
  -webkit-transform: none !important;
  transform: none !important;
}

.product-popup-show.owl-carousel {
  position: initial;
}

.product-popup-show.owl-carousel, 
.product-popup-show.owl-carousel .owl-item {
  -webkit-transform: none;
  transform: none;
}

.single-products-box .products-button li a {
    color: #fff;
    background-color: #111;
}

.single-products-box .products-button li a:hover {
    color: #fff;
    background-color: rgb(218,60,60);
}

@media only screen and (max-width: 767px) {
	.single-products-box .content {
	  min-height: 120px;
	}
	.single-products-box .content h3 {
	  font-size: 12.5px;
	  margin-top: 5px;
	  padding: 0 5px;
	}
}

/*================================================
PRODUCT QUICK VIEW CSS
=================================================*/
.productsQuickView {
  padding-right: 0 !important;
}

.modal .modal-content .products-image {
  margin-right: 40px;
}

.productsQuickView .modal-dialog {
  max-width: 1100px;
  margin: 30px auto;
}

.productsQuickView .modal-content {
  border: none;
  padding: 40px;
  background-color: #f9f9f9;
  border-radius: 0;
}

.productsQuickView .modal-content .products-image img {
  width: 100%;
}

.admin-bar .productsQuickView .modal-content {
  top: 32px;
}

.productsQuickView .modal-content button.close {
  top: 5px;
  right: 5px;
  z-index: 1;
  outline: 0;
  padding: 0;
  margin: 0;
  opacity: 1;
  width: 35px;
  height: 35px;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  position: absolute;
  text-shadow: unset;
  border-radius: 50%;
  min-height: auto;	
}

.productsQuickView .modal-content button.close::before, 
.productsQuickView .modal-content button.close::after {
  content: none;
}

.productsQuickView .modal-content button.close:hover {
  background-color: #df1414;
  color: #fff;
}

.productsQuickView .modal-content .products-content h3 {
  margin-bottom: 10px;
}

.productsQuickView .modal-content .products-content .price {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5em;
}

.single-products-box .productsQuickView .modal-content .products-content .price {
  margin-bottom: 12px;
   font-size: 17px;
}

.productsQuickView .modal-content .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 500;
}

.productsQuickView .modal-content .products-content .star-rating {
  margin-bottom: 12px;
}

.productsQuickView .modal-content .products-content .products-review .rating {
  display: inline-block;
  padding-right: 5px;
}

.productsQuickView .modal-content .products-content .products-review .rating i {
  color: #f49f0b;
  display: inline-block;
  margin-right: -2px;
}

.productsQuickView .modal-content .products-content .products-review .rating-count {
  display: inline-block;
  line-height: initial;
  position: relative;
  top: -1px;
}

.productsQuickView .modal-content .products-content .woocommerce-product-details__short-description {
  margin: 15px 0;
}

.productsQuickView .modal-content .products-content .products-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 0;
}

.productsQuickView .modal-content .products-content .products-info li {
  font-size: 16px;
  color: var(--blackColor);
  margin-bottom: 8px;
}

.productsQuickView .modal-content .products-content .products-info li:last-child {
  margin-bottom: 0;
}

.productsQuickView .modal-content .products-content .products-info li span {
  color: var(--paragraphColor);
}

.productsQuickView .modal-content .products-content .products-info li a {
  display: inline-block;
  font-weight: 600;
  color: var(--blackColor);
}

.productsQuickView .modal-content .products-content .products-info li a:hover {
  color: var(--mainColor);
}

input[type='number'] {
  width: auto !important;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .shop-area.woocommerce .single-products-box, 
  .products-area.woocommerce .single-products-box {
    padding: 15px 5px;
  }
  .single-products-box .products-button {
    top: 30%; 
  } 
  .single-products-box .image .add-to-cart-btn {
    bottom: 0;
    opacity: 1;
    font-size: 14px;
    visibility: visible;
    padding: 8px 10px 9px;
  }
  .single-products-box .image .add-to-cart-btn i {
    font-size: 18px;
    top: 2.5px;
  }
  .single-products-box .content {
    text-align: center;
  }
  .admin-bar .pswp {
    top: 0px;
  }
  .pswp__button {
    right: 28%;
  }
  .admin-bar .mfp-wrap {
    top: 46px;
  }
  .modal .modal-content .products-image {
    margin-right: 0;
  }
  .admin-bar .productsQuickView .modal-content {
    top: 46px;
  }
  .productsQuickView .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
  }
  .productsQuickView .modal-content {
    padding: 30px;
  }
  .productsQuickView .modal-content .products-content {
    margin-top: 25px;
  }
  .productsQuickView .modal-content .products-content h3 {
    font-size: 17px;
  }
  .productsQuickView .modal-content .products-content .price {
    font-size: 14px;
  }
  .productsQuickView .modal-content .products-content .products-info li {
    font-size: 14px;
  }
  .productsQuickView .modal-content .products-content .products-color-switch h4 {
    font-size: 14px;
  }
  .productsQuickView .modal-content .products-content .products-size-wrapper h4 {
    font-size: 14px;
  }
  .mfp-wrap .mfp-arrow-left {
    left: 4px;
  } 
  .mfp-wrap .mfp-arrow-right {
    right: 4px;
  } 
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-products-box .content h3 {
    margin-bottom: 12px;
  }
  .single-products-box .products-content h3 {
    font-size: 20px;
  }
  .productsQuickView .modal-content .products-image img {
    width: 300px;
  }	
  .pswp__button {
    right: 44%;
  }
  .admin-bar .mfp-wrap {
    top: 46px;
  }
  .modal .modal-content .products-image {
    margin-right: 0;
  }
  .admin-bar .productsQuickView .modal-content {
    top: 46px;
  }
  .productsQuickView .modal-dialog {
    max-width: 720px;
  }
  .productsQuickView .modal-content .products-content {
    margin-top: 25px;
  }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-category-area .single-products-box .product-name h3 {
    font-size: 22px;
  }
  .productsQuickView .modal-content .products-content .products-add-to-cart .quantity input {
    margin-bottom: 15px;    
  }
  .productsQuickView .modal-content .products-content {
    margin-top: 25px;
  }	
}

/*================================================
PRODUCT DEALS AREA CSS
=================================================*/
.limited-box-content {
  display: inline-block;	
}

.limited-box-content span {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;	
  font-size: 16px;
  text-transform: uppercase;
}

.limited-box-content #timer {
  display: inline-block;	
}

.limited-box-content #timer div {
  display: inline-block;
  background-color: #fff;
  color: #111;
  width: 70px;
  height: 50px;
  padding-top: 4px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-right: 4px;
  border-radius: 10px;	
}

.limited-box-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -4px;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: normal;
  color: #111;
  text-align: center;
  padding: 0 7px;
}

.limited-box-content #timer div:last-child::before {
  display: none;
}

.limited-box-content #timer div:last-child::after {
  display: none;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
	.limited-box-content {
		margin-left: 20px;
	}
	.limited-box-content #timer div {
	  width: 66px;
	  height: 45px;
	  font-size: 13px;
	  margin-right: 0px;
	  margin-bottom: 4px;	
	}
}

/* Footer Area CSS */
.main-footer .footer-column {
    background-color: #000000;
    opacity: 0.8;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 20px 30px;
}


/* Min width 1025px */
@media only screen and (min-width: 1025px) {
	.main-footer .footer-column {
		margin: 30px 10px;
		flex: 0 0 31.333333%;
		max-width: 31.333333%;
    }
}
