/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto !important;
  width: auto;
}
button.owl-next, button.owl-prev {
  background: #1e202c;
}
button.owl-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
}
button.owl-next {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
}
button.owl-next i, button.owl-prev i{
  color: #ffffff;
}

/* --------- SLIDER--------- */

#slider { 
  max-width:100%; 
  margin:auto; 
  padding:0!important; 
  position:relative;
}
#slider img {
  width: auto!important;
  z-index: 1;
}
#slider .slider-box h1 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Baloo Chettan2";
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
#slider .slider-box h2 {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  font-family: "Poppins";
  max-width: 300px;
  margin: 0 auto;
}
#slider .slider-box p {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Poppins";
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}
#slider .slider-box a {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  font-family: "Poppins";
  text-align: center;
  background: #fffda9;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 2px 9px;
}
.slider-box {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  max-width: 50%;
  left: 0;
  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;
}

/* --------------- About Us ------------- */

#about-us {
  position: relative;
}
.abt_container {
  padding-left: 0px !important;
}
.abt_right {
  padding-right: 0!important;
}
.abt_left {
  padding-left: 0px !important;
}
.abt_content {
  position: absolute;
  top: 25%;
  right: 25%;
}
.abt_content h5 {
  font-size: 65px;
  color: #fffea9;
  font-weight: bold;
  font-family: "Baloo Chettan2";
  text-align: center;
}
.abt_content h6 {
  font-size: 42px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Baloo Chettan2";
  text-align: center;
}
.abt_content p {
  font-size: 35px;
  color: #46adda;
  font-weight: bold;
  font-family: "Baloo Chettan2";
  text-align: center;
}
.abt_btn {
  text-align: center;
}
.abt_content a {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  font-family: "Poppins";
  text-align: center;
  background: #fffda9;
  padding: 5px 15px;
  border-radius: 50px;
}
.abt_content a:hover {
  color: #000;
}

/*------------------New Collection-----------------*/

#products h3 {
  font-size: 40px;
  color: #2c2c2c;
  font-family: 'Baloo Chettan 2', cursive;
  text-align: center;
}
#products .inner_product a {
  color: #2c2c2c;
}
#products .inner_product h5 {
  color: #191b27;
  font-size: 16px;
  font-family: 'Baloo Chettan 2', cursive;
  margin:0;
  font-weight: 800;
  text-align: center;
}
#products .product-thumb {
  position: relative;
}
#products .custom-product-price {
  font-size: 16px;
  color: #ff6f69;
  font-weight: bold;
  font-family: "Baloo Chettan2";
  text-align: center;
}
#products span.onsale{
  top: 15px !important;
  left: 20px !important;
  color: #000;
  font-weight: 800;
  font-family: 'Poppins';
  letter-spacing: 1px;
  background: #ffc3c3;
  position: absolute;
  font-size: 12px;
  padding: 2px 8px;
}
#products .owl-item:first-child span.onsale {
  background: #d1fdcb;
}
#products .owl-item:nth-child(even) span.onsale {
  display: none;
}
#products .inner_product a {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 800;
  font-family: "Baloo Chettan2";
  text-align: center;
}
#products .inner_product h5 {
  text-align: center;
}
#products .tab {
  margin-top: 20px;
}
#products a:hover,a:focus{
  outline: none;
  text-decoration: none;
}
#products .tab .nav-tabs{
  border-bottom: none;
  position: relative;
}
#products .tab .nav-tabs li{
  margin-right: 60px;
  z-index: 1;
}
#products .tab .nav-tabs li:after {
  content: "";
  width: 50%;
  border: 1px solid #fa9794;
  position: absolute;
  top: 50%;
  z-index: -1;
}
#products .tab .nav-tabs li:last-child:after{
  border: none;
}
#products .tab .nav-tabs li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
  text-transform: uppercase;
  border-radius: 50px;
  margin-right: 0;
  border: 2px solid #fa9794;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #000;
  background: #fff;
  transition: all 0.3s ease 0s;
  padding: 6px 12px;
}

#products .tab .nav-tabs li a.active,
#products .tab .nav-tabs li a:hover{
  color: #fff;
  border: 2px solid #fa9794;
  background: #fa9794;
}
#products .tab .nav-tabs li a:after{
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
#products .tab .nav-tabs li.active a:after,
#products .tab .nav-tabs li a:hover:after{
  height: 100%;
  background: #fa9794;
}

/* -------------- Stylish Collection -------------- */

