.limdisc-banner-container{
  position: relative;
  background: #4c4a50;
  padding: 10px 20px;
  border-bottom: 7px solid #e27745;
  overflow: hidden;
  color:#fff;
  display: none;
}
.limdisc-banner-container--before-start{
  display: none;
}
.limdisc-banner-container__wrapper{
  max-width: 1024px;
  width: 100%;
  margin: auto;
}
.limdisc-banner{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}


.limdisc-banner__title{
  flex: auto;
  max-width: 50%;
}
.limdisc-banner__content{
  display: flex;
  align-items: center;
}
.limdisc-banner__content-title{
  /* color: #fff; */
  font-size: 15px;
  font-weight: bold;
  max-width: 150px;
  flex: 0 0 150px;
  padding-right: 5px;
}

.coupon-time{
  display: flex;
  justify-content: center;
  background: #4c4a50;
  padding: 10px 20px;
  border-bottom: 7px solid #e27745;
}
.coupon-time--before-start{
  display: none;
}
.coupon-time__item{
  padding: 0 20px;
  color: #aaa;
  font-size: 15px;
}
.coupon-time__value{
  padding: 0 20px;
  color: #fff;
  font-size: 30px;
}

.limdisc-popup-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #0005;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.limdisc-popup-container.active{
  display: flex;
}
.limdisc-popup-container__wrapper{
  position: relative;
  max-width: 100%;
  padding: 10px;
}
.limdisc-popup{
  background-color: #fff;
  max-width: 100%;
  width: 500px;
}
.limdisc-popup__header{
  padding: 15px 20px;
  background-color: #e6f0e4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.limdisc-popup__header-title{
  font-size: 15px;
  color: #79a862;
}

.limdisc-popup__header-title{
  font-size: 15px;
  color: #79a862;
}
.limdisc-popup__body{
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.limdisc-popup__body > *:not(:last-child){
  margin-bottom: 20px;
}
.limdisc-popup__button, .limdisc-popup__button:not(:hover):not(:active):not(.has-text-color){
  background: #e27745;
  color: #fff!important;
  border: none;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.limdisc-popup__button:hover{
  /* background: #f36421; */
  border: none;
  filter: brightness(115%);
}
.limdisc-popup__label{
  display: flex;
  transform: rotate(-15deg);
  padding: 20px;
  color: #fff;
}
.limdisc-popup__label-content{
  background: #e27745;
  /* color: #fff; */
  padding: 10px 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
}
.limdisc-popup__label-triangle{
  width: 35px;
  position: relative;
}
.limdisc-popup__label-triangle:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
}
.limdisc-popup__label-triangle svg{
  width: 100%;
  height: 100%;
  fill: #e27745;
}

.limdisc-popup__body-text{
  /* font-weight: bold; */
}

.limdisc-popup__header-close{
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.limdisc-popup__header-close:before,
.limdisc-popup__header-close:after{
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #cbcbcb;
  transition: all 0.3s;
}
.limdisc-popup__header-close:after{
  transform: translate(-50%, -50%) rotate(-45deg);
}
.limdisc-popup__header-close:hover:before,
.limdisc-popup__header-close:hover:after{
  background: #bababa;
}

.limdisc-countdown {
  display: flex;
  align-items: center;
  color: #fff;
}
.limdisc-countdown .bloc-time {
  text-align: center;
  display: flex;
}
.limdisc-countdown .bloc-time-dots {
  text-align: center;
  padding: 0 20px;
  position: relative;
  background: #e27745;
}
.limdisc-countdown .bloc-time--hide,
.limdisc-countdown .bloc-time-dots--hide {
  display: none;
}
.limdisc-countdown .bloc-time-dots:before,
.limdisc-countdown .bloc-time-dots:after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -5px);
  background-color: inherit;
}
.limdisc-countdown .bloc-time-dots:after {
  transform: translate(-50%, 5px);
}

.limdisc-countdown .figure {
  position: relative;
  float: left;
  height: 70px;
  width: 60px;
  margin-right: 10px;
  background-color: #e0784f;
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}
.limdisc-countdown .figure:last-child {
  margin-right: 0;
}
.limdisc-countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font: normal 2.94em/70px "Lato";
  font-weight: 700;
  background:inherit;
}

