:root {
  --black-pearl:#031424;
  --purple-color:#5819B8;
  --yellow-color:#ffc21f;
  --black-color: #000;
  --grey-color: #F5F5F5;
  --red-color: #FF4848;
  --white-color: #ffffff;
  --open-sans-font: 'open sans';
}
#slider #carouselExampleCaptions{
  position: relative;
}
.slider-category{
  position: absolute;
  background: white;
  z-index: 9;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  border: 1px solid #999999;
}
.slider-category .slider-category-list{
  list-style: none;
  margin-left: 0;
  width: 280px;
  height: 411px;
  overflow-y: scroll;
}
ul.slider-sub-cat li a {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0;
  display: block;
}
.slider-category .slider-category-list .slider-cat-heading{
  background-color: var(--black-pearl);
  color: var(--white-color);
  font: bold 20px/31px Source Sans Pro;
  padding: 10px 15px;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
ul.slider-category-list li a {
    font: bold 15px/22px Open Sans;
}
.slider-category-list>li:nth-child(2){
  margin-top: 51px;
}
.slider-category-list>li {
  border-bottom: 1px solid #d2d2d2;
  margin: 0 15px;
  padding: 11px 0;
  position: relative;
}
.slider-category-list .has-child:after{
  content: "\f105";
  position: absolute;
  top: 10px;
  right: 0;
  font-family: "font awesome 5 free";
  font-weight: 900;
}

p.slider-small-heading {
  font: bold 12px/17px var(--open-sans-font);
}
.slider-main-heading {
  font: bold 38px/42px var(--open-sans-font);
}
p.slider-description-text {
    font: normal 16px/26px Open Sans;
}
.slider-button a {
    font: 600 16px/22px Open Sans;
    padding: 13px 20px;
    background: var(--black-pearl);
    color: #fff;
    display: inline-block;
    margin-top: 25px;
}
.slider-sub-cat{
  list-style: none;
  display: none;
  padding: 8px 0 0 15px;
}
.slider-category-list .has-child:hover .slider-sub-cat{
  display: block;
  animation: fadeInUp 0.5s ease;
  -webkit-animation: fadeInUp 0.5s ease;
}
.slider-category ::-webkit-scrollbar {
  width: 3px;
}
.slider-category ::-webkit-scrollbar-track {
  background: var(--white-color);
}
.slider-category ::-webkit-scrollbar-thumb {
  background: var(--black-pearl);
}
#slider .carousel-caption{
  width: 25%;
  left: 35%;
  text-align: left;
  top: 52%;
  color: #121212;
  transform: translateY(-50%);
}
#slider .slider-small-heading, #slider .slider-description-text{
  color: #121212 !important;
}
#slider .carousel-control-next-icon{
  background: none;
}
#slider .carousel-control-next-icon, #slider .carousel-control-prev-icon{
  display: none;
}
#slider .carousel-indicators [data-bs-target]{
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
#slider {
    padding: 0;
    padding-top: 10px;
}
/* -------------------- Category section ----------------- */
#category-section{
  padding: 7em 0;
  background-color: #f1f1f1;
}
#category-section .category-image{
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white-color);
  overflow: hidden;
  margin: 0 auto;
}
#category-section .owl-item img{
  width: 130px !important;
}
#category-section .category a {
  text-transform: uppercase;
  font: bold 16px/22px Open Sans;
}
h5.trustbar-heading {
    font: bold 27px/30px Source Sans Pro;
}
/*  ------------------- facility section ----------------- */
#our-facilty{
  background-size: 100% 100%;
}
#our-facilty .badge-image-bg img{
  filter:  brightness(0) saturate(100%)
}
.our-facilty-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  height: 200px;
  grid-gap: 10px;
}
.grid-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  background: #fff;
  padding: 7%;
  border-radius: 5px;
}
.badge-image-bg{
  background: var(--yellow-color);
  border-radius: 50%;
  height: 70px;
  width: 70px;
  line-height: 30px;
  text-align: center;
  padding: 17px;
}
p.main-sales-category-name {
    font: 600 12px/17px Open Sans;
    padding: 8px 0;
}
/* ------------- main sales section -------------- */
#main-sales .main-sales-grid {
  display: grid;
  grid-template-columns: 36% 36% 28%;
  grid-template-rows: repeat(2, 300px);
  grid-gap: 10px;
}
#main-sales .main-sales-category-name{
  text-transform: uppercase;
}
#main-sales .main-sales-product-name{
  letter-spacing: 0;
  font: bold 30px/35px Source Sans Pro;
}
#main-sales p.price-text {
    font: normal 16px/22px Open Sans;
    padding: 10px 0 0;
}
#main-sales .main-sale-product-title-image{
  position: relative;
  text-align: center;
}
#main-sales .main-sales-grid-item:first-child .main-sales-category-name, .main-sales-grid-item:nth-child(2) .price-text{
  color: #121212;
}
.main-sales-grid-item:first-child ,.main-sales-grid-item:nth-child(2){
  background-color: #EBEBEB;
  display: grid;
  grid-template-columns: 50% auto;
  grid-template-rows: 100%;
  align-items: center;
  padding: 10px;
}
.main-sales-grid-item:nth-child(5) {
  background-color: #EBEBEB;
    display: grid;
    grid-template-columns: 50% auto;
    grid-template-rows: 100%;
    align-items: center;
    padding: 10px;
}
.main-sales-grid-item:nth-child(3){
  grid-column: 3/4;
  grid-row: 1/3;
  background: linear-gradient(180deg, #201F24 0%, #201F24 100%);
  align-items: center;
  text-align: center;
}
.main-sales-grid-item:nth-child(3) .main-sale-product-title-image{
  padding: 40px 0;
}
.main-sales-grid-item:nth-child(4){
  grid-column: 1/3;
  grid-row: 2/3;
  background: linear-gradient(180deg, #FDC1A9 0%, #DC2F29 100%);
  display: grid;
  grid-template-columns: 40% 60%;
  direction: rtl;
  align-items: center;
}
.main-sales-grid-item:nth-child(4) img{
  transform: rotate(49deg);
}
.main-sales-grid-item:nth-child(3) .main-sale-product-title-image,.main-sales-grid-item:nth-child(4) .main-sale-product-title-image{
  color: #fff;
}
.product-image {
  height: 300px;
  overflow: hidden;
  display: grid;
  align-items: center;
  justify-content: center;
}
.main-sales-grid-item:nth-child(3) .product-image {
  height: auto;
  width: 80%;
  margin: 0 auto;
}
a.main-sales-buy-btn {
    font: 600 16px/22px Open Sans;
    padding: 12px 22px;
}
/*  recommended product */
.recommended-sec-main-heading{
  position: relative;
  font: bold 30px/42px Source Sans Pro;
}
.recommended-sec-main-heading:after {
  position: absolute;
  content: '';
  height: 3px;
  width: 133px;
  background: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.recommended-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 590px);
  grid-gap: 10px;
}
.main-sale-image-container {
  background-color: #F5F5F5;
  height: 75%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 15px 0;
}
.recommended-brand-name {
  font: 600 12px/17px Open Sans;
  color: #575757;
  padding: 8px 0;
}
h5.recommended-product-title a {
  font: bold 20px/31px Source Sans Pro;
  text-transform: uppercase;
  padding-bottom: 8px;
  display: block;
}
.main-sale-image-container img{
  width: 77%;
}
.sales-image-box {
    text-align: center;
}
#recommended-products .flipkart-deals-box .star-rating, #recommended-products .flipkart-deals-box .star-rating:before{
  color: #feb42b;
  border-color:#feb42b;
}
#recommended-products .rating_comment div{
  margin: 0 auto;
}
#recommended-products .rating_comment .comment-value{
  line-height: 24px;
  color: #0066c0;
  top: -2px;
}
#recommended-products .star-rating {
  color: #DAE811;
}
.recommended-product-prize {
  font: bold 16px/22px Open Sans;
  padding: 10px 0;
}
.rating_count {
  top: -11px;
  color: #1472c5;
}
#recommended-products .recommended-view-more-btn{
  text-align: center;
  background-color: var(--black-pearl);
  padding: 11px 30px;
  margin-top: 5%;
  display: inline-block;
  color: var(--white-color);
  text-transform: uppercase;
  font: 600 16px/22px Open Sans;
}
.star-rating{
  color: #ffd116;
  overflow: hidden;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.star-rating:before{
 content: "\73\73\73\73\73";
 color: #ffd116;
 float: left;
 top: 0;
}
.star-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 padding-top: 1.5em;
}
.star-rating span:before{
 content: "\53\53\53\53\53";
 top: 0;
}
.star-rating:before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.star-rating {
  float: unset !important;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.yith-wcwl-add-button a, .yith-wcwl-wishlistaddedbrowse .feedback, .yith-wcwl-wishlistaddedbrowse a  {
  color: #fff;
}
/*-----trending-------*/
.trending-heading p {
    font: bold 12px/17px Open Sans;
}
.trending-heading h2 {
    font: bold 32px/43px Source Sans Pro;
}
/* new arrival */
.new-arrival-main-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.new-arrival-product-content{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 3% 4%;
  grid-column-gap: 20px;
  height: 390px;
}
#new-arrival a.new-arrival-shop-btn {
  padding: 15px 20px;
  background: var(--black-pearl);
  margin-top: 20px;
  display: inline-block;
  color: var(--white-color);
  text-transform: uppercase;
  font: 600 16px/22px Open Sans;
}
.new-arrival-product-content:first-child, .new-arrival-product-content:last-child {
  background-color: #ff9e9d;
}
.new-arrival-product-content:nth-child(2){
  background-image: linear-gradient(242deg, #80AAFF 0%, #0144A1 100%)
}
 .new-arrival-product-content:nth-child(3){
  background-image: linear-gradient(169deg, #B56464 0%, #3B3B3B 100%)
}
.new-arrival-bagde{
  background-color: #FF0000;
  color: #fff;
  padding: 3px 9px;
  font: 600 15px/22px Open Sans;
}
.new-arrival-porduct-title{
  font: bold 30px/42px Source Sans Pro;
  padding: 5px 0;
  color: #fff;
}
p.new-arrival-porduct-description {
    font: normal 16px/26px Open Sans;
    color: #fff;
}
.new-arrival-product-content:first-child h5.new-arrival-porduct-title,.new-arrival-product-content:first-child p.new-arrival-porduct-description {
    color: #000000;
}
#main-sales .main-sales-buy-btn {
  background: var(--purple-color);
  padding: 11px 30px;
  margin-top: 20px;
  display: inline-block;
  color: var(--white-color);
  text-transform: uppercase;
  font: 600 16px/22px Open Sans;
}
#recommended-products .hover-items-cart, #our-product .hover-items-cart, #trending_products .trending-hover-cart{
  background-color: var(--black-pearl);
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translate(0px, 40px);
  transition: 1s;
  opacity: 0;
  left: 0;
  right: 0;
  width: 95%;
  margin: 6px auto;
}
#recommended-products .main-sale-product-title-image:hover .hover-items-cart,
#our-product .trending-main-cont:hover .hover-items-cart,
#trending_products .trending-main-box:hover .trending-hover-cart {
  transform: translate(0px, 0px);
  opacity: 1;
}
#recommended-products .woosq-btn,
#recommended-products .featured-cart>a,
#our-product .woosq-btn,
#our-product .featured-cart>a,
#trending_products .featured-cart>a,
#trending_products .woosq-btn
{
  border: none;
  position: relative;
  font-size: 0;
  width: 40px;
  height: 40px;
  background: none;
  display: block;
}
 #recommended-products .woosq-btn::before, #our-product .woosq-btn::before, #trending_products .woosq-btn::before {
  content: "\f06e";
  font-family: "font awesome 5 free";
  font-weight: 900;
  color: #fff;
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin-top: 10px;
 }
 #recommended-products .featured-cart a,
 #our-product .featured-cart a,
 #our-product .product-image-bg,
 #trending_products .featured-cart a{
   position: relative;
 }
 #recommended-products .featured-cart a::before,
 #our-product .featured-cart a::before,
 #trending_products .featured-cart a::before
  {
  content: "\f290";
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin-top: 10px;
  color: #fff;
 }
