/*==========================
WooCommerce CSS
============================*/

/*
SHOP AREA CSS
<<<<======================================================>>>>*/
.woocommerce-shop.woocommerce .woocommerce-notices-wrapper {
  padding: 0 20px;
}

.woocommerce .woocommerce-result-count {
  padding: 0 20px;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 20px;
  padding: 0 20px;
}

.woocommerce-ordering .nice-select {
  min-width: 200px;
}

.woocommerce-info {
  border-color: var(--mainColor);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin: 0 0 40px;
  padding: 1em 1em 1em 3em;
}

p.cart-empty.woocommerce-error, p.cart-empty.woocommerce-info, p.cart-empty.woocommerce-message {
  margin: 0 0 40px;
}

.woocommerce-MyAccount-content .woocommerce-error, 
.woocommerce-MyAccount-content .woocommerce-info, 
.woocommerce-MyAccount-content .woocommerce-message {
  margin: 0;
  padding: 1em 1em 1em 3em;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  left: 1em;
}

.woocommerce-info::before, .woocommerce-info::after {
  color: var(--mainColor);
}

.woocommerce ul.products.columns-2 li.product, 
.woocommerce-page ul.products.columns-2 li.product {
  width: 100%;
}

.woocommerce ul.products.columns-2 li.product, 
.woocommerce-page ul.products.columns-2 li.product {
  width: 50%;
}

.woocommerce ul.products.columns-3 li.product, 
.woocommerce-page ul.products.columns-3 li.product {
  width: 33.33%;
}

.woocommerce ul.products.columns-4 li.product, 
.woocommerce-page ul.products.columns-4 li.product {
  width: 25%;
}

.woocommerce ul.products.columns-5 li.product, 
.woocommerce-page ul.products.columns-5 li.product {
  width: 20%;
}

.woocommerce ul.products.columns-6 li.product, 
.woocommerce-page ul.products.columns-6 li.product {
  width: 16.66%;
}

.pswp__caption__center {
  text-align: center;
}

.wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(90deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: var(--mainColor);
}

.wc-block-components-filter-submit-button {
  min-width: 100px;
}

ul.wc-block-checkbox-list + .wc-block-components-filter-submit-button {
  margin-right: auto;
  margin-left: 0;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
  margin-right: 10px;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  padding: 10px 0;
}

.woocommerce ul.cart_list li:last-child, .woocommerce ul.product_list_widget li:last-child {
  padding: 0;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 64px;
}

.woocommerce ul li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link, 
.woocommerce-page ul li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: none;
}

.woocommerce ul li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link, 
.woocommerce-page ul li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: block;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0;
  padding: 20px;
}

.single-products-box {
  margin-bottom: 0;
}

.single-products-box .image {
  position: relative;
  overflow: hidden;
}

.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: 268px;
}

.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: 38px;
  height: 38px;
  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 {
  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: 25px;
  position: relative;
}

.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: 18.5px;
  padding: 0;
  margin-bottom: 10px;
}

.single-products-box .content h3 a {
  display: inline-block;
}

.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;
}

.single-products-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.single-products-item img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-products-item .content {
  left: 40px;
  bottom: 60px;
  position: absolute;
}

.single-products-item .content h3 {
  font-size: 28px;
  margin-bottom: 6px;
}

.single-products-item .content span {
  display: block;
  font-size: 16px;
  color: var(--paragraphColor);
}

.single-products-item .content .default-btn {
  margin-top: 18px;
  color: var(--blackColor);
  background-color: var(--whiteColor);
  border: 1px solid var(--blackColor);
}

.single-products-item .content .default-btn:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: var(--whiteColor);
}

