/** Stock progress bar **/
.stock-progress-wrapper {
  line-height: 0;
  margin: 15px 5px;
  text-align: left;
}
.related .stock-progress-wrapper,
.stock-progress-wrapper.shop-stock-bar {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.stock-progress {
  margin-bottom: 5px;
  padding: 0;
  width: 100px;
  height: 9px;
  overflow: hidden;
  background: #eee;
  border-radius: 9px;
}
.stock-progress-bar {
  position:relative;
  float:left;
  height:100%;
  background:#d3232a;
}
.stock-progress-wrapper span {
  color: #d3232a;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}
.product-loop-down-arrow-wrap {
  padding: 4px;
  border-radius: 2px;
  background: #e83d69;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  margin-right: 5px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.product-loop-down-arrow-wrap img {
  width: 13px !important;
  height: 7px !important;
  margin: 0 2px !important;
}
.stock-progress-wrapper.style_2,
.stock-progress-wrapper.style_3,
.stock-progress-wrapper.style_5,
.stock-progress-wrapper.style_2 .stock-progress,
.stock-progress-wrapper.style_3 .stock-progress,
.stock-progress-wrapper.style_5 .stock-progress{
  width: 100%;
}
.stock-progress-wrapper.style_5 .stock-progress,
.stock-progress-wrapper.style_3 .stock-progress{
  height: 12px;
}
.stock-progress-wrapper.style_5 span,
.stock-progress-wrapper.style_3 span {
  font-size: 12px;
  font-weight: 600;
}
.stock-progress-wrapper.style_5 .stock-progress,
.stock-progress-wrapper.style_4 .stock-progress {
  border-radius: 0px;
}
.woopromo-news-ticker li {
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px !important;
}

/**** Canvas Header Css ****/
.admin-bar .canvas-header-wrapper.position-top,
.admin-bar .canvas-header-wrapper {
  top: 32px;
}
.canvas-header-wrapper {
  position: fixed;
  top: 0;
  background: #5e4cec;
  z-index: 10000;
  color: #fff;
  width: 100%;
  padding: 15px;
}
.canvas-header-wrapper .canvas-header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.canvas-header-wrapper .canvas-header-inner img{
  max-height: 50px;
  margin-right: 15px;
}
.canvas-header-wrapper .canvas-header-inner .header-text {
  margin-right: 28px;
  font-size: 18px;
}
.canvas-header-wrapper .canvas-header-inner .canvas-header-button {
  background-color: #F73859;
  padding: 5px 10px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  text-align: center;
  min-width: 100px;
}
.canvas-header-wrapper .canvas-header-inner .canvas-header-cancle {
  margin-left: 35px;
  border: 1px solid #eee;
  line-height: 1.2;
  padding: 4px 6px;
  font-size: 14px;
  cursor: pointer;
}
.canvas-header-wrapper.position-top{
  top: 0;
}
.canvas-header-wrapper.position-bottom{
  bottom: 0;
  top: auto;
}
.woopromotion-time-countdown {
  margin-right: 28px;
  padding: 4px 10px;
}
.canvas-header-wrapper .canvas-header-inner .counttype {
  margin-top: 0px !important;
}
.stock.in-stock {
  display: none;
}
.canvas-header-ticker {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.canvas-header-ticker.mt-t25 {
  margin-top: 25px;
}
@media (min-width: 576px) {
  .canvas-header-ticker {
    max-width: 540px; } }
@media (min-width: 768px) {
  .canvas-header-ticker {
    max-width: 720px; } }
@media (min-width: 992px) {
  .canvas-header-ticker {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .canvas-header-ticker {
    max-width: 1140px; } }


/*** Product page arrow down css ***/
.summary.entry-summary p.price{
  display: inline-flex;
  align-items: center;
}
.summary.entry-summary p.price .product-loop-down-arrow-wrap {
  margin-right: 8px;
}
/***** shop page flash sale countdown ******/

.upcomingofferTimeCountdown {
  display: flex;
  text-align: center;
  align-items: center;
}
.upcomingofferTimeCountdown p {
  margin-right: 6px;
  margin-bottom: 0 !important;
}
.upcomingofferTimeCountdown span {
  background: #fff;
  box-shadow: 0 3px 40px rgb(36 36 36 / 10%);
  color: #111;
  padding: 15px;
  border: 1px solid #eee;
  font-size: 14px;
  font-weight: 700;
  margin: 0px 4px;
  line-height: 1.2;
}
.upcomingofferTimeCountdown.product-flash-countdown {
  margin-bottom: 15px;
}
.upcomingofferTimeCountdown.product-flash-countdown .counttype {
  margin-top: 0 !important;
}
.upcomingofferTimeCountdown.product-flash-countdown span {
  font-size: 10px !important;
  font-weight: 600;
}
.shop-flash-countdown {
  justify-content: center;
  padding: 3px 0px;
  margin-bottom: 10px;
  width: 100%;
}
.shop-flash-countdown .counttype {
  font-size: 11px;
  font-weight: 600;
  margin-top: 0px !important;
}
/*** flash sale details ***/
.flash-sale-details {
  background-image: url("../img/flashbg.png");
  margin-bottom: 10px;
  height: 29px;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 490px !important;
}
.flash-sale-details-inner {
  position: relative;
  margin-left: 140px;
  margin-right: 6px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.flash-sale-details-inner .counttype {
  font-size: 11px;
  font-weight: 600;
}
.shop-flash-countdown span,
.flash-sale-details-inner .product-flash-countdown span {
  background: transparent;
  border: none;
  padding: 0px;
  box-shadow: none;
  color: #ff3d00;
}
.shop-flash-countdown span br,
.flash-sale-details-inner .product-flash-countdown span br {
    display: none;
}
.flash-sale-details-inner .upcomingofferTimeCountdown.product-flash-countdown {
  margin-bottom: 0px;
}
.flash-sale-details-inner .stock-progress-wrapper > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row-reverse;
    margin: 0 0px 0px 4px;
}
.flash-sale-details-inner .stock-progress-wrapper .stock-progress {
  max-width: 100px;
  margin-bottom: 0;
  margin-left: 10px;
}
.related.products .product-summary-baddge,
.woopromotion-product-baddge.shop-product-baddge {
    position: absolute;
    top: 6px;
    left: 4px;
    z-index: 999;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}
.woopromotion-product-baddge img {
  max-width: 40px !important;
  height: auto;
  margin-right: 5px !important;
  transition: transform .3s;
}
.woopromotion-product-baddge-inner img {
  margin-bottom: 0 !important;
}
.woopromotion-product-baddge img:last-of-type {
  margin-right: 0 !important;
}
.woopromotion-product-baddge.hover-scale img:hover {
  transform: scale(1.5) !important;
}

/**** Product badge css ****/
.has-post-thumbnail,
.product.type-product {
  position: relative;
}

/**** Product Single page badge css ****/

.woopromotion-product-baddge.product-summary-baddge {
  position: relative;
  justify-content: left;
  margin: 20px 0px;
  display: flex;
}

/*** Tooltip ***/

.woopromotion-product-baddge-inner {
  position: relative;
  margin-right: 6px;
  cursor: pointer;
}
.woopromotion-product-baddge-inner:last-child {
  margin-right: 0px;
}
.woopromotion-product-baddge-inner .badge-tooltip {
  background: #111;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -52px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 5px 8px;
  pointer-events: none;
  position: absolute;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.5;
  min-width: 150px;
  text-align: center;
  -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
     -o-transform: translateY(10px);
      transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
     -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.woopromotion-product-baddge-inner .badge-tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.woopromotion-product-baddge-inner .badge-tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #111 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.woopromotion-product-baddge-inner:hover .badge-tooltip {

  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
     -o-transform: translateY(0px);
      transform: translateY(0px);
}

.lte8 .woopromotion-product-baddge-inner .badge-tooltip {
  display: none;
}

.lte8 .woopromotion-product-baddge-inner:hover .badge-tooltip {
  display: block;
}

/**** WooCommerce Css ****/

.woopromotion-shop-price-down-badge {
  display: flex !important;
  align-items: center;
}
.woocommerce ul.products li.product {
  overflow: inherit !important;
}
/*** onsale style ***/
.woocommerce.single-product span.onsale, 
.woocommerce span.onsale {
  padding: 4px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  background-color: #f44336;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.5;
  right: 20px !important; 
  top: 20px !important;
  min-height: auto !important;
}
.woocommerce span.onsale {
  left: auto;
}
.woocommerce.single-product span.onsale {
  left: 15px;
  right: inherit !important;
  line-height: 1.3 !important;
}

/***** Flash Deals Section *****/
.woopromotion-flash-deals-coutdown {
  display: flex;
  justify-content: space-between;
  padding: 25px 15px;
  align-items: center;
  background: #efefef;
  margin-bottom: 20px;
}
.inner-flash-deals-coutdown {
  display: flex;
  align-items: center;
}
.inner-flash-deals-coutdown h6 {
  margin-bottom: 0 !important;
  margin-right: 20px !important;
  color: #f57224;
  font-weight: bold;
}
.inner-flash-deals-coutdown .flash-deals-section-countdown span {
  background: #ff6801;
  color:  #fff;
  border-radius: 4px;
  padding: 15px 10px;
  min-width: 65px;
}
.inner-flash-deals-coutdown .flash-deals-section-countdown .counttype {
  font-weight: 500;
}
.inner-flash-deals-coutdown .flash-deals-section-countdown span br {
    display: none;
}
.woopromotion-flash-deals-coutdown a {
  border: 1px solid #f57224;
  color: #f57224;
  padding: 9px;
  line-height: 1.2;
  display: block;
  border-radius: 3px;
  transition: 0.4s;
}
.woopromotion-flash-deals-coutdown a:hover {
  background: #f57224;
  color:  #fff;
}

/*** Responsive ***/
@media only screen and (max-width: 1060px) {
  .upcomingofferTimeCountdown span {
    padding: 6px;
  }
}
@media only screen and (max-width: 986px) {
  .canvas-header-wrapper .canvas-header-inner {
    display: block;
    text-align: center;
  }
  .canvas-header-wrapper .canvas-header-inner .header-text {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .upcomingofferTimeCountdown {
    justify-content: center;
    margin-right: 0;
  }
  .canvas-header-wrapper .canvas-header-inner .canvas-header-button {
    display: inline-block;
    margin-top: 15px;
  }
}

/*** Coupon Code table css ***/

.woopromotion-coupon-card-discount {
  background: #F73859;
}

.bg-color-blue {
  background: #2c3e50;
}

.woopromotion-coupon-card-wrapper {
  background: #f0f0f0;
  padding-bottom: 30px;
  border-radius: 20px;
  position: relative;
}
    
.woopromotion-coupon-card-wrapper .coupon-card-title {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 30px 15px;
  text-align: center; 
}
.woopromotion-coupon-card-wrapper .coupon-card-title h2{
  font-weight: 700;
  font-size: 30px;
  color: #3a3a3a;
  margin: 0;
}
.woopromotion-coupon-card-wrapper .discount {
  min-height: 50px;
  position: relative;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  padding: 20px 15px 0;
  color: #ffdf5d;
}

.woopromotion-coupon-card-wrapper .discount:after {
  content: " ";
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 20%;
}

.woopromotion-coupon-card-wrapper .discount.woopromotion-coupon-card-discount:after {
  border-top: 20px solid #F73859;
}

.woopromotion-coupon-card-wrapper .discount .type {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -30px;
}

.woopromotion-coupon-card-wrapper .coupon-card-description {
  color: #999;
  margin-top: 15px;
  padding: 20px 15px;
}
.woopromotion-coupon-card-wrapper .coupon {
  min-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 15px;
}
.woopromotion-coupon-card-wrapper .btn-code {
  transition: 0.3s;
  margin-bottom: 15px;
  background: #F73859;
  color:  #fff;
  border: none;
  border-radius: 2px;
  padding: 15px 30px;
  line-height: 1.2;
  font-size: 15px;
}
.woopromotion-coupon-card-wrapper .btn-code:hover {
  background: #de0c31;
}
.woopromotion-coupon-card-wrapper .coupon .coupon-code {
  letter-spacing: 1px;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px 15px;
  color: #000000;
  background: #f0f0f0;
  display: none;
}
.woopromotion-coupon-card-wrapper.style-2 {
  background: #fff;
  border-radius: 6px;
  box-shadow: rgb(4 4 4 / 10%) 0px 10px 50px;
  padding: 22px;
  margin-top: 35px;
  text-align: center;
}
.woopromotion-coupon-card-wrapper.style-2 img{
  margin-bottom: 25px;
}
.woopromotion-coupon-card-wrapper.style-2 .coupon-code{
  background: #5DB900;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  letter-spacing: 4px;
  position: relative;
}
.woopromotion-coupon-card-wrapper.style-2 .offer-text {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #4A2727;
}
.woopromotion-coupon-card-wrapper.style-2 .coupon-card-title {
  padding: 0px;
}
.woopromotion-coupon-card-wrapper.style-2 .coupon-card-title h2 {
  font-size: 20px;
  margin-bottom: 48px;
  color: #EB3942;
}
.woopromotion-coupon-card-wrapper.style-2 .coupon-code-validity {
  background: #fff;
  color: #333;
  position: absolute;
  top: -26px;
  right: 29%;
  padding: 5px 8px;
  letter-spacing: normal;
  font-size: 13px;
  box-shadow: 2px 0 9px 0px #16161626;
  border-radius: 3px;
}
/*****/
.floating-canvas-wrapper {
  padding: 0;
}
.floating-canvas-cart-info-total {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  line-height: 1.2;
}
.floating-canvas-inner {
  padding: 12px 30px;
}

.minimum-order-amount-offer .text-bgclip-animation {
  color: #fff;
  background: linear-gradient(to right, #000000 10%, #f70c99 50%, #000000 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.wiggle-animation {
  animation: wiggle 2s linear infinite;
  display: inline-block;
}

@-webkit-keyframes wiggle {
  0% {-webkit-transform: rotate(10deg);}
  25% {-webkit-transform: rotate(-10deg);}
  50% {-webkit-transform: rotate(20deg);}
  75% {-webkit-transform: rotate(-5deg);}
  100% {-webkit-transform: rotate(0deg);}
}

@keyframes wiggle {
  0% {-webkit-transform: rotate(10deg);transform: rotate(10deg);}
  25% {-webkit-transform: rotate(-10deg);transform: rotate(-10deg);}
  50% {-webkit-transform: rotate(20deg);transform: rotate(20deg);}
  75% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
  100% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
}

.free-shipping-img {
  position: fixed;
  bottom: 60px;
  right: 11px;
  cursor: pointer;
  animation-name: moveInleft;
  animation-duration: 3s;
}
@keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.minimum-order-amount-offer a {
  text-decoration: underline;
}
.canvas-cart-total {
  margin-right: 45px;
}
.hide-floating-canvas-cart-progress {
  position: absolute;
  right: 18px;
  background: red;
  padding: 5px 8px;
  border-radius: 50%;
  top: 16px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}
.offer-missing-info {
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  color: #F73859;
}
.order-count-by-day {
  font-size: 13px;
}
.order-count-by-day-product-single {
  margin-bottom: 15px;
}