*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 1;
  background: rgb(244,246,255);
  background: linear-gradient(175deg, rgba(244,246,255,0.5732493681066176) 0%, rgba(239,255,253,0.6124650543811274) 100%); 
}

.datepicker {
  width: 400px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  margin: 50px auto;
  overflow: hidden;
}
.datepicker .datepicker-header {
  height: 250px;
  background-image: url("https://d13yacurqjgara.cloudfront.net/users/247458/screenshots/2135645/minimalistic_low_poly_style_summer_wallpaper_vector_illustration._small_island_in_the_middle_of_the_ocean_reflecting_in_the_water._tiny_boat_approaching_the_land_on_the_moonlight._flat_design.jpg");
  background-size: 100%;
}
.datepicker .ui-datepicker-inline {
  padding: 30px;
}
.datepicker .ui-datepicker-header {
  text-align: center;
  padding-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.datepicker .ui-datepicker-header .ui-datepicker-prev,
.datepicker .ui-datepicker-header .ui-datepicker-next {
  display: inline;
  float: left;
  cursor: pointer;
  font-size: 1.4em;
  padding: 0 10px;
  margin-top: -10px;
  color: #CCC;
}
.datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
}
.datepicker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.datepicker .ui-datepicker-calendar thead {
  color: #CCC;
}
.datepicker .ui-datepicker-calendar tr th, .datepicker .ui-datepicker-calendar tr td {
  padding-bottom: .5em;
}
.datepicker .ui-datepicker-calendar a {
  color: #444;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}
.datepicker .ui-datepicker-calendar .ui-state-highlight {
  border-color: #D24D57;
  color: #D24D57;
}



#scrollup {
    display: inline-block;
    background: rgb(214,8,8);
    background: linear-gradient(175deg, rgba(214,8,8,1) 0%, rgba(254,163,10,0.6124650543811274) 100%); 
    width: 37px;
    height: 37px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    right: 18px;
    transition: background-color .3s, 
		opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    font-size:0.8rem;
    z-index: 1000;
}
#scrollup::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#scrollup:hover {
  cursor: pointer;
  background-color: #333;
}
#scrollup:active {
  background-color: #555;
}
#scrollup.show {
  opacity: 1;
  visibility: visible;
}




#floatingcheckoutbutton {
    display: inline-block;
    background: rgb(142,236,11);
    background: linear-gradient(175deg, rgba(142,236,11,1) 0%, rgba(21,204,25,0.6124650543811274) 100%); 
    width: 37px;
    height: 37px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    color: #FFFFFF;
    top: 72px;
    right: 20px;
    transition: background-color .3s, 
		opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    font-size:0.8rem;
}
#floatingcheckoutbutton::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 40px;
  color: #ffffff;
}
#floatingcheckoutbutton:hover {
  cursor: pointer;
  background-color: #46a522;
}
#floatingcheckoutbutton:active {
  background-color:#46a522;
}
#floatingcheckoutbutton.show {
  opacity: 1;
  visibility: visible;
}



#floatingwhatsappbutton {
    	position:fixed;
	width:60px;
	height:60px;
	bottom:100px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
	
}
#floatingwhatsappbutton::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 40px;
  color: #ffffff;
}
#floatingwhatsappbutton:hover {
  cursor: pointer;
  background-color: #25d366;
}
#floatingwhatsappbutton:active {
  background-color:#25d366;
}
#floatingwhatsappbutton.show {
  opacity: 1;
  visibility: visible;
}




.form-inline span {
  display:block;
}

.form-inline span:after {
  content: "";
  clear: both;
  display: block;
}

.form-inline .col-lg-12 {
  clear:both;
}

