.continut-multimplu {
  min-width: 240px;

}
.plaseazaComanda {
	float:right;
}
.affix-bottom {
  position: fixed;
}
.alert-danger {
  float:right;
}

ul.dropdown-menu {
    list-style-type:none;
    max-height:160px;
    overflow:auto;
}

ul.dropdown-menu:hover {
  cursor: pointer;
}



ul.dropdown-menu::-webkit-scrollbar {
    width: 12px;
}

/* Track */
ul.dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

/* Handle */
ul.dropdown-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background: #2774be; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
ul.dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4); 
}


button.form-control {
  outline:none!important;

}
.paginatie2 {
	text-align: center;
}
.paginatie {
	display:none;
}
.termeniSiCond {
	background-color: #f2f9ff;
	color: #2280c3;
	max-width:380px!important;
	text-align:center;
	font-size: 15px;
}
.semnExcla {
	font-size: 40px;
}
.termLeft {
	//padding-right:0;
}
.termRight {
	padding-left:0;
}
.paginatie>div:first-child {
 display: inline-block!important;
 min-width:100%!important;
}

button.form-control {
  display: inline-block!important;
}

.form-inline span {
  display:block;
}

.container-cos {
  max-width: 1140px!important;
  min-height: calc(100vh - 570px);
}

.last-call .control--radio{

    float: left;
}

 .modalitate-plata {
    padding-bottom: 0!important;
 }

.modalitate-plata-border {
  border-bottom: 1px solid #cde0f1;
  padding: 0.6em 0;
  min-width: 100%;
}
.PcteMesaj {
	text-align:center;
}
.last-radio {
  padding-top: 0.6em;
}
.cosDonatie {
  cursor: pointer;
}
.detaliiDonatie {
  display:none;
  position:absolute;
  padding: 5px 10px;
  border: 1px solid #cbdff2;
  background-color: #f2f9ff  !important;
  z-index: 123;
  border-radius: 13px;
  top:0px;
}
.salvatiCopii {
  position:relative;
}
.mobile-total {
  margin-right: 3em;
  margin-top: 1em;
  display: block;
  width: 100%;
}

.detalii-comanda {
  display: block;
  width: 100%;
  border-top: 1px solid #cde0f1;
  margin-top: 1em!important;
}


.form-inline span:after {
  content: "";
  clear: both;
  display: block;
}

.form-inline .col-lg-12 {
  clear:both;
}


@-moz-document url-prefix() {
#details_container_cos select  {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("../images/select-arrow.png") no-repeat scroll 100% center / 13px 8.5px !important;
    background-position: 97% center!important;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 6px 20px 6px 6px !important;
    width: auto;
  }
#details_container select  {
      -moz-appearance: none;
      background: rgba(0, 0, 0, 0) url("../images/select-arrow.png") no-repeat scroll 100% center / 13px 8.5px !important;
      background-position: 88% center!important;
      border: 1px solid #ccc;
      overflow: hidden;
      padding: 6px 20px 6px 6px !important;
      width: auto;
}
}


.select-button {
    max-width: 55px!important;
    padding: 6px;
    display: inline-block;
}





#bulina3{
  background: rgba(0,0,0,0) url("/images/spriteCos.png")!important;
  background-repeat: no-repeat!important;
  background-position: -60px -12px!important;
  height: 36px;
  width: 52px;
  text-align:center;
  font-size:14px;
  color:#fff;
  font-weight:600;
  border:none;
  padding:2px 4px;
  margin: 1.5em 0;
  outline:none;
}

.text-cos {
  text-align: right;
}

.salvati-copii-cos {
  margin-left: -12px;
}


/******************************
Sectiunea Transport
*********************************/


.row-transport-cos {
  padding: 1em 0.5em;

}
.noBord {
  border-bottom:none!important;
}

.transport-cos-text {
  margin-left: -10px;
  font-weight: bold;
}

.transport-cos-text-blue {
  color: #2774be;
}

