
.sidepanel {
    width: 0;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 99999;
    background-color: #e1e1e1;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
}
	.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: black;
    display: block;
    transition: 0.3s;
}
.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
}
.sidepanel a:hover {
    color: #black;
}
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #e1e1e1;
    color: white;
    padding: 10px 15px;
    border: none;
    position: fixed;
    left: 0;
    top: 40px;
    z-index: 99999;
}
/*product pagination*/
.product-pagination {
    border-top: 1px solid #e5e5e5;
}
.product-pagination > ul {
    text-align: right;
    padding-top: 30px;
    margin-bottom: 40px;
}
.product-pagination > ul > li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}
.product-pagination > ul > li:last-child{
    margin-right: 0px;
}
.product-pagination > ul > li > a {
    background: #fff;
    border: 1px solid #ededed;
    color: #222;
    font-size: 15px;
    display: block;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    min-width: 0;
    padding: 0 8px;
    text-align: center;
    width: 42px;
}
.product-pagination > ul > li > a > i {
    font-size: 20px;
}
.product-pagination > ul > li.active > a,
.product-pagination > ul > li > a:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}


.qw-hidden {
    display: none !important;
}
.qw-invoice {
    display: none;
}
.nice-select {
    width:100%
}
.qw-sendmethod-checked:before{
    content: "\f046";
    font-family: FontAwesome;
    padding-right: 5px;
}
.qw-sendmethod-unchecked::before {
    content: "\f096";
    font-family: FontAwesome;
    padding-right: 5px;
}
.no-margin {
 margin: 20px 0;
padding: 0px;
border-bottom: 1px solid
#eceff8;
border-top: 0px;   
}
 @media (min-width: 1000px){

.ui-autocomplete{ width:1000px!important;}

 }

 @media (max-width: 999px){

.ui-autocomplete{ width:100%!important;}

 }



 @media (min-width: 992px){

		  .ui-autocomplete{	left: 25%!important;}

	  }

	  @media (min-width: 1400px){

		  .ui-autocomplete {left: 23%!important;}

	  }

	  	 @media (min-width: 1200px) and (max-width: 1400px) {

			 .ui-autocomplete {left: 13%!important;}

		 }

		  @media (max-width: 991px){

	  .ui-autocomplete {left: 0%!important;}

	

	  }

	    @media (min-width: 992px){

	    .ui-autocomplete > li { width:31%!important;}

	  }

	  @media (min-width: 480px) and (max-width: 990px) {

		.ui-autocomplete > li { width:46%!important;}  

	  }

	

	  @media (max-width: 479px){

	  .ui-autocomplete > li { width:100%!important;}

	  }



.ui-autocomplete {

    position: absolute;

    z-index: 999999999;

    cursor: default;

    padding: 0;

    margin-top: 2px;

    list-style: none;

    background-color: white;

    height:auto;      

}

.ui-autocomplete > li {

  padding:10px;

  float: left;

  margin:10px;



  border:1px solid #e1e1e1;

}

.ui-autocomplete li a{border:none!important;}

.ui-autocomplete > li.ui-state-focus {

  background-color:white;

  

}

.ui-helper-hidden-accessible {

  display: none;

}



 .modal-dialog {
    margin: 5% auto;
    min-height: 300px;
    padding: 20px;
    width: 800px;
    max-width: 100%;
}
.out-of-stock {
    color: red !important;
    float: left;
}
.sticker-out-of-stock {
    color: red !important;
    font-weight: 500;
text-align: center;
line-height: 24px;
padding: 0 10px;
position: absolute;
background:
#fff;
min-width: 52px;
top: 10px;
left: 10px;
text-transform: capitalize;
font-size: 14px;
z-index: 9;
border-radius: 0;

}

.qw-cart-quantity {
    float: left;
    margin-right: 15px;
    background-color: #eee;
    position: relative;
    width: 80px;
    overflow: hidden
}

.qw-cart-quantity input {
    margin: 0;
    text-align: center;
    width: 15px;
    height: 15px;
    padding: 0;
    float: right;
    color: #000;
    font-size: 20px;
    border: 0;
    outline: 0;
    background-color: #F6F6F6
}

.qw-cart-quantity input.qty {
    position: relative;
    border: 0;
    width: 100%;
    height: 40px;
    padding: 10px 25px 10px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    background-clip: padding-box
}

