/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  width: auto;
}
.main_heading {
  font-size: 35px;
  line-height: 50px;
  color: #212529;
  font-weight: 700;
  font-family: "Inter";
  text-align: center;
}
.main_heading {
  background: url(../images/title-border.png) no-repeat center bottom;
}
.main_para {
  font-size: 15px;
  line-height: 25px;
  color: #8d959c;
  font-weight: 400;
  font-family: "Inter";
  text-align: center;
}

/* --------- SLIDER--------- */

#slider { 
  max-width:100%; 
  margin:auto; 
  position:relative;
  padding: 0;
}
#slider img {
  width: 100%;
}
.slide_next_image img {
  width: auto !important;
  height: 100%;
}
#slider .slider-box h1 {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #212529;
  font-weight: 600;
  font-family: "Inter";
}
#slider .slider-box h4 {
  font-size: 35px;
  line-height: 20px;
  color: #212529;
  font-weight: 500;
  font-family: "Inter";
  text-align: left;
}
#slider .slider-box h4 span {
  font-size: 35px;
  line-height: 60px;
  color: #212529;
  font-weight: 900;
  font-family: "Inter";
  text-align: left;
  margin-top:10px ;
}
#slider .slider-box {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  max-width: 50%;
  left: 6%;
  right: 0;
  text-align: center;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}
#slider .slider-box a {
  font-size: 14px;
  padding: 9px 15px;
  border-radius: 20px;
  letter-spacing: 2px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  background: #ff6767;
  color: #ffffff;
  font-family: "Inter";
}
#slider .slide_btn {
  text-align: left;
}
#slider .carousel-control i{
  padding: 12px 14px;
  background: #ff6868;
  color: #ffffff;
  border-radius: 50%
}
#slider .carousel-control .nav1 {
  display: block;
  position: absolute;
  left: 3%;
  top: 40%;
}
#slider .carousel-control .nav2 {
  display: block;
  position: absolute;
  top: 40%;
  right: 3%;
}
#slider span.carousel-control-prev-icon,#slider span.carousel-control-next-icon{
  background-image: none;
}

/* --------------- Service ------------- */

section#service {
  padding-top:0px;
  padding-bottom:0px;
  position: relative;
  bottom: 95px;
  max-width: 75%;
  margin: 0 auto;
}
#service h5.title {
  font-size: 18px;
  line-height: 20px;
  color: #212529;
  font-weight: 600;
  font-family: "Inter";
  text-align: center;
}
#service p.post {
  font-size: 14px;
  line-height: 25px;
  color: #8d959c;
  font-weight: 400;
  font-family: "Inter";
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
#service .box {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px 2px #f5f2f2;
}
#service img {
  width: auto;
  height: 60px;
}

/* ------------ About ------------- */

  section#about {
    padding-top:0px ;
  }
  #about .main_heading {
    font-size: 32px;
    line-height: 42px;
    color: #212529;
    font-weight: 500;
    font-family: "Inter";
    text-align: left;
    background: unset;
  }
  #about .small_heading {
    font-size: 18px;
    line-height: 15px;
    color: #ff6868;
    font-weight: 600;
    font-family: "Inter";
  }
  #about .para {
    font-size: 14px;
    line-height: 20px;
    color: #8d959c;
    font-weight: 400;
    font-family: "Inter";
    text-align: left;
  }
  #about .abt_btn a {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    background: #ff6767;
    padding: 10px 25px;
    border-radius: 4px;
  }
  #about .abt_btn {
    margin-top: 35px;
  }

/* ------------ Trending ------------- */

  #trending {
    position: relative;
  }
  .trending_product {
    border: 1px solid #eee;
    border-radius: 7px;
    padding: 10px 20px;
  }
  .trending_product h5 a {
    font-size: 14px;
    line-height: 10px;
    color: #212529;
    font-weight: 600;
    font-family: "Inter";
  }
  #trending .owl-nav button {
    border-radius: 50%;
    outline: none;
    height: 40px;
    width: 40px;
    padding: 4px 0;
    background: #fff;
  }
  #trending .owl-nav .owl-prev {
    position: absolute;
    left: -6%;
    top: 50%;
    outline: none;
    font-size: 21px;
    background: #212529;
    border-color: transparent;
    display: flex;
    align-items: center;
  }
  #trending .owl-nav .owl-next {
    position: absolute;
    right: -6%;
    top: 50%;
    outline: none;
    border-color: transparent;
    font-size: 21px;
    background: #212529;
    display: flex;
    align-items: center;
  }
  #trending .owl-nav .disabled i {
    color: #fff;
  }
  #trending .owl-nav .disabled {
    background: #ff6767;
  }
  #trending .owl-nav i {
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
  }
  #trending ins {
    font-size: 15px;
    line-height: 23px;
    text-decoration: unset;
    color: #000;
    font-weight: 700;
    font-family: "Inter";
  }
  #trending del {
    font-size: 14px;
    line-height: 23px;
    color: #b6b6b6;
    font-weight: 400;
    font-family: "Inter";
  }
  #trending .star i{
    font-size: 13px;
    color: #efaa06;
    padding-right: 3px;
    margin-bottom: 5px;
  }