/*  our product */
h3.our-porduct-main-heading {
    font: bold 30px/42px Source Sans Pro;
}
#our-product{
  padding: 5% 0;
  color: #fff;
  background-size: 100% 100%;
}
#our-product .features_title {
  color: #121212;
  font: 600 16px/28px Open Sans;
  text-transform: uppercase;
}
#our-product .nav-link.active .features_title{
  color: #fff;
}
#our-product ul{
  background: var(--white-color);
  width: fit-content;
}
#our-product .nav-pills .nav-link{
  border-radius: 0;
  padding: 10px 23px;
}
#our-product .nav-pills .nav-link.active{
  box-shadow: 0 0 2px 0px #fff;
}
#our-product .our-porduct-main-heading, #testimonials .testimonial-heading{
  position: relative;
}
#our-product .our-porduct-main-heading:after,
#testimonials .testimonial-heading:after {
  position: absolute;
  content: '';
  height: 3px;
  width: 133px;
  background: #fff;
  left: 0;
  margin: 0 auto;
  bottom: -10px;
}
#testimonials .testimonial-heading:after {
  right: 0;
  bottom: 0;
}
.heading-tab-row div:nth-child(2){
  display: flex;
  justify-content: end;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: var(--black-pearl);
}
.nav-pills .nav-link.active p, .nav-pills .show>.nav-link p{
  color: var(--white-color);
}
#our-product .heading-tab-row{
  padding: 25px 0;
}
#our-product .product-image-bg {
  background: #fff;
  padding: 30px 18px;
  height: 380px;
  display: flex;
  align-items: center;
}
.yith-wcwl-wishlistexistsbrowse, .yith-wcwl-wishlistexistsbrowse a {
    color: #fff;
}
/*-------------Best Products--------------*/
h3.best-product-name a {
  font: bold 22px/18px Source Sans Pro;
  text-transform: uppercase;
  color: #fff;
}
#our-product .star-rating{
  color: #DAE811;
}
/*--------trending*/
.trending-brand-name {
  font: 600 12px/17px Open Sans;
  color: #fff;
  margin-top: 16px;
}
h3.trending-product-name {
  font: bold 22px/31px Source Sans Pro;
  text-transform: uppercase;
}
.trending-main-box .star-rating{
  color: #DAE811;
}
.trending-product-prize {
  font: bold 16px/22px Open Sans;
  padding: 8px 0;
}
.product-prize {
    font: bold 16px/22px Open Sans;
    padding: 9px 0;
}
/* latest product */
.latest-product-main-grid, .latest-arrival-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.latest-product-grid{
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  grid-template-rows: 300px;
  border-radius: 10px;
  padding: 50px 25px;
  align-items: center;
}
h3.left-card-heading,h3.right-card-heading{
  font: bold 31px/42px Source Sans Pro;
}
.latest-right-content, .latest-left-content{
  color: var(--white-color);
}
#latest-arrival .latest-bagde{
  color: var(--purple-color);
  background: var(--white-color);
  padding: 0px 4px;
  font: 600 15px/22px Open Sans;
}
/*------------Upcomming banner-------------*/
h2.upcoming-heading {
    font: bold 42px/52px Source Sans Pro;
}
p.upcoming-para {
    font: normal 16px/26px Open Sans;
    color: #121212;
}
a.view-detail-button:hover {
    color: #fff;
}
/*  testomonial  --black-pearl: #5819b8;*/
#testimonials .section-bg{
  height: 250px;
  background-size: cover;
  padding-top: 5%;
}
#testimonials {
  background-size: contain;
}
h5.testimonial-title a {
  font: bold 24px/31px Source Sans Pro;
  padding: 12px 0;
  display: block;
}
p.testimonial-para {
    font: normal 16px/26px Open Sans;
}
h2.testimonial-heading {
  font: bold 30px/42px Source Sans Pro;
  color: #ffffff;
}
.testimonials-img img{
  width:unset !important;
  margin: 0 auto;
}
#testimonials .section-bg h2{
  color: #fff;
}
.testimonial-data.text-center {
  border: 1px solid #999999;
  margin: 10px 10px;
  background: #fff;
  padding: 45px 30px;
}
.testomonial-container{
  margin-top: 5em;
}
.testimonial-title a{
  color: #000000;
  font-weight: 700;
}
#testimonials .owl-nav{
  display: block;
}
#testimonials .owl-prev{
  position: absolute;
  top: 52%;
  left: -20px;
}
#testimonials .owl-next{
  position: absolute;
  top: 52%;
  right: -20px;
}
#testimonials i {
    font-size: 20px;
}
/*  latest blog  */
.latest-post-cate ul.post-categories li {
  margin-top: 20px;
  margin-bottom: 10px;
}
.blog-contents-left {
  border: 1px solid #999999;
  border-radius: 5px;
}
.blog-box {
    padding: 10px 15px;
}
.latest-post-cate ul.post-categories a {
  color:var(--purple-color);
  font-size: 14px;
  background: #5819b84d;
  padding: 4px 15px;
  border-radius: 15px;
  text-transform: uppercase;
  font: 600 12px/17px Open Sans;
}
.blog-title .blog-heading{
  color: #000;
  font: bold 22px/31px Source Sans Pro;
  padding: 12px 0;
}
/* upcoming product  */
#upcoming-sale{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13.5em 0;
  background-size: 100% 100%;
}
#upcoming-sale .view-detail-button {
  padding: 17px 38px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
}
p.blog-content {
    font: normal 16px/26px Open Sans;
}
/* trending */
#trending_products .trending-img-container {
  height: 400px;
  background: #f5f5f5;
  position: relative;
  display: flex;
}
#trending_products .trending-img-container img {
  object-fit: scale-down;
  width: 80%;
  margin: 0 auto;
}
#trending_products .owl-nav{
  display: block;
  position: absolute;
  left: -34%;
  bottom: 45%;
}
#trending_products .owl-nav button, #testimonials .owl-nav button{
  border: 1px solid #d2d2d2;
  background: #fff;
  height: 50px;
  width: 50px;
  margin: 0 3px;
}
#trending_products .trending-heading{
    margin-top: 40%;
}
#trending_products .owl-nav.disabled i, #testimonials .owl-nav i{
  color: var(--purple-color);
}
/*  footer offer section */
#offer{
  padding: 30px 0;
  background-color: var(--yellow-color);
}
#offer .offer-text{
  color: #121212;
  font: bold 32px/42px Source Sans Pro;
  padding: 0px 20px;
}
#recommended-products .featured-cart a.added,
 #our-product .featured-cart a.added,
 #trending_products .featured-cart a.added
 {
   display: none;
 }
 .added_to_cart:before, .feedback i{
   color: red !important;
 }
#blog .author-box img {
    width: 40px;
    border-radius: 50px;
    display: inline-block;
}
ul.post-categories {
    margin: 0;
    list-style: none;
}
.blog-information li {
    margin-bottom: 10px;
}
.blog-information{

}
span.blog-date.text-start {
  font: normal 16px/22px Open Sans;
  letter-spacing: 0px;
  color: var(--black-color);
  padding-left: 15px;
}
.blog-information {
    padding: 15px 0;
}
.blog-main-heading:after {
  position: absolute;
  content: '';
  height: 3px;
  width: 133px;
  background: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.blog-main-heading{
  font: bold 30px/42px Source Sans Pro;
  position: relative;
}
.blog-contents-left:hover {
  box-shadow: #00000029 0px 12px 18px;
  border-color: transparent;
}
#blog .owl-stage-outer{
  padding-bottom: 2em;
}
.yith-wcwl-share li a i {
  font-family: FontAwesome;
}
.woocommerce .woocommerce-breadcrumb{
  margin-top:20px;
}
