  @import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

  .rating > label { 
    margin: 0; padding: 0; }
 

  /****** Style Star Rating Widget *****/

  .rating { 
    border: none;
 
    display: inline-block;
    
  }

  .rating > input { display: none; } 
  .rating > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;

    content: "\f005";
  }

  .rating > .half:before { 
    content: "\f089";
    position: absolute;
  }

  .rating > label { 
    color: #ddd; 
    float: right; 
  }

  /***** CSS Magic to Highlight Stars on Hover *****/

  .rating > input:checked ~ label, /* show blue star when clicked */
  .rating:not(:checked) > label:hover, /* hover current star */
  .rating:not(:checked) > label:hover ~ label { color: #FFD333;  } /* hover previous stars in list */

  .rating > input:checked + label:hover, /* hover current star when changing rating */
  .rating > input:checked ~ label:hover,
  .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
  .rating > input:checked ~ label:hover ~ label { color: #f0d262 ;  }



   /* review box css */
   .review-text {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Show only 3 lines */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  
  .review-text.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
  
    max-height: none;
  }
  
  .read-toggle {
    color: #007bff;
    cursor: pointer;
    display: inline-block;
    margin-top: 4px;
    font-size: 0.9rem;
  }



  /* product gallery owl-carousel */

  .product-gallery-container {
    overflow: hidden;
    position: relative;
  }

  .carousel-arrow-style:focus {
    outline: none;
    box-shadow: none;
  }

  .product-thumbnail-carousel .single-product-item {
    position: relative;
  }

  .product-thumbnail-carousel .single-product-item img {
    border: 2px solid transparent !important;
    transition: 0.3s ease !important;
    cursor: pointer;
    height: 120px;
    max-width: 100%;
  }
  .product-thumbnail-carousel .single-product-item img:hover {
    border-color: #FFD333 !important;
  }


  .product-thumbnail-carousel .single-product-item img.active {
    border-color: #FFD333 !important;
  }
 

  
 

 

  button#customPrev {
    position: absolute;
    left: 0;
    bottom: 30%;
    z-index: 1;
  }


  button#customNext {
    position: absolute;
    right: 0;
    bottom: 30%;
    z-index: 1;
  }

  .carousel-arrow-style {
    background-color: #f0efec;
    border-style: none;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.765);
    transition: all 0.3s ease;
    font-size: 20px;
  }
  
  .carousel-arrow-style:hover {
    background-color: #FFD333;
    color: white;
  }


 
  
  
  /* Small devices (phones, <576px) */
  @media (max-width: 575.98px) {
    .carousel-arrow-style {
      padding: 4px 6px;
      font-size: 10px;
    }
  }
  
  /* Medium devices (tablets, ≥576px and <768px) */
  @media (min-width: 576px) and (max-width: 767.98px) {
    .carousel-arrow-style {
      padding: 8px 12px;
      font-size: 16px;
    }
  }
  
  /* Large devices (desktops, ≥768px and <992px) */
  @media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-arrow-style {
      padding: 5px 10px;
      font-size: 15px;
    }
  }
  
  /* Extra large devices (≥992px) */
  @media (min-width: 992px) {
    .carousel-arrow-style {
      padding: 3px 10px;
      font-size: 20px;
    }
  }
  

 
/* 
loader css   */

.preloader-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #141414bf;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

 .preloader {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100px;
      height: 100px;
      border-radius: 50%;    
      border: 3px solid;
      border-color: #FFF #FFF transparent transparent;
      box-sizing: border-box;
      animation: rotation 1s linear infinite;
      -webkit-transform: translate(-50%,-50%); 
      -moz-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
    }

    .preloader::after,
    .preloader::before {
      content: '';
      box-sizing: border-box;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      border: 3px solid;
      border-color: transparent transparent #FF3D00 #FF3D00;
      width: 92px;
      height: 92px;
      border-radius: 50%;
      animation: rotationBack 0.5s linear infinite;
      transform-origin: center center;
    }

    .preloader::before {
      width: 84px;
      height: 84px;
      border-color: #FFF #FFF transparent transparent;
      animation: rotation 1.5s linear infinite;
    }

    @keyframes rotation {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }

    @keyframes rotationBack {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(-360deg);
      }
    }

/* Preloader */
/* .preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
} */

/* .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%); */
  /* -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); */
/* }  */

/* .preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
} */
/* .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background:#df520c;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
} */
/* .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
@keyframes preloader-fx {
  0% {transform: scale(0, 0); opacity:0.5;}
  100% {transform: scale(1, 1); opacity:0;}
}
@-webkit-keyframes preloader-fx {
  0% {-webkit-transform: scale(0, 0); opacity:0.5;}
  100% {-webkit-transform: scale(1, 1); opacity:0;}
} */





/* End Preloader */



/*=============================
	About US CSS
===============================*/

.about-us .about-content {
	padding-right: 50px;
}