.single-products-item:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.products-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.products-slides.owl-theme .owl-dots {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-slides.owl-theme .owl-dots .owl-dot {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.products-slides.owl-theme .owl-dots .owl-dot span {
  margin: 0;
  display: block;
  background-color: #dbdbdb;
  border-radius: 0;
  height: 6px;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.products-slides.owl-theme .owl-dots .owl-dot.active span, 
.products-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #8c8c8c;
}

.shop-grid-sorting {
  margin-bottom: 40px;
}

.shop-grid-sorting .result-count p .count {
  font-weight: 600;
  color: var(--blackColor);
}

.shop-grid-sorting .ordering {
  text-align: right;
}

.shop-grid-sorting .ordering label {
  display: inline-block;
  margin-bottom: 0;
  color: var(--paragraphColor);
  margin-right: 5px;
}

.shop-grid-sorting .ordering .nice-select {
  display: inline-block;
  width: 215px;
  float: unset;
  background: #f8f8f8;
  border-color: #eeeeee;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 0 0 0 12px;
  height: 45px;
  line-height: 45px;
  font-size: var(--fontSize);
}

.shop-grid-sorting .ordering .nice-select .list {
  background-color: var(--whiteColor);
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.shop-grid-sorting .ordering .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: var(--blackColor);
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-left: 32px;
  padding-right: 25px;
  font-size: var(--fontSize);
}

.shop-grid-sorting .ordering .nice-select .list .option:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}

.shop-grid-sorting .ordering .nice-select .list .option:hover::before {
  color: var(--whiteColor);
}

.shop-grid-sorting .ordering .nice-select .list .option.focus, 
.shop-grid-sorting .ordering .nice-select .list .option.selected.focus {
  background-color: transparent !important;
  color: var(--blackColor);
}

.shop-grid-sorting .ordering .nice-select .list .option.selected {
  font-weight: normal;
}

.shop-grid-sorting .ordering .nice-select .list .option.selected:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}

.shop-grid-sorting .ordering .nice-select:after {
  border-color: var(--blackColor);
  height: 8px;
  width: 8px;
  margin-top: -5px;
}

.shop-grid-sorting .ordering .nice-select:hover {
  border-color: var(--mainColor);
  background-color: transparent;
}

.products-area .owl-theme .owl-dots, 
.shop-area .owl-theme .owl-dots {
  line-height: 1;
}

.products-area .owl-theme .owl-dots .owl-dot span, 
.shop-area .owl-theme .owl-dots .owl-dot span {
  background-color: var(--secondaryColor);
  width: 20px;
  height: 5px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0;
  margin-bottom: 0;
}

.products-area .owl-theme .owl-dots .owl-dot:hover span, 
.shop-area .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--mainColor);
}

.products-area .owl-theme .owl-dots .owl-dot.active span, 
.shop-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--mainColor);
  width: 30px;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce .products ul, .woocommerce ul.products {
  margin: 0;
}

.woocommerce ul.products li.product .onsale, 
.woocommerce span.onsale {
  padding: 0;
  margin: 0;
}

.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;
}

.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;
}

.dialog-type-lightbox.elementor-lightbox {
  display: none !important;
}

.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;
}

.woocommerce .products-content h3 {
  font-size: 18.5px;
  margin: 0 0 0.5em;
}

.woocommerce .products-content .star-rating {
  margin: 0 0 1em;
  font-size: .857em;
}

