/*
Template Name: Cosmetic
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************center_home****************/
.fade-carousel {
  position: relative;
  min-height: 600px;
}
.fade-carousel .carousel-inner .item {
  min-height: 600px;
}
.fade-carousel .carousel-indicators > li {
  margin: 0 4px;
  opacity: 0.8;
}
.fade-carousel .carousel-indicators > li.active {
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
  position: absolute;
  width: 40%;
  top: 70%;
  left: 50%;
  z-index: 2;
  text-transform: capitalize;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}

.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}
.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  background: #97303073;
}

/********************************/
/*          Custom Buttons      */
/********************************/



/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../img/3.jpg);
}
.fade-carousel .slides .slide-2 {
  background-image: url(../img/4.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../img/5.jpg);
}
#center .carousel-indicators {
  bottom: 0;
  left: 50%;
}
.fade-carousel .carousel-indicators > li {
  background: #fff;
  border-color: #fff;
  width: 18px;
  height: 18px;
}
.fade-carousel .carousel-indicators > li.active {
  width: 18px;
  height: 18px;
  background: #c9a654;
  border-color: #c9a654;
}
/*********************center_home_end****************/

/*********************list****************/
#list {
  padding-top: 40px;
  padding-bottom: 40px;
}
#feature {
  padding-top: 25px;
  padding-bottom: 40px;
  background: #fff9ed;
}
.feature_2r2l {
  position: relative;
}
.feature_2r2l2 {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 10px;
}
.feature_2r2l2 h6 a {
  background: #c9a654;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.feature_2r2l3 {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: right;
  display: none;
}
.feature_2r2l3 ul li a {
  background: #d77777;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 1px;
}
.feature_2r2l3 ul li a:hover {
  background: #c9a654;
}
.feature_2r2l:hover .feature_2r2l3 {
  display: block;
}
.feature_2r2lb span {
  display: inline-block;
  margin-top: 15px;
}
.feature_2r2 {
  margin-top: 30px;
}
.feature_3 {
  margin-top: 30px;
}
.feature_3l1 {
  margin-top: 30px;
}
.feature_3r1 {
  margin-top: 30px;
}
/*********************list_end****************/

/*********************prod_h****************/
#prod_h {
  padding-top: 25px;
  padding-bottom: 40px;
}
#blog_h {
  padding-top: 25px;
  padding-bottom: 40px;
  background: #fff9ed;
}
.blog_home_1i1 {
  background: #fff;
  padding: 15px;
}
.blog_home_1i1 h5 {
  font-size: 22px;
  letter-spacing: 0.5px;
}
.blog_home_1i1 h6 {
  font-size: 13px;
}
.blog_home_1i1 h6 .span_1 {
  margin-right: 5px;
}
.blog_home_1i1 h6 .span_2 {
  margin-right: 5px;
  margin-left: 20px;
}
.blog_home_1i1 ul li a {
  background: #c9a654;
}
/*********************prod_h_end****************/

/*********************shipping****************/
#shipping {
  padding-top: 60px;
  padding-bottom: 50px;
  background: #f9f3e6;
}
.shipping_1i span i {
  font-size: 50px;
  float: left;
  margin-right: 20px;
  color: #c9a654;
}
#comment {
  padding-top: 40px;
  padding-bottom: 40px;
}
.comment_1 {
  background: #d77777;
  border-radius: 5px;
  padding: 20px;
}
.comment_1 p {
  padding: 0;
  margin: 0;
  color: #f4f4f4;
}
.comment_1 h3 {
  padding: 0;
  margin: 0;
  color: #ffffff;
  padding-top: 20px;
  font-size: 22px;
}
.comment_1 h6 {
  padding: 0;
  margin: 0;
  color: #efcece;
  font-weight: bold;
  padding-top: 10px;
  font-weight: 900;
  font-size: 16px;
}

.comment_3 {
  background-color: #c9a654;
  border-radius: 5px;
  padding: 20px;
  margin-top: 50px;
}
.comment_3 p {
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.comment_3 h3 {
  padding: 0;
  margin: 0;
  color: #ffffff;
  padding-top: 20px;
  font-size: 22px;
}
.comment_3 h6 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
  font-weight: 900;
  font-size: 16px;
}
.resources {
  padding-top: 40px;
}
.resources h3 {
  padding: 0;
  margin: 0;
  font-size: 25px;
}
.resources h4 {
  padding: 0;
  margin: 0;
  color: #767676;
  padding-top: 15px;
}

/*  */

/* استایل جستجو دایره‌ای */
.search-input {
  border-radius: 50px 0 0 50px!important; /* گوشه‌های چپ دایره‌ای */
  border: 1px solid #fbd8d8!important;
  padding: 10px 15px;
}

.search-button {
  border-radius: 0 50px 50px 0!important; /* گوشه‌های راست دایره‌ای */
  background-color: #fbd8d8!important;
  border: 1px solid #fbd8d8!important; /* حاشیه یکسان */
}

/* برای فیلد جستجو */
.input-group {
  display: flex!important;
  align-items: center!important;
}

/* اگر نیاز به تنظیمات اضافی دارید */
.text-center {
  text-align: center!important;
}

/*  */
/*********************shipping_end****************/

@media screen and (max-width: 767px) {
  .hero {
    width: 100%;
    left: 50%;
    text-align: center;
    top: 48%;
  }
  .hero p {
    text-align: left;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero br {
    display: none;
  }
  #center .carousel-indicators {
    left: 50%;
  }
  #comment {
    text-align: center;
  }
  .comment_3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .list_1i {
    margin-top: 10px;
  }
  #feature {
    text-align: center;
  }
  .feature_2r1 {
    margin-top: 15px;
  }
  .feature_2r2l2 {
    text-align: left;
  }
  .feature_2r2lb {
    margin-bottom: 10px;
  }
  .feature_3ri {
    margin-top: 10px;
  }
  #prod_h {
    text-align: center;
  }
  #blog_h {
    text-align: center;
  }
  .blog_home_1i1 h6 .span_2 {
    margin-left: 10px;
  }
  .blog_home_1i {
    margin-bottom: 10px;
  }
  .resources {
    padding-top: 10px;
  }
  .shipping_1i span i {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .shipping_1i {
    margin-top: 10px;
    text-align: center;
  }

  .blog_home_1i1 p {
    text-align: left;
  }
  .comment_text p {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero {
    width: 60%;
  }
  .hero h1 {
    font-size: 40px;
  }
  .blog_home_1i1 ul li {
    margin-bottom: 5px;
  }
  .footer_1i1 ul li {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hero h1 {
    font-size: 40px;
  }
}
@media (min-width: 1201px) and (max-width: 1240px) {
}
