/* clear fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}  

/* direct checkout css Start */
.spca-direct-checkout-button-wrapper{
  flex-basis: 100%;
}
.spca-direct-checkout-button {
  justify-content: center;
  order: 2;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.single-product .spca-direct-checkout-button{
  display: inline-flex;
  align-items: center;
}
.single-product form.cart {
  align-items: flex-start;
}
/* direct checkout css Start */

/* stock progress bar css Start */
.spca-stock-progress-bar-wrapper {
  border-radius: 5px;
  clear: both;
  display: block;
  flex-basis: 100%;
}

.spca-stock-progress-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.spca-stock-progress-bar-progress {
  width: 100%;
  height: 10px;
  border-radius: 10px;
}
  
.spca-stock-progress-bar-progress-bar {
  width: 0%;
  height: 10px;
  border-radius: 10px;
  transition: width 0.5s ease;
}
/* stock progress bar css Start */

/* call for price css Start */

.spca-call-for-price-button{
  transition: all .3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

/* call for price css Start */

.spca-select-field{
  margin-bottom: 10px !important;
}

/* Wishlist css Start */

.spca-add-to-wishlist-button-wrapper{
  flex-basis: 100%;
}
.spca-add-to-wishlist-button{
  transition: all .3s ease;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  position: relative;
}
.spca-add-to-comparison-button{
  transition: all .3s ease;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  position: relative;
}
.spca-quick-view-button{
  transition: all .3s ease;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  position: relative;
}
.single-product .spca-add-to-wishlist-button {
  /* display: inline-block; */
}
.single-product.woocommerce-js div.product form.cart{
  display: flex;
  flex-wrap: wrap;
}
.spca_wishlist_table{
  border: 0 !important;
}
.spca_wishlist_table td.product-thumbnail{
  width: 80px;
}
.spca_wishlist_table td.product-thumbnail img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.spca_wishlist_table .delete-wishlist-item::before{
  border: none !important;
}
.spca_wishlist_table .delete-wishlist-item:focus,
.spca_wishlist_table .delete-wishlist-item:focus-visible{
  border: none !important;
  outline: none;
}

/* Wishlist css End */

/*=======================
* Quick cart Icon Style wrapper
========================*/

.spca-woo-cart-icon svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spca-cart-items-count-number{
  position: absolute;
  top: -8px;
  right: -8px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}
.spca-woo-mini-cart{
  display: flex;
}
.spca-woo-cart-bag ul.woocommerce-mini-cart{
  padding: 0;
  margin: 0;
}
.spca-woo-cart-bag ul.woocommerce-mini-cart li.woocommerce-mini-cart-item{
  list-style: none;
  overflow: hidden;
}
.spca-woo-cart-bag ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .remove_from_cart_button{
  float: right;
}
.spca-woo-cart-bag ul.woocommerce-mini-cart li.woocommerce-mini-cart-item a{
  display: block;
  transition: all .3s ease;
}
.spca-woo-cart-bag ul.woocommerce-mini-cart li.woocommerce-mini-cart-item a img{
  float: left;
  object-fit: cover;
  -o-object-fit: cover;
}
.spca-woo-mini-cart-wrapper{
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: all .3s ease;
}
.spca-woo-mini-cart-wrapper.spca-cart-icon-box-yes .spca-woo-cart-icon{
  position: relative;
}
.spca-woo-mini-cart-wrapper.spca-cart-icon-box-yes .spca-woo-cart-icon i,
.spca-woo-mini-cart-wrapper.spca-cart-icon-box-yes .spca-woo-cart-icon svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spca-woo-cart-bag{
  position: absolute;
  top: 100%;
  width: 400px;
  z-index: 111;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.spca-woo-mini-cart.zoom-down .spca-woo-mini-cart-wrapper.hover-active .spca-woo-cart-bag{
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.spca-woo-mini-cart-wrapper.click-active .spca-woo-cart-bag{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.spca-woo-mini-cart.zoom-down .spca-woo-mini-cart-wrapper.click-active .spca-woo-cart-bag{
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.spca-woo-cart-bag ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .quantity{
  display: block;
}
.spca-woo-cart-bag .woocommerce-mini-cart__total{
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  margin: 0;
  border-top: 1px solid #e5e5e5;
}
.spca-woo-cart-bag .woocommerce-mini-cart__buttons{
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.spca-woo-mini-cart-wrapper.button-full-width .spca-woo-cart-bag .woocommerce-mini-cart__buttons{
  flex-direction: column;
}
.spca-woo-cart-bag .woocommerce-mini-cart__buttons .wc-forward{
  width: 100%;
  text-align: center;
  transition: all .3s ease;
}
.spca-woo-cart-bag .woocommerce-mini-cart__buttons .wc-forward:not(:last-child){
  margin-right: 10px;
}

.spca-woo-mini-cart.fly-out .spca-woo-mini-cart-wrapper .spca-woo-cart-bag {
  position: fixed;
  top: 0;
  height: 100%;
  transform: unset;
  z-index: 9999;
  background: #ffffff;
  padding: 50px 10px;
  max-width: 450px;
  width: 100%;
}
.spca-woo-mini-cart.fly-out .spca-woo-mini-cart-wrapper .spca-woo-cart-bag.fly-out-active {
  opacity: 1;
  visibility: visible;
  overflow: scroll;
}
.spca-woo-mini-cart.fly-out .spca-woo-mini-cart-wrapper .spca-woo-cart-bag.fly-out-active::-webkit-scrollbar {
  display: none;
}
.spca-woo-cart-bag-fly-out-close-icon{
  position: absolute;
  right: 20px;
  top: 40px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.spca-woo-cart-bag-fly-out-close-icon:before, .spca-woo-cart-bag-fly-out-close-icon:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
  top: 50%;
  left: 50%;
}
.spca-woo-cart-bag-fly-out-close-icon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.spca-woo-cart-bag-fly-out-close-icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.spca-cart-items-heading{
  display: block;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  font-weight: bold;
}
.spca-woo-cart-bag ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .remove_from_cart_button {
  line-height: 1;
  text-align: center;
}

.spca-woo-cart-bag-fly-out-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, .50);
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  visibility: hidden;
  transition: all .3s ease;
}
.spca-woo-cart-bag-fly-out-overlay.fly-out-active {
  opacity: 1;
  visibility: visible;
}

/* Woo Add to cart css End */

.ui-tooltip, .arrow:after {
  background: rgba(0,0,0,0.7) !important;
  border: 2px solid rgba(0,0,0,0.7) !important;
  opacity: 1 !important;
}
.ui-tooltip {
  padding: 0px 10px !important;
  color: white !important;
  border-radius: 20px;
  font-size: 12px !important;
  text-transform: capitalize !important;
  box-shadow: 0 0 7px black;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}

/* comparison product addons  */

.spca_comparison_table {
  display: flex;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.spca_comparison_cols.label_blocks {
  width: 300px;
  flex-shrink: 0;
}
.spca_comparison_cols.label_blocks .spca_comparison_col {
  font-weight: bold;
}
.data_blocks_wrapper {
  display: flex;
  width: calc(100% - 300px);
  overflow-x: auto;
}
.spca_comparison_cols.data_blocks {
  min-width: 300px;
  flex-shrink: 0;
}
.spca_comparison_col {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.spca_comparison_col.spca_comparison_col_image {
  height: 300px !important;
}
.spca_comparison_col img {
  max-width: 100%;
  height: 100%;
  width: auto !important;
}
body.woocommerce-shop li.product{
  position: relative;
}
.spca-modules-button-wrap,
.spc-button-wrapper .spc-shop-hover-wrapper {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px) translateZ(0);
  z-index: 20;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
  padding: 5px 0px;
}
.spca-modules-button-wrap span {
  display: block;
  line-height: 1;
}
.spca_wishlist_icon,
.spca_comparison_icon {
  position: relative;
  height:24px;
  width: 24px;
}
.spca-modules-button-wrap a:link,
.spca-modules-button-wrap a:visited,
.spca-modules-button-wrap a:active {
  padding: 5px 10px;
  outline: 0;
}
li.product:hover .spca-modules-button-wrap,
.spc-woo-product-wrapper article:hover .spc-button-wrapper .spc-shop-hover-wrapper {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.spca-single-page-modules-button-wrap {
  display: block;
  width: 100%;
  clear: both;
  margin: .7em auto;
}
.spca-add-to-wishlist-button-wrapper,
.spca-add-to-comparison-button-wrapper {
  display: inline-block;
  margin-right: 20px;
}
.spca-add-to-wishlist-button-wrapper a,
.spca-add-to-comparison-button-wrapper a {
  display: inline-flex;
  align-items: center;
  transition: all .3s ease;
}
.spca_wishlist_tooltip,
.spca_comparison_tooltip,
.spca_quickview_tooltip {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  right: 110%;
  top: 50%;
  display: block;
  width: auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 15px;
  color: #ffffff;
  border-radius: 5px;
  transform: translateX(20px) translateY(-50%) translateZ(0);
  transition: all .3s ease;
  white-space: nowrap;
}
.spca-add-to-wishlist-button:hover .spca_wishlist_tooltip,
.spca-add-to-comparison-button:hover .spca_comparison_tooltip, 
.spca-quick-view-button:hover .spca_quickview_tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px) translateY(-50%) translateZ(0);
}

.spca-quick-view-button a::before {
  content: unset;
}

/* Quick view Style Start  */
#spcaQuickViewModalOuter {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  max-width: 100%;
}
#spcaQuickViewModalOuter{
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
#spcaQuickViewModalOuter.active{
  opacity: 1;
  visibility: visible;
}
.spca-quick-view-modal{
  position: relative;
  width: 900px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
#spcaQuickViewModalOuter.active .spca-quick-view-modal{
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.modal-dialog.spca-quick-view-modal-dialog{
  max-width: 950px;
  width: 100%;
  margin-top: 100px;
}
.modal-body.spca-quick-view-modal-body{
  padding: 30px;
}
.spc-quick-view-product{
  display: flex;
  align-items: center;
  gap: 20px;
}
.spc-quick-view-product .spc-quick-view-product-image{
  width: 50%;
}
.spc-quick-view-product .spc-quick-view-product-content{
  width: 50%;
}
.spca-quick-view-modal-close-btn{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  background: transparent;
  padding: 10px;
  border: 1px solid #000000 !important;
  border-radius: 50%;
  color: #000000;
  transition: all .3s ease;
}
.spca-quick-view-modal-close-btn:hover{
  background: #002147 !important;
  color: #ffffff !important;
}
.spca-quick-view-modal-close-btn span {
	display: block;
	line-height: 1;
}
.spca-modal-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  color: #fff;
  margin-left: 0px !important;
  margin-right: 0px !important;
  max-width: 100% !important;
}
.spc-quick-view-product-content .product.woocommerce.add_to_cart_inline {
  border: unset !important;
}
@media (max-width:769px) {
  .modal-dialog.spca-quick-view-modal-dialog{
    margin-top: 30px;
  }
  .spc-quick-view-product{
    display: flex;
    flex-direction: column;
  }
  .spc-quick-view-product .spc-quick-view-product-image{
    width: 100%;
  }
  .spc-quick-view-product .spc-quick-view-product-content{
    width: 100%;
  }
  .spca-quick-view-modal {
    width: 90%;
  }
  .spc-quick-view-product-content {
    width: 90% !important;
  }
}
/* Quick view Style end */

/* styles for shopcred start */
.spc-woo-product-wrapper article .spca-add-to-wishlist-button-wrapper,
.spc-woo-product-wrapper article .spca-add-to-comparison-button-wrapper {
  margin-top: 10px;
}
.spc-woo-product-wrapper article .spca-add-to-wishlist-button-wrapper span,
.spc-woo-product-wrapper article .spca-add-to-comparison-button-wrapper span {
  text-indent: -9999px;
}
.spc-woo-product-wrapper article .spca-add-to-wishlist-button-wrapper span.spca_wishlist_icon,
.spc-woo-product-wrapper article .spca-add-to-comparison-button-wrapper span.spca_comparison_icon {
  text-indent: 0px;
}
.spc-woo-product-wrapper article .spc-button-wrapper .spc-shop-hover-wrapper .spca-add-to-wishlist-button-wrapper .spca-add-to-wishlist-button,
.spc-woo-product-wrapper article .spc-button-wrapper .spc-shop-hover-wrapper .spca-add-to-wishlist-button-wrapper .spca-add-to-wishlist-button:hover,
.spc-woo-product-wrapper article .spc-button-wrapper .spc-shop-hover-wrapper .spca-add-to-comparison-button-wrapper .spca-add-to-comparison-button,
.spc-woo-product-wrapper article .spc-button-wrapper .spc-shop-hover-wrapper .spca-add-to-comparison-button-wrapper .spca-add-to-comparison-button:hover{
  background: transparent;
  border: none;
  padding: 5px 10px;
}
.spc-woo-product-wrapper article .spc-button-wrapper .spc-shop-hover-wrapper .spca-add-to-wishlist-button-wrapper,
.spc-woo-product-wrapper article .spc-button-wrapper .spc-shop-hover-wrapper .spca-add-to-comparison-button-wrapper{
  margin: 0;
}
/* styles for shopcred end */

/* Loading Style */
.spca-loading-outer{
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 111;
}
.spca-loading-img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spca-loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #1846cb;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
.spca-loading-flycart-outer{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 111;
}
.spca-loading-flycart-img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spca-loader-flycart {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #1846cb;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to{
      transform: rotate(1turn);
  }
}