/*WooCommerce Pagination Area Style*/
.woocommerce-pagination-area {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.woocommerce-pagination-area ul li {
  display: inline-block;
}

.woocommerce-pagination-area ul li .page-numbers {
  width: 38px;
  height: 38px;
  background-color: var(--mainColor);
  color: #ffffff;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  line-height: 38px;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
}

.woocommerce-pagination-area  ul li .page-numbers.active {
  color: #ffffff;
  background-color: #121521;
}

.woocommerce-pagination-area  ul li .page-numbers:hover {
  color: #ffffff;
  background-color: #121521;
}

.woocommerce-pagination-area  ul li .page-numbers i {
  position: relative;
  top: 2.2px;
}

.woocommerce-pagination-area  ul li .page-numbers.current {
  color: #ffffff;
  background-color: #121521;
}

/*================================================
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%;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--whiteColor);
}

.productsQuickView .modal-content button.close::before, 
.productsQuickView .modal-content button.close::after {
  content: none;
}

.productsQuickView .modal-content button.close:hover {
  background-color: #df1414;
  color: var(--whiteColor);
}

.productsQuickView .modal-content .products-content .price {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: var(--fontSize);
  font-weight: 600;
  display: block;
  margin-bottom: 0.5em;
}

.single-products-box .productsQuickView .modal-content .products-content .price {
  margin-bottom: 0.5em;
}

.productsQuickView .modal-content .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 500;
}

.productsQuickView .modal-content .products-content .products-review {
  margin-bottom: 15px;
}

.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;
  color: var(--blackColor);
  border-bottom: 1px solid var(--blackColor);
  line-height: initial;
  position: relative;
  top: -1px;
}

.productsQuickView .modal-content .products-content .products-review .rating-count:hover {
  color: var(--mainColor);
  border-color: var(--mainColor);
}

.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);
}

.productsQuickView .modal-content .products-content .products-add-to-cart {
  margin-top: 15px;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .quantity {
  max-width: 110px;
  min-width: 110px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .quantity span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 18px;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .quantity span.minus-btn {
  left: 0;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .quantity span.plus-btn {
  right: 0;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .quantity span:hover {
  color: var(--mainColor);
}

.productsQuickView .modal-content .products-content .products-add-to-cart .quantity input {
  height: 48px;
  color: var(--blackColor);
  outline: 0;
  display: block;
  border: none;
  background-color: var(--whiteColor);
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .quantity input::-webkit-input-placeholder {
  color: var(--blackColor);
}

.productsQuickView .modal-content .products-content .products-add-to-cart .quantity input:-ms-input-placeholder {
  color: var(--blackColor);
}

.productsQuickView .modal-content .products-content .products-add-to-cart .quantity input::-ms-input-placeholder {
  color: var(--blackColor);
}

.productsQuickView .modal-content .products-content .products-add-to-cart .quantity input::placeholder {
  color: var(--blackColor);
}

.productsQuickView .modal-content .products-content .products-add-to-cart .default-btn {
  position: relative;
  top: -1px;
}

/* 
CART AREA CSS
=====================================================*/
.woocommerce table.shop_table {
  margin: 0 -1px 32px 0;
}

.cart-area h3 {
  font-size: 20px;
}

.cart-area .cart-table table {
  margin-bottom: 0;
}

.cart-area .cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 16px;
}

.cart-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

.cart-area .cart-table table tbody tr td.product-thumbnail img {
  width: 60px;
  height: 60px;
}

.cart-area .cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-area .cart-table table tbody tr td.product-name a {
  color: #666666;
  font-weight: 600;
  display: inline-block;
}

.cart-area .cart-table table tbody tr td.product-name a:hover {
  color: #121521;
}

.cart-area .cart-table table tbody tr td.product-product-price span {
  font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #666666;
  float: right;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 22px;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
  color: red;
}

.cart-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #121521;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: var(--mainColor);
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #121521;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #121521;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #121521;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #121521;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #121521;
}

.cart-area .cart-buttons {
  margin-top: 30px;
}

.cart-area .cart-totals {
  background: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}

.cart-area .cart-totals h3 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 20px;
}

.cart-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-area .cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 11px 15px;
  color: #323232;
  overflow: hidden;
  font-weight: 700;
}

.cart-area .cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-area .cart-totals ul li:last-child {
  border-top: none;
}

.cart-area .cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

.cart-area .cart-wraps {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px;
}

.cart-area .coupon-wrap {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-area .coupon-wrap .nice-select {
  background-color: #f2f9fc;
}

.cart-area .coupon-wrap .nice-select .list {
  width: 100%;
}

.cart-area .coupon-wrap .nice-select .option {
  color: #121521 !important;
}

.cart-area .coupon-wrap .nice-select .option:hover {
  color: #ffffff !important;
  background-color: #1089d4 !important;
}

.cart-area .coupon-wrap select .option.focus, .cart-area .coupon-wrap .nice-select .option.selected.focus {
  background-color: #1089d4 !important;
  color: #ffffff !important;
}

.cart-area .coupon-wrap h3 {
  padding-bottom: 25px;
  margin-bottom: 0;
}

.cart-area .coupon-wrap .form-group {
  margin-bottom: 18px;
}

.cart-area .coupon-wrap .nice-select {
  height: 50px;
  width: 100%;
  margin-bottom: 19px;
  border-radius: 0;
}

.cart-area .coupon-wrap .nice-select .current {
  position: relative;
  top: 4px;
}

.cart-area .table-bordered > :not(caption) > * {
  border-top: none;
}

.cart-area .text-right {
  text-align: right;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 1.1em;
  margin-bottom: 0;
}

.woocommerce table.shop_table th, 
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th, 
.woocommerce table.shop_table bdi {
  font-weight: 600;
}

/* 
CHECKOUT AREA CSS
=====================================================*/
.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login p.lost_password,
.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login p:first-child {
  margin: 0;
}

.checkout-area .user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid var(--mainColor);
  position: relative;
  color: var(--mainColor);
}

