@charset "utf-8";
/* CSS Document */

#gotop {
  position:fixed;
  text-align: center;
  padding-top: 4px;
  z-index:90;
  right:30px;
  bottom:31px;
  display:none;
  width:50px;
  height:50px;
  color:#fff;
  background: rgba(0, 0, 0, 0.5);
  line-height:50px;
  border-radius:50%;
  transition:all 0.5s;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
#gotop :hover{
  background: rgba(0, 0, 0, 0.9);
}


.discountcode{
  margin-top:10px;
  padding: 5px;
  font-size: medium;
  border-bottom-color: darkslategrey;
  border-bottom-style: dashed;
  border-bottom-width: thin;
  background-color:#ececec;
}

.overlay {
  z-index: 99;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  text-align: center;
  margin:calc(35vh - 44px) auto;
  padding: 0px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;

}

.popup h4 {
  padding: 15px;
  margin-top: 0;
  color: #fff;
 background-color: #29858e;
}
.popup .close {
  position: absolute;
  top: -30px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  padding: 15px;
  max-height: 30%;
  overflow: auto;
}

.Wrapper-sec{
position: relative;
background-color: #9f1618;
padding:5px;
}
.Wrapper-sec .stacy01{
  border-radius: 6px;
  padding:5px;
  animation-name: fadeInUp, pulse;
  animation-fill-mode: backwards, none;
  animation-delay: 1s, .9s;
  animation-duration: .4s, 1s;
  animation-iteration-count: 1, infinite;
  
}
.stacy01 :hover{
}
/* --------------------b */
.discount-button {
    width:100%;
    line-height: 1.7;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 14px;
    text-align: center;
    font-size: 16px;
    margin-top: 6px;
    cursor: pointer;
    color: #fff;
    background-color:  #e94941;
    letter-spacing: 1px;
    font-weight: 300;
    transition: background-color ease-in-out .25s;

}

.discount-button:hover {
    background-color: #cb2219;
   /* background-color: rgba(233, 73, 65, 1);*/
    text-decoration: none;
    color: #fff;
}
/* --------------------b */
.col-group-title-01 {
    position: relative;
}

.col-group-title-01::before {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #e94941;
    top: 0;
    left: 0px;
    position: absolute;
}
/*
.col-group-title-01 h3::after {
    content: '';
    position: absolute;
    color: #3f3f3f;
    top: -20px;
    width: 50px;
    height: 30px;
    background-image: url(../images/hot-ico.png);
    background-repeat: no-repeat;
    background-size: contain;
}*/

.col-group-title-01 h3 {
    color: #3f3f3f;
    padding-left: 15px;
    margin-bottom: 6px;
}

.col-group-title-01 p {
    color: rgba(0, 0, 0, 0.57);
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .popup {
    width: 50vw;}
}
@media (max-width: 767.98px) {
  .popup {
    width: 80vw;}



}
@media (max-width: 575.98px) {}
@media (max-width: 320px) {}



