html {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
}
body {
    color: #252f47;
    font-family: Lato, 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    font-weight:normal;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}



/*
@media all and (min-width: 1401px) {
  body {
    background: url(https://www.bocris.ro/image/de20ani0.png)  no-repeat #fff;
    background-position: 15px 13px;
    background-attachment: fixed;
  }
}

@media all and (min-width: 1310px) and (max-width: 1400px) {
  body {
    background: url(https://www.bocris.ro/image/de20ani1500.png)  no-repeat #fff;
    background-position: 15px 15px;
    background-attachment: fixed;
  }
}
*/
#banner_ad {position:absolute; height:1px; width:1px; top:0; left:0;z-index:100;}

/* CATEGORIES */

ul.subcategories{
	list-style: none;
	padding:0;
	margin-top:-15px;
	padding-left:5px;
}

ul.subcategories li{
	text-align:center;
	font-weight:bold;
	margin: 5px 7px 20px 7px;
	display:inline-block;
	width:138px;
	padding:5px;
	height:156px;
	overflow:hidden;
	line-height:11px;
}

ul.subcategories li:hover{
	background:#eee;
}


ul.subcategories li img{
	padding:10px;
	border:1px solid #eee;
	margin-bottom:3px;
	background:#fff;
}

ul.subcategories li a{
	text-decoration:none;
}

.afform{
    position:absolute;
    margin:195px 0 0 270px;
    width:195px;
    height:75px;
}

.affregister{
    position:absolute;
    margin:200px 0 0 390px;
    width:195px;
    height:55px;
    z-index:2;
    background:url('https://www.bocris.ro/ads/img/nsign.png') no-repeat top center;
}

.afform .affregister {
    position:relative;
    margin:0;
}
.affregister:hover{
    background:url('https://www.bocris.ro/ads/img/hsign.png') no-repeat top center;
}




.affregister a{width:100%; height:100%; display:block;}

.shadow{
    background:url('../img/bottom_shaddow.png') no-repeat bottom center;
    padding-bottom:15px;
}
@media only screen and (max-width: 48em) {
  .padding_mobile{
    padding-bottom:50px;
  }
}

.chromeframe {
    width:950px;
    margin:0 auto;
    text-align:center;
    color:#fff;
    background:#ff0000;
    padding:15px 25px;
    font-size:18px;
    position:absolute;
    z-index:99999;
    margin-top:10px;
}
.chromeframe a{
    font-size:18px;
    color:#fff;
    text-decoration:underline;
    font-style:italic;
}

body, td, th, input, textarea, select, a {
    font-size: 13px;
}
h1, .welcome {
    /*color: #05406D;*/
    font-family: Lato;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {


    color: #05406D;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
}
p {
    margin-top: 0px;
    margin-bottom: 6px;
}
a, a:visited, a b {
    color: #183259;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
a img {


    border: none;
}
form {


    padding: 0;
    margin: 0;
    display: inline;
}
input[type='text'], input[type='password'], textarea {


    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 5px 10px 5px 10px;
    margin-left: 0px;
    margin-right: 0px;
}
select {


    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 2px;
}
label {


    cursor: pointer;
}

.specs {
    padding:3px 15px;
    color:#000;
    font-family:Montserrat;
    font-size:16px;
    margin-top:15px;
    background: #f2f2f2;
}

@media only screen and (max-width: 48em) {
  .specs {
   font-size:13px;
  }
}

.clear{
    clear:both;
}
/*
#pageWrap{
    width:100%;
    background:#fff;
    border-radius: 7px 7px 0 0;
    overflow:hidden;
    box-shadow: 0 2px 5px #ddd;
    border: 1px solid #DBDEE1;
}
*/


.detailsbtn {
    background:url('../img/detalii.png') no-repeat;
    width:83px;
    height: 30px;
    display:block;
    text-decoration:none;
    margin:0;
    padding:0;
}


#div404-1 {
    font-size:140px;
    color:#888;
    margin:auto;
    width:300px;
    margin-top:30px;
    text-align:center;
}
#div404-2 {
    font-size:30px;
    color:#666;
    margin:auto;
    width:600px;
    text-align:center;
}
#div404-3 {
    font-size:13px;
    margin:70px auto 0 auto;
    width:500px;
    text-align:left;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding:10px 0;
}

#container {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#column-left {


    float: left;
    width: 249px;
}
#column-right {
    float: right;
    width: 190px;
}
#content {
    min-height: 400px;
    padding-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 250px;
}
#column-right + #content {
    margin-right: 180px;
}

@media only screen and (max-width: 48em) {
	#column-left {
	    float: none;
	    width: 100%;
	}
	#column-right {
	    float: none;
	    width: 100%;
	}
	#content {
	    min-height: 400px;
	    padding-bottom: 25px;
	}
	#column-left + #column-right + #content, #column-left + #content {
	    margin-left: 0;
	}
	#column-right + #content {
	    margin-right: 0;
	}

}
/* header */


#header {
    margin-bottom: 7px;
    padding-bottom: 4px;
    position: relative;
    z-index: 200;
}

#header .top-menu{
	height: 30px;
	padding:0;
	margin-bottom: 20px;
	text-align: right;
}

#header .top-links{
	display:block;
	margin:0;
	list-style: none;
    padding:0;
}

@media only screen and (max-width: 48em) {
  #header .top-links {
    display:flex;
  }
}

#header .top-links li{
	display:inline-block;
	margin:0;
	padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#header .logo img {
	max-width: 300px;
}

#header #cart {
    z-index: 199;
    min-width: 100px;
    position: relative;
}
#header #cart .heading {
    float: right;
    margin-right: 0px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    z-index: 1000;
}
#header #cart .heading .fas{
	padding-top:14px;
	padding-right: 15px;
	font-size:22px ;
	color: #183259;
	line-height: 13px;
}
#header #cart .heading h4 {
    color: #183259;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 3px;
}
#header #cart .heading a {
    color: #183259;
    font-size:13px;
    text-decoration: none;
}
#header #cart .heading a span {
    padding-right: 15px;
}

#header #cart .content {
    z-index: 1000;
    font-size:10px;
    clear: both;
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    padding: 8px;
    min-height: 100px;
   	border: 1px solid #EEEEEE;
    background: #FFF;
}

#header #cart.active .content {
    display: block;
}
#header #cart .cart {
    font-size:10px;
    border-collapse: collapse;
    width: 550px;
    margin-bottom: 5px;
}
#header #cart .cart td {
    font-size:10px;
    color: #000;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
    width: 1px;
}
#header #cart .cart .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}
#header #cart .cart .name small {
    color: #666;
}
#header #cart .cart .quantity {
    text-align: right;
}
#header #cart .cart td.total {
    text-align: right;
    font-size:13px;
    font-weight:bold;
}
#header #cart .cart .remove {


    text-align: right;
}
#header #cart .cart .remove img {


    cursor: pointer;
}
#header #cart table.total {


    border-collapse: collapse;
    padding: 5px;
    float: right;
    clear: left;
    margin-bottom: 5px;
}
#header #cart table.total td {


    color: #000;
}
#header #cart .content .checkout {
    text-align: right;
    clear: both;
}
#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}

@media only screen and (max-width: 48em) {
	#header{
		z-index: 120;
	}

  #header #cart .heading a span {
    padding-right:8px;
  }

	#header #cart{
		position: relative;
	}
	#header #cart .heading {
		color:#fff;
		position: absolute;
		top:10px;
		right: 10px;
        padding-left: 5px;
        padding-right: 5px;
	}
	#header #cart .heading a, #header #cart .heading .fas {
		color: #fff;
        padding-right: 8px;
	}
	#header #cart .cart {
		max-width:320px;
	}
}

#affshare{
    width:276px;
    height:20px;
    font-size:13px;
    margin-top:15px;
    font-weight:bold;
    text-align:center;
}
#fbshareme {
    background: url('../image/fbshare.png') no-repeat;
    width:276px;
    height:23px;
    display:block;
    margin: 4px 0 0 1px;
    cursor: pointer;
}


#header #search {
    width: 100%;
    z-index: 15;
    position:relative;
}

.searchQuery {
    font-size:24px;
}

#header .button-search {
    position: absolute;
    background: url('../image/button-search.png') center center no-repeat;
    width: 28px;
    height: 38px;
    top: 2px;
    left: 2px;
    cursor: pointer;
}
#header #search input {
    background: #FFF;
    padding: 1px 0px 1px 10px;
    width:90%;
    height: 36px;
    padding-left: 40px;
    border: 1px solid #DBDEE1;
    font-family: Lato
    color: #999;
    font-size:13px;
}
#header #welcome {
    position: absolute;
    top: 5px;
    z-index: 5;
    width: 298px;
    text-align: left;
    height:20px;
}


#header .links {
    position: absolute;
    top: 0;
    right: 0px;
    height:27px;
    display:inline-block;
    font-family:Montserrat;
    font-size:11px;
    padding:0 10px;
}

.links #regacc a, #logacc a, #wishlink a {
    text-decoration:none;
}

.links div {
    display:inline-block;
    padding-left:18px;
    margin-top:6px;
    float:left;
}

#header .links a {
    text-decoration:none;
    color: #183259;
    font-size: 11px;
    text-transform: uppercase;
}

#header .links a:hover {
    text-decoration:underline;
}


#headerz .links a {
    float: left;
    display: block;
    padding: 0px 0px 0px 6px;
    color: #183259;
    text-decoration: none;
    font-size: 12px;
}
#headerz .links a + a {
    margin-left: 8px;
}


/* menu */



.breadcrumb {
    padding:0 10px;
    color: #888;
    margin-bottom: 5px;
}
.breadcrumb a {
    font-family: Lato;
    text-decoration:none;
    font-size:11px;
    color: #183259;
    margin: 0 4px 0 4px;
}

@media only screen and (max-width: 48em) {
  .breadcrumb a {
    font-size:10px;
  }
}

.breadcrumb a:hover {
    text-decoration:underline;
}
.success, .warning, .attention, .information {
    padding: 7px 7px 7px 7px;
    margin-bottom: 15px;
    color: #000;
}
.success {
    background: #EAF7D9;
    border: 1px solid #BBDF8D;
}

