
html{
  overflow-x: hidden;
  overflow-y: overlay;
}

body{
  display: block;
  /*width: 100vw;*/
  margin: 0px;
  background-color: #757779;
  overflow-x: hidden;
}
.prod-card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
margin: auto;
text-align: center;
font-family: arial;
padding: 2%;
margin-bottom: 10px;
border-radius: 15px;
}
.card-total{padding-right: 50px;}
.card-button {
/* width: 130px !important; */
height: 40px;
border-radius: 30px;
right: -24px;
position: relative;
/* box-shadow: #675f5f80 0 0 10px 0; */
}
.card-button-right {
width: 100px !important;
height: 50px;
border-radius: 50px;
right: -27px;
position: relative;
box-shadow: #675f5f80 0 0 10px 0;
}
.card-button-left {
width: 100px !important;
height: 50px;
border-radius: 50px;
left: -27px;
position: relative;
box-shadow: #675f5f80 0 0 10px 0;
}
.cart-body{min-height:300px; }
label{
  display: flex;
  margin-bottom: 0px;
  font-size: 12px;
}

.inputbelowlabel{
  margin-bottom: 0.1rem;
}
.counter{
position: relative;
left: -9px;
top: -11px;
border-radius: 10px;
}
.topnav {
z-index: 100;
width: 100%;
position: fixed;
background-color: #FFFFFF;
overflow: hidden;
box-shadow: #584f4f57 0 0 10px 0;
}
.topnav a {
float: right;
color: #201e1e;
text-align: center;
padding: 10px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #4CAF50;
color: white;
}


.bottom-nav {
z-index: 100;
top: calc( 100% - 54px );
width: 100%;
position: fixed;
background-color: #FFFFFF;
overflow: hidden;
box-shadow: #584f4f57 0 0 10px 0;
}
.bottom-nav a {
float: right;
color: #201e1e;
text-align: center;
padding: 10px 16px 18px;
text-decoration: none;
font-size: 17px;
}
.bottom-nav a:hover {
background-color: #ddd;
color: black;
}
.bottom-nav a.active {
background-color: #4CAF50;
color: white;
}
#profile{
  border-radius: 50px;
}

.container{
position: relative;
top: 67px;
}
.cart-list {
top:100px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 300px;
min-height: 100px;
margin: auto;
text-align: center;
font-family: arial;
padding: 2%;
margin-bottom: 10px;
border-radius: 15px;
}
.cart-list-position{
position: relative;
top: 64px;
}
.prod-description{
background-color: #eee;
padding: 10px;
color: #677686;
min-height: 65px;
margin: 7px -25px 10px -25px;
box-shadow: #0000003d 0px 0px 4px 1px;
}
.description-box{
top: 100px;
min-height: 100px;
margin: auto;
text-align: center;
font-family: arial;
}
.breadcrumb-item.active {
background-color: #b3d7ff;
padding: 0px 14px 0px 0px;
margin: 0 -8px 0 10px;   
}

.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
padding-left: 0.5rem;
color: #636c72;
content: ">";
}
/* .dot{
border: #d6cbcb 1px solid;
} */
.slideshow-container{
margin-bottom: -17px;
}
.truncate {
font-size: 13px;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.image-box{
padding: 7%;
border-radius: 5px;
box-shadow: #0000002e 0 0 2px 0;
}
.round-10{
border-radius: 10px;
}
.hand{
padding-top: 10px;
cursor: pointer;
float: right;
}
.list-box{
padding: 10px;
border-radius: 5px;
background-color: transparent;
}

.list-style-box{
list-style: none;
margin-left: -31px;
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}

/* Hide the images by default */
.mySlides {
display: none;
}

/* Next & previous buttons */
/* .prev, .next {
cursor: pointer;
position: absolute;
top: 80%;
width: auto;
margin-top: -22px;
padding: 16px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
} */

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 80% ;
  width: auto;
  margin-top: -22px;
  /* padding: 16px; */
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  /* border-radius: 0 3px 3px 0; */
  border-radius: 40px;
  padding: 5px 14px;
  user-select: none;
  
}

/* Position the "next button" to the right */
.next {
  right: 0;
  /* border-radius: 3px 0 0 3px; */
 
}
.prev {
  left: 0;
  /* border-radius: 3px 0 0 3px; */
 
}

.prev:hover, .next:hover {
  /* background-color: rgba(145, 142, 142, 0.4); */
  background-color: #3ac47d;
  border-radius: 40px;
  padding: 5px 14px;
  color: white;
}




/* Position the "next button" to the right */
/* .next {
right: 0;
border-radius: 3px 0 0 3px;
}
.prev {
left: 0;
border-radius: 3px 0 0 3px;
} */

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover, .next:hover {
background-color: rgba(145, 142, 142, 0.4);
} */

/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