.limdisc-countdown .figure .top:after,
.limdisc-countdown .figure .top:before,
.limdisc-countdown .figure .top-back:after,
.limdisc-countdown .figure .top-back:before,
.limdisc-countdown .figure .bottom:after,
.limdisc-countdown .figure .bottom:before,
.limdisc-countdown .figure .bottom-back:after,
.limdisc-countdown .figure .bottom-back:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 15px;
  background: inherit;
  filter: brightness(70%);
}
.limdisc-countdown .figure .top-back:after,
.limdisc-countdown .figure .top-back:before{
  height: 14px;
}
.limdisc-countdown .figure .top:after,
.limdisc-countdown .figure .top:before,
.limdisc-countdown .figure .bottom-back:after,
.limdisc-countdown .figure .bottom-back:before{
  bottom: 0;
}
.limdisc-countdown .figure .top-back:after,
.limdisc-countdown .figure .top-back:before,{
  top: 0;
}
.limdisc-countdown .figure .bottom:after,
.limdisc-countdown .figure .bottom:before{
  top: 50%;
}

.limdisc-countdown .figure .top:after,
.limdisc-countdown .figure .bottom-back:before {
  right: 0;
}
.limdisc-countdown .figure .top:before,
.limdisc-countdown .figure .bottom-back:after {
  left: 0;
}

.limdisc-countdown .figure .top-back:after,
.limdisc-countdown .figure .bottom:before {
  right: 0;
}
.limdisc-countdown .figure .top-back:before,
.limdisc-countdown .figure .bottom:after {
  left: 0;
}

.limdisc-countdown .figure .top {
  filter: brightness(93%);
  z-index: 3;
  /* background-color: #cc6d47; */
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform: perspective(200px);
  -ms-transform: perspective(200px);
  -webkit-transform: perspective(200px);
  transform: perspective(200px);
}
.limdisc-countdown .figure .bottom {
  z-index: 1;
}
.limdisc-countdown .figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  filter: brightness(93%);
}
.limdisc-countdown .figure .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.limdisc-countdown .figure .top,
.limdisc-countdown .figure .top-back {
  height: 50%;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.limdisc-countdown .figure .top-back {
  z-index: 4;
  bottom: 0;
  /* background-color: #e0784f; */
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-transform: perspective(200px) rotateX(180deg);
  -ms-transform: perspective(200px) rotateX(180deg);
  -webkit-transform: perspective(200px) rotateX(180deg);
  transform: perspective(200px) rotateX(180deg);
}
.limdisc-countdown .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}


@media (max-width: 667px) {
  .limdisc-banner{
    flex-direction: column;
  }
  .limdisc-banner__title{
    max-width: none;
    margin-bottom: 10px;
  }
  .limdisc-countdown .figure{
    height: 50px;
    width: 40px;
  }
  .limdisc-countdown .figure > span{
    font-size: 1.5em;
    line-height: 50px;
  }
  .limdisc-countdown .bloc-time-dots{
    padding: 0 10px;
  }
}

@media (max-width: 479px) {
  .limdisc-banner__content{
    flex-direction: column;
  }
  .limdisc-banner__content-title{
    flex: auto;
    max-width: none;
    margin-bottom: 7px;
    padding-right: 0;
  }
  .limdisc-countdown .figure{
    height: 45px;
    width: 35px;
  }
  .limdisc-countdown .figure > span{
    font-size: 1.2em;
    line-height: 45px;
  }
}

.free-top--hide{
  display: none!important;
}


/* Limdisc css for button SHOP and banner */

@media (max-width:1080px) {
.limdisc-banner {
		flex-direction: column;
    display: flex;
    width: 100%;
    align-items: center;
	}
.limdisc-left-block {
	flex-direction: column;
    display: flex;
    align-items: center;
		width: 100%!important;
		margin-bottom: 16px;
	}
}
@media (min-width:1081px) {
.limdisc-banner {
	justify-content: center;
	justify-content: space-around!important;
	gap: 16px;
	}
.limdisc-left-block {
	flex-direction: row!important;
    display: flex;
	gap: 16px;
	align-items: center;
}
.limdisc-banner__title {
	max-width: 80%;
	}
}

.button.limdisc-banner-button {
	padding-left:1.21575em;
	padding-right:1.21575em;
	float:none;
	font-weight:600;
	border-radius: 4px;
	transition: 0.3s;
}
/*
.button.limdisc-banner-button:hover {
	background-color:#155cba!important;
	transition: 0.3s;
	color: #eaeaea;
}
*/