.checkout-area .user-actions::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}

.checkout-area .user-actions i {
  color: var(--mainColor);
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.checkout-area .user-actions span {
  display: inline-block;
  font-weight: 500;
  color: #121521;
}

.checkout-area .user-actions span a {
  display: inline-block;
  color: var(--mainColor);
  font-size: 15px;
}

.checkout-area .user-actions span a:hover {
  color: var(--mainColor);
}

.checkout-area .user-actions span a:focus {
  color: var(--mainColor);
}

.checkout-area .checkout-area .title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.checkout-area .billing-details {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.checkout-area .billing-details h3 {
  font-size: 20px;
}

.checkout-area .billing-details .form-group {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-group label {
  display: block;
  color: #121521;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.checkout-area .billing-details .form-group label .required {
  color: red;
}

.checkout-area .billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #121521;
  padding-top: 0;
  padding-bottom: 0;
}

.checkout-area .billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout-area .billing-details .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
  background-color: var(--mainColor) !important;
  color: #ffffff;
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
}

.checkout-area .billing-details .form-group .nice-select:after {
  right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .option:hover, .checkout-area .billing-details .form-group .nice-select .option.focus, .checkout-area .billing-details .form-group .nice-select .option.selected.focus {
  background-color: var(--mainColor) !important;
  color: #ffffff !important;
}

.checkout-area .billing-details .form-group textarea {
  padding-top: 13px;
}

.checkout-area .billing-details .form-check {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-check .form-check-label {
  color: #121521;
}

.checkout-area .billing-details .form-check label {
  position: relative;
  top: 1px;
  font-size: 14px;
  font-weight: 500;
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.checkout-area .order-details .order-table {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.checkout-area .order-details .order-table table {
  margin-bottom: 0;
}

.checkout-area .order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 700;
}

.checkout-area .order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #121521;
  border-color: #eaedff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a {
  color: #121521;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a:hover {
  color: #121521;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal span {
  color: #121521;
  font-weight: 600;
  font-size: 14px;
}

.checkout-area .order-details .order-table table tbody tr td.order-shipping span {
  color: #121521;
  font-weight: 600;
  font-size: 14px;
}

.checkout-area .order-details .order-table table tbody tr td.total-product-price span {
  color: #121521;
  font-weight: 600;
  font-size: 14px;
}

.checkout-area .order-details .order-table table tbody tr td.shipping-product-price {
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal-product-price {
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 600;
}

.checkout-area .order-details .payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked {
  display: none;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: var(--mainColor);
  position: relative;
  margin-bottom: 8px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--mainColor);
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #121521;
  position: relative;
  margin-bottom: 8px;
  font-size: 14px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--mainColor);
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.checkout-area .order-details .payment-box .btn.order-btn {
  display: block;
  margin-top: 25px;
}

.checkout-area .order-details .payment-box .default-btn {
  margin-top: 20px;
  display: block;
  text-align: center;
}

/*
SHOP DETAILS AREA CSS
=====================================================*/
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
  width: 48.2%;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
  width: 48.2%;
}

.shop-details-area .product-details-desc h3 {
  margin-bottom: 12px;
  font-weight: 700;
}

.shop-details-area .product-details-desc p {
  margin-bottom: 0;
}

.shop-details-area .product-details-desc .product-price {
  margin-bottom: 10px;
  color: #333333;
  font-weight: 700;
}

.shop-details-area .product-details-desc .product-price span {
  padding: 0 5px;
}

.shop-details-area .product-details-desc .product-price .old-product-price {
  text-decoration: line-through;
  color: #828893;
  font-size: 13px;
}

.shop-details-area .product-details-desc .product-review {
  margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel #review_form_wrapper {
  margin-top: 15px
}

.shop-details-area .product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.shop-details-area .product-details-desc .product-review .rating i {
  color: #ffba0a;
}

.shop-details-area .product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #333333;
  line-height: initial;
}

.shop-details-area .product-details-desc .product-review .rating-count:hover {
  color: var(--mainColor);
  border-color: var(--mainColor);
}

.shop-details-area .product-details-desc .product-add-to-cart {
  margin-top: 20px;
}

.shop-details-area .product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.shop-details-area .product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shop-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #121521;
}

