
/* ---------------------------------- START STRUCTURA MENIU ---------------------------------- */

#HeaderAndMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
}

#pageCustomHeader
{
	margin: 0 auto;
	width: 900px;
	display: none;
	overflow: hidden;
	height: 60px;
	background-color: #ffffff;
}
#pageCustomMeniuMobile
{	
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	display: none;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 2;
}

#divMeniuDesktop
{
	display: block;
}
#divMeniuMobile
{
	display: none;
}
@media only screen and (max-width: 900px)
{
	#pageCustomHeader
	{
		width: 100%;
	}
	#divMeniuDesktop
	{
		display: none;
	}
	#divMeniuMobile
	{
		display: block;
	}
}

#pageHeader {
	background-color: #2ea656;
	height: 40px;
	width: 100%;
	overflow: hidden;
	/*border-bottom: 3px solid #e1e3e6;*/
}
#HeaderBack
{
	float: left;
	width: 32px;
	height: 32px;
	/*background-color: #ffffff;
	border-radius: 18px;
	border: 1px solid #e1e3e6;*/
	overflow: hidden;
	padding: 4px;
}
#HeaderTitle {
	float: left;
	width: calc(100% - 40px - 40px);
	font-size: 30px; 
	/*font-size: 1.5vw;*/
	font-weight: bold; 
	padding-top: 1px; 
	text-align: center; 
	color: #ffffff;
}
@media only screen and (max-width: 900px)
{
	#HeaderTitle
	{
		padding-top: 3px; 
		font-size: 26px; 
	}
}
@media only screen and (max-width: 400px)
{
	#HeaderTitle
	{
		padding-top: 5px; 
		font-size: 22px; 
	}
}
#HeaderSearch
{
	float: left;
	width: 32px;
	height: 32px;
	overflow: hidden;
	padding: 4px;
}

#pageSearch
{
	background: #2ea656;
    height: 40px;
    width: 100%;
	overflow: hidden;
	
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
#divSearchBar
{
	float: left;
	width: calc(100% - 40px - 40px);
	overflow: hidden;
}
#divSearchButton
{
	float: left;
	width: 32px;
	height: 32px;
	overflow: hidden;
	padding: 4px;
}
#divSearchClose
{
	float: left;
	width: 32px;
	height: 32px;
	overflow: hidden;
	padding: 4px;
}
#txtSearchBar
{
	margin-top: 3px;
	margin-left: 4px;
	padding: 5px 10px 5px 10px;
	font-size: 18px;
	border: 1px solid #e1e3e6;
	border-radius: 15px;
	width: calc(100% - 10px - 12px - 2px);
	outline: none;
}

#pageMenu {
	background: #FFFFFF;
    height: 40px;
    width: 100%;
	overflow: hidden;
	
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
#navLeft {
	float: left;
	width: 40px;
	height: 40px;
}
#navRight {
	float: left;
	width: 40px;
	height: 40px;
}
.navButtons {
	width: 36px; 
	height: 36px; 
	margin: 2px;
}
#navContent {
	float: left;
	width: calc(100% - 80px);
	/*overflow: auto hidden; */ /*auto sau hidden*/
	overflow-x: auto;
	overflow-y: hidden;
}

#PanelLimbi
{
	position: fixed;
	top: 40px;
	left: 0px;
	width: 32px;
	padding: 4px;
	border-radius: 0px;
	background-color: #2ea656;
	z-index: 1;
	display: none;
}

#pageContent {
	width: 100%;
	margin-top: 80px;
	padding-bottom: calc(10px + 0px);
}
.sectionTitle {
	font-size: 24px;
	padding: 6px 6px;
	font-weight: bold;
	color: #2ea656;
}
.sectionContent {
	/*min-height: 500px;*/
}
.sectionBottom {
	border-bottom: 10px solid #e1e3e6;
	width: calc(100% - 10px);
	margin: 6px auto;
}

.produsCard {
	margin: 1px auto 8px auto;
	width: calc(100% - 30px);
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
	overflow: hidden;
}

@media only screen and (min-width: 900px) {
	.sectionContent {
		overflow: hidden;
	}
	.produsCard {
		float: left;
		width: calc(50% - 15px);
		margin: 1px 5px 8px 10px;
	}
}

