/* cart Coupon apply button --JAYDEEP */

#edd_discount_code.sft_custom_field #edd_show_discount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#edd_discount_code #edd_show_discount b {
  font-size: 16px !important;
  color: #333 !important;
}

.sft-coupon-apply {
  padding: 10px;
  background-color: #05B6AE;
  color: white;
  border: none !important;
  cursor: pointer;
  margin-left: 15px;
}

.fa-info-circle {
  padding-left: 13px;
}

/* END */


/* Jaydeep tooltip */

.tooltiptext {
  width: 120px;
  background-color: #F0F0F0;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  z-index: 999999999999;
  width: 102px;
  display: inline-block;
  width: 60%;
  font-size: 16px;
}

@media screen and (max-width: 560px) {
  .tooltiptext {
    width: 271px !important;
    background-color: #F0F0F0;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    z-index: 999999999999;
    width: 102px;
    display: inline-block;
    width: 60%;
    font-size: 16px;
  }
}

/* Change button hover */
option:hover {
  background-color: yellow;
}

/* END */

/* ============ Site Wide Notice Main Container ============ */

/* header#top {
  margin-top: 80px;
} */

.sft-store-wide-banner {
  /* min-height: 65px; */
  display: flex;
  align-items: center;
  line-height: initial !important;
}

.sft-store-wide-banner #sft_banner {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}   

.sft-store-wide-banner .sft-notice-banner-cross {
  margin-right: 2%;
  padding: 0.5px 4px;
  border-radius: 30px;
  font-size: 12px !important;
  font-weight: 600;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .sft-store-wide-banner #sft_banner {
    justify-content: space-between;
    text-align: left;
  }
}

@media screen and (max-width: 690px) {
  .sft-store-wide-banner #sft_banner {
    justify-content: center;
    text-align: center;
  }
}

/* ============ Countdown Clock CSS ============ */

#sft-site-notice-countdown {
  display: flex;
  align-items: center;
  gap: 7px;
}

#sft-site-notice-countdown .sft-swn-countdown-colon {
  font-size: 20px;
  font-weight: 600;
}

#sft-site-notice-countdown .sft-swn-number-container {
  min-width: 47px;
  padding: 5px 8px;
  border-radius: 5px;
  color: #333;
  background: #fff;
}

#sft-site-notice-countdown .sft-swn-number-container .time {
  font-size: 16px;
  font-weight: 600;
}

#sft-site-notice-countdown .sft-swn-number-container .sft-swn-countdown-text {
  font-size: 12px;
}

@media screen and (max-width: 1000px) {
  #sft-site-notice-countdown {
    display: none;
  }
}

/* =========== Notice Banner Text Content and Mobile Link =========== */
#sft_banner .sft-notice-banner-text {
  font-size: 18px;
}

@media screen and (max-width: 1410px) {
  #sft_banner .sft-notice-banner-text svg {
    display: none;
  }
}

#sft_banner .sft-notice-banner-text .sft-notice-banner-mobile-link {
  display: none;
}

@media screen and (max-width: 1000px) {
  #sft_banner .sft-notice-banner-text {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 690px) {
  #sft_banner .sft-notice-banner-text .sft-notice-banner-mobile-link {
    display: inline-block;
  }
  .sft-notice-banner-line-break {
    display: none;
  }
}

@media screen and (max-width: 490px) {
  #sft_banner .sft-notice-banner-text {
    font-size: 14px;
  }
}

/* =========== Notice Call To Action Button =========== */
#sft_banner .sft-site-notice-cta {
  display: flex;
}

.sft-site-notice-cta .sft-wide-shop-notice-button {
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none !important;
}

@media screen and (max-width: 690px) {
  #sft_banner .sft-site-notice-cta {
    display: none;
  }
}

/* #slide-out-widget-area {
  padding-top: 100px !important;
} */