.qw-cart-quantity .minus, .quantity .plus {
    line-height: 0;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-size: 6px 30px;
    -moz-background-size: 6px 30px;
    color: #bbb;
    font-size: 20px;
    position: absolute;
    height: 50%;
    border: 0;
    right: 0;
    padding: 0;
    width: 25px;
    z-index: 3
}

.qw-cart-quantity .minus:hover, .quantity .plus:hover {
    background-color: #dad8da
}

.qw-cart-quantity .minus {
    bottom: 0
}
.shopping-cart {
    margin-top: 20px;
}


/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#callu{position:fixed;bottom:70px;right:25px;z-index:999;background:#60ab45;border-radius:3px;padding:5px;transition:0.4s;}
#callu span{vertical-align:middle;color:#fff;display:inline-block;}
#callu span.itext{-webkit-user-select: none;font-size:22px;width:0px;overflow:hidden;white-space:nowrap;text-overflow:clip;transition:0.1s;text-align:center; text-transform: none;}
#callu span.iwrap{text-align:center;width:35px;height:35px;line-height:35px}
#callu span i{font-size:34px;vertical-align:middle}
#callu:hover span.itext,#callu:focus span.itext{width:350px;cursor:pointer}
#callu:hover,#callu:focus{border-radius:6px;}
label.error {

    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    width: 100%;

}
.qw-checkbox-unchecked::before {
    content: "\f096";
    font-family: FontAwesome;
    padding-right: 5px;
}
.qw-checkbox-checked::before {
    content: "\f046";
    font-family: FontAwesome;
    padding-right: 5px;
}
.qw-gdpr-row {
	margin: 20px 0 0 0;
	padding:10px;
	/* background-color:
#fff3cd; */
	/* border-color:
#ffeeba; */
}
.cookies {
 position:fixed;
 bottom:0;
 left:0;
 width:100%;
 z-index:10;
background: #f7f7f7;
z-index:999999999;
}
.cookies .btn {
 margin:15px 0
}
.cookies .inner {
 max-width:1300px;
 padding:35px 15px 10px;
 margin:0 auto;
 display:flex;
 display:-webkit-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 flex-wrap:wrap;
 -webkit-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 align-items:center;
 position:relative;
}
.cookies p {
 font-size:14px;
 color:#000;
}



.js_closeCookies {
 position:absolute;
 right:10px;
 top:10px;
 font-size:20px;
 width:20px;
 height:20px;
 cursor:pointer;
}
.desktop .js_closeCookies i {
 display:inline-block;
 transition:all .3s ease;
}
.desktop .js_closeCookies:hover i {
 transform:rotate(90deg);
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg)
}
.cookies .cnt {
 max-width:1040px;
 width:100%;
 letter-spacing:-.025em;
}
.cookies .cnt a {
 font-weight:bold;
 color:#62a4e9;
}

@media only screen and (min-width: 768px) {
.js_closeCookies {
    top: 50%;
    margin-top: -10px;
}
}
.js_closeCookies {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.qw-color-in-cart {
  width:12px; height:12px; display:inline-block;  
}

@media (max-width: 768px){

  .padding-lr { padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .banner-box .banner-content {
    color: #363636;
    margin: 2px 0 !important;
    text-align: left;
}
.shop-2-area .container {
  padding-left: 0px !important;
    padding-right: 0px !important;
}

   }
   @media (min-width: 769px){

    .padding-lr { padding-left: 1px !important;
      padding-right: 1px !important;
    }
    .banner-box .banner-content {
      color: #363636;
      margin: 2px 0 !important;
      text-align: left;
  }
}
@media (max-width: 769px){

  .col-sm-12, .col-md-12, .col-lg-12 {
    position: inherit!important;
}
}
@media (min-width: 992px){
.banner-box {
  
    min-height: 310px;
}
}
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: transparent;
  color: white;
/*   padding: 16px 20px; */
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 105px;
  right: 0px;
  width: auto;
  z-index: 9;
  
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
 bottom: 22px;
  left: 15px;
  border: 0px solid #f1f1f1;
  z-index: 9;
  width: 120px;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: transparent;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: transparent;
  color: white;
  padding: 18px 20px;
  border: none;
  cursor: pointer;
  width: 120px;
  margin-bottom:10px;
  opacity:  1;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: #232323;
  z-index: 999;
  border: 1px solid #f1f1f1;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}