.about-us .about-content h3 {
	font-size: 30px;
	font-weight: 600;
	position: relative;
	margin-bottom: 15px;
  margin-top: 15px;
	padding-bottom: 15px;
}
.about-us .about-content h3::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 60px;
	background: #FFD333;
}
.about-us .about-content h3 span{
	display:inline-block;
	font-weight:700;
	
}
.about-us .about-content p {
	line-height: 26px;
	margin-bottom: 10px;
}
.about-us .about-content p:last-child{
	margin:0;
}
.about-us .about-content .button{
	margin-top:40px;
}
.about-us .about-content .button .btn{
	background:#333;
	color:#fff;
	margin-right:15px;
	border-radius: 10px;
}
.about-us .about-content .button .btn:hover{
	background:#FFD333;
	color:#fff;
}
.about-us .about-content .button .btn.primary{
	background:#FFD333;
	color:#fff;
}
.about-us .about-content .button .btn.primary:hover{
	background:#333;
	color:#fff;
}
.about-us .about-content .button .btn:last-child{
	margin:0;
}
.about-us .about-img {
	position: relative;
}

.about-us .about-img img{
   border-radius: 14px;
}

.about-us .about-img:before{
	opacity:0;
	border-radius: 14px;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	/* -moz-transition:all 0.4s ease; */
	transition:all 0.4s ease;
}
.about-us .about-img:hover:before{
	opacity:0.6;
	visibility:visible;
}
.about-us .about-img .video {
	height: 64px;
	width: 64px;
	line-height: 64px;
	background: #FFD333;
	color: #fff;
	font-size: 20px;
	border-radius: 100%;
	display: block;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	padding-left: 4px;
	transform: scale(0);
	border-radius: 14px;
	-webkit-transition: all 0.4s ease;
	/* -moz-transition: all 0.4s ease; */
	transition: all 0.4s ease;
}
.about-us .about-img .video:hover{
	background:#fff;
	color:#FFD333;
}
.about-us .about-img:hover .video{
	transform:scale(1);
}
.about-us .about-img img{
	height:50%;
	width:100%;
	
}
/*=============================
	End About US CSS
===============================*/



/*======================================
   Start Shop Services CSS
========================================*/
.shop-services {
	margin: 0px -15px;
	background: #fff;
}
.shop-services.home{
	padding:60px 0;
	background:#F6F7FB;
}
.shop-services .single-service {
	position: relative;
	padding-left: 65px;
}
.shop-services .single-service i {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: transparent;
	border-radius: 100%;
	border:1px solid;
	display: block;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 0;
}
.shop-services .single-service h4 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 22px;
	color: #333;
}
.shop-services .single-service p {
	color: #898989;
	line-height: 28px;
	font-size:14px;
}



 
  /* Mobile Screen */
@media only screen and (max-width: 767px) {



  .shop-services.section {
    padding: 40px 0 0 0;
  }
  .shop-services{
    padding:50px 0;
  }
  .shop-services .single-service {
    padding: 42px 0 18px 0;
    text-align: center;
  }
  .shop-services .single-service i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 24px;
    top: 0;
    left: 50%;
    margin-left:-20px;
  }
  .shop-services.home {
    padding: 25px 0;
  }



}


/* Tablet Screen */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .shop-services.section {
    padding: 40px 0 0 0;
  }


  .shop-services{
    padding:50px 0;
  }
  .shop-services .single-service {
    padding: 12px 0 12px 65px;
  }

}


/*======================================
   End Shop Services CSS
========================================*/





/* product badge tags css start  */


  /* Outlined badge styles */
.badge-outline-danger {
  color: #dc3545; /* Bootstrap danger color */
  background-color: transparent;
  border: 1px solid #dc3545;
}

.badge-outline-success {
  color: #28a745; /* Bootstrap success color */
  background-color: transparent;
  border: 1px solid #28a745;
}

.badge-outline-warning {
  color: #ffc107; /* Bootstrap warning color */
  background-color: transparent;
  border: 1px solid #ffc107;
}

.badge-outline-info {
  color: #17a2b8; /* Bootstrap info color */
  background-color: transparent;
  border: 1px solid #17a2b8;
}

.badge-outline-dark {
  color: #343a40; /* Bootstrap dark color */
  background-color: transparent;
  border: 1px solid #343a40;
}

  /* Keep the pill shape and padding */
  .badge-pill {
    border-radius: 50rem;
    padding: 0.5em 1em;
  }





  .badge-discount {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffc107;
  color: #000;
  font-weight: bold;
  padding: 0.4em 0.7em;
  font-size: 0.85rem;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}




/* product badge tags css end  */


/*
categories-mega-menu css */

@media (min-width: 992px) {
  .categories-mega-menu {
    width: 60rem;
    padding: 10px;
  }
}

/* For screens between 992px and 1560px, align mega menu to the left edge of the page */
@media (min-width: 992px) and (max-width: 1560px) {
  /* Make the navbar row a positioning context */
  .bg-dark.mb-30 .row {
    position: relative !important;
  }

  /* Make dropdown parent static so menu can position relative to .row */
  .navbar-expand-lg .navbar-nav .categories-dropdown {
    position: static !important;
  }

  .navbar-expand-lg .navbar-nav {
    position: static !important;
  }

  .navbar-expand-lg .navbar-collapse {
    position: static !important;
  }

  /* Position mega menu from the left of the .row container - use more specific selector */
  .navbar-expand-lg .navbar-nav .dropdown-menu.categories-mega-menu {
    position: absolute !important;
    left: -250px !important;
    right: auto !important;
    transform: none !important;
    margin-left: 0 !important;
    top: 100% !important;
  }
}



/* For larger screens (above 1560px), use default positioning */
@media (min-width: 1561px) {
  .categories-mega-menu {
    left: auto;
    right: auto;
  }
}

@media (max-width: 991px) {
  .categories-mega-menu {
    padding: 10px;
  }
}







