
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  cursor: pointer;
}

#accordionOne .card {
    background-color: #fff3cd;
    border-color: #fff3cd;
    color: #856404;
    margin: 0;    
    padding: 0 5px;
}
#accordionOne .btn {
    border-color: #fff3cd;
    padding: 0;
    margin: 0;
    border: 0;
}
#accordionOne .btn:focus, #accordionOne .btn.focus {
  outline: 0;
  -webkit-box-shadow: none ;
  box-shadow: none;
}

[data-toggle="collapse"] .fa:after { 
  content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:after {
  content: "\f13a";
}

.footer-apps-button {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.total_cos{
    text-align:right; 
    border:none;
    background-color:#fff;
    width: 4.1em; 
}
.taxa_css{
    background-color:#fea;
}

.banner{
	background-size: cover;
}


.products .image {
    min-height: 250px;
    max-height: 350px;
}


.meniu-item, .produs-item {
  margin-bottom: 30px;
}

/*lista produse*/
/*vertical spacing between columns*/
[class*="col-"] {
  margin-bottom: 10px;
}

.produs-content {
  height: 100%;
  padding: 20px 20px 10px;
}
/*end lista produse*/

/*STICKY TOP BAR */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:100;
}

.pma-top-bar {
	background: #795548;
    font-size: 0.9rem;
	color: #f1f1f1;
	padding: 10px 0 0;
/*	margin-bottom: 5px;*/
}

.pma-top-bar a {
/*    color: rgba(255, 255, 255, 0.5);*/
/*color: #ffffff;*/
    text-decoration: none;
	font-size: 1.1rem;
	font-weight: 700; 
}
.pma-top-bar a:hover {
/*    color: rgba(255, 240, 0, 0.8);*/
    text-decoration: none;
}

.pma-top-bar .shopping-cart-btn{
	font-weight: bold;
	background-color: #ff0000 !important;
    min-width: 70px;
    color: #ffffff;
    height: 38px;
    border-radius: 35px;
}
.pma-top-bar .shopping-cart-btn:hover{
	background-color: #ffffff !important;
	color: #ff0000;
}

.pma-top-bar .shopping-cart-btn .cart-counter{
	font-weight: bold;
}

.SearchBox {
    height: 38px;
    min-width: 42px;
	border-radius: 35px;
	margin-right: 1em;
	background: none;
    border: 3px solid #fff !important;
    color: #fff;
    text-decoration: none;	
    padding: 2px 6px;    
}

.SearchBox:hover, .SearchBox:focus {
  background: #fff;
  color: #955251 !important;
}  
/*end top bar*/

.img-w-caption {
    display: block;
    margin: 13px 0 15px;
    position: relative;
}

.img-w-caption span {
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    font-size: 1.5rem;
    color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;    
	font-family: inherit;
    font-weight: 500;
    line-height: 1.2;    
}



footer.main-footer {
    padding: 0;
    padding-bottom: 0;
    background: #343a40 !important;
    color: #fff;
}

footer.main-footer .info-utile h3.title {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 10px 0 15px;
    text-transform: none;
}
footer.main-footer .info-utile {
    padding: 15px 0;
    background: #4b535a !important;
    color: #ccc;
}

footer.main-footer .copyrights {
    padding: 5px 0;
    background: #343a40 !important;
    color: #ccc;
}

/* Hide HTML5 Up and Down arrows. */

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

/*radio button section*/

/* The label-radio */
.label-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.label-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.label-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.label-radio input:checked ~ .checkmark {
    background-color: #795548;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.label-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.label-radio .checkmark:after {
	content:"\2713"; 	
 	top: -4px;
	left: 2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	color: white;
	font-weight: bold;
/*	background: white;*/
}
/*end radio button*/    


/*search div*/
.pma-top-bar ul {
	list-style: none;
	margin: 0 auto;
	padding-left:0;
}
.pma-top-bar ul li{
	float: left;
	position: relative;
}
.cauta_produs{
	background-image: url('../images/searchicon.png');
	background-position: 10px 12px;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 16px;
	padding: 12px 20px 12px 40px;
	border: 1px solid #ddd;
/*	margin-bottom: 12px;*/
}

#ListaProduse {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#ListaProduse li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  color: black;
  display: block
}

#ListaProduse li a:hover:not(.header) {
  background-color: #eee;
}

#SearchModalCenter .modal-dialog{
    overflow-y: initial !important
}
#SearchModalCenter .modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
/*quicksearch*/
.no-results-container {
    background: #f34105;
    color: #fff;
    font-weight: bold;
    padding: 1em;
}
/*end search div*/


/*https://bootsnipp.com/snippets/7nj48*/
ul.chec-radio {
/*    margin: 15px;*/

}
ul.chec-radio li.pz {
    display: inline;
}
.chec-radio label.radio-inline input[type="checkbox"] {
    display: none;
}
.chec-radio label.radio-inline input[type="checkbox"]:checked+div {
    color: #fff;
    background-color: #955251;
}
.chec-radio .radio-inline .clab {
    cursor: pointer;
    background: #e7e7e7;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #955251;
    position: relative;
    float: left;
    margin: 0;
    margin-bottom: 5px;
}
.chec-radio label.radio-inline input[type="checkbox"]:checked+div:before {
    content: "\2714";
    margin-right: 5px;
}
.chec-radio label.radio-inline input[type="radio"] {
    display: none;
}
.chec-radio label.radio-inline input[type="radio"]:checked+div {
    color: #fff;
    background-color: #955251;
}
.chec-radio label.radio-inline input[type="radio"]:checked+div:before {
    content: "\2714";
    margin-right: 5px;
}


/* checkbox styled - https://codepen.io/spacemonkey/pen/vmZROv*/

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #795548;
}
.styled-checkbox:hover + label:before {
  background: #fea;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #795548;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