#stylish h3 {
  font-size: 40px;
  color: #2c2c2c;
  font-family: 'Baloo Chettan 2', cursive;
  text-align: center;
}
#stylish .inner_product a {
  color: #2c2c2c;
}
#stylish .inner_product h5 {
  color: #191b27;
  font-size: 16px;
  font-family: 'Baloo Chettan 2', cursive;
  margin:0;
  font-weight: 800;
  text-align: center;
}
#stylish .product-thumb {
  position: relative;
}
#stylish .custom-product-price {
  font-size: 16px;
  color: #ff6f69;
  font-weight: bold;
  font-family: "Baloo Chettan2";
  text-align: center;
}
#stylish span.onsale{
  top: 15px !important;
  left: 20px !important;
  color: #000;
  font-weight: 800;
  font-family: 'Poppins';
  letter-spacing: 1px;
  background: #ffc3c3;
  position: absolute;
  font-size: 12px;
  padding: 2px 8px;
}
#stylish .owl-item:first-child span.onsale {
  background: #d1fdcb;
}
#stylish .owl-item:nth-child(even) span.onsale {
  display: none;
}
#stylish .inner_product a {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 800;
  font-family: "Baloo Chettan2";
  text-align: center;
}
#stylish .inner_product h5 {
  text-align: center;
}
#stylish .tab {
  margin-top: 20px;
}
#stylish a:hover,a:focus{
  outline: none;
  text-decoration: none;
}
#stylish .tab .nav-tabs{
  border-bottom: none;
  position: relative;
}
#stylish .tab .nav-tabs li{
  margin-right: 60px;
  z-index: 1;
}
#stylish .tab .nav-tabs li:after {
  content: "";
  width: 23%;
  border: 1px solid #fa9794;
  position: absolute;
  top: 50%;
  z-index: -1;
}
#stylish .tab .nav-tabs li:last-child:after{
  border: none;
}
#stylish .tab .nav-tabs li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
  text-transform: uppercase;
  border-radius: 50px;
  margin-right: 0;
  border: 2px solid #fa9794;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #000;
  background: #fff;
  transition: all 0.3s ease 0s;
  padding: 6px 12px;
}

#stylish .tab .nav-tabs li a.active,
#stylish .tab .nav-tabs li a:hover{
  color: #fff;
  border: 2px solid #fa9794;
  background: #fa9794;
}
#stylish .tab .nav-tabs li a:after{
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
#stylish .tab .nav-tabs li.active a:after,
#stylish .tab .nav-tabs li a:hover:after{
  height: 100%;
  background: #fa9794;
}

/* -------------- Classic Collection -------------- */

#classic h3 {
  font-size: 40px;
  color: #2c2c2c;
  font-family: 'Baloo Chettan 2', cursive;
  text-align: center;
}
#classic p {
  font-size: 15px;
  color: #2c2c2c;
  font-weight: 500;
  font-family: "Poppins";
  text-align: center;
}
#classic .inner_product a {
  color: #2c2c2c;
}
#classic .inner_product h5 {
  color: #191b27;
  font-size: 16px;
  font-family: 'Baloo Chettan 2', cursive;
  margin:0;
  font-weight: 800;
  text-align: center;
}
#classic .product-thumb {
  position: relative;
}
#classic .custom-product-price {
  font-size: 16px;
  color: #ff6f69;
  font-weight: bold;
  font-family: "Baloo Chettan2";
  text-align: center;
}
#classic span.onsale{
  top: 15px !important;
  left: 20px !important;
  color: #000;
  font-weight: 800;
  font-family: 'Poppins';
  letter-spacing: 1px;
  background: #ffc3c3;
  position: absolute;
  font-size: 12px;
  padding: 2px 8px;
}
#classic .rating {
  text-align: center;
  color:#bde5fb;
  font-size: 12px;
}

#classic .owl-item:first-child span.onsale {
  background: #d1fdcb;
}
#classic .owl-item:nth-child(even) span.onsale {
  display: none;
}
#classic .inner_product a {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 800;
  font-family: "Baloo Chettan2";
  text-align: center;
}
#classic .inner_product h5 {
  text-align: center;
}

/* ------------ Testimonial ---------- */

.testimonial {
  padding: 40px;
  background: #fff;
  border:1px solid #fff;
  border-radius: 7px;
}
.testimonial:before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #ff6f69;
  background: #eee;
  font-size: 16px;
  color: #ff6f69;
  text-align: center;
  position: absolute;
  top: 24px;
  right: 30px;
}
.pic {
  position: absolute;
  top: 14%;
}
.test_pad {
  padding-left: 0;
}
#testimonial-slider {
  padding-top: 45px;
}
.testimonial .title{
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  font-family: "Poppins";
}
.testimonial .description {
  font-size: 12px;
  color: #000;
  line-height: 25px;
  margin: 0;
  position: relative;
  font-family: "Poppins";
  font-weight: 400;
  font-style: italic;
}

/* ------------ Latest News ---------- */