.loadingDiv {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    display: block;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

.hhub-error-alert
{
    font-size: 12px;
    font-weight: 200;
    position: fixed;
    color: grey;
    left: 30%;
    top: 30%;
    width: 50%;
    height: 30% ;
    z-index: 9999;
    display: none;
}


.hhub-success-alert
{
    font-size: 15px;
    font-weight: 200;
    position: fixed;
    color: black;
    left: 30%;
    bottom: 5%;
    width: 50%;
    height: 10% ;
    z-index: 999;
    background-color:  white;
    display: none;
}

.closebtn {
  margin-left: 15px;
  color: black;
  font-weight: bold;
  float: right;
  font-size: 30px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: blue;
}

.hhub-footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: gray;
  text-align: center;
}




/* product category card */

.prd-catg-card{
    overflow-x: auto;
    background: #ffffff;
    text-align: center;
    width: 120px;
    height: 70px;
    padding: 0.6rem;
    display: flex;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-color: darkgrey;;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.6rem;
    margin: 0.6rem;
    font-family: Tahoma, sans-serif;
    font-weight:400;
    font-size: 0.9rem;
    background: rgb(217,222,251);
    background: linear-gradient(175deg, rgba(217,222,251,0.5732493681066176) 0%, rgba(255,231,224,0.6124650543811274) 100%); 
                
}

.prd-catg-card:hover {
 
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-color: grey;;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: rgb(234,197,246);
    background: linear-gradient(175deg, rgba(234,197,246,0.5732493681066176) 0%, rgba(252,255,224,0.6124650543811274) 100%); 

}

.prd-catg-card a:hover {
    font-family: Tahoma, sans-serif;
    font-weight:400;
    font-size: 1.0rem;
}