.mesaj-cos {
  padding:5px 25px 5px 30px;
  background: #fddddb;
  border-bottom-right-radius:  13px;
  border-bottom-left-radius:  13px;
  color: #ea706a;
  text-align:center;
}
#details_container_cos {
  border:1px solid #cbdff2;
  width:100%;
  border-radius:13px;
  float:left;
  background: #f2f9ff!important;
  padding: 20px;
}

.transport-cos {
  display:none;
  padding-bottom: 8px;
}
 .rowNoScript {
   margin: 1em 2em;
 }
.transport-cos-noJs {
  padding: 20px;
  padding-bottom: 8px;	
}

.transport-border {
  border-top: solid 1px #cde0f1;
}

.modalitate-transport {
  border-bottom: 1px solid #cde0f1;
}

/******************************
CSS pentru Radion-Button
*********************************/

.control {

  position: relative;
  padding-left: 30px;
  margin-right:0;
  cursor: pointer;

}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background: grey;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #2774be;
}
.control input:checked ~ .control__indicator::after {
  left:4px;
  top: 4px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #2774be;
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control__indicator:after {
  display: block;
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}


.control__indicator:after {
  left:1px;
  top: 1px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}



/******************************
Voucher & Puncte Fidelitate
*********************************/
.heading-cos-margin {
  margin-left: 1em;
}

.h2-cos {
  margin-bottom: 0;
}


.puncte-fidelidate::-webkit-input-placeholder { font-size: 20px; }
.puncte-fidelidate::-moz-placeholder {  font-size: 20px;  } /* firefox 19+ */
.puncte-fidelidate:-ms-input-placeholder {  font-size: 20px;  } /* ie */


.details_container_colorat {
  border:1px solid #cbdff2;
  width:100%;
  border-radius:13px;
  float:left;
  padding: 20px;
  margin-top: 0.5em;
  background: #f2f9ff  !important;
}
.button-voucher {
  background-color: rgba(0,0,0,0);
  border: none;
  margin-left: 1.35em;
  color: #2774be;
  font-weight: bold;
}
.voucher-b {
  padding: 20px 10px;
}
.voucher-input {
  max-width: 170px!important;
}

::-webkit-input-placeholder {
   text-align: center;
   font-weight: bold;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;
   font-weight: bold;
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;
   font-weight: bold;
}

:-ms-input-placeholder {
   text-align: center;
   font-weight: bold;
}

.exclamare {
  padding: 0.3px 5px;
  background: rgba(0,0,0,0);
  border-radius: 50%;
  border: solid 1px #2774be;
  font-size: 10.8px;
  font-weight: bold;
  color: #2774be;
  margin-left: 10px;
  cursor:pointer;
}


/******************************
Detalii Comanda
*********************************/

.btn-log {
  margin-left: 3em;
  margin-right: 1em;
  border-radius: 13px;
  padding: 2px 25px;
  font-weight: bold;
  border: none;
  color: #fff;
  outline:none;

}
.livrareCos {
  border-top: 1px solid #cde0f1;
  padding-top: 1em;
  margin-top: 1em!important;
}

.btn-log:active {
  opacity: 0.8;
}

.numeAdresa {
  max-width: 355px;
  margin-top: 0.5em;
}

.telMail {
  max-width: 255px;
  margin-top: 0.5em;
}


.numeAdresa::-webkit-input-placeholder,
.telMail::-webkit-input-placeholder {
    color: #000;
    text-align: left;
    font-weight: normal;
}
.numeAdresa:-moz-placeholder,
.telMail:-moz-placeholder {
  color: #000;
  text-align: left;
  font-weight: normal;
}
.numeAdresa::-moz-placeholder,
.telMail::-moz-placeholder {
  color: #000;
  text-align: left;
  font-weight: normal;
}
.numeAdresa:-ms-input-placeholder,
.telMail:-ms-input-placeholder {
  color: #000;
  text-align: left;
  font-weight: normal;
}
.adrMultipl {
  width: auto!important;
  padding: 6px 12px;
  font-size: 14px;
  height: 34px!important;
}


/******************************
Doresc sa platesc
*********************************/

.hr-cos {
  margin: 0;
}

.textarea-cos {
  border-radius: 13px;
  margin-top: 1.5em;
  margin-bottom: 2em;
  float: left;
}

textarea.textarea-cos {
  text-align: left!important;
  padding: 1em;
}

.textarea-cos::-webkit-input-placeholder {
    text-align: left;
}

.textarea-cos:-moz-placeholder {
    text-align: left;
}
.textarea-cos::-moz-placeholder {
    text-align: left;
}
.textarea-cos:-ms-input-placeholder  {
    text-align: left;
}

.plaseazaComanda {
  background: rgba(0,0,0,0) url("/images/spriteCos.png")!important;
  background-repeat: no-repeat!important;
  background-position: -188px -8px!important;
  height: 40px;
  width: 232px!important;
  outline:none!important;
}

/******************************
SUMAR COMANDA
*********************************/

.continut-multiplu-sumar-up {
  max-width: 250px;
  border:1px solid #cde0f1;
  width:100%;
  border-top-right-radius:13px;
  border-top-left-radius: 13px;
  float:right;
  margin-top: 0.5em;
  background: #fff;
}

.continut-multiplu-sumar-down {
  max-width: 250px;
  border:1px solid #cde0f1;
  width:100%;
  border-bottom-right-radius:13px;
  border-bottom-left-radius: 13px;
  float:right;
  margin-top: 0.5em;
  background: #fff;
}



.continut-multiplu-sumar {
  max-width: 250px;
  width:100%;
  float:right;
  top:0;
}

.sumar-up {
  padding: 16px 8px;
}

.sumar-siguranta {
    border-bottom: 1px
}

.security-container {
  padding: 1.8em 3em;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 180%;
  border-bottom: 1px solid #cde0f1;
}



.preturi-sumar {
  font-weight: bold;
}

.spatiu-sumar {
  margin-top: .5em;
}

.sumar-total {
    font-size: 15px;
    font-weight: bold;
}

.sumar-down {
  border-top: 1px solid #cde0f1;
  padding: 8px 8px;
}
.wave-bg {
  background: URL("/images/onduleuri.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 35px;
}




/**********************************************
@@@@@@@@@@@@@@   MEDIA QUERIES   @@@@@@@@@@@
**********************************************/


@media(max-width:993px) {
  .container-cos {
	margin-top:10px;
}
  .h2-cos,
  .details_container_colorat h2 {
    margin-bottom: 0!important;
  }

  .details_container_colorat .form-inline input {
    margin: auto!important;
    display: block;
    margin-top: 0.5em!important;
  }
  .details_container_colorat .form-group {
    margin: auto;
    display: block;
  }
  .puncte-fidelitate-1 h2 {
    margin-bottom: 10px!important ;
  }
  .heading-cos-margin .puncte-fidelitate-1 h2 {
    margin-bottom: 0!important;
  }
  .heading-cos-margin .puncte-fidelitate-1 {
    text-align: center;
    display: block;
    margin:auto;
    width: 100%;
  }
  .detalii-comanda .h2-cos,
  .details_container_colorat h2 {
    text-align: left;
  }
  .subsol .row {
      max-width: 90vw;
      margin: auto;
}
	.login_cos{
		text-align:center!important;
	}
		.login_cos button, .login_cos a {
		margin-top: 10px!important;
	}
}

@media(max-width:768px) {
	.mesajLoadCos {
		top:5%!important;
	}
	.login_cos button, .login_cos a {
		margin-top: 10px!important;
	}
      .mobile-produs-titlu {
        font-size: 12px;
      }
      .text-overflow-cos {
        font-size: 14px;
        font-weight: bold;
      }

      #bulina3{
        margin: 0.5em 0;
      }

      .mobile-border {
        border-bottom: 1px solid #cde0f1;
        margin-bottom: 0.5em;
        padding-bottom: 0.7em;
        float: right;
        width: 100%!important;
      }
      .mobile-produs-pret {
        border-left: 1px solid #cde0f1;
        margin-top: 0.4em;
      }
      .mobile-produs-pret {
        margin-top: 0.4em;
      }
      .mobile-heading {
        font-size: 22px;
        margin-bottom: 5px!important;
      }
      .mobile-image {
        float: none;
        margin: auto;
      }
      .mobile-form {
        margin-top: 1em;
      }
      .puncte-fidelitate-1 {
        text-align: center;
        display: block;
        margin:auto;
        width: 100%;
      }
      .detalii-comanda,
      .detalii-comanda .h2-cos {
        text-align: center;
      }
      .details_container_colorat {
          text-align: center;
      }
      .details_container_colorat input {
        max-width: 100%!important;
        margin-top: 1em;
      }
      .details_container_colorat h2 {
        margin-bottom: 1em!important;
        text-align: center;
      }
      .modalitate-plata {
        margin-top: 1em!important;
      }
      .buton-detalii {
        display: block;
        width: 100%;

      }
#details_container,
#details_container_cos,
.details_container_colorat,
.textarea-cos {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
                        0 1px 5px 0 rgba(0,0,0,0.12),
                        0 3px 1px -2px rgba(0,0,0,0.2);
}

}

@media(max-width:660px) {

  .continut-multiplu {
      box-sizing: border-box;
      padding: 0 10px 1em 10px!important;
  }

  #details_container,
  #details_container_cos,
  .detalii-comanda {
    box-sizing: border-box;
    padding: 15px 10px;
  }
.mobile-produs-cantitate {
  padding: 0 5px;
}
.btn-ascuns-desktop, .dropdown.simplu {
margin: 0!important;
}
button.dropdown-toggle {
  display:none!important;
}
select#cosSelect {
  display: inline-block!important;
} 
.mesaj-cos {
  padding:5px 15px 5px 12px;
}
}