.warning {
    background: #FFD1D1;
    border: 1px solid #F8ACAC;
}

.attention {
    background: #f0ffef;
    border: 1px solid #51c13a;
    margin:5px;
}

.information {
    background: #E8F6FF url('../image/information.png') 10px center no-repeat;
    border: 1px solid #B8E2FB;
}

.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-right: 4px;
    cursor: pointer;
    padding-top:5px;
}
.required {


    color: #FF0000;
    font-weight: bold;
}
.error {


    display: block;
    color: #FF0000;
}
.help {


    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: Lato;
    display: block;
}
table.form {


    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.form tr td:first-child {


    width: 150px;
}
table.form > * > * > td {


    color: #000000;
}
table.form td {


    padding: 4px;
}
input.large-field, select.large-field {


    width: 300px;
}
table.list {


    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
table.list td {


    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
table.list thead td {


    background-color: #EFEFEF;
    padding: 0px 5px;
}
table.list thead td a, .list thead td {


    text-decoration: none;
    color: #222222;
    font-weight: bold;
}
table.list tbody td a {


    text-decoration: underline;
}
table.list tbody td {


    vertical-align: top;
    padding: 0px 5px;
}
table.list .left {


    text-align: left;
    padding: 7px;
}
table.list .right {


    text-align: right;
    padding: 7px;
}
table.list .center {


    text-align: center;
    padding: 7px;
}
table.list .asc {


    padding-right: 15px;
    background: url('../image/asc.png') right center no-repeat;
}
table.list .desc {


    padding-right: 15px;
    background: url('../image/desc.png') right center no-repeat;
}
.pagination {
    display: inline-block;
    width: 95%;
    padding-left:2%;
    padding-bottom: 5px;
}
.pagination .links {
    float: left;
}
.pagination .pause{
    display:block;
    float:left;
    padding:2px;
    margin:1px;
}


.pagination .current{
    height: 15px;
    border: solid 1px #ddd;

    background-color: #4f85bb;


    display:block;
    float:left;

    padding:3px 7px;


    text-align:center;
    vertical-align:middle;

    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px rgba(255,255,255,.15), inset 1px 1px 3px rgba(0,0,0,.55), inset 0 0 10px rgba(0,0,0,.06);

    border:1px solid #888;
}
.pagination .links a {
    height: 15px;


    border: solid 1px #ddd;

    background-color: #e9e9e9;
    display:block;
    float:left;

    padding:3px 7px;

    text-align:center;
    text-decoration: none;
    vertical-align:middle;

    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #717171;
    text-shadow: 1px 1px rgba(255,255,255,.15), inset 1px 1px 3px rgba(0,0,0,.55), inset 0 0 10px rgba(0,0,0,.06);

}


.pagination a:hover{
    border-bottom:2px solid #888;
    margin-bottom:1px;
}

.pagination .results {
    float: right;
    padding: 7px;
}
/* button */

a.button {
    text-decoration:none;
}

/*a.button {
    display: inline-block;
    padding-left: 6px;
    background: url('../image/button-left.png') top left no-repeat;
    text-decoration: none;
    cursor: pointer;
}
a.button span {


    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 6px 12px 8px 5px;
    background: url('../image/button-right.png') top right no-repeat;
}
a.button:hover {


    background: url('../image/button-left-active.png') top left no-repeat;
}
a.button:hover span {


    color: #FFFFFF;
    background: url('../image/button-right-active.png') top right no-repeat;
}*/
.buttons {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    overflow: auto;
    padding: 6px;
    margin-bottom: 20px;
}
.buttons .left {
    float: left;
    text-align: left;
}
.buttons .right {


    float: right;
    text-align: right;
}
.buttons .center {


    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.htabs {
    height: 30px;
    line-height: 16px;
    border-bottom: 1px solid #DDDDDD;
}
.htabs a {
    width:30%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background: #FFFFFF;
    padding: 7px 15px 6px 15px;
    float: left;
    font-family: Lato, Geneva, Arial, Helvetica, sans-serif;
    font-size : 13px;


    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #555555;
    margin-right: 2px;
    display: none;
}
.htabs a.selected {
    padding-bottom: 7px;
    background: #FFFFFF;
}
.tab-content {

    padding: 10px;
    z-index: 2;
    overflow: auto;
}

/* box */

#content .box .box-heading {
    float:none;
    text-align:left;
    background: url('../image/background.png') repeat-x;
    padding: 8px 10px 7px 10px;
    font-family: Lato,  Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow:none;
    line-height: 14px;
    color: #000;
}
#content .box .box-heading h1{
    color: #000;
}
#content .box .box-heading div{
    float:right;
    margin-right:20px;
}

#content .box .box-content {
    background: #FFFFFF;
    border-left: 1px solid #DBDEE1;
    border-right: 1px solid #DBDEE1;
    border-bottom: 1px solid #DBDEE1;
    padding: 10px;
}


.box {
    margin-bottom: 15px;
}

.box .heading_title{
    text-align:center;
    float:left;
    font-family: Montserrat, Geneva, Arial, Helvetica, sans-serif;
    font-size:13px;
    width:100%;
    padding:5px 10px;
    display:block;
    font-weight:bold;
    background: #4f85bb;
    text-shadow:1px 1px 2px #333;
    text-transform:uppercase;
    line-height:14px;
    color:#fff;
    margin:0;
    font-weight:normal;
}


.box .box-heading {
    text-align:center;
    /*float:left;*/
    font-family: Montserrat, Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
    /*padding:5px 10px;*/
    padding:5px 10px;
    display:block;
    font-weight: 900;
    background: #183259;
    text-shadow:1px 1px 2px #333;
    text-transform:uppercase;
    line-height:14px;
    color:#fff;
    margin:0;
    font-weight:normal;
}

.box-heading  h1{
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    display:inline;
}
.box .box-content {
    display: block;
    background: #fff;
    position: relative;
    border-left: 1px solid #DBDEE1;
    border-bottom: 1px solid #DBDEE1;
    border-right: 1px solid #DBDEE1;
    overflow: hidden;
}

.box-content > div {
    margin:0 auto;
}

.box-content ul {
    list-style: none;
    padding:0 4px;
    margin:0;
}
.filterreset:visited{
    color:#fff;
}

.box-content ul > li {
    border-bottom:1px solid #eee;
    padding:4px 0;
    overflow:hidden;
}

.box-content ul > li > a {
    display:block;
    width:100%;
    padding:4px 5px;
    display:block;
    font-weight:bold;
    color:#000;
    font-family:Montserrat,Arial, Helvetica, sans-serif;
    font-size:11px;
    text-transform:uppercase;
    text-shadow:1px 1px 1px #fff;
    color:#555;
    margin:0;
    text-decoration:none;
    cursor:hand;
	line-height:15px;
}

.box-content ul > li > a:hover {
    text-decoration:underline;
}
.blog-content {
	min-width:780px;
	max-width:780px;
	overflow:hidden;
}




@media only screen and (max-width: 48em) {
	.box .box-heading{
		padding: 10px;
	}
	.box .filters{
		display:none;
	}

	.box.fullscreen{
		position:fixed;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		display:block;
		overflow: auto;
		background: #fff;
		z-index: 9999999;
	}

	.box.fullscreen .box-heading::after {
		content: '\f057';
		float: right;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
	}

	.box.fullscreen .filters{
		display: block;
	}
}



/* box products */

.box-product > div, .product-grid > div {
    background: #fff;
    box-shadow: 0 1px 1px #999;
    -moz-box-shadow: 0 1px 1px #999;
    -webkit-box-shadow: 0 1px 1px #999;
    text-align:center;
    width: 21%;;
    display: inline-block;
    vertical-align: top;
    margin:0 1% 1% 0;
    padding:1%;
    border: 1px #eee solid;
}

.box-product .cart {
    width:100%;
    text-align:center;
}

.box-product .image {

    display: block;
    margin-bottom: 0px;
}
.box-product .image img {
    padding: 3px;
    /*border: 1px solid #E7E7E7;*/
}

.box-product .name a,.box-product a.name,  .product-grid .name a {
    color: #000;
    margin: 0;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: bold;
    color: #444;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    height: 38px;
    line-height: 13px;
    width: 100%;
    display: block;
}
.box-product .price {
    width:100%;
    text-align:center;
    display: block;
    font-size:18px;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 4px;
}
.box-product .price-old {
    color: #F00;
    text-decoration: line-through;
}
.box-product .price-new {


    font-weight: bold;
}
.box-product .rating {
    display: block;
    margin-bottom: 4px;
}
/* box category */


.box-category {


    margin-top: -5px;
}
.box-category ul {


    list-style: none;
    margin: 0;
    padding: 0;
}
.box-category > ul > li {


    padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {


    border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
    text-decoration: none;
    color: #333;
    display: block;
    width: 100%;
}
.box-category > ul > li > a:hover {


    text-decoration: underline;
}
.box-category > ul > li ul {


    display: block;
    /*modificat*/


}
.box-category > ul > li a.active {


    font-weight: bold;
}
.box-category > ul > li a.active + ul {


    display: block;
}
.box-category > ul > li ul > li {


    padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {


    text-decoration: none;
    display: block;
}
.box-category > ul > li ul > li > a:hover {


    text-decoration: underline;
}
.box-category > ul > li ul > li > a.active {


    font-weight: bold;
}
/* content */

#content{
    background:#ffffff;
}


#content .content {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
    background: #fff;
}
#content .content .left {

}
#content .content .right {

}
/* category */


.category-info {


    overflow: auto;
    margin-bottom: 20px;
}
.category-info .image {


    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #E7E7E7;
}
.category-list {


    overflow: auto;
    margin-bottom: 20px;
}
.category-list ul {


    float: left;
    width: 18%;
}
.category-list .div a {


    text-decoration: underline;
    font-weight: bold;
}
/* manufacturer */


.manufacturer-list {


    border: 1px solid #DBDEE1;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
}
.manufacturer-heading {


    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}
