* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
html{
  height: 100%;
}
body { 
    font-family: 'Roboto',sans-serif; 
    background-color: white;
  }

.BIGcontainer{
    margin-top:120px;
  }

.BIGcontainersale{
    padding-top: 0px;
  }
.products_container{
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  min-height: 500px;
}  
.products {
      display: block;
      padding-left: 1px; 
      padding-right: 1px; 
      border-style: solid;
      border-width: 0.5px;
      border-color:lightgrey;
    
  }
.products h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
/* Close button on hover 
.product-img {
    width: 150px;
    height: 250px;
  }
*/
.productbutton {
  color: white;
  background-color: black;
  width: 100%;
  height: 30px;
  font-family: 'Roboto',sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  }
/* Close button on hover */
.productbutton:hover,
.productbutton:focus {
  background-color : grey;
  cursor: pointer;
}

.all_container {
margin-top: 140px;

}

.details_container {
  display: flex;
  margin: 10px;
  width: auto; /* Full width */
  height: auto; /* Full height */
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.section1{
  flex-basis: 20%;
  order: 1;
}
.section2{
  flex-basis: 45%;
  order: 2;
  align-self: flex-start;

}
.section3{
  flex-basis: 25%;
  order: 3;
  margin-left: 10px;
  padding-right: 10px;
}
.imgcontainer-0 {
  width: auto;
  height: auto;
}
.imgcontainer-1 {

  margin-left: 10px;
  margin-right: 10px;
}
.productdet-img-1 {
  margin-bottom: 5px;
 
}
#zoom{
  color: #888;
}
/* The Close Button */
.goback {
  /* Position it in the top right corner outside of the modal */
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  top: 0;
  margin-bottom: 10px;
  color: #000;
 
}
textarea{
  width: 100%;
  height: 75px;
  margin-top: 7.5px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: #f8f8f8;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-left: 2px;
  resize: none;
}
label{
  padding-bottom: 5px;
  font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

/* Close button on hover */
.goback:hover,
.goback:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

.prdcontainer {

  overflow: visible;

}

.filterDiv {
  margin: 5px;
  padding-bottom: 10px;
  display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background to the active button */
.btn.active {
  background-color: black;
  color: white;
}

.myBtnContainer{
  margin-left: 10px;
  margin-top: 5px;
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}

.select-css {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
	color: #444;
	line-height: 1.4;
	width: 100px;
	box-sizing: border-box;
	margin: 0;
  border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);

	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:normal;
}

.select-css-bag {
  display: inline-block;
	font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
	color: #444;
	line-height: 1.6;
  width: 100px;
  height: 28px;
	box-sizing: border-box;
	margin: 0;
  border: 1px solid #aaa;
  border-radius: 1px;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);

	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

#shopping-cart {
  margin: 130px 10px 10px 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
#shopping-cart-ord {
  margin: 10px 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
#shopping-cart table {
	width: 100%;
	background-color: #F0F0F0;
}
#shopping-cart-ord table {
	width: 100%;
	background-color: #F0F0F0;
}
#shopping-cart table td {
	background-color: #FFFFFF;
}
#shopping-cart-ord table td {
	background-color: #FFFFFF;
}

#btnOrder {
	background-color: limegreen;
	border: limegreen 1px solid;
	padding: 5px 10px;
	color: white;
	float: right;
	text-decoration: none;
	border-radius: 1px;
  margin: 10px 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cart-item-image {
	width: 80px;
    height: 80px;
    border-radius: 50%;
    border: #E0E0E0 1px solid;
    padding: 5px;
    vertical-align: middle;
    margin-right: 15px;
}
.txt-heading {
	color: #211a1a;
  border-bottom: 1px solid #E0E0E0;
  line-height: 30px;
  overflow: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.tbl-cart {
	font-size: 0.9em;
}

.tbl-cart th {
	font-weight: normal;
}
tr{
  font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.myBtnBag{
  border: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.bagqty{
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.subcontainer{
  display: -ms-flexbox; /* IE10 */
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}
.ordercontainer{
margin : 140px 5px 5px 5px;

}
.ordersection1,
.ordersection2,
.ordersection3 {
  margin-right: 10px;
  margin-bottom: 20px;
  flex: 1;
}
.ordersplit2, 
.ordersplit3 {
  display: flex;
  align-content: space-around;
}
.col-20 {
  -ms-flex: 20%; /* IE10 */
  flex: 20%;
  margin-right: 5px;
}
.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  margin-right: 5px;
}
.col-30 {
  -ms-flex: 30%; /* IE10 */
  flex: 30%;
  margin-right: 5px;
}

.col-40 {
  -ms-flex: 40%; /* IE10 */
  flex: 40%;
  margin-right: 5px;
}
.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  margin-right: 5px;
}

.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.orderbtn {
  background-color: #4CAF50;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 1px;
  cursor: pointer;
  font-size: 17px;
}

.orderbtn:hover {
  background-color: #45a049;
}

@media (max-width: 768px) {
  #shopping-cart {
    padding-top: 10px;
    margin: 120px 10px 10px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
  }
.salecontainer{
  margin-top:60px;
}
.details_container {
    display: block;
    margin-top:50px;
    width: auto; /* Full width */
    height: auto; /* Full height */
    padding: 10px;
  
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
  }
  .products_container{
    display: flex;
    
    padding: 10px;
  }  

.BIGcontainer{
  margin-top:120px;
}
.BIGcontainersale{
  padding-top: 10px;
}
  .myBtnContainer{
   display: block;
  }
  .imgcontainer {
    width: auto;
    height: auto;
  }
  .imgcontainer-1 {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .subcontainer{
      flex-direction: column;
      margin: 10px;
      padding-top: 10px;
    }
   
.all_container {
      margin-top: 130px;
      
      }
}



