
html, body, body.page, .wf-container > * {
    font: normal 15px / 25px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
}
body {
  padding-top: 120px;
  background: white;
  padding-bottom: 150px;
  
}
.btn-primary {
    background: #053f60 !important;
    border-color: #053f60 !important;
}
.bg-dark {
    background-color: #acba38!important;
}
img.logo {
    height: 95px;
}

/*.btn-primary{
    background: #ffa020 !important;
    border-color: #ffa020 !important;
}*/
#overlay {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(111, 64, 0); /* Black background with opacity */
  z-index: 99992; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  overflow: hidden;
}
#overlay #text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: center;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    font-size: 18px;
    font-family: sans-serif;
}
@media (min-width: 768px) {
  #welcome_div_center{
    line-height: 40;
  }
}
@media (min-width: 992px){
	.modal-lg, .modal-xl {
    	max-width: 99%;
	}	
  
}
.modal-title{
    font-size: 2.5rem;
    color: #ffa020;
    font-weight: 900;
}
div.dotted{
    border-bottom: 3px dotted #ffa020;
}

.boxed input[type="checkbox"] {
    display: none;
}
.boxed input[type="radio"] {
    display: none;
}
.boxed  label {
    border: solid 1px #ffa020;
    padding: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    min-height: 100px;
}

.boxed .radio label{
  min-height: 35px;
  padding: 10px;
}
.boxed input[type="checkbox"]:checked + label {
  	border: solid 1px #ffa020;
    /*padding: 20px;*/
    background: #ffa020;
    color: white;
    font-weight: 800;
}
.boxed input[type="radio"]:checked + label {
    border: solid 1px #ffa020;
    /*padding: 20px;*/
    background: #ffa020;
    color: white;
    font-weight: 800;
}
.boxed .checkbox{
	padding: 10px;
}
.boxed .radio{
  padding: 10px;
}
.boxed h4{
	font-weight: 800;
    font-style: italic;
    color: #f99700;
    text-transform: uppercase;
}
.modal-footer .row{
	width: 100%;
	text-align: right;
}
input[name="quantity"]{
	align-items: center;
	text-align: center;
	border: 1px solid #ffa020;
}
.circle{
  	border-radius: 100% !important;
  	padding: 0.25em 0.8em;
  	border: 1px solid #ffa020;
  	background: #ffa020;
  	color:white;
}
.input-group-field {
    text-align: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 1rem;
}
.plus-minus-input {
  align-items: center;
}
.product-description-head{
	font-size: 25px;
    font-style: italic;
    color: #ffa020;
}
.product-price{
    font-size: 22px;
    font-weight: 800;
    font-style: italic;
    color: #a5a5a5;
    font-family: inherit;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.25);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 165, 0,.5);
}
#product_final_total{
  font-weight: 700;
}
.prduct_price_cart_details{
  
}
.pagination {
  display: inline-block;
  width: 100%;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  line-height: 1;
  background: white;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}
.card-title {
    min-height: 45px;
}
.card:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
.form-group.required label:after {
  content:"*";
  color:red;
}
.scroll {
  
  
}
.scroll::-webkit-scrollbar {
    width: 12px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.card-img-top {
    height: 300px;
    width: 106px;
}
.h5, h5 {
    font-size: 1.0rem;
}
.h4, h4 {
    font-size: 1.2rem;
}
.imag-fixed {
    display: block;
    max-width: 150px;
    height: auto;
    max-height: 340px;
    margin: auto;
    min-height: 340px;
}
#display_product .modal-content {
    min-height: 700px;
}
.figer_cap{
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
  border: 3px solid #043f60;
  border-radius: 13px;
  padding: 12px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0px;
}