.manufacturer-content {


    padding: 8px;
}
.manufacturer-list ul {


    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
/* product */


.product-filter {
    border-bottom: 1px solid #EEEEEE;
    overflow: auto;
    padding-bottom:10px;
}
.product-filter .sort {
    float: right;
    color: #333;
}
.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: #333;
}
.product-compare {
    padding-top:5px;
    float:left;
}
.product-compare a {
    text-decoration: none;
    font-weight: bold;
}
.product-list > div {
    overflow: auto;
    margin-bottom: 15px;

    position:relative;
}

.product-list .right {
    float: right;

}
.product-list > div{


    /*border-top: 1px solid #EEEEEE;*/


    padding-top: 10px;
}
.product-list .image {
    text-align:center;
    float: left;
    margin-right: 10px;
}
.product-list .image img {


    padding: 3px;
    /*border: 1px solid #E7E7E7;*/


    float: left;
}

.product-list .promo{
    float:left;
    margin-bottom:10px;
}
.product-list .name {
    margin-bottom: 10px;
    display:block;
    color:#333;
    text-decoration:none;
}

.product-list .name p{
    font-family: Lato;
    font-size:13px;
}
.product-list .name h2{
    font-family: Montserrat;
    color:#222;
}
.product-list .name a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
}
.product-list .description {


    line-height: 15px;
    margin-bottom: 5px;
    color: #4D4D4D;
    display: none;
}
.product-list .rating {


    color: #7B7B7B;
}
.product-list .price {
    float: left;
    width:250px;
    position:relative;

}
.product-list .price .pret3 {
    float:left;
    display: block;
    width:100px;
    position:absolute;
    font-weight: 700;
    top:20px;
    left:0;

}

.product-list .price .tprice {
    float:left;
    display: block;
    width:150px;
    position:absolute;
    top:0;
    right:0;
}
.product-list .price-old {


    color: #F00;
    text-decoration: line-through;
}
.product-list .price-new {


    font-weight: bold;
}
.product-list .price-tax {

    font-size: 12px;
    font-weight: normal;
    color: #BBBBBB;
}
.product-list .cart {
    float:left;
    padding-top: 3px;
    margin-left:220px;

}

.product-list .stock{
    float:left;
    clear:both;
    padding:5px 0 10px 0;
    color:#05AE60;
    text-align:center;
    text-transform:uppercase;
    font-family:Montserrat;
    font-weight:bold;
    font-size:11px;
    width:166px;
    text-align:center;
}

.product-list .brand{
    position:absolute;
    top:140px;
    right:30px;
    float: right;
}
.product-list .productid{
    top:155px;
    right:10px;
    position: absolute;
    text-align:right;
    color:#555;
    font-size:11px;
    float:right;
    width:250px;
}
.product-list .productid a{
	text-decoration:none;
}
.product-list .wishcompare{
    width:130px;
    position: absolute;
    right:10px;
    bottom:5px;
}
.product-list .wishlist{
    margin-top: 10px;
    float: left;
}
.product-list .compare {
    margin-top: 10px;
    float: right;
}
/*
.product-list .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
    float: left;
}
.product-list .compare a {


    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left 60% no-repeat;
    float: left;
}
*/

