.display-none {
    display: none;
}

.display-block {
    display: block;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.text-center {
    text-align: center;
}

.btn-center {
    margin: 0 auto;
}

.intro-section:before {
    background:none !important;
}
.ftco-subscribe-1:before {
    background:#f4f4f4 !important;   
}
/*main slider*/
.intro-section {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
    background-repeat: no-repeat;
}
.bg-images {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
    background-repeat: no-repeat;
}
/*weekly ads */
.weeklyads-bg {
    width: 100%;
    height: 150px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100%  !important;
}
.set-weekly-ads {
    padding-left:15px;
    padding-right:15px;
}
.set-weekly-ads div {
    position: relative;
    top: -75px;
    z-index: 1;
}
/*client */
#myCarousel {
    padding: 0 70px;
}
#myCarousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}
#myCarousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
#myCarousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
#myCarousel .testimonial {
    padding: 30px 0 10px;
}
#myCarousel.overview {   
    font-style: italic;
}
#myCarousel .overview b {
    text-transform: uppercase;
    color: #7AA641;
    font-size: 15px;
    letter-spacing: 1px;
}
#myCarousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}
.carousel-control i {
    font-size: 25px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: #000;
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
#myCarousel .carousel-indicators {
    bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}
.carousel-indicators li {   
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {    
    background: #555;       
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

/*product*/

.categorys h5 {
    position: absolute;
    top:45%;
    color:#fff !important;
    font-family: 'Lobster', cursive;
    letter-spacing:1px;
    font-size:30px;
    text-shadow: 4px 2px 2px #0e0e0e;
    width:100%;
}

.flip-card {
  background-color: transparent;
  /*width: 350px;
  height: 200px;*/
  perspective: 1000px;
  color:#000;
  border-radius:50px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 250px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius:50px;
}
.flip-card-front img {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .5s ease-in-out;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
   background-color: #bbb;
  
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 250px;
  backface-visibility: hidden;
      border-radius: 30px
}

.flip-card-front {
 
  color: black;
  border-radius: 30px
}
.flip-card-front img{
     border-radius: 30px
}
.flip-card-back {
  background-color: #bbb;
  color: black;
  transform: rotateY(180deg);
  padding-top:50px;
  font-family: 'Lobster', cursive;
  font-size: 18px;
}

.flip-card-back h2 {
    font-family: 'Lobster', cursive;
}

.site-logo {
  top: 5px;
}

.notification {
  top:-5px !important;
}