/*
@media only screen and (min-width: 1500px) {
	.sectionContent {
		overflow: hidden;
	}
	.produsCard {
		float: left;
		width: calc(33% - 15px);
		margin: 1px 5px 8px 10px;
	}
}
*/

.produsCardInfo {
	float: left;
	width: calc(100% - 100px);
}
.produsCardPic {
	float: left;
	width: 100px;
	margin-top: 6px;
}
.produsCardTitle {
	font-size: 18px;
	font-weight: bold;
	padding: 4px;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.produsCardDesc {
	font-size: 14px;
	padding: 4px;
	color: #737574;
	height: 50px;
	overflow: hidden;
}
.produsCardPrice {
	font-size: 16px;
	font-weight: 500;
	padding: 4px;
	margin-bottom: 2px;
}
.produsCardCant {
	overflow: hidden;
	margin-bottom: 6px;
	padding-left: 4px;
}
.produsCardCantBtn {
	float: right;
	width: 25px;
}
.produsCardCantLbl {
	float: right;
	text-align: center;
	width: 30px;
	padding-top: 2px;
}
.produsCardCantPrice {
	float: left;
	font-size: 16px;
	font-weight: 500;
	margin-top: 2px;
}
.imgProdus {
	width: 100px; 
	vertical-align: middle;
}
.areCantitate
{
	font-weight: bold; 
	color: #D70F64;
}

#pageCart {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
  background-color: #2ea656;
  overflow: hidden;
  cursor: pointer;
}
#pageCartLeft {
	float: left;
	width: 120px;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}
#pageCartCenter {
	float: left;
	width: calc(100% - 130px - 130px);
	text-align: center;
	font-size: 18px; 
	color: #FFFFFF;
	height: 36px;
	padding-top: 14px;
	white-space: nowrap;
	overflow: hidden;
}
#pageCartRight {
	float: left;
	width: 120px;
	height: 38px;
	text-align: right;
	font-size: 20px; 
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 10px;
}
#NrProduse {
	color: #FFFFFF;
	font-weight: bold;
}
.imgCart {
	width: 30px;
}

nav {
  margin-top: 2px;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: table;
  margin: 0 auto;
}
nav ul li {
  display: table-cell;
  white-space: nowrap;
}
nav ul li a {
  padding: 10px 20px;
  display: block;
  color: black;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
}
nav ul li a:hover {
  color: #2ea656;
}
nav ul .active a {
  color: #2ea656;
  font-weight: bold;
  border-bottom: 3px solid #2ea656;
}

section {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 0;
}

#PageFooter
{
	overflow: hidden;
	width: 80%;
	min-width: 300px;
	font-size: 14px;
	margin: 40px auto;
}
#FooterLeft
{
	text-align: center;
	float: left;
	width: 50%;
}
#FooterRight
{
	text-align: center;
	float: left;
	width: 50%;
}

@media only screen and (max-width: 900px)
{
	#FooterLeft
	{
		width: 100%;
	}
	#FooterRight
	{
		width: 100%;
	}
}

/* ---------------------------------- END STRUCTURA MENIU ---------------------------------- */

/* ---------------------------------- START MODALA ADAUGA PRODUS IN COS ---------------------------------- */

#modalaProdus {
  position: fixed;
  top: 50px;
  left: 10px;
  z-index: 3;
  width: calc(100% - 2px - 20px);
  height: calc(100% - 40px - 2px - 20px);
  overflow: hidden;
  border: 1px solid #e1e3e6;
  background-color: #FFFFFF;
  border-radius: 10px;
}

#produsHeader {
	margin-top: 5px;
	margin-left: 5px;
	width: calc(100% - 10px);
	height: 30px;
	overflow: hidden;
}
#produsContent {
	margin-top: 5px;
	margin-left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 35px - 105px - 10px);
	/*overflow: hidden auto;*/
	overflow-x: hidden;
	overflow-y: auto;
}
#produsBottom {
	margin-top: 5px;
	margin-left: 5px;
	border-top: 1px solid #e1e3e6;
	width: calc(100% - 10px);
	height: 100px;
}

#produsHeaderClose {
	float: right;
}