@media(max-width:519px) {
  .mobile-form-element {
    margin-left: 0!important;
    padding-left: 0;
    margin-top: 0.5em!important;
    display: block;
  }
  .selecteaza-localitatea {
    display: block!important;
    margin: 0.5em 0 0 0!important;
    padding: 0;
  }
  .mobile-margin {
    padding-left: 0;
  }
  .mobil-voucher {
    display: block!important;
    width: 100%;
  }

}

@media(max-width:400px) {
small.text-overflow {
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
  }
  .modalitate-plata {
    text-align: left!important;
  }
.mesaj-cos {
  padding:5px 10px 5px 9px;
}

}

@media(max-width:340px) {
   .continut-multiplu {
      box-sizing: border-box;
      padding: 0 1px!important;
  }



  small.text-overflow {
      max-width: 80px;
  }
  .mobile-ong {
    text-align: left!important;
  }
  .mobile-persoana-fizica {
    margin-left: 10px;
  }

.mobile-produs-cantitate {
  padding: 0;
} 


}

@media(max-width:259px) {
  .mobile-radio {
    display: inline-block;
    float: left;
    margin-top: 1em!important;
    margin-left: 0px!important;
  }
}

@media(min-width:769px) {

  .text-overflow-cos {
    line-height:1em;
    height: 2em;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    margin: 0;
  }


  .text-overflow-cos:hover {
    z-index: 2;
    overflow: none;
    position: absolute;
    top: -5px;
    background: #fff;
    border: 1px solid lightgrey;
    padding: 10px;
    border-radius: 15px;
    line-height: normal;
    height: auto;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
                        0 1px 5px 0 rgba(0,0,0,0.12),
                        0 3px 1px -2px rgba(0,0,0,0.2);
  }
}
@media(max-width:500px) {
	.TCC {
		text-align:center!important;
	}	
	.plaseazaComanda  {
		float:none!important;
		margin: 0 auto!important;
		display:block;
	}
}

