body {
            overflow-x: hidden;
    font-family: 'Roboto';
/*    font-size: 22px;*/
}

     .ck-intro-slider {
      position:relative;
    }

    .ckslider-prev, .ckslider-next {
        position:absolute;
     }

    .ckslider-prev {
        left:0;
        top: 200px;
     }

     .ckslider-next {
        right:0;
        top:200px;
     }
    .ckslider-carousel .ckslider-nav button{text-align:center; border:1px solid #ccc !important;}
        .cats-navbar-nav {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.cats-navbar-nav::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

   .yetu-loader {
   position: fixed;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-color: #ffff;
   }
   .yetu-loader-img{
   position: absolute;
   top: 50%;
   left: 50%;
   -ms-transform: translateX(-50%) translateY(-50%);
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   }
.font-weight-medium {
  font-weight: 500;
}
a{
  text-decoration: none!important;
}

.font-weight-semi-bold {
  font-weight: 600;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-size: inherit;
  margin-left: 0;
}

.navbar-light .navbar-nav .nav-link {
  padding: 20px 10px;
  color: #1C1C1C;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #0d6efd;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 5px 0px;
  }
}

.shop-side-cats.navbar-light .navbar-nav .nav-link {
  padding: 8px 30px;
  border-bottom: 1px solid #EDF1FF;
}
 

/*.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}*/

.section-title {
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: bold;
  color: #1C1C1C;
}

.section-title span {
  position: relative;
  background: #ffffff;
  z-index: 1;
}

.section-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #1C1C1C;
}

.offer img {
  position: absolute;
  max-width: 50%;
  max-height: 90%;
  bottom: 0;
}

.offer .text-md-right img {
  left: 0;
}

.offer .text-md-left img {
  right: 0;
}

.cat-item .cat-img img,
.product-item .product-img img {
  transition: .5s;
}

.cat-item:hover .cat-img img,
.product-item:hover .product-img img {
  transform: scale(1.2);
}

.product-item .btn:hover {
  color: #0d6efd !important;
}

.contact-form .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  animation: action 1s infinite alternate;
}

@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

  .laptop-hide{
    display: none!important;
   }