.all-products{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.all-products-row{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}



.single-product-card{
    overflow: hidden;
    position: relative;
    display: inline-block;
    width:100%;
    border-radius: 5px;
    padding: 0.8rem;
    margin: 0.5rem;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-direction:column;
    background: #ffffff;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-color: grey;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(247,255,255,1) 100%); 
} 

.product-card-row{
    overflow: hidden;
    font-family: Tahoma, sans-serif;
    font-weight:400;
    font-size: 0.9rem;
    background: #ffffff;
    color: #21301f;
    text-align: center;
    width: 100%;
    height: 90px;
    padding: 2rem;
    display: flex;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-color: darkgrey;;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5rem;
    margin: 0.5rem;
}

.product-card-row img {
	height: 60px;
	margin: 1rem;
	transition: all 0.3s;
}

/* Media Queries */

/* Media Queries */
@media (min-width: 400px) {
  .product-card-row{
	font-size: 0.7rem;
	flex-direction: row;
	height: 90px;
    }
  .h1 .h2 .h3 .h4 .h5 .h6 {
      font-size: 0.9rem;
  }
 
}

@media (min-width: 576px) {
  .product-card-row{
	font-size: 0.7rem;
	flex-direction: row;
	height: 90px;
    }
  .h1 .h2 .h3 .h4 .h5 .h6 {
      font-size: 0.9rem;
  }
  .all-products > .product-card{
      width:233px;
      height:377px;
  }
  .prd-vendors-container > .vendor-card {
      font-size: 0.7rem;
      width:178px;
      height:250px;
  }
  
}

@media only screen and (min-width: 768px) {
  
  .product-card-row{
      font-size: 0.8rem;
      flex-direction: row;
      height: 120px;
  }
  .h1 .h2 .h3 .h4 .h5 .h6 {
      font-size: 0.9rem;
  }

 
   .all-products > .product-card{
      width:233px;
      height:377px;
     .product-card  img {
	  width: 150px;
	  height: 150px;
	  margin: 0.5rem;                                                                                                                                                                       
	  transition: all 0.3s;                                                                                                                                                                 
	  padding:0.5rem;                                                                                                                                                                       
      }       
   }

   .prd-vendors-container > .vendor-card {
       font-size: 0.8rem;
       width:200px;
       height:250px;
  }
 
}

@media screen and (min-width: 992px) {
    
  .product-card-row{
      font-size: 0.8rem;
      flex-direction: row;
      height: 90px;
  }
  
  .h1 .h2 .h3 .h4 .h5 .h6 {
      font-size: 0.7rem;
  }
  
  .all-products > .product-card{
      width:233px;
      height:377px;
      
      .product-card > img {
	  width: 150px;
	  height: 150px;
	  margin: 0.5rem;                                                                                                                                                                       
	  transition: all 0.3s;                                                                                                                                                                 
	  padding:0.5rem;                                                                                                                                                                       
      }       
 
  }
  .prd-vendors-container > .vendor-card {
      font-size: 0.9rem;
      width:225px;
      height:275px;
  }
 
  
}

@media screen and (min-width: 1200px) {
  
    .product-card-row{
	font-size: 1rem;
	flex-direction: row;
	height:90px;
    }
    .h1 .h2 .h3 .h4 .h5 .h6 {
	font-size: 0.7rem;
    }   

    
    .all-products > .product-card{
	width:233px;
	height:377px;
	img {
	    width: 150px;
	    height: 150px;
	    margin: 0.5rem;                                                                                                                                                                       
	    transition: all 0.3s;                                                                                                                                                                 
	    padding:0.5rem;                                                                                                                                                                       
	}       
	
    }
   .prd-vendors-container > .vendor-card {
	font-size: 0.9rem;
	width:250px;
	height:300px;
    }
 
}


.product-card {
    overflow: hidden;
    background: rgb(244,246,255);
    background: linear-gradient(175deg, rgba(244,246,255,0.5732493681066176) 0%, rgba(239,255,253,0.6124650543811274) 100%); 
    text-align: center;
    width: 178px;
    height: 300px;
    padding: 5px;
    display: flex;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-color: gray;
    flex-direction: column;
    align-items: center;
    justify-content: normal;
    border-radius: 0.3rem;
    margin: 6px;
}

/* Product Details */
.product-details {
  flex: 1 1 100%;
}

/* Product Title */
.product-details .product-title {
    font-size: 0.8rem;
    font-weight: normal;
    margin-bottom: 0.3rem;
    padding:0.3rem;
}

/* Product Description */
.product-details .description {
  font-size: 0.7rem;
  color: #555;
  margin-bottom: 0.3rem;
  padding: 0.3rem;
}

/* Product Price */
.product-details .price {
    font-size: 0.8rem;
  font-weight: bold;
  color: #ff5722;
  margin-bottom: 10px;
}

/* Subscription Button */
.product-details .subscription-btn {
  display: inline-block;
  padding: 4px 5px;
  background-color: #008080;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  margin-right: 0.2rem;
  font-size:0.8rem;
}

.product-details .subscription-btn:hover {
  background-color: #006666;
}

/* Add to Cart Button */
.product-details .add-to-cart-btn {
  display: inline-block;
  padding: 4px 5px;
  background-color: #ff5722;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  font-size:1.2rem;
}

.product-details .add-to-cart-btn:hover {
  background-color: #e64a19;
}

/* Old Price */
.product-details .old-price {
  font-size: 0.9rem;
  color: #888;
  text-decoration: line-through;
  margin-bottom: 5px;
}

/* New Price */
.product-details .new-price {
  font-size: 1.2rem;
  color: #333;
  font-weight: bold;
}

.product-details .discount-price {
    font-size: 0.7rem;
    color: #333;
    font-weight: bold;
    background-color: #ff5722;
    border-radius: 5px;
}





.product-card::after {
  content: '';
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #f2ffcc;
  border-radius: 5px;
  box-shadow: 15px 15px rgba(0,0,0,0.3);
  transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);

}

.product-card:hover {
 
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-color: #aaaabb;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: rgb(240,241,255);
    background: linear-gradient(90deg, rgba(240,241,255,1) 0%, rgba(255,255,255,0.6124650543811274) 100%); 
   
}

.product-card a:visited{
    color: darkblue;
    display: inline-block;
    text-decoration: none;
    background-color: #ffffff;
    padding: 0.5rem;
    border-radius: 1rem;
    margin-top: 1rem;
    font-size: 14px;
    transition: all 0.2s;
}