.product-list .filter_icons {
	width:620px;
	display:inline-block;
	margin-top:1px;
	margin-bottom:5px;
	z-index:100;
}
.product-list .filter_icon {
	display:inline-block;
	float: right;
	height:40px;
	width:56px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

@media only screen and (max-width: 48em) {
  /*.product-list > div {*/
  /*  height:410px;*/
  /*}*/

  .product-list .image {
    float:unset;
    margin-right: unset;
    display:grid;
    width: 99%;
    margin: auto;
  }

  .product-list .image img {
    margin:auto;
    float:none;
  }

  .product-list .filter_icons {
    width:100%!important;
    height:60px;
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
  }

  .product-list .filter_icon {
    padding-right:30px;
  }

  .product-list .name h2 {
    padding: 0 10px;
  }

  .product-list .name p{
    padding:0 10px;
  }

  .product-list .price {
    display:grid;
  }

  .product-list .price .pret3 {
    float:none;
    width:120px;
    top:0;
    left:0;
    margin-top: unset;
    padding-top: 0;
  }

  .product-list .price .tprice {
    float:left;
    display:block;
    width:120px;
    position:absolute;
    top:25px;
    left:0;
    text-align:center;
    margin:0;
  }

  .product-list .cart {
    float:right!important;
    padding-top:10px;
    margin-left: unset;
    margin-right: 50px;
  }

  .product-list .cart a.button {
    text-align:center;
  }

  .product-list .stock {
    float:unset;
    width:100%;
    font-size: 13px;
  }

  .product-list .brand {
    position:absolute;
    top:5px;
    left:4px!important;
    float:left!important;
  }

  .product-list .productid {
    top:2.5rem;
    left: 30px!important;
    position: relative;
    text-align:left!important;
    color:#555;
    font-size:11px;
    float:left!important;
    width:250px;
  }

  .product-list .wishcompare {
    right:35px;
    bottom:10px;
  }
}


.product-grid .filter_icons {
	/*width:170px;
	display:inline-block;
	float:left;
	margin-top:1px;
	margin-bottom:5px;
	z-index:100;
}
.product-grid .filter_icon {
	display:inline-block;
	height:35px;
	width:50px;
	background-size: contain !important;*/
	display:none !important;
}

.product-grid .promo_spacer{
	display:none !important;
}

.product-grid .brand {
    position:relative;
    margin:5px auto;
    clear:both;
}



.product-grid {
    width: 100%;
    overflow: auto;
}

@media only screen and (max-width: 48em) {
  .product-grid {
    display:flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
  }
  .product-grid .shadow{
    /*width: fit-content;*/
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-grid .promo{
    display:none;
}

.product-grid .pret3 {
    display:none;
}


.product-grid .image {

    display: block;
    margin-bottom: 0px;
}
.product-grid .image img {


    padding: 3px;
    /*border: 1px solid #E7E7E7;*/
    width: 160px;
    height: 160px;
}

.product-grid .name {
    text-decoration:none;
    color:#333;
}


.product-grid .name p{
    text-indent: 10px;
    font-family: Montserrat;
    font-size: 11px;
    color: #555;
    text-align: justify;
    overflow: hidden;
    height: 39px;
    line-height: 13px;
}
.product-grid .name h2{
    display:none;
}
.product-grid .description {

    display: none;
}
.product-grid .rating {


    display: block;
    margin-bottom: 4px;
}
.product-grid .price {
    display: block;
    font-weight: normal;
    color: #e62a2a;
    margin-bottom: 4px;
}
.product-grid .price-old {


    color: #F00;
    text-decoration: line-through;
}
.product-grid .price-new {


    font-weight: bold;
}
.product-grid .price .price-tax {


    display: none;
}
.product-grid .cart {
    display: inline-block;
    margin-bottom: 3px;
}


.product-grid .wishlist, .product-grid .compare {
    margin-top: 5px;
}
.product-grid .wishlist a {
    float:left;
    /*padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;*/
}
.product-grid .compare a {
    float:right;
    /*padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;*/
}

.product-grid .shadow:hover {
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.24);

}
.compare a, .wishlist a {
    font-size:11px;
    color: #555;
    margin:5px 0;
    line-height:22px;
}
.compare a:hover, .wishlist a:hover {
    text-decoration: underline;
}

/* Product */
.product-info {
    margin-bottom: 15px;
}

.product-info .tprice {
    width:100%;
    position:relative;
    display:block;
    display:inline-block;*display:inline;zoom:1;
}
.product-info .tprice0 {
    color:#ff0000;
    font-size:30px;
    display:block;
    font-weight: 900;
    line-height:24px;
    display:inline-block;
    zoom:1;
    text-shadow:none;
}
.product-info .tprice0, .tprice1, .tmoneda {
    font-family: Lato;
}
.product-info .tprice1 {
    color:#ff0000;
    font-size:13px;
    line-height:12px;
}
.product-info .tmoneda {
    color:#555;
    font-size:13px;
    line-height:11px;
}
.product-info .tpriceright {
    display:inline-block;*display:inline;zoom:1;
}


.product-info h1 {
    width: 100%;
    margin: 10px 0 10px 0px;
    font-size:1.2em;
    font-weight: 400;
    color:#000;
}
.product_feature_icons{
  position:absolute;
  display:block;
  width:85px;
  top:6px;
  right:0px;
  /*z-index:10;*/
}

@media only screen and (max-width: 48em) {
  .product-info h1 {
    padding-left:10px;
  }
  .product_feature_icons{
    position: relative;
    display:flex;
    margin:auto;
    width:fit-content;
  }
}

.product-info > .left {
	position:relative;
}
.product-info > .right {
	padding:10px;
	margin-top:20px;
	position: relative;
    border-left:1px solid #fff;
}
.product-info .image {
    float: left;
    padding: 0px;
    width: 100%;
    max-width: 650px;
    text-align: center;
}
.product-info .image-additional {


     width: 100%;
    max-width: 650px;
    margin-left: -10px;
    clear: both;
    overflow: hidden;
}
.product-info .image-additional img {
}
.product-info .image-additional a {


    float: left;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.product-info .description {
    /*border-top: 1px solid #E7E7E7;        border-bottom: 1px solid #E7E7E7;*/
    padding: 5px 5px 10px 5px;
    line-height: 20px;
    color: #000;
    font-family:Montserrat;
    font-size:11px;
}

.product-info .contact{
    border:1px solid #183259;
    overflow:hidden;
    line-height: 20px;
    margin-top:10px;
}

.product-info .contact .headline{
    width:100%;
    text-align:center;
    padding:0;
    font-weight:bold;
}


.product-info .contact .telephone {
    text-align:center;
    font-family:Montserrat;
    font-weight:bold;
    font-size:16px;
    padding-top:3px;
    color:#183259;
}
.product-info .description span {

}
.product-info .description a {

}


.product-info .price {
    overflow: auto;
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #ff0000;
}



/* promo */

.promo{
    width:500px;
    display:block;
    position:relative;
}

/*
.promo a{
    position:relative;
    width:150px;
    height:64px;
    color:#222;
    text-decoration:none;
    float:left;
    margin:5px;
    font-weight:bold;
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
    border-radius:3px;
    box-shadow:0px 0px 3px #888;
    overflow:hidden;

}

.promo a img{
    float:left;
}

.promo a p{
    padding:left;
    width:95px;
    float:right;
    word-spacing:inherit;
}
.promo a span{
    text-decoration:none;
    float:right;
    clear:right;
    margin-right:5px;
}
.promo a span b{
    text-decoration:none;
    color:#ff0000;
    font-weight:bold;
    font-size:12px;
}
.promo .cadou{
    float:left;
    clear: both;
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    width:100%;
    background:#ff0000;
    display:block;
    color:#fff;
    position:absolute;
    bottom: 0;
    padding:1px 0;
    border-radius:0 0 3px 3px;
    letter-spacing:5px;
}
*/


/* Cristi - sus e originalul*/
.promo a{
    position:relative;
    width:140px;
    height:50px;
    color:#222;
    text-decoration:none;
    float:left;
    margin:5px 15px 5px 0;
    font-weight:bold;
    font-size:10px;
    line-height:11px;
    overflow:hidden;
    background:#F8F8F8;
    padding:2px;
    border:1px solid #e9e9e9;
}

.promo a img{
    float:left;
}

.promo a p{
    padding:left;
    width:85px;
    margin-bottom:0;
    float:right;
    word-spacing:inherit;
}
.promo a span{
    text-decoration:none;
    float:right;
    clear:right;
    margin-right:5px;
}
.promo a span b{
    text-decoration:none;
    color:#ff0000;
    font-weight:bold;
}
.promo .cadou{
    text-align:left;
    text-transform:uppercase;
    font-weight:bold;
    width:85px;
    display:block;
    color:#ff0000;
    position:absolute;
    left:57px;
    bottom: 3px;
    padding:1px 0 1px 0;
    line-height:10px;
    font-size:11px;
}


/* promo */

/* ++ PRET NOU */

.pret0 {
    width:100%;
    font-family:Lato;
    text-align:center;
    text-shadow: 1px 1px 1px #9e9e9e;
    line-height:20px;
    height:30px;
}
.pretinner{
    margin:0 auto;
    display: inline-block;
}
.pret0 .pret {
    font-size: 28px;
    color: #ff0000;
    float:left;
    display:inline;
}
.pret0 .rest {
    float:left;
    font-size: 14px;
    color: #ff0000;
    display:block;
    margin-top:-2px;
    line-height:13px;
}
.pret0 .valuta {
    float:left;
    font-size: 16px;
    color: #555;
    display:inline;
    margin-left:5px;
    line-height:32px;
}





.pret3 {
    width:80px;
    height:30px;
    display:inline-block;
    font-family:Lato;
    text-align:center;
    padding-top:2px;
    margin-top:-15px;
    margin-bottom:-5px;
}

.cutpr {
    height:30px;
    margin-top:-35px;
    background:url('../image/cutline.png') no-repeat top center;
    display: block;
    position:relative;
}

.pretinner{
    margin:0 auto;
    display: inline-block;
    height:30px;
}
.pret3 .pret {
    font-size: 22px;
    color: #333;
    float:left;
    font-weight: 700;
    display:inline;
    font-weight:normal;
    margin-right:3px;
}
.pret3 .rest {
    font-size: 10px;
    color: #333;
    display:block;
    line-height:14px;
}
.pret3 .valuta {
    font-size: 8px;
    color: #555;
    font-weight:bold;
    display:inline;
    margin-left:2px;
    margin-top:3px;
    line-height:9px;
}
.pr2{
    float:left;
}






.valuta {
    color: #000;
    font-size: 14px;
    font-family: "Arial Narrow";
}
.product-info .price-old {
    color: #F00;
    text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
}
.product-info .options {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    color: #000000;
}

.product-info .freeshipping{
    width:278px;
    height:85px;
    padding: 0;
    border-top:1px solid #dedede;
    border-bottom:1px solid #dedede;
    margin:-5px 0 5px 0;
}

.product-info .cart {
    padding: 7px 5px 7px 0;
    color: #4D4D4D;
    overflow: auto;
    border-top:1px solid #dedede;
    border-bottom:1px solid #dedede;
    margin:5px 0 0 0;
}
.product-info .cart .quant{
    margin:4px 0 0 0;
}
.product-info .cart div {
    float: left;
    vertical-align: middle;
}
.product-info .cart div > span {
    padding-top: 7px;
    display: block;
}
.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
    clear: both;
}
.product-info .warranty {
    padding: 0 0 2px 0;
    color: #4D4D4D;
    overflow: auto;
    border-bottom:1px solid #dedede;
    margin:5px 0 0 0;
}
.product-info .warranty p{
    float: left;
	display:block;
	line-height:14px;
	padding:0;
}
.warranty_title{
	font-size:13px;
	float:left;
	margin-bottom:5px;
	clear:both;
}
.product-info .review {
    color: #4D4D4D;
    border-top: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    margin-bottom: 10px;
}
.product-info .review > div {
    padding: 8px;
    border-bottom: 1px solid #E7E7E7;
    line-height: 20px;
}
.product-info .review > div > span {
    color: #38B0E3;
}
.product-info .review .share {
    overflow:hidden;
    line-height: normal;
}
.product-info .review .share a {


    text-decoration: none;
}
.attribute {


    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {


    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.attribute tr td:first-child {


    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}
.attribute td {


    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.compare-info {


    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {


    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.compare-info tr td:first-child {


    color: #000000;
    font-weight: bold;
    text-align: right;
}
.compare-info td {


    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {


    font-weight: bold;
}
.compare-info .price-old {


    font-weight: bold;
    color: #F00;
    text-decoration: line-through;
}
.compare-info .price-new {


    font-weight: bold;
}
/* wishlist */


.wishlist-product table {


    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.wishlist-product td {


    padding: 7px;
}
.wishlist-product thead td {


    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {


    text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {


    text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {


    text-align: right;
}
.wishlist-product tbody td {


    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {


    vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {


    text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {


    text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {


    text-align: right;
}
.wishlist-product tbody .price s {


    color: #F00;
}
.login-content {


    margin-bottom: 20px;
    overflow: auto;
}
.login-content .left {


    float: left;
    width: 48%;
}
.login-content .right {
    float: right;
    width: 48%;
}
.login-content .left .content, .login-content .right .content {


    min-height: 190px;
}
/* orders */


.order-list {
    margin-bottom: 15px;
    background: #fff;
    padding: 10px;
    border: 1px solid #EEEEEE;
}
.order-list .order-id {


    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
    width: 25%;
    line-height:30px;
    float:left;
}
.order-list .order-info {
    text-align: right;
}
.order-detail {


    background: #EFEFEF;
    font-weight: bold;
}
/* returns */


.return-list {


    margin-bottom: 10px;
}
.return-list .return-id {


    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.return-list .return-status {


    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.return-list .return-content {


    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {


    float: left;
    width: 33.3%;
}
.return-list .return-info {


    text-align: right;
}
.return-product {


    overflow: auto;
    margin-bottom: 20px;
}
.return-name {


    float: left;
    width: 33.3%;
}
.return-model {


    float: left;
    width: 33.3%;
}
.return-quantity {


    float: left;
    width: 33.3%;
}
.return-detail {


    overflow: auto;
    margin-bottom: 20px;
}
.return-reason {


    float: left;
    width: 33.3%;
}
.return-opened {


    float: left;
    width: 33.3%;
}
.return-opened textarea {


    width: 98%;
    vertical-align: top;
}
.return-remove {


    float: left;
    width: 33.3%;
    padding-top: 90px;
    text-align: center;
    vertical-align: middle;
}
.return-additional {


    overflow: auto;
    margin-bottom: 20px;
}
.return-comment {


    float: left;
    width: 49%;
}
.return-captcha {


    float: right;
    width: 49%;
}
.download-list {


    margin-bottom: 10px;
}
.download-list .download-id {


    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.download-list .download-status {


    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.download-list .download-content {


    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {


    float: left;
    width: 33.3%;
}
.download-list .download-info {


    text-align: right;
}
/* cart */


.cart-info table {


    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.cart-info td {


    padding: 7px;
}
.cart-info thead td {


    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .remove, .cart-info thead .image {


    text-align: center;
}
.cart-info thead .name, .cart-info thead .model {


    text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {


    text-align: right;
}
.cart-info tbody td {


    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .remove {


    vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {


    text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {


    text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {


    text-align: right;
}
.cart-info tbody span.stock {


    color: #F00;
    font-weight: bold;
}
.cart-module .cart-heading {


    border: 1px solid #DBDEE1;
    padding: 8px 8px 8px 22px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
    cursor: pointer;
    background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {


    background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {


    padding: 0px 0px 15px 0px;
    display: none;
    overflow: auto;
}
.cart-total {
    border-top: 1px solid #DDDDDD;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
}
.cart-total table {


    float: right;
}
.cart-total td {


    padding: 3px;
    text-align: right;
}
/* checkout */


.checkout-heading {


    background: #F8F8F8;
    border: 1px solid #DBDEE1;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #171717;
}
.checkout-heading a {


    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}
.checkout-content {


    padding: 15px;
    display: none;
    overflow: auto;
    background: #ffffff;
    border: 1px solid #DBDEE1;
}
.checkout-content .left {


    float: left;
    width: 48%;
}
.checkout-content .right {


    float: right;
    width: 48%;
}
.checkout-content .buttons {


    clear: both;
}
.checkout-product table {


    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.checkout-product td {


    padding: 7px;
}
.checkout-product thead td {


    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {


    text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {


    text-align: right;
}
.checkout-product tbody td {


    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {


    text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {


    text-align: right;
}
.checkout-product tfoot td {


    text-align: right;
    border-bottom: 1px solid #DDDDDD;
}
.contact-info {


    overflow: auto;
}
.contact-info .left {


    float: left;
    width: 48%;
}
.contact-info .right {


    float: left;
    width: 48%;
}
.sitemap-info {


    overflow: auto;
    margin-bottom: 40px;
}
.sitemap-info .left {


    float: left;
    width: 48%;
}
.sitemap-info .right {


    float: left;
    width: 48%;
}




/* footer */

@media only screen and (max-width: 48em) {
  #footerMob{
    display: flex;
  }

  #footerMob p{
    width:50%;
  }

}

@media only screen and (max-width: 48em) {
  #beHidden {
    display:none;
  }

  #options.dropdown{
    display:block!important;
  }
}

#options.dropdown {
  height: 19px;
  width: 100%;
  padding: 6px 25px 5px 10px;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  display: none;
  margin-bottom:20px;
}
#options.dropdown ul[class^=sub_menu] {
  display: none;
  width: 100%;
  padding: 6px 0;
  list-style: none;
  margin: 0;
  background-color: #fff;
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
  position: absolute;
  z-index: 200;
  left: 0;
  top: 32px;
}
#options.dropdown ul[class^=sub_menu] li {
  color: #656565;
  padding: 5px 10px;
  position: relative;
  z-index: 50;
}
#options.dropdown ul[class^=sub_menu] li:hover {
  background-color: #e0e0e0;
}
#options.dropdown ul[class^=sub_menu] li a, a.nav_link, .external_links_sub a {
  color: #333;
  text-decoration: none;
}
#options.dropdown ul[class^=sub_menu] li a:hover, a.nav_link:hover, .external_links_sub a:hover {
  text-decoration: underline;
}
#options.dropdown .title:before {
  content: "";
  position: absolute;
  z-index: 5;
  height: 30px;
  width: 35px;
  top: 0;
  right: 0;
}

#options.dropdown .title {
  font-size:16px;
  font-weight:900;
  color: #05406D;
}

#options.dropdown .title:after {
  content: "▾";
  position: absolute;
  top: 0;
  right:0;
  z-index: 10;
  padding-top: 5px;
  padding-right: 12px;
  font-size: 16px;
  color: #000;
}
#options.dropdown .sub_menu li button {
  border: none;
  background: none;
  padding: 0;
  position: relative;
  z-index: 100;
}








.backtotop { background: url('../img/ico-go-up.png') no-repeat; width: 48px; height: 48px; }

#footer {
    margin-top:20px;
    min-height:205px;
    margin-bottom: 10px;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    background: #f2f2f2;
    border-top: 1px solid #f4f4f4;
    clear: both;
}

#footer  p > span {
    margin:5px;
}

#footer img {
    margin-right: 7px;
    margin-bottom: 7px;
}
#footer input[type='text'] {
    border-top: 1px solid #DBDBDB;
    border-left: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding: 8px;
    width: 80%;
}
#footer #location {
    background: url('../img/location.png') 0px 3px no-repeat;
    padding-left: 25px;
}
#footer #telephone {
    background: url('../img/phone.png') 0px 3px no-repeat;
    padding-left: 25px;
}
#footer #newsl {
    background: url('../img/news.png') 0px 3px no-repeat;
    padding-left: 25px;
}
#footer #shares {
    background: url('../img/share.png') 0px 3px no-repeat;
    padding-left: 25px;
}
#footer #mail {
    font-weight: 700;
}

#footer #mail:hover {
    color:#ff0000;

}

#footer h2 a {

    text-decoration:none;
    color: #05406D;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
}
#footer h2 a:hover{
    text-decoration:underline;
}
#footer a:hover{
	text-decoration: none;
    font-weight: 900;
}

#footer ul {
    list-style: none;
    padding:0;
}

#footer ul li {
  padding-bottom: 3px;
}

.afbloc {
    float:left;
    min-width:100px;
    border:1px solid #d2d2d2;
    margin:10px 10px 0 0;
    text-align:center;
    padding: 10px 15px;
}

.afbloc span{
    margin:auto;
}

.afbloc span.big{
    font-size:36px;
    font-weight:normal;
    color:#888;
}

.afbloc span.small{
    font-size:12px;
    font-family: Montserrat;
    text-transform:uppercase;
    font-weight:bold;
}

#afblocs {

}




#powered, #seolinks a, #powered a {
    text-decoration:none;
    text-transform:uppercase;
    color: #707070;
    font-size: 10px!important;
    margin-top: 10px;
    clear: both;
    height:15px;
}
#seolinks a {
    margin:0 3px 0 2px;
}

#seolinks {
    width:100%;
    text-align: center;
}
#seolinks a:hover{
    text-decoration: underline;
}
/* banner */


.banner div {
    text-align: center;
    width: 100%;
}
.banner div img {
    margin-bottom: 20px;
}
#product_info_table span {
    color: #0066CC;
    font-weight: bold;
    font-size: 12px;
}
#product_info_table td {
    width: 350px;
    padding: 5px;
    border-bottom: 1px solid #f1f1f1;
    border-collapse: collapse;
}
.profile_info {
    border-collapse: collapse;
    width: 100%;
}
.profile_info td {
    width: 350px;
    padding: 5px;
    border-bottom: 1px solid #f1f1f1;
}
.profile_category {
    border: none;
    color: #0066BB;
    font-size:24px;
    font-weight: bold;
}
.profile_title {
    width: 350px;
    padding: 5px;
    border: none;
    color: #0066BB;
    font-size:14px;
    font-weight: bolder;
    padding: 20px;
}
.profile_den {

}