/* ------------ Featured ---------- */

  #featured .featured_content_image img {
    height: 200px;
  }
  #featured .featured-1 {
    background: #fdadab;
    border: 10px solid #ffdbdb;
  }
  #featured .featured-2 {
    background: #fea523;
    border: 10px solid #ffe6c2;
  }
  #featured .featured_content h6 {
    font-size: 16px;
    line-height: 20px;
    color: #fdadac;
    font-weight: 600;
    font-family: "Inter";
    background: #fff;
    display: inline-block;
    padding: 7px 8px;
  }
  #featured .featured_content h5 {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
  }
  #featured .featured_content p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 200;
    font-family: "Inter";
  }
  #featured .price {
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
  }

/* ------------ Register ---------- */

  #register .register_content_image img {
    height: 200px;
  }
  #register .register-1 {
    background: #fdadab;
    border: 10px solid #ffdbdb;
  }
  #register .register-2 {
    background: #fea523;
    border: 10px solid #ffe6c2;
  }
  #register .register_content h6 {
    font-size: 16px;
    line-height: 20px;
    color: #fdadac;
    font-weight: 600;
    font-family: "Inter";
    background: #fff;
    display: inline-block;
    padding: 7px 8px;
  }
  #register .register_content h5 {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
  }
  #register .register_content p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 200;
    font-family: "Inter";
  }
  #register .price {
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
  }

/* ------------ Testimonial ---------- */

  .client-box img {
    display: inline-block !important;
    width: 60px !important;
    height: 55px !important;
    border: solid 3px #ff6769;
    border-radius: 50%;
  }
  .client-box {
    box-shadow: 0 0 20px 5px #eee;
  }
  .client-box i.fas.fa-quote-right {
    float: right;
    margin-top: -65px;
    font-size: 40px;
    color: #ff6769;
  }
  .client-box h5{
    font-size: 16px;
    line-height: 30px;
    color: #212529;
    font-weight: 700;
    font-family: "Inter";
  }
  .client-box h6{
    font-size: 12px;
    line-height: 14px;
    color: #8d959c;
    font-weight: 400;
    font-family: "Inter";
  }
  #testimonial p.description {
    font-size: 14px;
    line-height: 22px;
    color: #8d959c;
    font-weight: 400;
    font-family: "Inter";
  }

/* ----------- Counter ---------- */

  #counter {
    position: relative;
  }
  #counter:before {
    content: '';
    background:#ff6769; 
    opacity: 0.9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  #counter h5 {
    font-size: 30px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
  }
  #counter p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
  }
  .counter_border {
    content: "";
    border: 3px solid #fff;
    color: #fff;
    display: block;
    width: 40px;
    height: 74px;
    position: absolute;
    z-index: 1;
    top: -4px;
    opacity: 0.3;
    left: -15px;
  }
  .counter {
    position: relative;
    margin: 25px;
  }

/* ----------- Latest News ---------- */

  #latest_news .latest-news-head h3 {
    text-align: left;
  }
  #latest_news h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-family: "Inter";
  }
  #latest_news h5 a {
    color: #212529;
  }
  #latest_news .latest-img {
    position: relative;
  }
  #latest_news .latest-img img{
    border-radius: 7px;
  }
  #latest_news .date {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
    background: #ff6868;
    padding: 6px 15px;
    position: absolute;
    right: 20px;
    bottom: -15px;
    border-radius: 50px;
  }
  #latest_news .tips {
    font-size: 14px;
    line-height: 20px;
    color: #ff6868;
    font-weight: 400;
    font-family: "Inter";
  }
  #latest_news .entry-author , #latest_news .entry-comments {
    font-size: 14px;
    line-height: 20px;
    color: #8d959c;
    font-weight: 400;
    font-family: "Inter";
    text-align: center;
  }