.msh-search-icon {
  font-family: 'Helvetica', FontAwesome, sans-serif;
}

    .yetu-bold{
      font-weight: bold!important;
    }

        .yetu-round{
      border-radius: 30px!important;
    }

  


        /* width */
    .offcanvas-body::-webkit-scrollbar {
       width: 5px;
    }
  /* Track */
    .offcanvas-body::-webkit-scrollbar-track {
      background: #f1f1f1;
   }

  /* Handle */
   .offcanvas-body::-webkit-scrollbar-thumb {
      background: #bec4c4;
   }

  /* Handle on hover */
    .offcanvas-body::-webkit-scrollbar-thumb:hover {
       background: #555;
   }

   .scroll-top {
   position: fixed;
   visibility: hidden;
   opacity: 0;
   right: 15px;
   bottom: 15px;
   z-index: 9999;
   background: #ffc107;
   width: 40px;
   height: 40px;
   border-radius: 4px;
   transition: all 0.4s;
   }
   .scroll-top i {
   /*  font-size: 24px;*/
   color: #fff;
   line-height: 0;
   }
   .scroll-top:hover {
   background: #ffc107;
   color: #fff;
   }
   .scroll-top.active {
   visibility: visible;
   opacity: 1;
   }
   .carousel-control-prev , .carousel-control-next {
   position: absolute;
   top: 50%;
   transform: TranslateY(-50%);
   }
   .carousel-control-prev 
   {
   width: 48px;
   height: 48px;
   right: auto;
   left: 20px;
   background-color: rgba(0, 0, 0, .5);
   border-radius: 50%;
   padding: 20px;
   }
   .carousel-control-next
   {
   padding: 20px;
   width: 48px;
   height: 48px;
   left: auto;
   right: 20px;
   background-color: rgba(0, 0, 0, .5);
   border-radius: 50%;
   }
   .carousel-control-prev i, .carousel-control-next{
   font-size: 28px;
   }
   .card-img-overlay{
   border-radius: 30px;
   }
   .select2-container--default .select2-selection--single .select2-selection__rendered {
   line-height: 48px!important;
   }
   .select2-container--default .select2-selection--single {
   border: 1px solid #ced4da!important;
   height: 50px!important;
   border-radius: 0.25rem!important;
   /*    background-color: rgba(255, 255, 255, 0.2)!important;*/
   }
   .ckslider-next, .ckslider-prev{
   background-color: #ffc107!important;
   border-radius: 50%;
   width: 40px!important;
   height: 40px!important;
   }
   .form-control{
   padding: 12px 20px;
   margin: 8px 0;
   }
   #products_list{
   display: none;
   }
   .yetu-focus:focus, .yetu-focus:hover {
   color: #ffc107!important;
   }
   .btnmnb {
   border: none;
   color: white;
   padding: 15px 32px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
   }
   .btn{
   border-radius: 30px;
   }
   .card:hover, .card:focus{
   border: 1px solid #0d6efd;
   }
   .note-editing-area{
   background-color: #fff!important;
   }
   .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
   color: #fff;
   background-color: #0d6efd;
   border-color: #fff;
   }
   .yetu-search-box{
   width:100%;
   }
   .yetu-search-wrapper{
   width: 100%;
   margin: 0 auto;
   background: transparent;
   display: table;
   position:relative;
   /*padding:1%*/
   }
   .yetu-search-query{
   border-top-left-radius: 25px;
   border-bottom-left-radius: 25px;
   padding-left: 3%;
   width:100%
   }
   .search{
   background: #ea7d20;
   border-radius: 25px;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   width:100%
   }
    
   
   .yetu-search-results::-webkit-scrollbar {
   width: 20px;
   }
    
   .yetu-search-results::-webkit-scrollbar-track {
   border-radius: 0px 0px 30px 0px;
   }
   .yetu-search-results::-webkit-scrollbar-thumb {
   background: #0d6efd; 
   }
   .yetu-search-results::-webkit-scrollbar-thumb:hover {
   background: #0a5ed3; 
   }
   .yetu-search-results{
   border-top: 2px solid #0d6efd;
   border-bottom: 10px solid gold;
   width:100%!important; 
   background:#fff; 
   position:absolute;
   left:0;
   top:100%;  
   height: 400px!important;
   overflow-y: auto!important; 
   z-index: 9999!important;
   }
   .search-auto-load{
   display: none;
   }
   .yetu-create-card{
   height: 150px;
   }
   .select2-container--default .select2-selection--single {
   background-color: #fff!important;
   }
   .yetu-cat-image{
   width: 100%;
   height: 200px;
   object-fit: cover;
   }
   .yetu-flex{
   display: flex;
   justify-content: space-between!important;
   }
   .yetu-carousel-inner{
   position:relative;
   }
   .yetu-slider-cards{
   margin-top: -200px;
   /*   margin-bottom: 60px;*/
   position: relative;
   z-index: 999;
   }
   .carousel-caption {
   bottom: 18rem;
   }
   .scrollmenu {
   background-color: #011735;
   white-space: nowrap;
   overflow-x: auto;
   }
   .scrollmenu .nav-item {
   display: inline-block;
   color: white;
   text-align: center;
   padding: 14px;
   text-decoration: none;
   }
   .scrollmenu .nav-item:hover {
   background-color: #0d6efd;
   }

   .card-img-overlay {
   background-color: rgba(0,0,0,0.5);
   }
   .app-ck-slider .app-ck-slider-item {
   height: 370px;
   object-fit: contain;
   }
   .app-ck-slider {
   padding: 10px 5px
   }
   .app-ck-slider .app-ck-slider-item {
   height: 400px;
   border-radius: 15px;
   background-color: #fff;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   color: #fff;
   position: relative;
   font-size: 13px;
   box-shadow: 10px 5px;
   }
   .app-ck-slider .app-ck-slider-item:before {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #fff;
   opacity: .2;
   border-radius: 15px
   }
   .ckslider-cta-btn {
   position: absolute;
   top: 40%;
   left: 10px
   }
   .app-ck-slider .ckslider-stage {
   right: 15px
   }
   .ck-slider-round {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   width: 50px;
   height: 50px;
   margin: 5px;
   position: absolute;
   border-radius: 50%;
   border: 2px solid #1A8CD8
   }
   .ck-container {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr
   }
   .ckslider-dp {
   border-radius: 50%
   }
   .ck-intro-slider {
   position: relative
   }
   .ck-intro-slider .ckslider-theme .ckslider-custom-nav {
   position: absolute;
   top: 20%;
   left: 0;
   right: 0
   }
   .ckslider-poster {
   position: absolute;
   left: 20px;
   font-size: 18px !important;
   bottom: 0;
   padding: 10px 5px;
   font-family: sans-serif
   }
   .ck-intro-slider .ckslider-theme .ckslider-custom-nav .ckslider-prev,
   .ck-intro-slider .ckslider-theme .ckslider-custom-nav .ckslider-next {
   position: absolute;
   height: 100px;
   color: inherit;
   background: none;
   border: none;
   z-index: 100
   }
   .ck-intro-slider .ckslider-theme .ckslider-custom-nav .ckslider-prev i,
   .ck-intro-slider .ckslider-theme .ckslider-custom-nav .ckslider-next i {
   font-size: 2.5rem;
   color: #cecece
   }
   .ck-intro-slider .ckslider-theme .ckslider-custom-nav .ckslider-prev {
   left: 0
   }
   .ck-intro-slider .ckslider-theme .ckslider-custom-nav .ckslider-next {
   right: 0
   }
   .ckslider-react-icon {
   width: 20px !important;
   height: 20px !important
   }

   .std-font{
   font-size: 12px;
   }

  /*yetu mobile styles*/

   @media only screen and (max-width: 768px) {


    .yetu-mobile-hide{
      display: none!important;
    }

   .laptop-hide{
    display: block!important;
   }
 
   .carousel-control-prev 
   {
   width: 32px;
   height: 32px;
   right: auto;
   left: 10px;
   background-color: rgba(0, 0, 0, .5);
   border-radius: 50%;
   padding: 20px;
   }
   .carousel-control-next
   {
   padding: 20px;
   width: 32px;
   height: 32px;
   left: auto;
   right: 10px;
   background-color: rgba(0, 0, 0, .5);
   border-radius: 50%;
   }
   .carousel-control-prev i, .carousel-control-next{
   font-size: 20px;
   }
   .yetu-search-results{
   height: 370px!important;
   }
   .app-ck-slider .app-ck-slider-item {
   height: 380px;
   }
   .mobile-hide{
   display: none;
   }
   .yetu-cat-image{
   width: 100%;
   height: 100px;
   object-fit: cover;
   }
   .scrollmenu{
   /*overflow-x: auto;*/
   }
   .mobile-font{
   font-size: 12px;
   }
   .carousel-caption {
   bottom: 0px;
   }
   .yetu-slider-cards{
   margin-top: -100px;
   }
   }


   .yetu-nav-item:hover, .yetu-nav-item:focus, .yetu-nav-item:active{
   background-color: #0d6efd;
   color: #fff;
   }
   .yetu-nav-item.nav-link:focus, .yetu-nav-item.nav-link:hover {
   background-color: #0d6efd;
   color: #fff;
   }
   .yetu-bg-primary{
   background-color: #011735;
   }
   .dropdown-item:focus, .dropdown-item:hover {
   background-color: #ffc107;
   color: #fff;
   }