#livesearch_search_results {
        margin:0;
        padding:5px;
        position: absolute;
        top: 40px;
        background-color: #FFF;
        list-style-type: none;
        z-index: 12;
        border: 1px solid #DDD;
        z-index: 1000;
}
#livesearch_search_results li {
        padding: 10px 15px;
        width: 100%;
        max-width: 500px;
}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
        color: #888;
        text-decoration: none;
}
#livesearch_search_results a:hover {
        color: #fff;
}
#livesearch_search_results li:hover {
    background: url('../image/menu.png');
    color:#fff;
}
#livesearch_search_results li:hover >a {
    color:#fff;
}
#livesearch_search_results .highlighted {
    background: url('../image/menu.png');
    color:#fff;
}
#livesearch_search_results .highlighted > a{
    color:#fff;
}

.date_h3 {
    font-size:18px;
    margin:0 0 20px 0;
    float:left;
}
.date_email {
    float:right;
    font-size: 14px;
    font-weight:bold;
    margin: 0 15px 0 0;
}
.date_c {
    width:100%;
    font-size:12px;
    clear:both;
    float:left;
    padding-bottom:7px;
    margin-bottom:7px;
    border-bottom:1px solid #dedede;
}
.map {
    float:left;
    width:204px;
    height:150px;
}
.map a img {
    border:2px solid #dedede;
}
.date_r{
    float:right;
    width: 530px;
}


.date1_r{
    float:right;
    width: 342px;
}.date1_d {
    float:left;
    width:150px;
    margin-right:20px;
    line-height:16px;
}
.date2_d {
    width:300px;
    margin-top:20px;
}
.date2_d h4{
    display: inline;
}
.date1_d h4, .date2_d h4{
    margin:0 0 5px 0;
    padding:0;
    line-height:1em;
    font-size:14px;
}

.date_d {
    float:left;
    width:150px;
    margin-right:25px;
    line-height:16px;
}
.date_d h4{
    margin:0 0 10px 0;
    padding:0;
    line-height:1em;
    font-size:14px;
}



.contactinput {
    width:122px;
}

.newsletter{
    position:relative;
    background: #FFFFFF;
    border: 1px solid #DBDEE1;
    padding: 15px 10px;
}

.newsletter a{
    padding:5px 10px;
    background:#4975cd;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-weight: bold;
    text-shadow:1px 1px 1px #272727;

}

.infopage{
    background: #FFFFFF;
    padding: 10px;
}

.infopage h1 {
    width:100%;
    border-bottom: 1px solid #DBDEE1;
}

.infopage ul, .infopage ol {
    margin:5px 0 5px 0;
    padding-left:30px;
    list-style:none;
    padding-left:20px;
}

.infopage ul li {
    margin:4px 0 5px 0;
    background: url('../image/arrow-right.png') left no-repeat;
    padding-left:12px;
}

.infopage p {
    text-indent:15px;
}



ul#navigationtab {margin:0 0 -1px 0;list-style:none; padding:0;position:relative; z-index:2;display:table;border-left:1px solid #DBDEE1;}
ul#navigationtab li {float:left;line-height: 15px;}
ul#navigationtab li a {font-weight:bold;background:#f5f5f5;color:#222;display:block;padding:7px 15px 7px 15px;text-decoration:none;border-right:1px solid #DBDEE1;border-top:1px solid #DBDEE1;border-right:1px solid #DBDEE1;margin:0;}
ul#navigationtab li a.selected {border-bottom:1px solid #fff;color:#344385;background:#fff;}
ul#navigationtab li a:hover {background:#fefefe;}


.pdiv_info{
    width:100%;
    position:relative;
    padding:10px;
}

.pdiv_info div {
    width: 50%;
    padding:3px;
    float:left;
}

.pdiv_info div .title{
    float:left;
    clear:both;
    width:100%;
    color:#005888;
    font-weight:bold;
}

.pdiv_info div ul {
    width:50%;
    float:left;
}

.pdiv_info div ul li{
    float:left;
    clear:both;
    width:100%;
}

.pdiv_info div span{
    width:100px;
}

.categoryGroup {
    background: #fff;
    padding: 5px;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 0px 2px #dddddd;
    -moz-box-shadow: 0px 0px 2px #dddddd;
    box-shadow: 0px 0px 2px #dddddd;
    min-height: 70px;
}
.categoryGroup h2 {
    width:100%;
    border-bottom: 1px solid #ddd;
}
.categoryGroup ul{
    margin:0;
    padding:0;
    position:relative;
    width:100%;
    list-style:none;
}
.categoryGroup li{

}
.categoryGroup a{
    float:left;
    display:block;
    padding:5px 10px;
}

.categoryTitle{
    font-size:18px;
}