#produsContentPic {
	text-align: center;
}
#imgProdusContentPic {
	width: 80%; 
	max-width: 300px;
}
#produsContentTDP {
	
}
#produsContentTitle {
	font-size: 20px;
	font-weight: bold;
	padding: 4px;
}
#produsContentDesc {
	font-size: 16px;
	padding: 4px;
	color: #737574;
}
#produsContentPrice {
	text-align: right;
	font-size: 18px;
	padding: 4px;
	
}
#produsContentOptions {
	padding: 4px;
}

.produsContentOption {
	
}
.produsContentOptionRand {
	overflow: hidden;
	padding: 4px;
}
.produsContentOptionCol1 {
	float: left;
}
.produsContentOptionCol2 {
	float: right;
	text-align: right;
}

.classRestrangeExtra
{
	display: none;
}

.spanTitluOptiune {
	font-size: 18px;
	font-weight: bold;
}
.spanTipOptiune {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	background-color: #2ea656;
	padding: 2px 4px 2px 4px;
}

@media only screen and (min-width: 800px) {
	#modalaProdus {
		left: calc(50% - 0px);
		margin-left: -389px;
		width: calc(800px - 2px - 20px);
	}
	#produsContentPic {
		max-width: 300px;
		min-width: 150px;
		float: left;
	}
	#imgProdusContentPic { 
		width: 290px; 
	}
	#produsContentTDP {
		width: calc(100% - 300px);
		float: left;
	}
}

#produssBottomInfo
{
	overflow: hidden;
	width: calc(100% - 0px);
	height: 30px;
	text-align: center;
	color: #ff0000;
}
#produsBottomCantitate {
	/*width: calc(100% - 0px);*/
	width: calc(40px + 25px + 25px);
	height: 30px;
	overflow: hidden;
	margin: 2px auto;
}
#produsBottomAdauga {
	width: calc(100% - 0px);
	height: 40px;
	text-align: center;
}

#produsBottomCantitateMin {
	float: left;
	text-align: right;
}
#produsBottomCantitateLbl {
	float: left;
	font-size: 18px;
	text-align: center;
	width: 40px;
}
#produsBottomCantitatePls {
	float: left;
	text-align: left;
}

#btnAdaugaProdusInCos {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2ea656;
	border-radius: 10px;
	border: 1px solid #e1e3e6;
	padding: 4px;
	width: 250px;
	cursor: pointer;
	outline: none;
}
#btnAdaugaProdusInCos:hover {
	background-color: #097320;
}

/* ---------------------------------- END MODALA ADAUGA PRODUS IN COS ---------------------------------- */

/* ---------------------------------- START MODALA COSUL TAU ---------------------------------- */

#modalaCart {
  position: fixed;
  top: 50px;
  left: 10px;
  z-index: 3;
  width: calc(100% - 2px - 20px);
  height: calc(100% - 40px - 2px - 20px);
  overflow: hidden;
  border: 1px solid #e1e3e6;
  background-color: #FFFFFF;
  border-radius: 10px;
}

@media only screen and (min-width: 800px) {
	#modalaCart {
		left: calc(50% - 0px);
		margin-left: -389px;
		width: calc(800px - 2px - 20px);
	}
}

#cartHeader {
	margin-top: 5px;
	margin-left: 5px;
	width: calc(100% - 10px);
	height: 60px;
	background-color: #FFFFFF;
}
#cartContent {
	margin-left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 65px - 93px - 35px - 55px - 10px);
	/*overflow: hidden auto;*/
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #FFFFFF;
}
#cartTotal {
	border-top: 1px solid #e1e3e6;
	margin-top: 5px;
	margin-left: 5px;
	width: calc(100% - 10px);
	height: 88px;
	font-size: 18px;
	background-color: #FFFFFF;
}
#cartDispozitive
{
	margin-top: 5px;
	margin-left: 5px;
	width: calc(100% - 10px);
	height: 30px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#cartBottom {
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 10px;
	width: calc(100% - 10px);
	height: 40px;
	text-align: center;
	background-color: #FFFFFF;
}

#cartHeaderTop {
	height: 30px;
	overflow: hidden;
}
#cartHeaderInfo {
	height: 30px;
	text-align: center;
}

#cartHeaderTopImg {
	float: left;
	width: 30px;
}
#cartHeaderTopLbl {
	float: left;
	font-size: 22px;
	font-weight: normal;
	margin-left: 4px;
}
#cartHeaderTopClose {
	float: right;
	width: 30px;
}