.product-card img {
	height: 116px;
	margin: 0.5rem;
	transition: all 0.3s;
	padding:0.5rem;
}
.product-card:hover img{
    scale: 1.1;
}

.product-card:hover::after {
    opacity: 1;
}

product-card a:hover{
	transform: scale(1.1);
}


.product-name { 
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 20px;
    color: black;
    border: none;
}


.product-image {
    text-align: left;
    display: block;
    position: relative;
    width:  100px;
    height: 70px;
    padding:0px;
    margin: 10px;
    border: none;
    background-repeat:   no-repeat;

}


.order-box {

position: relative;
display: inline-block;
border-radius: 5px;
padding: 20px;
background-color: #ffffff;
border: 1px sxbolid;
border-color: #0080fd;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 190px; 
height:140px;
margin: 10px;
}

.vendor-card {

    position: relative;
    display: inline-block;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid;
    border-color: gray;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 150px; 
    height:200px;
    margin: 10px;
    font-size: 0.9rem;
    background: rgb(225,228,247);
    background: linear-gradient(175deg, rgba(225,228,247,0.5732493681066176) 0%, rgba(238,255,224,0.6124650543811274) 100%); 
}

.vendor-card:hover {
 
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-color: grey;;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: rgb(197,204,247);
    background: linear-gradient(175deg, rgba(197,204,247,0.5732493681066176) 0%, rgba(238,255,224,0.6124650543811274) 100%); 
    
}



.vendor-product-card {

    position: relative;
    display: inline-block;
    border-radius: 5px;
    padding: 10px;
    background-color: #ffffff;
    border: 1px dotted;
    border-color: #0080fd;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 350px; 
    height: 320px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
}



.wallet-box{
position: relative;
display: inline-block;
border-radius: 5px;
padding: 20px;
background-color: #f9ffff;
border: 1px solid;
border-color: #0080fd;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
transition: all 0.3s ease-in-out;
} 


.attribute-box{
position: relative;
display: inline-block;
border-radius: 5px;
padding: 20px;
background-color: #f9ffff;
border: 1px solid;
border-color: #0080fd;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.3s ease-in-out;
} 



.tenant-box{

position: relative;
display: inline-block;
border-radius: 5px;
padding: 5px;
background-color: #ffffff;
border: 0.1rem solid rgba(0, 0, 0, 0.1);
border-color: #0080fd;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 377px; 
height: 350px;
 transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
} 


.tenant-box::after {
  content: '';
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #f2ffcc;
  border-radius: 5px;
  box-shadow: 15px 15px rgba(0,0,0,0.3);
  transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);

}

.tenant-box:hover {
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-color: #0080fd;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.tenant-box:hover::after {
    opacity: 1;
}



.horizontal-box
{

  border:solid 1px #333;
  display:inline-block;
  vertical-align:top;
  box-sizing:border-box;
  padding:10px;
  color:#999;
  position:relative;
}


.stampbox
{
  width:180px;
  height:60px;
  border:solid 1px #696969;
  display:inline-block;
  vertical-align:top;
  box-sizing:border-box;
  padding:10px;
  color:#696969;
  position:relative;
}

.stampbox.rotated
{
    content:"";
    position:relative;
    top:-50px;
    left:50px;
    z-index:100;
    font-family:Arial,sans-serif;
    -webkit-transform: rotate(-25deg); /* Safari */
    -moz-transform: rotate(-25deg); /* Firefox */
    -ms-transform: rotate(-25deg); /* IE */
    -o-transform: rotate(-25deg); /* Opera */
    transform: rotate(-25deg);
    font-size:30px;
    color:#c00;
    background:#fff;
    border:solid 4px #c00;
    padding:5px;
    border-radius:5px;
    zoom:1;
    filter:alpha(opacity=20);
    opacity:0.3;
    -webkit-text-shadow: 0 0 2px #c00;
    text-shadow: 0 0 2px #c00;
    box-shadow: 0 0 2px #c00;
}