.footerWrapper{padding:10px 10px; height:180px;}
.fooLinks {width:275px;float:left;padding:0 20px;height:180px;}
.onef {border-right:1px solid #e2e2e2;}
.fooLinks h3{margin:5px 0;}
.fooLinks li{padding-bottom:5px;}
.fooLinks span{background:url('../img/bullet.jpg') no-repeat left;padding-left:10px;}
.fooLinks a:hover{text-decoration:underline;}


.strike {text-decoration: line-through;}


.category_menu{
    position:relative;
    margin-bottom:15px;
    text-align:left;
}

.category_menu h2{
    text-align:center;
    float:left;
    font-family:Montserrat, Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
    padding:5px 10px;
    display:block;
    font-weight:bold;
    background: #4f85bb;
    text-shadow:1px 1px 2px #333;
    text-transform:uppercase;
    line-height:14px;
    color:#fff;
    margin:0;
    font-weight:normal;
}

.category_menu ul {
    border-top:3px solid #4f85bb;
    width:178px;
    background:#ffffff;
    text-indent:0;
    float:left;
    border-left:1px solid #ddd;
    /*border-right:1px solid #ddd;*/
    list-style:none;
    margin:0 0 10px 0;
    padding:0;
    overflow:hidden;
    border-bottom:1px solid #ddd;
}

ul .rounded{
    border-radius: 0 0 0 7px;
    -moz-border-radius: 0 0 0 7px;
    -webkit-border-radius: 0 0 0 7px;
}

.category_menu ul li ul {
    text-indent:0;
    float:left;
    border:none;
    list-style:none;
    margin:0;
    padding:0;
    display:none;

}

.category_menu ul li{
    float:left;
}

.category_menu ul li  a {
    display:block;
    width:158px;
    padding:8px 10px;
    display:block;

    /*
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    */

    border-bottom:1px solid #ddd;
    font-weight:bold;
    color:#000;
    font-family:Montserrat,Arial, Helvetica, sans-serif;
    font-size:10px;
    text-transform:uppercase;

    text-shadow:1px 1px 1px #fff;

    color:#555;
    margin:0;
    text-decoration:none;
    cursor:hand;
}

.category_menu ul li a:hover{
    border-bottom:1px solid #aaa;
}


.category_menu ul li ul li a {
    display:block;
    font-size:11px;
    width:168px;
    padding:5px;
    display:block;
    background:none;
    border-bottom:1px solid #ddd;
    font-weight:normal;
    color:#555;
    margin:0;
    text-decoration:none;
    cursor:hand;
}

.category_menu ul li ul li a:hover {
    border-bottom:1px solid #aaa;
}


.category_menu .active{
    font-weight: bold;
}




/* new home */
.tblock {
    display:block;
    width:160px;
    height:231px;
    margin:0;
    padding:0;
    float:left;
}
.thide {
    width:799px;
}
.tbox {
    margin-top:-1px;
    width:800px;
}
.ttop {
    width:160px;
    height:1px;
    background-image:url('../img/horiz.png');
    background-repeat:no-repeat;
    background-position:center top;
}
.tcont {
    width:140px;
    height:220px;
    background:#ffffff;
    background-image:url('../img/vertical.png');
    background-repeat:no-repeat;
    background-position:right top;
    padding:5px 10px;
    text-align:center;
}
.tcont a {
    text-decoration:none;
}
.tcont img {
    width:140px;
    height:140px;
}
.tcont p {
    padding-top:5px;
    margin:0;
    text-indent:10px;
    font-family: Montserrat;
    font-size:11px;
    color:#555;
    text-align:justify;
    overflow:hidden;
    height:39px;
    line-height:13px;
}
.tprice {
    position:relative;
    margin:0 auto;
    display:block;
    padding-top:7px;
    display:inline-block;*display:inline;zoom:1;
}

.product-info .stocks{
    float:right;
    margin:4px 5px 0 0;
    font-family:Montserrat;
    font-size:12px;
}

.product-info .tprice0 {
    margin-left:10px;
    color:#ff0000;
    font-size:28px;
    display:block;
    line-height:23px;
    font-weight: 900;
    display:inline-block;*display:inline;zoom:1;
    /*text-shadow:2px 1px 1px #999;*/
   float:left;
}


.tprice .price-tax{
    float:left;
    display:block;
    font-family:arial;
    color:#888;
    font-size:10px;
    font-weight:bold;
    clear:both;
    margin-left:10px;
}


.tprice0 {
    color:#ff0000;
    font-size:27px;
    font-weight: 900;
    display:block;
    line-height:23px;
    display:inline-block;*display:inline;zoom:1;
    text-shadow:1px 1px 1px #DDD;
}
.tprice0, .tprice1, .tmoneda {
    font-family: Lato;
}
.tprice1 {
    color:#ff0000;
    font-size:13px;
    line-height:12px;
}
.tmoneda {
    color:#555;
    font-size:12px;
    line-height:11px;
    margin-left:2px;
}
.tpriceright {
    display:inline-block;*display:inline;zoom:1;
}


.merged{
    font-family:Montserrat;
    font-size:11px;
    color:#777;
}

.product-info .pret3{
    float:left;
}

/* welcome */

#wpage{
   margin-top:15px;
   margin-bottom:-6px;
   position:relative;
   display:block;
   font:12px "Segoe UI","Lucida Grande",Arial;
   background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );

}
#wpage .wbox{
    width:365px;
    padding:3px 15px;
    float:left;
}

.wbox a{
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    color:#2159C0;
    padding:3px 0 0 0;
    display:block;
    text-decoration:none;
}
.wbox a:hover{
    text-decoration:underline;
}
#comanda_cart{
       font:12px "Segoe UI","Lucida Grande",Arial;
}

#comanda_cart table{
    width:100%;
    border-collapse: collapse;
}
#comanda_cart th{
    padding:5px;
    background:#F7F7F7;
    border-bottom:1px solid #ddd;
}
#comanda_cart td{
    padding:5px;
}

#comanda_cart .sku{
    font-size:11px
}
#comanda_cart .price{
    font-size:16px;
    color:#ff0000;
    font-weight:bold;
}
#comanda_cart .price span{
    font-size:10px;
}
#comanda_cart .price b{
    font-size:14px;
    color:#555;
}
.cart_product{
    width:98%;
    padding:1%;
    height:80px;
    background:#EFF7F7;
    display: block;
}

@media only screen and (max-width: 48em) {
  .cart_product {
    width:10vh;
    height:100px;
    background: none;
    display:grid;
  }

  .cart_product img {
    float:none;
    display:flex;
  }

  .cart_product a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:flex;
    font-weight: 500;
  }
}

@media only screen and (max-width: 48em) {
  #account_form td {
    padding-bottom:3px;
    padding-top:3px;
  }

  #account_form .pj_form div{
    width:100%!important;
  }

  #account_form .pj_form select {
    width:100%!important;
  }

  #account_form .pj_form textarea {
  width:100%!important;
  }

  #comanda_form #account {
    padding-top:20px;
    padding-bottom:20px;
  }

  #comanda_form #account label{
    display:inline-flex;

   }

  #comanda_form #account label input{
    display:inline-block;
  }

  #comanda_form #account label b{
    vertical-align: middle;
    margin: 3px 3px;
    height: auto;
  }

  #comanda_form tr > td:first-child {
    text-align: left;
  }

  #logCont label {
    display:grid;
  }

  #logCont input{
    width:100%!important;
    margin:10px 0;
  }

  #client_info tbody {
    width:100%;
  }

  #client_info label{
    display:inline-flex;
  }

  #client_info label input{
    display:inline-block;
    margin: 0 3px 0 3px;
  }

  #client_info label span{
    vertical-align: middle;
    margin: 3px 3px;
    height: auto;
  }

  #client_info {
    width:100%;
    padding-left:0;
    padding-right:0;
  }

  #client_info table {
    padding:0 10px;
  }

  #client_info tr {
    display:grid;
  }

  #client_info td {
    text-align: left;
  }

  #client_info tbody tr input {
    width:100%!important;
  }

  #infoCont {
    width:100%
  }

  #infoCont tr {
    display:grid;
  }

  #infoCont tr input {
    width: 100%!important;
  }

  #infoAdresa {
    width:100%;
  }

  #infoAdresa tr {
    display:grid;
  }

  #infoAdresa tbody tr input {
    width:100%!important;
  }

  #infoAdresa tbody tr select {
    width:100%!important;
  }

  #infoAdresa tbody tr textarea {
    width:100%!important;
  }

  input[type='text'], input[type='password'], textarea {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 5px 0 5px 0;
    margin-left: 0px;
    margin-right: 0px;
    text-indent: 10px;
  }

  #fast_form tr{
    display:grid;
  }

  #fast_form tr input {
    width:100%!important;
  }
}


.cart_product img{
    float:left;
    margin-right:1%;
}
.cart_product a{
    text-decoration: none;
   color:#333;
   font-weight:bold;
}


.prod-specs{
    width:100%;
}

.det-left{
    width:33%;
    float:left;
}


@media only screen and (max-width: 48em) {
	.prod-specs span{
      float: left;
      clear: both;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 100%;
	}
    .prod-specs .det-left {
      float:inherit;
      width:100%!important;
    }
}

.det-box{
    width:94%;
    float:left;
    clear:both;
    padding:0 3% 15px 3%;
}
.det-box .det-holder{
    width:100%;
    position:relative;
}
.det-box .det-name{
    width:45%;
    padding:1% 1% 1% 4%;
    float:left;
    clear:both;
}
.det-box .det-header{
    width:100%;
    border-bottom:1px solid #ddd;
    font-weight:bold;
    color:#05406D;
}
.det-box .det-val{
    width:48%;
    padding:1%;
    float:left;
}

/* Informatii Produs */

.box-specificatii hr{
    clear:both;
}

.box-specificatii {
    margin-top:10px;
    padding:10px;
}

.stripe-bg{
    background-image: url(../image/stripe.png);
    border-top:1px solid #f5f5f5;
    border-bottom:1px solid #f5f5f5;
}
.stripe-bg p{
    float:left;
    clear:both;
}

/* COOKIE WARNING */

.cookieWarning{
    margin:0 auto;
    padding:10px;
	background: #8a8989;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.cookieWarning a{
  font-weight:700;
  color:#fff;
}

.cookieWarning .closecookieWarning, .closecookieRefuz{
    float:right;
    padding: 10px 10px;
    background:#488ad8;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
    min-width: 120px;
    text-align:center;
  margin: 0 15px;
}
.cookieWarning .closecookieWarning:hover{
    background:#000000;
}