.shop-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.shop-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.shop-details-area .product-details-desc .product-add-to-cart .input-counter input {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.shop-details-area .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #333333;
}

.shop-details-area .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #333333;
}

.shop-details-area .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #333333;
}

.shop-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #333333;
}

.shop-details-area .product-details-desc .product-add-to-cart .default-btn {
  border: none;
  cursor: pointer;
  float: right;
}

.shop-details-area .product-details-desc .product-add-to-cart .btn {
  height: 45px;
  top: -2px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.shop-details-area .product-details-desc .product-add-to-cart .btn i {
  margin-right: 2px;
}

.shop-details-area .product-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}

.shop-details-area .product-details-desc .buy-checkbox-btn .default-btn::before {
  display: none;
}

.shop-details-area .product-details-desc .buy-checkbox-btn input {
  display: none;
}

.shop-details-area .product-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.shop-details-area .product-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.shop-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shop-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shop-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333333;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shop-details-area .product-details-desc .buy-checkbox-btn .cbx span:last-child {
  padding-left: 4px;
  color: #57647c;
}

.shop-details-area .product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #333333;
}

.shop-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #333333;
  border-color: #333333;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

.shop-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.shop-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.shop-details-area .product-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 15px;
}

.shop-details-area .product-details-desc .buy-checkbox-btn .btn {
  display: block;
  width: 100%;
}

.shop-details-area .product-details-desc .buy-checkbox-btn .default-btn {
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.shop-details-area .product-details-desc .custom-payment-options {
  margin-top: 20px;
}

.shop-details-area .product-details-desc .custom-payment-options span {
  display: block;
  color: #57647c;
  margin-bottom: 15px;
}

.shop-details-area .product-details-desc .custom-payment-options .payment-methods a {
  display: inline-block;
  margin-right: 4px;
}

.shop-details-area .product-details-desc .custom-payment-options .payment-methods a i {
  font-size: 20px;
  background-color: #def5ee;
  color: var(--mainColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.shop-details-area .product-details-desc .custom-payment-options .payment-methods a:hover i {
  background-color: var(--mainColor);
  color: #ffffff;
}

.shop-details-area .product-details-image {
  text-align: center;
  background-color: #f7f7f7;
}

.shop-details-area .tab .tabs_item {
  display: none;
}

.shop-details-area .tab .tabs_item:first-child {
  display: block;
}

.shop-details-area .products-details-tab {
  margin-top: 50px;
}

.shop-details-area .products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
  text-align: center;
  margin-bottom: 30px;
}

.shop-details-area .products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.shop-details-area .products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  color: #333333;
  border: 1px solid #eeeeee;
  padding: 15px 30px;
  font-weight: 600;
}

.shop-details-area .products-details-tab .tabs li a:hover {
  color: #ffffff;
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.shop-details-area .products-details-tab .tabs li a:hover .dot {
  border-color: #ffffff;
}

.shop-details-area .products-details-tab .tabs li a:hover .dot::before {
  background: #ffffff;
}

.shop-details-area .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.shop-details-area .products-details-tab .tabs li a:focus .dot {
  border-color: #ffffff;
}

.shop-details-area .products-details-tab .tabs li a:focus .dot::before {
  background: #ffffff;
}

.shop-details-area .products-details-tab .tabs li:last-child {
  margin-right: 0;
}

.shop-details-area .products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.shop-details-area .products-details-tab .tabs li.current a .dot {
  border: 1px solid #ffffff;
}

.shop-details-area .products-details-tab .tabs li.current a .dot::before {
  background: #ffffff;
}

.shop-details-area .products-details-tab .tab_content {
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  margin-bottom: 20px;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px;
  color: #57647c;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ffba0a;
  font-size: 14px;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 10px 11px;
  font-size: 11px;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 4px;
  background-color: #121521;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ffba0a;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #57647c;
  top: 40px;
  text-decoration: underline;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #ff4800;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 20px;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
  color: #444444;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
  padding-top: 15px;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  font-size: 14px;
}

.shop-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  text-align: center;
}

.woocommerce #tab-additional_information table.shop_attributes td {
  padding: 5px 8px;
}