/************ SPRITE-URI ************/

.imgSecurity, .imgPlata, .imgDonatie {
  display: inline-block;
  background-image: url("/images/spriteCos.png")!important;
  background-repeat: no-repeat!important;
}
.imgSecurity {
  background-position: -20px -12px;
  height: 36px;
  width: 28px;
  margin-bottom: -5px;
}
.imgPlata {
  background-position: -136px -16px;
  height: 28px;
  width: 32px;
  margin-bottom: -5px;
}
.imgDonatie {
  background-position: -452px -8px;
  height: 60px;
  width: 96px;
}

/************ SFARSIT SPRITE-URI ************/

#detaliiClient {
	display:none;
}
.detaliiCont2 {
  float:left;
  padding-bottom: 9px!important;
}
.text_error {
	border: 2px solid red!important;
	outline: red solid thick;
}
.inputNecompletat {
	//border: 1px solid #ea706a;
	//background: #fddddb;
	color: #ea706a;
	padding: 7.5px 15px;
	max-width: 355px;
	border-radius: 7px;
	text-align:center;
	margin-top: 1em;
	font-size: 14px;
}
.headlineDoiMic {
  margin-top: 0; 
  font-size: 15px;
}
.modificaAdresaBtn {
  margin:20px 5px auto!important;
  float:none!important;
}
.nuAiMultiple {
    border: 1px solid #ea706a;
	background: #fddddb;
	color: #ea706a;
	padding: 7.5px 15px;
	border-radius: 7px;
	text-align:center;
	margin-top: 1em;
	font-size: 14px;
}
.marginLeft {
	margin-left: 3em!important;
}
.maiCumpara {
	text-align:center;
	color: #5dc4b4;
	border-top: 1px solid #cbdff2;
	padding: 12px 12px;
	background: #dff6f5;
	font-size: 14px;
}
#loadingCart {
	display:none;
    position:absolute;
	min-width: 100%;
	min-height:100%;
	background-color: #000;
	opacity: .4;
	z-index: 999;
}
.mesajLoadCos {
	font-size:16px;
	color:#ffffff;
	font-weight: bold;
	position:absolute; 
	top: 30%; 
	left: 40%;
}
.i3Text {
text-align:center;
margin-top: 10px;
display:none;
}
.i2Text {
	max-width: 200px!important;
	float:right;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 19px -3px rgba(39, 116, 190, 0.45);
    -moz-box-shadow: 0px 0px 19px -3px rgba(39, 116, 190, 0.45);
    box-shadow: 0px 0px 19px -3px rgba(39, 116, 190, 0.45);
	text-align:center!important;
	margin-top: 10px;
	display:none;
	padding: 5px;
}
.i1Text {
	background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 19px -3px rgba(39, 116, 190, 0.45);
    -moz-box-shadow: 0px 0px 19px -3px rgba(39, 116, 190, 0.45);
    box-shadow: 0px 0px 19px -3px rgba(39, 116, 190, 0.45);
	text-align:center!important;
	margin-top: 10px;
	padding: 5px;
	position: absolute;
	display:none;
}

@media(max-width:400px) {
.modificaAdresaBtn {
	margin: 10px 0 0 0!important;
}	
.containerAdresaNoua, .containerFirmaNoua {
	text-align:center!important;
}
}

/********** COMANDA RAPIDA ***************/
#comanda_rapid, #nrtelrapid, #clickrapid {
	display:block!important;
	float:right!important;
}
#comanda_rapid {
	text-align:right!important;
	margin: 20px 0 0 0!important;
}
.afisezaHover2 {
	top: 0px!important;
	right: 200px!important;
	text-align:left!important;
}
#mesajSuccesCR {
	float:right!important;
	margin-top: 10px!important;
}
@media screen and (max-width: 769px) {
	#comanda_rapid, #nrtelrapid, #clickrapid, #mesajSuccesCR {
		float:none!important;
		display:block!important;
	}
	#comanda_rapid {
		text-align:center!important;
	}
	#nrtelrapid, #clickrapid, #mesajSuccesCR {
		margin:auto!important;
		margin-top: 10px!important;
	}
}
@media screen and (max-width: 500px) {
	.afisezaHover2 {
		top: 120px!important;
		right: 100px!important;

	}
}

/********** SFARSIT COMANDA RAPIDA ***************/