.cookieWarning #closecookieRefuz {
  background: #8d0c0c;
}
.cookieWarning #closecookieRefuz:hover {
  background: #000000;
}

.cookieWarning #closecookieRefuz a {
  color:#fff;
}

.cookieWarning #cookieMobile{
  display: flex;
  padding-top:10px;
}

.button, a.button {
	background-color:#183259;
    display:inline-block;
    color:#ffffff;
    font-family: Montserrat;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    padding: 5px 10px;
    position:relative;
}

.button:hover, a.button:hover{
	background-color:#ee2a24;
}

@media only screen and (max-width: 48em) {
  .button, a.button{
    font-size:10px;
  }
}

.add2cart {
    background-color: #183259;   /* #ee2a24; */
    display:inline-block;
    color:#ffffff;
    font-family: Montserrat;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    padding: 5px 10px;
}
.add2cart input{
    width:40px;
    height:24px;
    font-size:11px;
    font-family:Montserrat;
    font-weight:bold;
    float:left;
    text-align:center;
    border:none;
}
.add2cart a{
    height:22px;
    text-decoration:none;
    float:left;
    line-height:22px;
    padding:3px 15px;
    display: block;
    cursor:hand;
    color:#fff;
    font-size:14px;
}
.add2cart:hover {
    background-color: #ee2a24;  /* #183259; */
}
.add2cart:active {
    position:relative;
    top:1px;
}


.internal-menu{
    width:170px;
    position:fixed;
    margin-left:-200px;
    margin-top:105px;
    background: #fff;
    border: 2px solid #183259;
    font-family: Lato, 'Lucida Grande', Arial, sans-serif;
}

.im-header{
  padding: 10px;
  background: #183259;
  color: #fff;
  font-weight:bold;
  border-bottom: 1px solid #949494;
}
.im-header img{
    float:left;
    margin-right:3px;
}
.im-content ul{
    width:170px;
    margin:0;
    padding:0;
    list-style:none;
}

.im-content ul li{
    padding:3px 3px;
}

.im-content .button{
	font-size: 13px;
	text-transform: uppercase;
    width:144px;
    background:none;
    color: #183259;
    border-bottom: 1px solid #183259;
}
.im-content .button:hover{
    background:#183259;
    color: #fff;
}

.bubble{
    display: inline-block;
    position: absolute;
    top: -5px;
    right:0px;
    padding: 0 2px;
    height: 15px;
    min-width: 11px;
    line-height: 14px;
    font-size: 11px;
    font-weight: bold;
    text-align:center;
    color: white;
    text-shadow: 0 -1px rgba(0,0,0,0.5);
    background: #db3928;
    border: 1px solid #55150f;
    border-radius: 9px;
}

.product-banner{
    margin: 10px 0;
    position:relative;
    float:left;
}

.parteners{
    width:980px;
    text-align:right;
    padding:3px 0;
}

.parteners .block{
    float:right;
    margin:0 5px;
}

.go-id{
    width:70px;
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    position: relative;
    text-align: center;
    font-weight: bold;
    text-transform: none;
    padding: 0 11px;
    font-size: 13px;
    line-height: 28px;
    height: 24px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 6px;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    background-position: center center !important;
}


.newsletterForm{
    display:block;
    width:100%;
    position:fixed;
    bottom:0;
    font-size:16px;
    line-height:20px;
    font-family: Lato;
    z-index: 99999999;
    display: none;
    background: #183259;
    color: #fff;
    padding: 10px 0;
}
.newsletterForm p{
	text-align:left;
	font-weight: 600;
}
.newsletterForm input{
	width: 90%;
}
.newsletterForm .button{
	border: 1px solid #fff;
}

@media only screen and (max-width: 48em) {
  .newsletterForm p{
    padding-left:10px;
    margin-bottom: 0!important;
  }

  .newsletterForm .button {
    margin-top:10px;
  }

  .newsletterForm input {
    width:100%;
  }

  .newsletterForm .col-xs-12 {
    padding-top:10px;
  }
}

.newsalert{
    display:none;
}

.newsClose{
    width:24px;
    height:24px;
    display:block;
    position:absolute;
    z-index: 9999;
    top:8px;
    right:6px;
    cursor:pointer;
    background: #fff;
    border-radius: 5px;
    color: #183259;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}


/*
        .box-menu .product-compare{
            position:absolute;
            right:10px;
            top:42px;
        }
        .bm_title{
            font-size:16px;
            width:98%;
            font-weight:bold;
            float:left;
            position:absolute;
            top:16px;
            left:10px;
            border-bottom: 1px solid #ddd;
        }
        .box-menu .pagination{
            position:absolute;
            top:35px;
            left:5px;
            width:600px;
        }

        .box-menu .sort{
            position:absolute;
            top:5px;
            right:170px;
        }

        .box-menu .limit{
            position:absolute;
            top:5px;
            right:10px;
        }
        .box-menu .display{
            position:absolute;
            top:8px;
            left:300px;
        }


	.box-menu .display {
	    font-size:13px;
	    margin-right: 15px;
	    float: right;
	    padding-top: 0;
	    color: #333;
	    width:120px;
	    text-align: center;
	}
	.box-menu .display a {
	    font-weight: bold;
	}


*/

    .box-menu{
        width:96.5%;
        position:relative;
        margin-bottom:15px;
        margin-left:10px;
        /* height: 180px; */
		overflow: hidden;
    }

    .bm_title{
        width:97%;
        font-size:18px;
        font-weight:bold;
        position:relative;
        margin-left:10px;
        margin-top:16px;
        border-bottom: 1px solid #ddd;
        margin-bottom:10px;
        padding-bottom:5px;
    }
    .product-compare{
        float:right;
        margin-top:6px;
    }
    .bm_desc_box{
        border-bottom: 1px solid #ddd;
    }
	.bm_desc{
        font-size:13px;
        width:100%;
        float:left;
        text-align:justify;
	}
	.bm_desc p{
		text-indent:10px;
		margin-bottom:2px;
		line-height:1.4;
	}
	.bm_thumb {
		padding:5px;
		border:1px solid #EEE;
		float:left;
		width:110px;
		height:110px;
		margin-right:10px;
	}
	.bm_sort_box{
		width:600px;
		float:right;
		height:24px;
        overflow:hidden;
        margin-bottom:7px;
	}

    .box-menu .sort{
        float:left;
        margin-right:100px;
    }
    .box-menu .limit{
        float:left;
    }
	.box-menu .display {
		margin-top:4px;
	    float:right;
	    color: #333;
	}
	.box-menu .display a {
	    font-weight: bold;
	}

	.bm_pag_box{
		border-top:1px solid #EEE;
		padding-top:3px;
	}
    .box-menu .pagination{
        width:100%;
        float:left;
        margin-left:-15px;
    }

@media only screen and (max-width: 48em) {
      .box-menu .pagination{
        margin-left:-10px;
      }
}


.affProducts{
    border-collapse: collapse;
    font-family: Montserrat;
    font-size:11px;
    border-spacing: 0px;
    margin:5px 0;
}
.affProducts th{
    font-weight:bold;
    text-align:center;
    font-size:11px;
    color:#000;
}
.affProducts td{
    font-size:11px;
    color:#222;
    padding:3px;
    border:1px solid #ddd;
}

.affProducts a{
    text-decoration:none;
}

/* MEGAMENU  */
.mega-menu{
    font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
    position:absolute;
    padding:0;
    margin:0;
    top:40px;
    z-index: 100;


}
.special span{
    width:19rem;
    text-align:center;
    text-transform:uppercase;
    float: left;
    font-size: 13px;
    font-weight:bold;
    color: #FFF;
    line-height: 20px;
    height: 20px;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    z-index: 6;
    position: relative;
    background: #ee2a24;
    text-shadow:1px 1px 1px rgba(0,0,0,0.3);
    margin-top: -40px;
}
.special span::before{
	content: '\f0c9';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	float: left;
	color: #fff;
	padding-left: 10px;
}

.special:hover > span{
    cursor:pointer;
}
.special:hover > .submenu{
    display:block;
}
.submenu{
    display:none;
    float:left;
    clear:both;
    width:19rem;
    background:#fff;
    text-indent:0;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
}

.active{
    display:block;
}
.submenu > li{
    float:left;
    display: block;
	width:100%;
}

.submenu > li > .menu_title, .submenu > li.nav-link {
    /*width:100%;*/
    display: block;
    padding: 10px 10px 10px 10px;
    color:#000;
    border: 1px solid #f2f2f2;
    border-top:none;
    font-family: Lato, Helvetica, Geneva, sans-serif;
    font-size:13px;
    margin:0;
    text-decoration:none;
    cursor:pointer;
}

.submenu > li > .menu_title::after{
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	float: right;
}

.submenu > li > .menu_title:hover,.submenu > li.nav-link:hover {
    cursor:pointer;
    background:#183259;
    color: #fff;
}
.submenu > li.nav-link:hover a{
	color:#fff;
}


.submenu > li.nav-link{
	display:none;
  border-right-width: 0px;
  border-left-width: 0px;
  padding-right: 0;
  padding-left: 10px;
  font-weight: bold;
}


.subcontainer{
    position:absolute;
    width: 57rem;
    padding:0;
    top:-2px;
    min-height:440px;
    background:#fff;
    padding-top: 5px;
    display:block;
    left:19rem;
    color:#000;
    display:none;
    border-bottom:1px solid #f2f2f2;
    border-right:1px solid #f2f2f2;
}

.subcontainer .detailsbtn{
    position:absolute;
    bottom:10px;
    right: 20px;
}


#menu {
    position: relative;
    display:block;
    height: 40px;
    padding: 0;
    margin: 0;
    background:#183259;
    z-index: 100;

}
#menu .ul {
    display:block;
    height:40px;
    list-style: none;
    margin: 0;
    padding: 0;
    float:left;
    margin-left: 19rem;
}
#menu  .ul > li {

    position: relative;
    float: left;
    z-index: 999;
}
#menu  .ul > li > a {
    font-size: 13px;
    color: #FFF;
    font-weight:bold;
    text-transform:uppercase;
    line-height: 20px;
    height: 20px;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    display:block;
    z-index: 6;
    text-shadow:1px 1px 1px rgba(0,0,0,0.3);
    position: relative;
    text-align:center;
    font-family: Lato, Arial,Helvetica,Geneva,sans-serif;
}
#menu  .ul > li > a:hover{
    z-index:0;
    background:#ee2a24;
}