/* ----------- Newsletter --------------- */

  #newsletter h3 {
    font-size: 27px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
  }
  #newsletter p.text {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    background: #ff7678;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
  }
  #newsletter input[type="email"] {
    border: 1px solid #eff0f0;
    font-size: 14px;
    padding: 13px 15px;
    height: auto;
    width: 100%;
    border-radius: 50px;
    background: #fff;
  }
  #newsletter input[type="email"]::placeholder {
    font-size: 15px;
    line-height: 25px;
    color: #8d959c;
    font-weight: 400;
    font-family: "Inter";
  }
  #newsletter .newsletter_form {
    position: relative;
    display: block;
    width: 85%;
  }
  #newsletter input[type="submit"] {
    font-size: 14px;
    background: #ff6769;
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 4px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
  }
  #newsletter div.wpcf7 .ajax-loader {
    display: none;
  }

/* ----------- Banner --------------- */
  
  section#banner {
    position: relative;
  }
  .banner_content img {
    width: 130px;
    margin: 0 auto;
    text-align: center;
  }
  .banner_content p {
    font-size: 15px;
    line-height: 25px;
    color: #212529;
    font-weight: 400;
    font-family: "Inter";
  }
  .banner_content h5 {
    font-size: 15px;
    line-height: 20px;
    color: #212529;
    font-weight: 600;
    font-family: "Inter";
  }
  .banner_content {
    position: absolute;
    top: 22px;
    width: 100%;
  }

/* ----------- Why chooose us --------------- */

  section#why_choose_us {
    background: #f4f3f9;
  }
  #why_choose_us h5 {
    font-size: 18px;
    line-height: 32px;
    color: #212529;
    font-weight: 700;
    font-family: "Inter";
    text-align: center;
  }
  #why_choose_us h5 {
    background: url(../images/title-border.png) no-repeat center bottom;
  }
  #why_choose_us .why-choose-us {
    background: #fff;
    box-shadow: 0 0 5px 2px #eee;
  }
  #why_choose_us p {
    font-size: 14px;
    line-height: 25px;
    color: #8d959c;
    font-weight: 400;
    font-family: "Inter";
    text-align: center;
  }
  #why_choose_us .choose-icon img {
    width: 100px;
    height: 100px;
  }

/* ----------- New arrival --------------- */

  #new_arrivals {
    position: relative;
  }
  .product-grid {
    border: 1px solid #eee;
    border-radius: 7px;
  }
  .product-content {
    padding:10px 20px;
  }
  .product-grid h5 a {
    font-size: 14px;
    line-height: 10px;
    color: #212529;
    font-weight: 600;
    font-family: "Inter";
    transition: all 0.3s ease 0s;
  }
  #new_arrivals ins {
    font-size: 15px;
    line-height: 23px;
    text-decoration: unset;
    color: #000;
    font-weight: 700;
    font-family: "Inter";
  }
  #new_arrivals del {
    font-size: 14px;
    line-height: 23px;
    color: #b6b6b6;
    font-weight: 400;
    font-family: "Inter";
  }
  #new_arrivals .star i{
    font-size: 13px;
    color: #efaa06;
    padding-right: 3px;
    margin-bottom: 5px;
  }
  .product-grid .title a:hover {
   color: #ff6767; 
  }
  #new_arrivals .add-to-cart a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    padding: 9px 14px;
    border-radius: 50px;
    transition: all .4s ease-out 0s;
  }
  #new_arrivals .add-to-cart {
    text-align: center;
    position: relative;
    bottom: -21px;
  }
  .product-grid:hover .add-to-cart a { 
    background: #ff6767; 
  }
  .product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-100px);
    position: absolute;
    top: 15px;
    right: 2px;
    transition: all 0.4s;
  }
  .product-grid:hover .product-links{
      opacity: 1;
      transform: translateX(0);
  }
  .product-grid .product-links li a{
    color: #323232;
    font-size: 18px;
    line-height: 58px;
    height: 35px!important;
    width: 35px!important;
    position: relative;
    transition: all 200ms ease 0s;
  }
  .product-grid .product-links li a:before {
    background: #ebebeb;
    height: 35px!important;
    width: 35px!important;
    border-radius: 50px;
    display: flex!important;
    align-items: center;
    padding-left: 6px;
  }
  #new_arrivals a.htcompare-btn {
    color: #fff;
    padding: 0 8px;
    background-color: #ebebeb;
    border-radius: 50px;
    margin: 10px 0px;
    text-align: center;
    position: relative!important;
    left: -10px;
    color: #000;
  }
  .product-grid .product-image{
    overflow: hidden;
    position: relative;
  }
  .product-grid .product-image a.image { 
    display: block; 
  }
  .product-grid .product-image img {
    width: 100%;
    height: 200px;
    transition: all 0.4s ease-out 0s;
  }
  .product-grid .product-image:hover img { 
    transform: scale(1.15); 
  }
  #new_arrivals .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    left: 0%;
  }
  #new_arrivals .view_btn a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    background: #ff6767;
    padding: 10px 20px;
    border-radius: 50px;
  }
  #new_arrivals .view_btn {
    margin: 0 auto;
  }

