#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:370px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:370px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{
  background: url('bg.jpg');
}
#lorem{
  font-family: "Segoe UI", sans-serif;
  font-size: 12pt;
  text-align: left;
}
#popupfoot{
  font-family: "Segoe UI", sans-serif;
  font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
  text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
  background-color:#D1D1D1;
  color: green;
}
.popupoption2:hover{
  
  color: red;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial !important;
}

.price {
  color: grey;
  font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  /*width: 100%;*/
  width: 100%;
  font-size: 18px;
}
.card button::first-child {
  border-right: 1px solid #c7c7c7;
}

.card button:hover {
  opacity: 0.7;
}

#modalmask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
  width: 1478px; 
  font-size: 32pt; 
  color:white; 
  height: 602px; 
  opacity: 0.5;
}  
#modalboxes .modal {
  position:absolute;
  left:8%;
  top:50%;
  width:370px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#modalboxes #mdialog {
  width:370px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  display:none;
}

.cart_blk{
  position: fixed;
  right: 0;
  top: 12%;
  background-color: #e7e7e7;
  z-index: 2;
  border-radius: 5px;
}
.cart_blk a {
  color: #555;padding: 15px 10px;display: block;text-decoration: none;
}

.social-icon {
  padding-top: 10px;
}

.social-icon i {
  font-size: 34px;
}

.bread_crumb {
  display: flex;
  justify-content: space-between;
  width: 100%;  
  background-color: #eee;
  margin-bottom: 20px;
  padding: 3px 0;
  flex-wrap: wrap; 
}

.subcategory_blk {
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
  align-items: center;
}

.subcat_label {
  color: #333;
  padding: 5px 16px;
  /*font-weight: bold;*/
  font-size: 16px;

}

.subcat_value {
  border: 1px solid #337ab7; 
  margin-right: 5px; 
  border-radius: 5px;
  a {
    display: block !important;
    padding: 5px 16px;
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
}

.normal {
  background-color: #337ab7;
  a {
    color: #ffffff !important;
  }
}
.active {
  background-color: #ffffff;
  a {
    color: #337ab7 !important;
  }
}