/*
.trigger:hover > .subcontainer{
    display:block;
}
*/

.open {
    display: block;
}


.subimage {
    text-decoration:none;
    display:block;
    width:390px;
    float:right;
    margin:0;
    padding: 0;
    border:none;
}
.subimage img{
    width:390px;
}
.subimage a:hover{
    border:none;
}
.subcontainer ul{
    float:left;
}

.menugroup{
    width:190px;
    margin-right:10px;
    float:left;
}
.menugroup h2{
    color: #fff;
    text-align:center;
    padding: 3px;
    font-size: 13px;
    font-weight: bold;
    background: #183259;
    font-family: Lato,Helvetica,Geneva,sans-serif;
    display:block;
    float:left;
    width: 100%;
}

.menugroup > ul{
    margin:0;
    padding:0;
    width:100%;
    list-style:none;
    margin-bottom:10px;

}
.menugroup > a, .menugroup > ul li a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    font-family: Lato,Helvetica,Geneva,sans-serif;
    text-decoration:none;
    padding:5px 7px;
    width: 90%;
    display:block;
}
.menugroup > ul li a{
    margin-left:10px;
}
.menugroup > ul li a:hover{
    color:#fff;
    background: #183259;
    text-decoration:none;
}

.trigger .selected > .menu_title{
    background:#eee;
}

.home-slider{
	height: 406px;
	overflow: hidden;
	position:relative;
}
.home-slider .flexslider{
	margin-left: 19rem;
}
.home-slider img{
	width: 100%;
	height: auto;
}


@media only screen and (max-width: 48em) {
	.mega-menu{
		width: 100%;
	}
	.submenu{
		width: 100%;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
	}
  .submenu > li > .menu_title {
      padding: 10px 10px 10px 40px;
  }
	.subcontainer{
		position: relative;
		width:100%;
		left: 0;
		margin-bottom: 20px;
	}
	.menugroup{
		width:100%;
	}
	.menugroup > a, .menugroup > ul li a{
		padding: 10px 10px;
		border-bottom: 1px solid #f2f2f2;
	}
	.special span{
		width: 50%;
	}
	#menu .ul{
		display:none;
	}
	.submenu > li.nav-link{
		display: block;
	}
	.home-slider{
		width: 100%;
		height: auto;
		margin:0;
	}
	.home-slider .flexslider{
		margin:0;
	}

}



/*menu*/

.article{
    width:100%;
    padding:10px 0;
    border-bottom: 1px solid #ddd;

}

.article .image{
    width:150px;
    height:150px;
    float:left;
    margin-right:10px;
}

.article a{
    text-decoration:none;
}

.article .info{
    margin-top:10px;
    width:100%;
    text-align:right;
    display: block;
}



/* SERVICES WIDGET */
.services {
    margin-top:60px;
    margin-bottom:20px;
    margin-right:0!important;
    margin-left:0!important;
}
.services a{
    height:50px;
    margin:0;
    padding:0;
    text-align:left;
    text-decoration:none;
    color:#000;
}
.services a:hover{
    text-decoration:none;
}
.services a span{
    text-transform:uppercase;
    font-weight:bold;
}
.services a:hover > span{
    color:#218ebc;
}


.services a img{
    width:48px;
    float:left;
    margin-right:7px;
}

@media only screen and (max-width: 48em) {
  .services {
    margin-bottom:40px!important;
  }

  .services a {
    display:grid;
  }

  .services a img {
    margin:auto!important;
  }

  .services a span {
    margin:auto!important;
    padding-top:10px;
    font-size:12px;
  }

  .services a p {
    display:none;
  }
}

.owl-carousel .item{
  margin: 5px;
}

.owl-carousel .image img{
  display: block;
  width: 100%;
  height: auto;
}
.owl-carousel .name {
    color:#000;
    margin: 0;
    font-family: Montserrat;
    font-size: 11px;
    font-weight:bold;
    color: #444;
    overflow: hidden;
    text-align:center;
    text-decoration:none;
    height: 38px;
    line-height: 13px;
    width:100%;
    display: block;
}
.owl-carousel .stock{
    text-align:center;
    color: #05AE60; /*green;*/
    font-weight: bold;
    clear: both;
    float: left;
    width: 100%;
}

.owl-carousel .oldprice{
    color:#000;
    font-size:14px;
    font-weight:bold;
    text-decoration:line-through;
    float: right;
    margin-top:5px;
    height:14px;
    display:block;
}
.owl-carousel .small{
    font-size:12px;
}
.owl-carousel .price{
    color:#ff0000;
    font-size:18px;
    font-weight:bold;
    float:right;
    clear:both;
    margin-top:3px;
}
.carousel-heading{
    height:40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.carousel-heading h2{
    float:left;
    color:#000;
    text-transform: uppercase;
    padding-top:5px;
    padding-bottom: 5px;
    height: 16px;
    line-height:16px;
    border-bottom: 2px solid #ee2a24;
}

@media only screen and (max-width: 48em) {
    .carousel-heading h2 {
      height:auto!important;
      padding-left: 5px;
    }
}

.carousel-heading .controls{
    float:right;
}

.widget-box{
    clear:both;
}

.box-specificatii{
        /* Font */
    font-family: Lato,Arial, Helvetica, sans-serif;
    font-size: 13px;
    /* Text color */
    color: #333;
    /* Remove the background color to make it transparent */
    background-color: #fff;
}

.desc p{
    font-size:15px;
    line-height:21px;
    display:block;
    text-indent:15px;
    margin-bottom:10px;
}

.desc h2{
	font-size: 19px;
	color: #222;
}
.desc h3{
	font-size: 17px;
	color: #222;
}


.spec_subtitle{
	margin:0 0 0 15px;
	font:10px Montserrat;
	color:#888;
}

/* body{
	background: #CDE293 url('https://www.bocris.ro/catalog/campain/5/spring_bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom:300px;
} */

.plugins{
	background:#fff;
}

a.info_tag, a.infotag:visited, a.infotag:hover{
	background: #2891db;
    padding: 1px 5px;
    font-size: 11px;
    font-family: Lato, Geneva, Arial, Helvetica, sans-serif;
    color: #fff;
    margin-right: 5px;
    text-shadow: 1px 1px #333;
    border: 1px solid #2b70c5;
    text-decoration: none;
}
a.info_tag:hover{
	text-decoration:underline;
}

@media only screen and (max-width: 48em) {
  a.info_tag {
    display: inline-block;
    margin-top: 5px;
  }
}

.green{
	color: #079992;
}


.carousel-grid{

}

.carousel-grid .item{

}

.carousel-grid #padGrid {
  padding-bottom:20px;
}
@media only screen and (max-width: 48em) {
  .carousel-grid #padGrid {
    border: 1px #eee solid;
    margin: 1px;
    max-width: 49% !important;
  }
}

.carousel-grid .image img{
  display: block;
  width: 100%;
  height: auto;
}
.carousel-grid .name {
    color:#000;
    margin: 0;
    font-family: Montserrat;
    font-size: 11px;
    font-weight:bold;
    color: #444;
    overflow: hidden;
    text-align:center;
    text-decoration:none;
    height: 38px;
    line-height: 13px;
    width:100%;
    display: block;
    padding: 10px 0px;
}
.carousel-grid .stock{
    text-align:center;
    color: #05AE60;  /*green;*/
    font-weight: bold;
    clear: both;
    float: left;
    width: 100%;
    display:block;
    font-size: 14px;
    text-transform: lowercase;

}

.carousel-grid .oldprice{
    color:#000;
    font-size:14px;
    font-weight:bold;
    text-decoration:line-through;
    height:14px;
    display:block;

    text-align: center;
    padding-top: 3px;
    clear:both;
}
.carousel-grid .small{
    font-size:12px;
}
.carousel-grid .price{
    color:#ff0000;
    font-size:18px;
    font-weight:bold;
    clear:both;

    padding-top: 3px;
    text-align: center;
    display: block;
}

.text-left{
	text-align:left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}


/* Category Slider */
.categoryslider{
    width: 798px;
    height:250px;
    list-style: none;
    font-family: Verdana;
    overflow: hidden;
}

@media only screen and (max-width: 48em) {
  .categoryslider {
    width:100%!important;
    height:100%!important;
  }

  .categoryslider a img{
    width:100%;
  }
}

.layer {
    position:relative;
    width:798px;
    height:250px;
    display:block;
}
.layer .pim{
    width:250px;
    height:250px;
    position: absolute;
    top:0;
    right:50px;
}
.layer .info{
    position:absolute;
    top:40px;
    left:40px;
    width:400px;
    text-align:center;
}

.info .title{
    font-size:18px;
    color:#000;
    text-align:left;
    padding-bottom:10px;
}

.info .det{
    text-align:left;
    font: inherit;
    vertical-align: baseline;
    color:#333;
 }

 .pwrap{
     width:400px;
     height:30px;
     text-align:left;
     position:relative;
 }
 .pwrap .p1{
    position:absolute;
    left:0;
    top:10px;
 }

 .pwrap .p2{
    position:absolute;
    left:100px;
    top:-10px;
 }

 .stock{
     text-align:right;
     color: #05AE60; /*#108916;*/
     text-transform:uppercase;
     font-weight: bold;
     font-size: 11px;
 }
 .logos{
     position:absolute;
     top:150px;
     right:320px;
     text-align:left;
     background:#ffffff;
     padding:1px 3px;
     border-radius:10px;
     border:1px solid #FAB16D;
     overflow: hidden;
 }
.clearfix{
	overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.contact_service{
  float: right;
  margin-top: 10px;
  text-align: center;
  border: 1px solid #183259;
  padding: 10px 15px;
  overflow: hidden;
  line-height: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.headline_service{
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.telephone_service{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 3px;
}