/* The dots/bullets/indicators */
.dot {
cursor: pointer;
/* height: 15px; */
/* width: 15px; */
margin: 0 2px;
/* background-color: #bbb; */
/* border-radius: 50%; */
display: inline-block;
border: #d6cbcb 1px solid;
transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
border: #e4c514 1px solid;
background-color: rgba(221, 221, 221, 0.534);
filter: brightness(0.9);
}

/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}

@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

.blur{
  filter: blur(200px);
}
.sidebar {
  z-index: 99;
  top: 54px;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

/* Sidebar links */
.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}

/* Active/current link */
.sidebar a.active {
  background-color: #28a745;
  color: white;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}






.header_area .navbar {
  top:-1px;
}
.cross-list{
  width: 18px;
  height: 18px;
  background: #f00303;
  color: #ffffff;
  padding: 2px;
  border-radius: 24px;
  border: 1px solid #ddd;
  display: inline-block;
  text-align: center;
  bottom: 16px;
  position: relative;
  box-shadow: #00000085 0 0 2px 1px;
}

.table th, .table td {
  padding: 0.1rem 0.1rem;
}
.left_sidebar_area{
  margin-top: 30px;
  background-color: #82ae46;
  
}

.lnr-list {
  color: #E91E63;
}


.icon-align{
  vertical-align: top; 
  margin-left: 10px;
}




.red{
  color: #E91E63;
}
.shop-sidebar {
    height: 100%;
    /* width: 0; */
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #E91E63;;
    overflow-x: hidden;
    /* transition: 0.1s; */
    padding-top: 60px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
  }
  
  .shop-sidebar a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.1s;
  }
  
  .shop-sidebar a:hover {
    background-color: #8bc34a !important;
  }
  
  .shop-sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  


  .shop-leftbar {
    height: 100%;
    /* right: 100%; */
    width: 221px;
    /* display: block; */
    position: fixed;
    z-index: 1;
    top: 0;
    /* right: 0; */
    background-color: #E91E63;;
    overflow-x: hidden;
    transition: 0.1s;
    /* padding-top: 60px; */
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
    
  }
  
  .shop-leftbar a {
    padding: 0px 0px 0px 12px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.1s;
  }
  

.l_w_title input[type=text] {
      border: none;
      margin: 10px 0px;
      padding: 5px;
      outline: none;
      font-size: 17px;
      border-radius: 50px;
      box-shadow: inset #5109095c 0 0 10px 0;
  }

  .leftbar-inner {
    padding: 15px 0px 10px 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.258);
  }
  .leftbar-inner:hover {
   background-color: #ee577c5d;
   font-size: 15px;
  }
  .leftbar-inner a {
    font-weight: 100;
    font-size: small;
  }
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color: #444;
  }
  
@media screen and (min-height: 450px) {
  #shop-main {
    transition: margin-left .5s;
    padding: 50px 0px;
    

  }
}
@media screen and (max-width: 991px) and (min-width: 669px) {
  #shop-main {
    transition: margin-left .5s;
    padding: 50px 10px;
    /* margin-top: 50px; */

  }
}
@media screen and (min-width: 991px) {
  #shop-main {
    transition: margin-left .5s;
    padding: 50px;
    /* margin-top: 120px; */

  }
}


  @media screen and (max-height: 450px) {
    .shop-sidebar {padding-top: 15px;}
    .shop-sidebar a {font-size: 18px;}
  }



  span {cursor:pointer; }

		.minus, .plus{
	    width: 36px;
      height: 36px;
      background: #dc3545;
      color: #ffffff;
      border-radius: 24px;
      border: 1px solid #ddd;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
    }
    
    .minus-s, .plus-s{
      width: 36px;
      height: 36px;
      padding: 6px;
      background: #28a745;
      color: #ffffff;
      border-radius: 24px;
      border: 1px solid #ddd;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
		}





		.input-quant{
			height:24px;
      width: 50px;
      text-align: center;
      font-size: 26px;
			border:1px solid #ddd;
			border-radius:4px;
      display: inline-block;
      vertical-align: middle;
    }


    .input-quant-s{
    height: 15px;
    width: 15px;
    text-align: center;
    font-size: 10px!important;
    border: 0px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    }



  .quantifier {
    position: relative;
    /* bottom: 0%; */
    padding-bottom: 5px;
    /* margin-top: -28px; */
  }

  .b-attr{
    text-align: center;
    top: -20px!important;
    left: 20px;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    padding-top: 6px;
  }


  .cart-dropdown{
          position:absolute;   
					top: 80px;
					left: 50%;
					width: 50%;
  }


  @media screen and (max-width: 1000px) and (min-width: 699px) {   
    .cart-dropdown{
        left: 30%;
        width: 70%;
      }
  }


  @media screen and (max-width: 699px) {   
    .cart-dropdown{
        left: 0%;
        width: 100%;
      }
  }