.woocommerce #tab-additional_information table.shop_attributes th, 
.woocommerce #tab-additional_information table.shop_attributes td {
  border: 1px dotted rgba(0,0,0,.1);
}

.pswp__top-bar button::before, .pswp__top-bar button::after {
  content: none;
}

.pswp__top-bar button:hover {
  background-color: transparent;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blackColor);
}

.woocommerce-Tabs-panel.wc-tab h2 {
  margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}

/*
WooCommerce Single Product CSS
=====================================================*/
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper a {
  width: 100%;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: var(--mainColor);
}

.woocommerce div.product form.cart {
  margin: 1em 0 1em 0;
}

.woocommerce div.product .summary.entry-summary .product_meta {
  padding-top: 1em;
}

.woocommerce .summary.entry-summary .quantity .qty {
  height: 48px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.woocommerce div.product form.cart div.quantity .minus-btn, 
.woocommerce div.product form.cart div.quantity .plus-btn {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce div.product form.cart div.quantity .minus-btn {
  left: 0;
}

.woocommerce div.product form.cart div.quantity .plus-btn {
  right: 0;
}

.woocommerce div.product form.cart div.quantity + button {
  position: relative;
  top: -1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
  text-align: center;
  margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #ffffff;
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 5px 0.5em;
  background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  color: #333333;
  border: 1px solid #eeeeee;
  padding: 15px 30px;
  font-weight: 600;
  background: none;
  margin-right: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #ffffff;
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  padding: 30px;
}

.woocommerce-Reviews .nice-select {
  min-width: 150px;
  width: 150px;
  float: initial;
  margin-bottom: 20px;
  margin-right: 10px;
}

.comment-form-rating label {
  margin-bottom: 10px;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button {
  font-size: 16px;
  color: #ffffff;
  padding: 16px 30px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: var(--mainColor);
  font-weight: 500;
  border: none;
}

.woocommerce .single-products-box .button.product_type_external {
  margin-top: 1em;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
  color: #ffffff;
  background-color: var(--blackColor);
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
  background-color: var(--mainColor);
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
  background-color: var(--secondaryColor);
}

.woocommerce p.stars a {
  font-size: 16px;
}

.woocommerce .star-rating span::before {
  color: #fca326;
}

.woocommerce .woocommerce-Reviews #review_form #respond p.comment-form-cookies-consent {
  margin: 15px 0 10px;
}

.woocommerce-Reviews .comment-form-cookies-consent input {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

/*
WooCommerce Cart Page CSS
=====================================================*/
.woocommerce a.remove {
  line-height: 0.99;
}

.woocommerce table.shop_table_responsive tr td::before, 
.woocommerce-page table.shop_table_responsive tr td::before {
  font-weight: 600;
}

.woocommerce .product-quantity .quantity .qty {
  height: 45px;
  color: #333333;
  outline: 0;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 200px;
  float: initial;
  padding: 12px 10px;
  margin: 0 5px 4px 0;
}

.woocommerce .cart-collaterals .nice-select {
  min-width: 200px;
}

#add_payment_method table.cart .product-thumbnail, 
.woocommerce-cart table.cart .product-thumbnail, 
.woocommerce-checkout table.cart .product-thumbnail {
  width: 80px;
}

#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
  width: 80px;
}

.woocommerce p.return-to-shop {
  margin-top: 20px;
}

#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0 0;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  margin: 0 5px 1px 0;
}

/*
WooCommerce Checkout Page CSS
=====================================================*/
.woocommerce form.checkout_coupon .form-row-last, 
.woocommerce-page form.checkout_coupon .form-row-last {
  float: initial;
}

.woocommerce form .woocommerce-account-fields .form-row label.checkbox span, 
.woocommerce-page form .woocommerce-account-fields .form-row label.checkbox span {
  position: relative;
  top: 1px;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row label.checkbox span, 
.woocommerce-page form .woocommerce-terms-and-conditions-wrapper .form-row label.checkbox span {
  position: relative;
  top: 1px;
}

.woocommerce form.checkout .nice-select {
  min-width: 200px;
}

.woocommerce form.checkout .woocommerce-shipping-fields .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
  margin-right: 5px;
  position: relative;
  bottom: 2px;
}

.woocommerce form.checkout .woocommerce-shipping-fields h3 span {
  position: relative;
  top: 1px;
}

.woocommerce form.checkout .nice-select {
  display: none;
}

.woocommerce form.checkout select {
  display: block !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  border-radius: 0;
  height: 40px;
  margin-bottom: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, 
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 100%;
  padding: 0;
  margin: 0;
  width: 48.4%;
}

.woocommerce .col2-set .col-1 h2, .woocommerce-page .col1-set h2, 
.woocommerce .col2-set .col-2 h2, .woocommerce-page .col2-set h2 {
  margin-bottom: 1rem;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 20px;
}

.woocommerce form .form-row .input-checkbox {
  margin: 0 8px 1px 0;
}

.woocommerce form .form-row .woocommerce-terms-and-conditions-wrapper .input-checkbox {
  margin: 0px 8px 1px 0px;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
  display: block;
}

#add_payment_method .checkout .col-2 .notes, 
.woocommerce-cart .checkout .col-2 .notes, 
.woocommerce-checkout .checkout .col-2 .notes {
  display: block;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  display: block;
}

.woocommerce form .form-row {
  display: block;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  margin-bottom: 8px;
}

.woocommerce-form.woocommerce-form-login .woocommerce-form__input.woocommerce-form__input-checkbox {
  margin-right: 3px;
}

.woocommerce .woocommerce-order .woocommerce-customer-details {
  margin-bottom: 0;
}

.woocommerce .checkout .woocommerce-shipping-fields {
  padding: 3px;
}

.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
  line-height: 40px;
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  border-radius: 0;
  height: 40px;
  margin-bottom: 5px;
}

