body{
	font-size:0.875rem;
  font-family:Calibri;
}

nav{
	/*font-size:1.1rem;*/
}

.privacy-policy{
  font-size:0.975rem;
}

.img-fluid{
  min-width:100%;
}

.product-background{
  background: #f5f5f5;
}

.background-white{
  background: white;
}


.box-shadow{
  box-shadow: 3px 6px 5px silver;
}

.side-menu h5{
  font-weight: bold;
  margin: 15px 0 5px 0;
}

.side-menu ul {
  list-style-type: none; 
  padding:0;
  margin:0;
}

.side-menu ul li{
  margin: 0 0 5px 0;
  
}

.side-menu a{
  text-decoration: none;
  display:block;
  color: black;
}

.side-menu a:hover{
  color:darkgray;
}

.side-menu a.active{
  font-weight:bold;
  color:darkturquoise;
}

li.has-submenu .dropdown-toggle::after {
    border: 0 none;
}

li.has-submenu .dropdown-toggle::after,
li.has-submenu.dropdown-toggle::before {
  font: normal normal normal 10px/1 FontAwesome;
  vertical-align: baseline;
  font-size: 12px;
  padding-right: 5px;
}

li.has-submenu .dropdown-toggle[aria-expanded="false"]::after {
  content: "\f105";
  position: absolute;
  right: 2px;
}

ul.list-unstyled li{
  padding:2px;
}

.zoom {

  transition: transform .2s; /* Animation */

}

.zoom:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  z-index: 1000;
}

.cart-btn{
  background-color:orange;
  color:white;
  display:block;
  width:100%;
  font-size:1.6rem;
  border:1px solid orange;
  text-align:center;
  border-radius: 5px;
  text-decoration: none;
}

 a.cart-btn:hover{
  background-color:white;
  color:orange;
  text-decoration: none;
}

.buffer{
	height:100px;
}

.max-width-100{
  max-width:100%;
}

.carousel-item img{
	max-width:100%;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
	height:50px;
	width:50px;
}



.navbar-brand img{
	max-height:44px;
}

/* dropdown submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;

}
/* end of dropdown submenu */

.footer {
    width: 100%;

    
    background-color: rgba(0,0,0,0.5);
    color: white;
}

.stickyfooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 30px;
    background-color: #f5f5f5;
}

.float-left{
  float:left;
}

.floatdiv::after{
  content: "";
  clear: both;
  display: table;
}

.otherbrands{
  padding:10px 20px;
  text-align:center;
}

.otherbrands-box{
  margin-right:5px;
  margin-left:5px;
  margin-bottom:10px;
}



/* google map */
/* map-container */
#map-container{
	width: 100%;
	padding: 0px;
	margin: 5px 0;
}

/* google map canvas */
#map-canvas {
    width: 100%;
    height: 60vh;
    
}

/* map menu */
#map-menu {
  /*width: 200px; /* Set a width if you like */
  width: 100%;
  margin: 5px 0 5px 0;
  padding: 5px;
  text-align: center;
}

#map-menu a {
  background-color: #eee; /* Grey background color */
  color: black; /* Black text color */
  /*display: block; /* Make the links appear below each other */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove underline from links */
  text-align: center;
}

#map-menu a:hover {
  background-color: #ccc; /* Dark grey background on mouse-over */
}

#map-menu a.active {
  background-color: #4CAF50; /* Add a green color to the "active/current" link */
  color: white;
}

#map-address{
	/*font-size: 0.8em;*/
}

#map-address p{
	margin: 0 0 3px 0;
	text-align: center;
}

#map-address #branch-name{
	/*font-size:1.2em;*/
	font-weight: bold;
}

/* end of googlemap */

/* product carousel */

.custCarousel li.list-inline-item{
  margin-left:0px;
}

.custCarousel .carousel-indicators {
    position: static;
    margin-top: 5px;
    justify-content:left;
    margin-left:0px;
}

.custCarousel .carousel-indicators>li {
    width: 17%
}


.carousel-indicators  li{
  border-top:0px;
}

.custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

.custCarousel .carousel-indicators li.active img {
    opacity: 1
}

.custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 100%
}

/* end of product carousel */

.megasubmenu{ padding: 20px; border-radius: 0;}
.dropdown-menu{border-radius: 0;}

/* responsive font size*/
@media (max-width: 539px) {
  html{
    font-size: 0.825rem;
  }
  body{
    font-size: 0.825rem;
  }

  .dropdown-menu, .form-control, .btn{
    font-size: 0.825rem;
  }

  .product-box-inner{
    height:650px;
  }

  input[type=checkbox]{
    transform: scale(2);
    margin: 0 10px 5px 0;
  }
}


@media (min-width: 540px) {
  html{
    font-size: 0.875rem;
  }
  body{
    font-size: 0.875rem;
  }
  .dropdown-menu, .form-control, .btn{
    font-size: 0.875rem;
  }

  .product-box-inner{
    height:850px;
  }
}


@media (min-width: 768px) {
  html{
    font-size:0.875rem;
  }
  body{
    font-size:0.875rem;
  }
  .product-box-inner{
    height:600px;
  }

  input[type=checkbox]{
    transform: scale(1.5);
    margin: 0 10px 5px 0;
  }
}

@media (min-width: 991px) {
  html{
    font-size:0.875rem;
  }
  body{
    font-size:0.875rem;
  }

  .product-box-inner{
    height:670px;
  }


  .dropdown-menu .dropdown-toggle:after{
      border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }
    .dropdown-menu{ 
      margin:0; 
    }
    .megasubmenu{ 
      left:100%; top:0; min-height: 100%; min-width:500px;margin-top:-1px;
    }
    
    .dropdown-menu > li:hover .megasubmenu{
      display: block;
    }
}

@media (min-width: 1366px) {
  html{
    font-size:0.875rem;
  }
  body{
    font-size:0.875rem;
  }
  .buffer{
    height:88px;
  }
  .product-box-inner{
    height:600px;
  }
}

@media (min-width: 1900px) {
  html{
    font-size:0.975rem;
  }
  body{
    font-size:0.975rem;
  }
  .buffer{
    height:105px;
  }
  #map-canvas {
    width: 100%;
    height: 65vh;
  }
  .product-box-inner{
    height:720px;
  }
}
/* end of responsive font size */