#latest_news .latest-news-head h3 {
  font-size: 40px;
  color: #2c2c2c;
  font-family: 'Baloo Chettan 2', cursive;
  text-align: center;
}
#latest_news .news_head h5 {
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: 700;
  font-family: "Roboto Slab";
  text-align: left;
}
#latest_news .news_head h5 a {
  color: #2c2c2c;
}
#latest_news .news_text {
  font-size: 14px;
  line-height: 25px;
  color: #3e4050;
  font-weight: 400;
  font-family: "Roboto";
  text-align: left;
}
#latest_news .news_btn {
  font-size: 15px;
  line-height: 22px;
  color: #3b4757;
  font-weight: 600;
  font-family: "Poppins";
}
#latest_news .news_btn a {
  color: #353535;
}
#latest_news img {
  margin: 0 auto;
  border:3px solid #fff;
  border-radius: 10px;
}
.news-image {
  padding-top: 10px;
  position: relative;
}
.news-content-1 {
  background: #ddf1fd;
}
.news-content-2 {
  background: #e5fee2;
}
.news-content-3 {
  background: #fffecf;
}
#latest_news .date {
  position: absolute;
  bottom:2px;
  left: 27px;
}
#latest_news .date span {
  font-size: 20px;
  line-height: 22px;
  color: #022f48;
  font-weight: 500;
  font-family: "Poppins";
  text-align: center;
  background-image: url('../images/blogs/news-date.png');
  display: block;
  width: 144px;
  height: 53px;
  padding: 24px;
}

/* --------------- Service ----------------- */

#service .service_box {
  border: 3px solid #fff;
  border-radius: 10px;
  margin-top: 9%;
}
#service h5 {
  font-size: 26px;
  color: #2c2c2c;
  font-weight: bold;
  font-family: "Baloo Chettan2";
}
#service p {
  font-size: 12px;
  line-height: 22px;
  color: #3c3c3c;
  font-weight: 500;
  font-family: "Poppins";
}

/* ------------ Register ---------- */

#register h5 {
  font-size: 24px;
  color: #000000;
  font-weight: 800;
  font-family: "Baloo Chettan2";
}
#register p {
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  font-family: "Poppins";
}
#register a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  text-align: center;
  border: 2px solid #fa9794;
  background: #fa9794;
  padding: 4px 16px;
  border-radius: 50px;
}
#register .register_content {
  position: relative;
}
#register .register_content img {
  border-radius: 12px;
}
#register .content1 {
  position: absolute;
  top: 55%;
  right: 8px;
  max-width: 140px;
}
#register .content2 {
  position: absolute;
  top: 0;
  left: 16px;
  width: 90%;
}
#register .register_btn {
  margin-top: 21px;
}
#register .contnt_margn {
  margin-top: 53px;
}
#register .content3 {
  position: absolute;
  top: 8px;
  left: 20px;
}
#register .content4 {
  position: absolute;
  top: 16px;
  left: 20px;
}

/* ----------- Newsletter --------------- */

#newsletter .newsletter-content h3{
  font-size: 40px;
  line-height: 36px;
  color: #2c2c2c;
  font-weight: 800;
  font-family: "Baloo Chettan2";
  text-align: center;
}
#newsletter .newsletter-content p {
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 300;
  font-family: "Poppins";
}
#newsletter .newsletter_content h5{
  font-size: 28px;
  color: #2c2c2c;
  font-weight: 800;
  font-family: "Baloo Chettan2";
}
#newsletter .newsletter_content p{
  font-size: 12px;
  color: #2c2c2c;
  font-weight: 500;
  font-family: "Poppins";
}
#newsletter .newsletter_content a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  text-align: center;
  border: 2px solid #fa9794;
  background: #fa9794;
  padding: 4px 7px;
  border-radius: 50px;
}
#newsletter .newsletter_content .content {
  position: absolute;
  top: 0;
  padding: 15px 30px;
  width: 340px;
}
#newsletter .socialbox a {
  color: #000;
  font-size: 16px;
  border-radius: 50px;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0 2px;
  padding-top: 6px;
}
#newsletter a.facebook {
  background: #bde5fb;
}
#newsletter a.twitter {
  background: #d1fdcb;
}
#newsletter a.linkedin {
  background: #ffc7c7;
}
#newsletter a.pintrest {
  background: #fffda9;
}
#newsletter .newsletter-content {
  max-width: 500px;
  margin:10px auto;
}
#newsletter .newsletter-content input[type="email"] {
  width: 75%;
  color: #000;
  background-color: transparent;
  padding: 7px 20px;
  border-radius: 20px;
  border-color: #ccc;
  line-height: 21px;
}
#newsletter input[type="email"]::placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #858585;
  font-weight: 400;
  font-style: italic;
  font-family: "Poppins";
}
#newsletter input[type="submit"] {
  background-color: #ff6f69;
  padding: 5px 20px;
  border: solid 1px #ffffff;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  position: relative;
  left: -18px;
  font-family: 'Poppins';
  font-weight: normal;
  color: #fff;
  line-height: 28px;
}
.newsletter_shortcode p {
  margin-bottom: 0;
}
#newsletter div.wpcf7 .ajax-loader {
  display: block;
}
.news_btn {
  margin-top: 20px;
}
/* ------------ Choose ---------- */

#choose {
  background: #ff6f69;
  padding: 20px;
}
#choose a.choose-heading {
  font-size: 22px;
  line-height: 36px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Baloo Chettan2";
}
#choose .choose {
  border-right: 1px solid #fff;
}
#choose p.content-para {
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}