.woocommerce form .form-row select:focus-visible {
  outline: 0;
}

.woocommerce .woocommerce-checkout #customer_details {
  margin-bottom: 20px;
}

/*
WooCommerce My Account Page CSS
=====================================================*/
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
  position: relative;
  bottom: 1px;
}

.woocommerce .woocommerce-form-login .form-row, 
.woocommerce .woocommerce-form-register .form-row {
  margin: 15px 0 15px;
  display: block;
}

.woocommerce .woocommerce-form-login .form-row:first-child, 
.woocommerce .woocommerce-form-register .form-row:first-child {
  margin-top: 0;
}

.woocommerce .woocommerce-form-login .form-row:last-child, 
.woocommerce .woocommerce-form-register .form-row:last-child {
  margin-bottom: 0;
}

/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 73.5%;
  }
}

/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 1200px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 74.5%;
  }
}

/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}

nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

nav.woocommerce-MyAccount-navigation ul li a {
  color: rgba(0,0,0,0.8); 
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--mainColor); 
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0,0,0,0.1);
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--mainColor); 
  cursor: default;
}

nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 12px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -32px;
  margin-top: -7px;
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}

.woocommerce-MyAccount-content {
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  padding: 30px;
}

nav.woocommerce-MyAccount-navigation ul {
  max-width: 300px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields p {
  margin: 10px 0;
  padding: 0;
}

.woocommerce-MyAccount-content .woocommerce-address-fields button {
  margin-top: 20px;
}

.woocommerce-MyAccount-content .nice-select {
  display: none;
}

.woocommerce-MyAccount-content select {
  display: block !important;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account #account_display_name {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset {
  padding: 0.35em 0 0.625em;
}

.woocommerce-account .woocommerce form.login, .woocommerce-account .woocommerce form.register {
  margin: 0;
}

.woocommerce-account .woocommerce #customer_login {
  margin: 0
}