.randProdusCart {
	overflow: hidden;
	margin-bottom: 10px;
}

.col1ProdusCart {
	float: left;
	width: 90px;
}
.col2ProdusCart {
	float: left;
	width: calc(100% - 90px - 90px);
}
.col3ProdusCart {
	padding-top: 2px;
	float: right;
	text-align: right;
	width: 90px;
	font-size: 14px;
}

.subcolCantBtn {
	float: left;
	width: 25px;
}
.subcolCantLbl {
	float: left;
	text-align: center;
	width: 30px;
	padding-top: 2px;
}

.subcolDenProdus {
	padding-top: 2px;
	font-size: 16px;
	font-weight: bold;
}
.subcolVariante {
	font-size: 12px;
	color: #929693;
}
.subcolObservatii
{
	font-size: 12px;
}

.lnkGeneral
{
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	color: #2ea656;
}
.lnkGeneral:hover
{
	color: #097320;
}

.randTotal {
	overflow: hidden;
}
.col1Total {
	float: left;
	text-align: left;
}
.col2Total {
	float: right;
	text-align: right;
}

#cartDispozitiveTerminat
{
	float: right;
	padding: 4px;
	margin-right: 10px;
}

#cartDispozitiveStatus
{
	/*float: right;*/
	padding: 4px 4px 4px 4px;
	/*width: calc(50% - 18px);*/
	text-align: center;
}

#btnFinalizeaza {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2ea656;
	border-radius: 10px;
	border: 1px solid #e1e3e6;
	padding: 4px;
	width: 250px;
	cursor: pointer;
	outline: none;
}
#btnFinalizeaza:hover {
	background-color: #097320;
}

/* ---------------------------------- END MODALA COSUL TAU ---------------------------------- */

/* ---------------------------------- START MODALA LIVRARE ---------------------------------- */

#modalaLivrare {
  position: fixed;
  top: 50px;
  left: 10px;
  z-index: 3;
  width: calc(100% - 2px - 20px);
  height: calc(100% - 40px - 2px - 20px);
  overflow: hidden;
  border: 1px solid #e1e3e6;
  background-color: #FFFFFF;
  border-radius: 10px;
}

@media only screen and (min-width: 800px) {
	#modalaLivrare {
		left: calc(50% - 0px);
		margin-left: -389px;
		width: calc(800px - 2px - 20px);
	}
}

#livrareHeader {
	margin-top: 5px;
	margin-left: 5px;
	width: calc(100% - 10px);
	height: 30px;
	overflow: hidden;
}
#livrareMsg
{
	margin-top: 5px;
	margin-left: 5px;
	width: calc(100% - 10px);
	height: 30px;
	overflow: hidden;
	text-align: center;
	color: #ff0000;
}
#livrareContent {
	margin-top: 5px;
	margin-left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 35px - 35px - 55px - 10px);
	/*overflow: hidden auto;*/
	overflow-x: hidden;
	overflow-y: auto;
}
#livrareTotal
{
	border-top: 1px solid #e1e3e6;
	margin-top: 5px;
	margin-left: 5px;
	width: calc(100% - 10px);
	height: 88px;
	font-size: 18px;
}
#livrareBottom {
	margin-top: 5px;
	padding-top: 10px;
	/*border-top: 1px solid #e1e3e6;*/
	margin-left: 5px;
	width: calc(100% - 10px);
	height: 40px;
	text-align: center;
}

#livrareHeaderImg {
	float: left;
	width: 30px;
}
#livrareHeaderTitle {
	float: left;
	font-size: 22px;
	font-weight: normal;
	margin-left: 4px;
}
#livrareHeaderClose {
	float: right;
	width: 30px;
}

.randLivrare
{
	overflow: hidden;
	padding-bottom: 4px;
	width: 100%;
}
.divCompAdresa
{
	float: left;
	min-width: 100px;
}

#btnTrimiteComanda {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2ea656;
	border-radius: 10px;
	border: 1px solid #e1e3e6;
	padding: 4px;
	width: 250px;
	cursor: pointer;
	outline: none;
}
#btnTrimiteComanda:hover {
	background-color: #097320;
}