.stampbox-big
{
  width:250px;
  height:150px;
  border:solid 1px #696969;
  display:inline-block;
  vertical-align:top;
  box-sizing:border-box;
  padding:10px;
  color:#696969;
  position:relative;
}

.stampbox-big.rotated
{
    content:"";
    position:relative;
    top:-110px;
    left:50px;
    z-index:100;
    font-family:Arial,sans-serif;
    -webkit-transform: rotate(-25deg); /* Safari */
    -moz-transform: rotate(-25deg); /* Firefox */
    -ms-transform: rotate(-25deg); /* IE */
    -o-transform: rotate(-25deg); /* Opera */
    transform: rotate(-25deg);
    font-size:30px;
    color:#c00;
    background:#fff;
    border:solid 4px #c00;
    padding:5px;
    border-radius:5px;
    zoom:1;
    filter:alpha(opacity=20);
    opacity:0.3;
    -webkit-text-shadow: 0 0 2px #c00;
    text-shadow: 0 0 2px #c00;
    box-shadow: 0 0 2px #c00;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.has-error input[type="text"], .has-error input[type="email"], .has-error select {
    border: 1px solid #a94442;
}

/* Carousel container */
.carousel-container{
    padding: 2rem;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.hhubcarousel {
    width: 100%;
    display: flex;
    aspect-ratio: 16 / 9;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
   /* use this property to hide the scrollbar on firefox */
    scrollbar-width: none;
    border-radius: 0.5rem;
}
/*  use this pseudo class to hide the scrollbar on chrome */

.hhubcarousel::-webkit-scrollbar {
   display: none;
}
.carousel-item {
   flex-basis: 20%;
   flex-shrink: 0;
   padding: 1rem;
}

.carousel-left,
.carousel-right {
   border: none;
   background-color: transparent;
   cursor: pointer;
   color: brown;
   font-size: 5rem;
   overflow: hidden;
   z-index: 100;
}


.hhubcarousel img {
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
}

.hhubcarousel-nav{
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.hhubcarousel-nav a{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #fff;;
    opacity: 0.75;
    transition: opacity ease 250ms;
}

.hhubcarousel-nav a:hover {
    opacity: 1;
}


/* Place order header and details */

.place-order-header {
    overflow: hidden;
    background: #ffffff;
    font-family: Tahoma, sans-serif;
    font-weight:400;
    font-size: 0.7rem;
    color: rgb(42 85 89);
    width: 100%;
    padding: 0.5rem;
    display: flex;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-color: darkgrey;;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    border-radius: 0.5rem;
    margin: 0.5rem;
}

.place-order-details {
    overflow: hidden;
    font-family: Tahoma, sans-serif;
    font-weight:400;
    background: #ffffff;
    color: #21301f;
    text-align: center;
    width: 100%;
    padding: 0.5rem;
    display: flex;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-color: darkgrey;;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    border-radius: 0.5rem;
    margin: -0.5rem;

}

.place-order-total {
}

.place-order-button {
}


/* HHUB Range Slider */

.hhub-range-body{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 20px 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #03a9f4;
  border-radius: 5px;
}

input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #03a9f4;
}


/* This is for Firefox range slider */
input[type=range] {
    /* fix for FF unable to apply focus style bug  */
    border: 1px solid white; 

    /*required for proper track sizing in FF*/
    width: 300px;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #03a9f4;
    border-radius: 5px;
}

input[type=range]::-moz-range-thumb {
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -8px;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
    background: #03a9f4;
}


.hhub-range-wrap{
  width: 80%;
  position: relative;
}
.hhub-range-value{
  position: absolute;
  top: -50%;
}
.hhub-range-value span{
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #2c3e50;;
  color: #fff;
  font-size: 18px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
}
.hhub-range-value span:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #2c3e50;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
