/* 
body{
	background-color: hsl(0, 0%, 98%);
}

h1,h2,h3,h4,h5,h6{
	color:hsl(0, 0%, 30%);
}

.box-element{
	box-shadow:hsl(0, 0%, 80%) 0 0 16px;
	background-color: #fff;
	border-radius: 4px;
	padding: 10px;
}

.thumbnail{
	width: 100%;
	height: 200px;
	-webkit-box-shadow: -1px -3px 5px -2px rgba(214,214,214,1);
    -moz-box-shadow: -1px -3px 5px -2px rgba(214,214,214,1);
    box-shadow: -1px -3px 5px -2px rgba(214,214,214,1);
}

.product{
	border-radius: 0 0 4px 4px;
}

.bg-dark{
	background-color: #4f868c!important;
}

.navbar-dark{
	background-color: #4f868c!important;
}

#cart-icon{
	width:25px;
	display: inline-block;
	margin-left: 15px;
}

#cart-total{
	display: block;
	text-align: center;
	color:#fff;
	background-color: red;
	width: 20px;
	height: 25px;
	border-radius: 50%;
	font-size: 14px;
}

.col-lg-4, .col-lg-6, .col-lg-8, .col-lg-12{
	margin-top: 10px;
}

.btn{
	border-radius: 0;
}

.row-image{
	width: 100px;
}

.form-field{
	width:250px;
	display: inline-block;
	padding: 5px;
}

.cart-row{
	display: flex;
    align-items: flex-stretch;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;

}

.quantity{
	display: inline-block;
	font-weight: 700;
	padding-right:10px;
	

}

.chg-quantity{
	width: 12px;
	cursor: pointer;
	display: block;
	margin-top: 5px;
	transition:.1s;
}

.chg-quantity:hover{
	opacity: .6;
}


.hidden{
	display: none!important;
}



/* Style the button that is used to open and close the collapsible content */
.collapsible {
	background-color:gold !important;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
  }

  
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .collapsible:hover {
	background-color:none;
  }
  
  /* Style the collapsible content. Note: hidden by default */
  .content {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	background-color: #f1f1f1;
  }

  .collapsible:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: white;
	float: right;
	margin-left: 5px;
  }
  
  .active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
  }




	


	
	.bg-dark{
		background-color: blue !important;
	}
	
	.navbar-dark{
		background-color: blue !important;
	}
	
	#logo{
		width:30px;
		display: inline-block;
		margin-left: 15px;

	}
	
	
	/* Style the button that is used to open and close the collapsible content */
	.collapsible {
		background-color:gold !important;
		color: blue;
		cursor: pointer;
		padding: 18px;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		font-size: 15px;
	  }
	  
	  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
	  .active, .collapsible:hover {
		background-color: gold !important;
	  }
	  
	  /* Style the collapsible content. Note: hidden by default */
	  .content {
		padding: 0 18px;
		display: none;
		overflow: hidden;
		background-color: #f1f1f1;
	  }
	
	  .collapsible:after {
		content: '\02795'; /* Unicode character for "plus" sign (+) */
		font-size: 13px;
		color: white;
		float: right;
		margin-left: 5px;
	  }
	  
	  .active:after {
		content: "\2796"; /* Unicode character for "minus" sign (-) */
	  }
	
	
	  /* Style all font awesome icons */
	.fa {
		padding: 20px;
		font-size: 30px;
		width: 100px;
		text-align: center;
		text-decoration: none;
	  }
	  
	  /* Add a hover effect if you want */
	  .fa:hover {
		opacity: 0.7;
	  }
	  
	  /* Set a specific color for each brand */
	  
	  /* Facebook */
	  .fa-facebook {
		background: #3B5998;
		color: white;
	  }
	  
	  /* Twitter */
	  .fa-twitter {
		background: #1091f3;
		color: white;
	  }
	
	  .fa-whatsapp {
		background: #075e54;
		color: white;
	  }
	
	
	  .fa-linkedin {
		background: #007bb5;
		color: white;
	  }
	
	  .fa-youtube {
		background: #bb0000;
		color: white;
	  }
	  .dropdown:hover > .dropdown-menu {
		display: block;
	}
	.dropdown > .dropdown-toggle:active {
		/*Without this, clicking will make it sticky*/
		pointer-events: none;
	}
	.ul,a:hover{
		background-color: gold;
	}
	
	/* body {
		background-color: #fbfbfb;
	  }
	  @media (min-width: 991.98px) {
		main {
		  padding-left: 240px;
		}
	  } */
	  
	 /* Height of navbar
		box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
		width: 240px;
		z-index: 600;
	  }
	  
	  @media (max-width: 991.98px) {
		.sidebar {
		  width: 100%;
		}
	  }
	  .sidebar .active {
		border-radius: 5px;
		box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	  }
	  
	  .sidebar-sticky {
		position: relative;
		top: 0;
		height: calc(100vh - 48px);
		padding-top: 0.5rem;
		overflow-x: hidden;
		overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
	   /*
	background: #1091f3;
	color: white;
  }

  .fa-whatsapp {
	background: #310dfc;
	color: white;
  }


  .fa-linkedin {
	background: #007bb5;
	color: white;
  }

  .fa-youtube {
	background: #bb0000;
	color: white;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    Without this, clicking will make it sticky
    pointer-events: none;
}
.ul,a:hover{
	background-color: rgb(216, 44, 44);
}

/* body {
	background-color: #fbfbfb;
  }
  @media (min-width: 991.98px) {
	main {
	  padding-left: 240px;
	}
  } */
  
 /* Height of navbar
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
	width: 240px;
	z-index: 600;
  }
  
  @media (max-width: 991.98px) {
	.sidebar {
	  width: 100%;
	}
  }
  .sidebar .active {
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  }
  
  .sidebar-sticky {
	position: relative;
	top: 0;
	height: calc(100vh - 48px);
	padding-top: 0.5rem;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
   /* */
  
.box-element{
	box-shadow:hsl(0, 0%, 80%) 0 0 16px;
	background-color: #fff;
	border-radius: 4px;
	padding: 10px;
}

.thumbnail{
	width: 100%;
	height: 200px;
	-webkit-box-shadow: -1px -3px 5px -2px rgba(214,214,214,1);
    -moz-box-shadow: -1px -3px 5px -2px rgba(214,214,214,1);
    box-shadow: -1px -3px 5px -2px rgba(214,214,214,1);
}


.row-image{
	width: 100px;
}
      