/*
 * Web
 * Version 3.0
 * Author: Wana Apps
 * By: Md. Harun Or Rashid
 * Email: wanaapps@gmail.com
 * Web: wanaapps.org
 * Update: 25 March 2020
 * For: kroykoro.com
*/

/*Fonts*/
@font-face{
  font-family: cairo;
  src: url(../fonts/Cairo-Regular.ttf);
}
@font-face{
  font-family: solaimanlipi;
  src: url(../fonts/SolaimanLipi.ttf);
}

body {
  font-size: 14px;
  font-family: cairo, sans-serif, airal, courier, solaimanlipi;
  line-height: 1.42857143;
  color:#333;
}

/*Background Colors*/
.bg-bar-first{
  background-color: #232f3e;
}
.bg-bar-light-blue{
  background-color: #AFDAFF;
  color: #000000;
}
.bg-menu {
  background-color: #DBF1FD;
}
.bg-menu-vertical {
  background-color: #35a3dc;
}
.bg-slide-thumb {
  background-color: #f5deb3;
}
.bg-offer-box{
  background-color: #FFEFCF;
}
.color-rating-star {
  color: #ffa500;
}

.img-logo-size{
  height: 85px;
  width: 200px;
}
.img-logo-size img{
  height: 100%;
  width: 100%;
}

.menu-area {
  position: static;
}
.mega-area{
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}

.mega-item {
  column-count: 4;
  overflow:auto;
  width: 100%;
}
.mega-item ul {
  padding: 0;
  list-style-type: none;
  background-color: #00B9F2;
}
.mega-item li span {
  display: block;
  padding: 2px 4px;
  border-left: 3px solid #f1c40f;
  border-bottom: 1px solid #f1c40f;
  border-top: 1px solid #f1c40f;
}
.mega-item li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.mega-item li li {
  padding-left: 15px;
}
.mega-item a + ul {
  background-color: #DBF1FD;
}
.mega-item a + ul a {
  color: black;
}
.mega-item li a:hover {
  background-color: black;
  color: yellow;
}

/*Menu Vertical Section*/
.menu-vertical{
  height: 100%;
}
.menu-vertical ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu-vertical li {
  border-bottom: 1px solid #ffffff;
}
.menu-vertical a img {
  width: 25px;
  height: 19px;
  filter: brightness(0) invert(1);
}
.menu-vertical a:hover img {
  filter: brightness(0) invert(0) saturate(8);
}
.menu-vertical a {
  color: #ffffff;
  padding: 7px 10px;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.menu-vertical a:hover {
  background-color: #ffffff;
  color: #d35400;
}
.menu-vertical-item {
  z-index: 1;
}
.menu-causel-size {
  height: 420px;
}

.home-slider-carousel {
  height: 287px;
  margin: 0px 0px 3px 3px;
}
.home-slider-thumb {
  height: 130px;
  margin: 0px 0px 0px 3px;
  width: 99.7%;
}
.home-slider-thumb-item {
  height: 100%;
  width: 19.5%;
  margin: 0;
  padding: 0;
}
.home-slider-thumb-item img {
  height: 100%;
  width: 100%;
}

.carousel-indicators {
  justify-content: flex-end;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
}

/*Product Thumbnail*/
.product-thumb-area {
  width: 1200px;
  height: 200px;
}
.product-thumb {
  height: 200px;
  padding: 2px 3px;
  margin: 5px 0px;
}
.product-new {
  height: 280px;
}
.product-thumb img {
  max-height: 170px;
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
  display: block;
  transform: scale(0.9);
  transition: .2s transform linear;
}
.product-thumb img:hover{
  transform: scale(1);
}
.product-thumb:hover .product-thumb-menu {
  display: block;
}
.product-thumb:hover .product-thumb-box{
  border: 1px solid #e67e22;
  box-shadow: 0px 0px 6px #000000;
  z-index: 1;
}
.product-thumb-box{
  /*border: 1px solid #bdc3c7;*/
  margin: 0px 5px;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  transition: .1s border ease-in-out;
}
.product-thumb-menu{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  display: none;
}
.product-thumb-menu a{
  display: inline-block;
  text-decoration: none;
  background-color: #cc0059;
  font-size: 100%;
  color: #ffffff;
  padding: 5px 1px;
}
.product-thumb-price {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0089cf;
  color: #ffffff;
  padding: 5px;
  border-radius: 10px 0px 0px 10px;
  font-weight: bold;
}
.product-thumb-price span:first-child {
  color: #cccccc;
  font-weight: lighter;
  text-decoration: line-through;
  padding-right: 8px;
}
.product-thumb-item{
  position: relative;
  height: 100%;
  width: 100%;
}
.product-thumb-img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.product-thumb-discount {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.product-category-wise{
  margin: 0px;
  padding: 0px;
}

/*Carousel Next Button*/
.carousel-next-button {
  position: absolute;
  right: -20px;
  top: 50%;
}

/*Category Sise Thumb*/
.product-category-box-height {
  height: 560px;
}
.product-category-box-item {
  height: 280px;
}
.product-category-box-icon {
  filter: brightness(100%) invert(1) grayscale(100%);
  max-width: 30px;
  max-height: 25px;
  transform: translate(0,-12%);
}

.line-top{
  height: 5px;
  z-index: 1;
}

.img-info-box {
  height: 35px;
  width: 35px;
}

/*Footer Menu*/
.footer-menu {
  padding: 10px 0px;
  border-bottom: 1px dotted #646065;
  margin: 10px 0px;
}
.footer-menu h3 {
  font-size: 18px;
  display: inline-block;
  width: 120px;
}
.footer-menu a, .footer-menu li {
  display: inline-block;
  padding: 0px 3px 0px 5px;
  color: #98999b;
  text-decoration: none;
}
.footer-menu a::before, .footer-menu li::before {
  content: "|";
  padding-right: 5px;
}
.footer-menu ul {
  list-style-type: none;
  display: inline-block;
  padding: 0px;
}
.footer-menu li > img {
  height: 30px;
  width: 35px;
}

.back-to-up {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 1;
}

/*Range Slider*/
.slider-labels {
  margin-top: 10px;
}

.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #345DBB;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #345DBB;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}

.cart-popup-icon{
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.cart-popup-icon-item{
  /*  background-color: #CC1D5B;*/
  /*color: #ffffff;*/
  border-radius: 20px 0px 0px 0px;
  padding: 5px;
}
.cart-effect {
  transition: all .5s ease-in-out;
  transform: translate(0%,0%);
  max-width: 350px;
}
.cart-effect-hide {
  transform: translate(100%,0%);
}
.cart-effect-show {
  transform: translate(0%,0%);
}

.number-box-circle {
  border: 1px solid #ffffff;
  height: auto;
  width: 20px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}