.woocommerce-MyAccount-content p a:last-child {
  display: inline;
}

.woocommerce table.my_account_orders .button {
  padding: 10px;
  margin-top: 7px;
}

.woocommerce-MyAccount-content table:last-child {
  margin-bottom: 0;
}

/*
WooCommerce Sidebar Area CSS
=====================================================*/
.products-area .widget-area .widget {
  margin-bottom: 40px;
}

.products-area .widget-area.product-left-sidebar {
  padding: 0 20px;
}

.products-area .widget-area.product-right-sidebar {
  padding: 0 20px;
}

.products-area .widget-area .widget:last-child {
  margin-bottom: 0px;
}

.products-area .widget-area .widget label:empty {
  display: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--secondaryColor)
}

.products-area .widget-area .widget .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 15px;
}

.products-area .widget-area .widget .select2-container {
  display: none;
}

.products-area .widget-area .widget select + .select2-container {
  display: block;
}

.products-area .widget-area .widget .widget-title {
  color: var(--blackColor);
}

.woocommerce ul.cart_list li .star-rating, 
.woocommerce ul.product_list_widget li .star-rating {
  margin: 5px 0;
}

/*
PRODUCT CATEGORY AREA CSS
=====================================================*/
.product-category-area .cat-col {
  padding: 20px;
}

.product-category-area .category-slider .owl-item {
  padding: 20px;
}

.product-category-area .single-products-box {
  position: relative;
  transition: .3s;
  width: 100%;
}

.product-category-area .category-wrap .single-products-box {
  padding: 0;
}

.product-category-area .single-products-box .product-name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: var(--whiteColor);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  text-align: center;
  text-transform: capitalize;
}

.product-category-area .single-products-box:hover .product-name {
  opacity: 1;
  visibility: visible;
}

.shop-area.woocommerce.product-category-area .single-products-box .product-name {
  opacity: 1;
  visibility: visible;
}

.product-category-area .single-products-box .product-overlay {
  transition: .3s;
}

.product-category-area .single-products-box:hover .product-overlay {
  background: rgba(0,0,0,.3);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  outline: 1px solid rgba(255,255,255,.8);
  outline-offset: -15px;
  top: 0;
  left: 0;
}

.shop-area.woocommerce.product-category-area .single-products-box:hover .product-overlay {
  outline: 0;
  outline-offset: 0;
}

.shop-area.woocommerce.product-category-area .single-products-box .product-overlay {
  background: rgba(0,0,0,.3);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  outline: 1px solid rgba(255,255,255,.8);
  outline-offset: -15px;
  top: 0;
  left: 0;
}

.product-category-area .single-products-box .product-name h3,
.product-category-area .single-products-box .product-name h3 a, 
.product-category-area .single-products-box .product-name h3:hover,
.product-category-area .single-products-box .product-name h3 a:hover {
  color: var(--whiteColor);
}

/*
SHOP LIST AREA CSS
=====================================================*/
.shop-area .product-list .single-products-box .content {
  box-shadow: 0px 0px 20px rgb(0 0 0 / 9%);
  padding: 30px;
  margin: 0;
  background-color: var(--whiteColor);
}

.shop-area .product-list .single-products-box .image img {
  max-height: 241px;
  height: 241px;
}

.shop-area .product-list .single-products-box .content p {
  margin-top: 10px;
}

/*
BUY NOW BUTTON AREA CSS
=====================================================*/
#sbw_wc-adding-button-archive {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  #sbw_wc-adding-button-archive {
    display: block;
    text-align: center;
  }
}

#sbw_wc-adding-button {
  position: relative;
  top: -1px;
  margin-left: 10px;
  margin-top: 0;
}

.single-product #sbw_wc-adding-button {
  margin-left: 0px;
}

@media only screen and (max-width: 767px) {
  #sbw_wc-adding-button {
    top: 10px;
    margin-left: 0px;
  }
  .productsQuickView .modal-content .products-content .products-add-to-cart #sbw_wc-adding-button {
    top: 0;
    margin-top: 13px; 
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sbw_wc-adding-button {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #sbw_wc-adding-button {
    margin-left: 0px;
  }
}