/* ----------- Flash sale --------------- */

  #flash_sale {
    position: relative;
  }
  #flash_sale .main_heading {
    background: url(../images/title-border.png) no-repeat left bottom;
  }
  .sale_product {
    border: 1px solid #eee;
    border-radius: 7px;
    padding: 10px 20px;
  }
  .sale_product h5 a {
    font-size: 14px;
    line-height: 10px;
    color: #212529;
    font-weight: 600;
    font-family: "Inter";
  }
  #flash_sale .owl-nav button {
    border-radius: 50%;
    outline: none;
    height: 40px;
    width: 40px;
    padding: 4px 0;
    background: #fff;
  }
  #flash_sale .owl-nav .owl-prev {
    position: absolute;
    left: -6%;
    top: 50%;
    outline: none;
    font-size: 21px;
    background: #212529;
    border-color: transparent;
    display: flex;
    align-items: center;
  }
  #flash_sale .owl-nav .owl-next {
    position: absolute;
    right: -6%;
    top: 50%;
    outline: none;
    border-color: transparent;
    font-size: 21px;
    background: #212529;
    display: flex;
    align-items: center;
  }
  #flash_sale .owl-nav .disabled i {
    color: #fff;
  }
  #flash_sale .owl-nav .disabled {
    background: #ff6767;
  }
  #flash_sale .owl-nav i {
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
  }
  #flash_sale ins {
    font-size: 15px;
    line-height: 23px;
    text-decoration: unset;
    color: #000;
    font-weight: 700;
    font-family: "Inter";
  }
  #flash_sale del {
    font-size: 14px;
    line-height: 23px;
    color: #b6b6b6;
    font-weight: 400;
    font-family: "Inter";
  }
  #flash_sale .star i{
    font-size: 13px;
    color: #efaa06;
    padding-right: 3px;
    margin-bottom: 5px;
  }
  #flash_sale .view_btn a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    background: #ff6767;
    padding: 10px 20px;
    border-radius: 50px;
  }
  #flash_sale .view_btn {
    margin: 0 auto;
  }
  p#timer {
    display: flex;
    align-items: center;
  }
  #flash_sale .countdowntimer {
    text-align: center;
  }
  #flash_sale .timer {
    display: flex;
    align-items: center;
  }
  #flash_sale p#timer div{
    border: 1px solid transparent;
    width:60px;
    height: 60px;
    margin: 0 10px;
    border-radius:8%;
    text-align: center;
    color: #111;
    font-weight: bold;
    font-size: 16px;
    background: #f1f1f1;
    border-radius: 7px;
    padding-top: 17px;
  }
  #flash_sale .numbers {
    display: inline-block;
    align-items: center;
    font-size: 18px;
    color: #212529;
    font-weight: 400;
    font-family: "Inter";
  }
  #flash_sale span.nofont {
    font-size: 14px !important;
    font-weight: bold ;
  }
  #flash_sale .seprate {
    font-size: 35px;
  }

/* ----------- Partner --------------- */

#partner .product_search button {
  border: none;
  background: none;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  color: #ff6767;
}
#partner .product_search button:hover {
  outline: none;
}
#partner .product_search input[type="search"] {
  border-radius: 7px;
  padding: 7px 10px;
  width: 100%;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
}
#partner .product_search {
  position: relative;
}
#partner select#product_cat {
  border: 1px solid #f5f5f5;
  padding: 10px 5px;
  font-size: 14px;
  background: #f5f5f5;
  color: #8d959c;
  width: 50%;
  margin-left: 10px;
}