.deliveryFieldset
{
	border-color: #e1e3e6;
	border-radius: 5px;
}
.deliveryLegend
{
	font-size: 12px;
}

.deliveryTextbox
{
	padding: 4px;
	width: calc(100% - 10px);
	border: 1px solid #ffffff;
}

.deliveryCombobox
{
	padding: 4px;
	width: calc(100% - 0px);
	border: 1px solid #ffffff;
}

.deliveryFieldsetRed
{
	border-color: #f00 !important;
}

.livrareMsgEroare
{
	float: right;
	color: #f00;
	font-size: 12px;
}

/* ---------------------------------- END MODALA LIVRARE ---------------------------------- */

/* ---------------------------------- START MODALA DOCUMENT ---------------------------------- */

#modalaDocument {
	position: fixed;
  top: 10px;
  left: 10px;
  z-index: 4;
  width: calc(100% - 2px - 20px);
  height: calc(100% - 0px - 2px - 20px);
  overflow: hidden;
  border: 1px solid #e1e3e6;
  background-color: #FFFFFF;
  border-radius: 10px;
}

#docHeader {
	margin-top: 5px;
	margin-left: 5px;
	width: calc(100% - 10px);
	height: 30px;
	overflow: hidden;
}
#docContent {
	margin-top: 5px;
	margin-left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 35px - 10px);
	/*overflow: hidden auto;*/
	overflow-x: hidden;
	overflow-y: auto;
}

#docHeaderTitle {
	float: left;
	font-size: 22px;
	font-weight: normal;
	margin-left: 4px;
	overflow: hidden;
	width: calc(100% - 36px);
}
#docHeaderClose {
	float: right;
	width: 30px;
}

/* ---------------------------------- END MODALA DOCUMENT ---------------------------------- */

/* ---------------------------------- START MODALA PIN ---------------------------------- */

#modalaPIN
{
	position: fixed;
  top: 50px;
  left: 10px;
  z-index: 3;
  width: calc(100% - 2px - 20px);
  height: calc(100% - 40px - 2px - 20px);
  overflow: hidden;
  border: 1px solid #e1e3e6;
  background-color: #FFFFFF;
  border-radius: 10px;
}

#modalaPinHeader
{
	margin-top: 5px;
	margin-left: 5px;
	width: calc(100% - 10px);
	height: 30px;
	overflow: hidden;
}
#modalaPinMsg
{
	border-top: 1px solid #e1e3e6;
	margin-top: 5px;
	margin-left: 5px;
	width: calc(100% - 10px);
	height: 30px;
	overflow: hidden;
	text-align: center;
	color: #ff0000;
	font-size: 18px;
	line-height: 30px;
}
#modalaPinContent
{
	margin-top: 5px;
	margin-left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 35px - 35px - 15px);
	overflow: hidden hidden;
}

#modalaPinHeaderPic
{
	float: left;
	width: 30px;
}
#modalaPinHeaderTitle
{
	float: left;
	font-size: 22px;
	font-weight: normal;
	margin-left: 4px;
}
#modalaPinHeaderClear
{
	float: right;
	width: 30px;
}
#modalaPinHeaderPin
{
	float: right;
	width: 100px;
	margin-right: 4px;
}

#txtPin
{
	width: 90px; 
	padding: 5px; 
	border: 1px solid #e1e3e6;
	margin-top: 2px;
}

.PinButton
{
	cursor: pointer;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	width: calc(33% - 12px);
	height: calc(25% - 12px);
	border: 1px solid #666464;
	border-radius: 5px;
	vertical-align: middle;
	line-height: 100%;
	font-size: 8vw;
	text-align: center;
	background-color: #ffffff;

	display: flex;
    justify-content: center;
    align-items: center;
}
.PinButton:hover
{
	background-color: #e1e3e6;
}
.OkButton
{
	cursor: pointer;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	width: calc(66% - 12px);
	height: calc(25% - 12px);
	border: 1px solid #e1e3e6;
	border-radius: 5px;
	vertical-align: middle;
	line-height: 100%;
	font-size: 8vw;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #2ea656;

	display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 800px)
{
	#modalaPIN
	{
		left: calc(50% - 0px);
		margin-left: -389px;
		width: calc(800px - 2px - 20px);
	}
}

/* ---------------------------------- END MODALA PIN ---------------------------------- */