.cart-list{
  margin-bottom:10px; 
  background-color:white !important; 
  padding-bottom:10px; 
  font-size: 10px; 
  font-weight: 900;
  vertical-align: middle;     
  line-height: 14px; 
  box-shadow: #00000029 0 0px 1px 0;
}
.add-to-cart{
  vertical-align: sub;
  min-width: 150px;
  background-color: #dc3545;
  border-radius: 50px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 6px 20px;
  box-shadow: #0000007d 0 0 3px 0;
}
.add-to-cart:hover{ 
  box-shadow: 0 0 3px 0;
}


@media (max-width: 699px) { 
  .cat_product_area .latest_product_inner {
    padding-top: 10px;
  }
  .cat_product_area .latest_product_inner .f_p_item {
  margin-bottom: 15px;
  }
}
/*==================== 
  Footer 
====================== */

/* Main Footer */
footer .main-footer{  padding: 20px 0;  background: #f9f8f3;}
footer ul{  padding-left: 0;  list-style: none;}

/* Copy Right Footer */
.footer-copyright { background: #f9f8f3; padding: 5px 0;}
.footer-copyright .logo {    display: inherit;}
.footer-copyright nav {    float: right;    margin-top: 5px;}
.footer-copyright nav ul {  list-style: none; margin: 0;  padding: 0;}
.footer-copyright nav ul li { border-left: 1px solid #505050; display: inline-block;  line-height: 12px;  margin: 0;  padding: 0 8px;}
.footer-copyright nav ul li a{  color: black;}
.footer-copyright nav ul li:first-child { border: medium none;  padding-left: 0;}
.footer-copyright p { color: black; margin: 2px 0 0;}

/* Footer Top */
.footer-top{  background: #252525;  padding-bottom: 30px; margin-bottom: 30px;  border-bottom: 3px solid #222;}

/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer{  background: transparent;}
footer.transparent .footer-copyright{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) ;}

/* Footer light */
footer.light .footer-top{ background: #f9f9f9;}
footer.light .main-footer{  background: #f9f9f9;}
footer.light .footer-copyright{ background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3) ;}

/* Footer 4 */
.footer- .logo {    display: inline-block;}

/*==================== 
  Widgets 
====================== */
.widget{  padding: 20px;  margin-bottom: 40px;}
.widget.widget-last{  margin-bottom: 0px;}
.widget.no-box{ padding: 0; background-color: transparent;  margin-bottom: 40px;
  box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;}
.widget.subscribe p{  margin-bottom: 18px;}
.widget li a{ color: #82ae46;}
.widget li a:hover{ color: #4b92dc;}
.widget-title {margin-bottom: 20px;}
.widget-title span {background: #839FAD none repeat scroll 0 0;display: block; height: 1px;margin-top: 25px;position: relative;width: 20%;}
.widget-title span::after {background: inherit;content: "";height: inherit;    position: absolute;top: -4px;width: 50%;}
.widget-title.text-center span,.widget-title.text-center span::after {margin-left: auto;margin-right:auto;left: 0;right: 0;}
.widget .badge{ float: right; background: #7f7f7f;}

.typo-light h1, 
.typo-light h2, 
.typo-light h3, 
.typo-light h4, 
.typo-light h5, 
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small{  color: black;}

ul.social-footer2 { margin: 0;padding: 0; width: auto;}
ul.social-footer2 li {display: inline-block;padding: 0;}
ul.social-footer2 li a:hover {background-color:#82ae46;}
ul.social-footer2 li a {display: block; height:30px;width: 30px;text-align: center;}
/* .btn{background-color: #82ae46; color:#fff;}
.btn:hover, .btn:focus, .btn.active {background: #4b92dc;color: #fff;
-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-webkit-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
transition: all 250ms ease-in-out 0s;

} */



.m-0-btn{
  display: none;
}
.m-1-btn{
 width: 90px !important;
 display: block;
}
.m-btn{
  padding: 10px 30px;
}

@media screen and (max-width: 520px){
  b{
    font-weight: 100;
    font-size: small;
  }
  .m-0-btn{
      width: 15px !important;
      display: block;
  }
  .m-1-btn{
  width: 90px !important;
 display: block;
  }
  .m-btn{
    padding: 10px 0px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .card-button {
    right: -14px !important;
  }
}

@media screen and (min-width: 575px) and (max-width: 991px){
  b{
    font-weight: 100;
    font-size: small;
  }
  .m-0-btn{
      width: 15px !important;
      display: block;
  }
  .m-1-btn{
  width: 90px !important;
  display: block;
  }
  .m-btn{
    padding: 10px 0px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-button {
    right: -14px !important;
  }
}


.btn-show{
  display: inline-block; min-width: 85px;
}

.hide{
  display: none!important;
}