@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
.col-sm-25,
.col-md-25,
.col-lg-25,
.col-xl-25 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-25 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-25 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-25 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@font-face {
  font-family: 'DINPro_Regular';
  src: url('../font/subset-DINPro.woff2') format('woff2'), url('../font/subset-DINPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro_CondBold';
  src: url('../font/subset-DINPro-CondensedBold.woff2') format('woff2'), url('../font/subset-DINPro-CondensedBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro_Medium';
  src: url('../font/subset-DINPro-Medium.woff2') format('woff2'), url('../font/subset-DINPro-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.was-validated .form-control:invalid {
  border-color: #D7282F;
  background-image: none;
}
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.invalid-tooltip {
  font-size: 12px;
  line-height: 1.1;
  padding: 0;
  font-weight: 400;
  position: relative;
  color: #D7282F;
  background-color: transparent;
  text-align: right;
}
input.form-control {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000000 !important;
  display: block;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  font-family: 'DINPro_Regular', Arial, sans-serif;
  border: 1px solid #a5a5a5;
  background-color: #fff;
  height: 42px;
  line-height: 42px;
}
textarea.form-control {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000000 !important;
  display: block;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px;
  font-family: 'Josefin Sans', sans-serif;
  border: 1px solid #707070;
  background-color: #fff;
  height: 100px;
}
/*checkbox*/
.custom-checkbox {
  position: relative;
  display: block;
  min-height: 23px;
  padding-left: 24px;
}
.custom-control-label {
  margin-left: 10px;
  padding-top: 4px;
}
.custom-control-label a {
  color: inherit;
  text-decoration: underline;
}
.custom-control-label:before {
  display: none;
  content: '';
  border: none !important;
  background: none;
  background: #fdc837 !important;
  width: 14px;
  height: 14px;
  left: -30px;
  top: 8px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
}
.custom-control-label:before:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control-label:after {
  display: block;
  content: '';
  border: 1px solid #a5a5a5;
  background: none !important;
  width: 20px;
  height: 20px;
  left: -33px;
  top: 5px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control-label:after:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control-input {
  background: none !important;
  border-color: #008551 !important;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  top: 2px;
}
.custom-control-input:checked {
  border-color: #008551;
}
.custom-control-input:checked ~ .custom-control-label::before {
  display: block;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control-input[type=radio] ~ .custom-control-label::before {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.custom-control-input[type=radio] ~ .custom-control-label::after {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #3f444a;
  vertical-align: middle;
  background: #fff url('../images/select_arrow.svg') no-repeat right center;
  background-size: 48px 48px;
  border: 1px solid #a5a5a5;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.custom-select option:disabled {
  display: none;
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  background: #fff url('../images/select_arrow.svg') no-repeat right center;
}
.custom-select.valid,
.was-validated .custom-select:valid {
  background: #fff url('../images/select_arrow.svg') no-repeat right center;
}
.custom-control-input.is-invalid ~ .custom-control-label::after,
.was-validated .custom-control-input:invalid ~ .custom-control-label::after {
  border-color: #D7282F !important;
}
.alert {
  padding: 5px 10px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 16px;
  border: none;
}
.alert-success {
  color: #fff;
  background-color: #009b3e;
}
/* GLOBALS */
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
button,
input,
select,
textarea {
  outline: none !important;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
strong {
  font-weight: 700 !important;
}
img {
  max-width: 100%;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
/*::-webkit-scrollbar{
  background-color: #000;
}
::-webkit-scrollbar-thumb{
  background-color: @green;
}*/
.full-right {
  position: relative;
  overflow: hidden;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .full-right {
    margin-left: calc(-100vw / 2 + 510px / 2);
    margin-right: calc(-100vw / 2 + 510px / 2);
  }
}
@media (min-width: 768px) {
  .full-right {
    margin-left: calc(-100vw / 2 + 690px / 2);
    margin-right: calc(-100vw / 2 + 690px / 2);
  }
}
@media (min-width: 992px) {
  .full-right {
    margin-left: 0;
    margin-right: calc(-100vw / 2 + 930px / 2);
  }
}
@media (min-width: 1200px) {
  .full-right {
    margin-left: 0;
    margin-right: calc(-100vw / 2 + 1110px / 2);
  }
}
@media (min-width: 1400px) {
  .full-right {
    margin-left: 0;
    margin-right: calc(-100vw / 2 + 1370px / 2);
  }
}
.full-left {
  position: relative;
  overflow: hidden;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .full-left {
    margin-left: calc(-100vw / 2 + 510px / 2);
    margin-right: calc(-100vw / 2 + 510px / 2);
  }
}
@media (min-width: 768px) {
  .full-left {
    margin-left: calc(-100vw / 2 + 690px / 2);
    margin-right: calc(-100vw / 2 + 690px / 2);
  }
}
@media (min-width: 992px) {
  .full-left {
    margin-right: 0;
    margin-left: calc(-100vw / 2 + 930px / 2);
  }
}
@media (min-width: 1200px) {
  .full-left {
    margin-right: 0;
    margin-left: calc(-100vw / 2 + 1110px / 2);
  }
}
@media (min-width: 1400px) {
  .full-left {
    margin-right: 0;
    margin-left: calc(-100vw / 2 + 1370px / 2);
  }
}
.header {
  z-index: 100;
  background-color: #fff;
  padding: 0;
  color: #009b3e;
}
.header .top-header {
  padding: 10px 0;
}
.header .desktop-user-login {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 14px;
}
.header .desktop-user-login .login-link {
  color: #009b3e;
}
.header .desktop-user-login .login-link:hover {
  color: #1abc67;
}
@media (max-width: 1199px) {
  .header .desktop-user-login .welcome {
    display: none !important;
  }
}
.header .logo {
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 32px;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: url("../images/logo_alphega_color.png");
}
@media (max-width: 767px) {
  .header .logo {
    height: 28px;
    width: 160px;
  }
}
.header .logo-white {
  width: 173px;
  height: 26px;
  display: none;
  margin: 0;
  background: url("../images/logo_alphega_white.png");
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.header .user-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.header .user-link {
  font-size: 13px;
  font-family: 'DINPro_CondBold', Arial, sans-serif;
}
.header .user-link a {
  color: #009b3e;
  text-decoration: none;
  display: inline-block;
  margin: 4px 0 4px 15px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .header .user-link a {
    margin: 0;
    padding: 0;
  }
}
.header .user-link a .basket-items {
  font-family: 'DINPro_Regular', Arial, sans-serif;
  background-color: #D7282F;
  color: #fff;
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 10px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 17px;
  -webkit-transform: translate(0, -70%);
  -moz-transform: translate(0, -70%);
  -ms-transform: translate(0, -70%);
  -o-transform: translate(0, -70%);
  transform: translate(0, -70%);
  z-index: 1;
}
.header .user-link a i {
  font-size: 22px;
}
@media (min-width: 1200px) {
  .header .user-link a i {
    font-size: 19px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
  }
}
.header .user-link a:hover {
  color: #1abc67;
}
@media (max-width: 1199px) {
  .header .user-link .lab {
    display: none !important;
  }
}
.header .desktop-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 3px 0 7px;
}
@media (max-width: 1199px) {
  .header .desktop-menu {
    display: none !important;
  }
}
.header .desktop-menu .category-item {
  margin: 0 10px;
}
.header .desktop-menu .category-item .category-link {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 18px;
  color: #009b3e;
  display: block;
  padding: 5px 0;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.header .desktop-menu .category-item .category-link.active:before {
  display: block;
  content: '';
  height: 1px;
  background-color: #009b3e;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.header .desktop-menu .category-item .category-link:hover {
  color: #1abc67;
}
.header .desktop-menu .category-item .category-link:hover:before {
  display: block;
  content: '';
  height: 1px;
  background-color: #1abc67;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.header .desktop-menu .category-item:hover .submenu {
  display: block !important;
}
.header .desktop-menu .category-item:hover .category-link:before {
  display: block;
  content: '';
  height: 1px;
  background-color: #1abc67;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.header .desktop-menu .category-item .submenu {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 8px -7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 8px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 8px -7px rgba(0, 0, 0, 0.2);
  padding: 25px 0;
  z-index: 10;
}
.header .desktop-menu .category-item .submenu .description {
  font-size: 14px;
  max-width: 300px;
}
.header .desktop-menu .category-item .subcategory .subcategory-label {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  color: #009b3e;
  font-size: 18px;
  text-decoration: none;
  display: table;
  padding-left: 25px;
  margin-bottom: 10px;
}
.header .desktop-menu .category-item .subcategory .subcategory-label:hover {
  color: #1abc67;
  text-decoration: underline;
}
.header .desktop-menu .category-item .subcategory .subcategory-link {
  color: #009b3e;
  font-size: 18px;
  text-decoration: none;
  display: table;
  cursor: pointer;
  margin-bottom: 10px;
}
.header .desktop-menu .category-item .subcategory .subcategory-link i {
  font-size: 70%;
  color: #F49833;
}
.header .desktop-menu .category-item .subcategory .subcategory-link:hover {
  color: #1abc67;
  text-decoration: underline;
}
.header .search-bar {
  background-color: #008551;
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .header .search-bar {
    padding: 10px 0 0;
  }
}
.header .search-bar form {
  margin: 0;
}
@media (max-width: 1199px) {
  .header .search-bar form {
    width: 100%;
  }
}
.header .search-bar .search-form {
  width: 870px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .header .search-bar .search-form {
    width: 100%;
  }
}
.header .search-bar .search-form .search-filter {
  width: 200px;
}
@media (max-width: 1199px) {
  .header .search-bar .search-form .search-filter {
    display: none !important;
  }
}
.header .search-bar .search-form .search-input {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.header .search-bar .search-form .search-input input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  -webkit-appearance: none !important;
  border: none;
}
@media (max-width: 1199px) {
  .header .search-bar .search-form .search-input input {
    -webkit-border-radius: 3px 0 0 3px;
    -khtml-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
  }
}
.header .search-bar .search-form .search-bt {
  height: 38px;
  line-height: 38px;
  padding: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  border: none;
  width: 50px;
  text-align: center;
  font-size: 20px;
  background-color: #fdc837;
  color: #009b3e;
  -webkit-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.header .search-bar .search-form .search-bt:hover {
  background-color: #B3CD41;
  color: #fff;
}
.header .search-bar .user-menu {
  display: none;
}
.header .search-bar .user-menu .user-link a {
  color: #fff;
}
.header .search-bar .user-menu .user-link a .basket-items {
  top: -9px;
}
.header .search-bar .cat-mobile-menu {
  max-width: 100%;
  overflow-x: auto;
  height: 39px;
  white-space: nowrap;
}
.header .search-bar .cat-mobile-menu a {
  color: #fff;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 18px;
  padding: 3px 0 5px;
  margin: 0 15px 0 0;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.header .search-bar .cat-mobile-menu a.active:before {
  display: block;
  content: '';
  height: 2px;
  background-color: #fdc837;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
}
@media (min-width: 1200px) {
  .header .search-bar .cat-mobile-menu {
    display: none;
  }
}
.header .toggle-sticky-menu {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  width: 40px;
  position: relative;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 25px;
  border: 1px solid #fff;
  display: none;
}
.header .toggle-sticky-menu span,
.header .toggle-sticky-menu span:after,
.header .toggle-sticky-menu span:before {
  left: 9px;
  top: 19px;
  height: 2px;
  width: 20px;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.header .toggle-sticky-menu span:after {
  left: 0;
  top: -7px;
}
.header .toggle-sticky-menu span:before {
  left: 0;
  top: 7px;
}
.header .toggle-sticky-menu:hover {
  border-color: #B3CD41;
}
.header .toggle-sticky-menu:hover span,
.header .toggle-sticky-menu:hover span:after,
.header .toggle-sticky-menu:hover span:before {
  background-color: #B3CD41;
}
.header .toggle-mobile-menu {
  height: 33px;
  line-height: 33px;
  cursor: pointer;
  width: 33px;
  position: relative;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #008551;
}
.header .toggle-mobile-menu span,
.header .toggle-mobile-menu span:after,
.header .toggle-mobile-menu span:before {
  left: 8px;
  top: 15px;
  height: 2px;
  width: 16px;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #008551;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.header .toggle-mobile-menu span:after {
  left: 0;
  top: -6px;
}
.header .toggle-mobile-menu span:before {
  left: 0;
  top: 6px;
}
@media (min-width: 1200px) {
  .header .toggle-mobile-menu {
    display: none !important;
  }
}
.header .sticky-menu {
  background-color: #17AC62;
  color: #fff;
  padding: 30px 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}
.header .sticky-menu .subcategory .subcategory-label {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: table;
  padding-left: 20px;
  margin-bottom: 10px;
}
.header .sticky-menu .subcategory .subcategory-label:hover {
  color: #fff;
  text-decoration: underline;
}
.header .sticky-menu .subcategory .subcategory-link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: table;
  cursor: pointer;
  margin-bottom: 10px;
}
.header .sticky-menu .subcategory .subcategory-link i {
  font-size: 70%;
  color: #fff;
}
.header .sticky-menu .subcategory .subcategory-link:hover {
  color: #fff;
  text-decoration: underline;
}
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  overflow-y: auto;
  width: 320px;
  background-color: #fff;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.mobile-menu .bt-close {
  color: #009b3e;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #009b3e;
  position: absolute;
  top: 20px;
  right: 20px;
}
.mobile-menu .bt-close i:before {
  margin: 0;
  line-height: 30px;
}
.mobile-menu .inner {
  padding: 70px 0 30px;
}
.mobile-menu .category {
  position: relative;
  padding: 10px 20px 0;
  border-bottom: 1px solid #fff;
}
.mobile-menu .category.opened {
  background-color: #f1f1f1;
  padding: 10px 20px 5px;
}
.mobile-menu .category.opened .subcategory {
  display: block;
  margin-bottom: 20px;
}
.mobile-menu .category .toggle-sucategory {
  width: 40px;
  height: 28px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #F49833;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
}
.mobile-menu .category .toggle-sucategory:before {
  display: block;
  font-family: 'fontello';
  content: '\e807';
}
.mobile-menu .subcategory-label {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  color: #009b3e;
  font-size: 20px;
  text-decoration: none;
  display: table;
  margin-bottom: 10px;
}
.mobile-menu .subcategory {
  display: none;
}
.mobile-menu .subcategory .subcategory-link {
  color: #009b3e;
  font-size: 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin-bottom: 7px;
  padding: 2px 0;
}
.mobile-menu .subcategory .subcategory-link i {
  font-size: 70%;
  color: #F49833;
}
.mobile-menu .user-links {
  border-top: 1px solid #009b3e;
  padding: 15px 20px;
  margin-top: 20px;
}
.mobile-menu .user-links a {
  display: block;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  color: #009b3e;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 10px;
}
.mobile-menu .social {
  padding: 0 20px 0;
}
.mobile-menu .social .lab {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  color: #009b3e;
  font-size: 16px;
  margin-bottom: 10px;
}
.mobile-menu .social a {
  display: inline-block;
  color: #F49833;
  font-size: 24px;
}
.mobile-menu-opened {
  display: block;
  height: 100% !important;
  overflow: hidden !important;
}
.mobile-menu-opened .mobile-menu {
  -webkit-box-shadow: 8px 0 8px -7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 8px 0 8px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 8px 0 8px -7px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.scrolled .main-wrapper:before {
  height: 110px;
  display: block;
  content: '';
}
@media (min-width: 1200px) {
  body.scrolled .header {
    background-color: #008551;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  body.scrolled .header .logo-white {
    display: block !important;
  }
  body.scrolled .header .logo {
    display: none;
  }
}
@media (max-width: 1199px) {
  body.scrolled .header {
    background-color: #008551;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  body.scrolled .header .logo {
    background: url("../images/logo_alphega_white.png");
  }
  body.scrolled .header .toggle-mobile-menu {
    border-color: #fff;
  }
  body.scrolled .header .toggle-mobile-menu span,
  body.scrolled .header .toggle-mobile-menu span:after,
  body.scrolled .header .toggle-mobile-menu span:before {
    background-color: #fff;
  }
  body.scrolled .header .search-bar {
    display: none;
  }
  body.scrolled .header .user-link a {
    color: #fff;
  }
}
body.scrolled .header .welcome {
  display: none;
}
body.scrolled .header .desktop-menu {
  display: none;
}
@media (min-width: 1200px) {
  body.scrolled .header .top-header {
    display: none;
  }
}
body.scrolled .header .search-bar .search-form {
  width: 600px;
}
body.scrolled .header .search-bar .toggle-sticky-menu {
  display: block;
}
@media (min-width: 1200px) {
  body.scrolled .header .search-bar .user-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
body.scrolled.sticky-menu-opened .sticky-menu {
  display: block;
}
footer {
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background-color: #F6F6F6;
  color: #009b3e;
  padding: 30px 0 50px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  footer {
    padding: 60px 0 80px;
  }
}
footer .title {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  color: #009b3e;
  font-size: 20px;
  text-decoration: none;
  line-height: 1.1;
  margin-bottom: 10px;
}
footer .foo-links a {
  color: #009b3e;
  font-size: 16px;
  text-decoration: none;
  display: table;
  cursor: pointer;
  margin-bottom: 7px;
}
footer .foo-links a:hover {
  text-decoration: underline;
  color: #1abc67;
}
footer .social {
  margin-bottom: 20px;
}
footer .social a {
  display: inline-block;
  color: #F49833;
  font-size: 20px;
}
footer .social a:hover {
  color: #1abc67;
}
footer .form-nl {
  position: relative;
}
footer .form-nl input.form-control {
  padding-right: 50px;
}
footer .form-nl .bt-register {
  color: #F49833;
  font-size: 20px;
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  right: 0;
  top: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
footer .form-nl .bt-register:hover {
  color: #1abc67;
}
footer .back-to-top {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: table;
}
.float-menu {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 100;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 1199px) {
  .float-menu {
    background-color: #008551;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
  }
}
.float-menu a {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .float-menu a {
    -webkit-box-shadow: 5px 5px 8px -5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 5px 8px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 8px -5px rgba(0, 0, 0, 0.4);
  }
}
.float-menu .bt-farmacii {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 0 35px 0 5px;
  position: relative;
  width: 175px;
}
@media (min-width: 1200px) {
  .float-menu .bt-farmacii {
    background-color: #009b3e;
    width: 240px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 35px 5px 5px;
  }
}
@media (max-width: 1199px) {
  .float-menu .bt-farmacii {
    border-right: 1px solid #fff;
  }
}
.float-menu .bt-farmacii:before {
  font-family: 'fontello';
  content: '\e818';
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .float-menu .bt-farmacii:before {
    top: 10px;
    font-size: 18px;
  }
}
.float-menu .bt-farmacii .lab {
  font-family: 'DINPro_CondBold', Arial, sans-serif;
  font-size: 12px;
  display: block;
}
.float-menu .bt-farmacii .farma-name {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 12px;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .float-menu .bt-farmacii .farma-name {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .float-menu .bt-farmacii:hover {
    background-color: #1abc67;
  }
}
.float-menu .bt-chat {
  color: #fff;
  font-size: 18px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .float-menu .bt-chat {
    background-color: #009b3e;
    font-size: 22px;
  }
}
@media (min-width: 576px) {
  .float-menu .bt-chat:hover {
    background-color: #1abc67;
  }
}
.float-menu .bt-cos {
  color: #fff;
  font-size: 18px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
@media (min-width: 1200px) {
  .float-menu .bt-cos {
    background-color: #fdc837;
    color: #000;
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .float-menu .bt-cos:hover {
    background-color: #1abc67;
  }
}
.float-menu .bt-cos .basket-items {
  font-family: 'DINPro_Regular', Arial, sans-serif;
  background-color: #D7282F;
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  -webkit-transform: translate(50%, -10%);
  -moz-transform: translate(50%, -10%);
  -ms-transform: translate(50%, -10%);
  -o-transform: translate(50%, -10%);
  transform: translate(50%, -10%);
  z-index: 1;
}
@media (min-width: 1200px) {
  .float-menu .bt-cos .basket-items {
    font-size: 16px;
    top: 0;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
.float-menu .bt-search {
  color: #fff;
  font-size: 18px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .float-menu .bt-search {
    background-color: #009b3e;
    font-size: 22px;
  }
}
@media (min-width: 576px) {
  .float-menu .bt-search:hover {
    background-color: #1abc67;
  }
}
.search-popup {
  background-color: #009b3e;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 30px 0;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .search-popup {
    padding: 30px;
    bottom: auto;
    height: 250px;
  }
}
.search-popup .bt-close {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.search-popup .bt-stroke {
  display: block;
  padding: 10px 20px;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  width: 200px;
}
.search-popup .bt-stroke:hover {
  background-color: #fff;
  color: #009b3e;
}
@media (max-width: 767px) {
  .search-popup .bt-stroke {
    margin: 30px auto 0;
    width: 100%;
  }
}
.search-popup .search-form {
  width: 100%;
  max-width: 600px;
  margin: 60px auto;
}
@media (min-width: 768px) {
  .search-popup .search-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid #fff;
  }
}
.search-popup .search-form .search-input {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.search-popup .search-form .search-input input {
  font-size: 18px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  -webkit-appearance: none !important;
  border: none;
  color: #fff;
  background-color: transparent;
  text-align: center;
}
.search-popup .search-form .search-input input:-moz-placeholder {
  color: #fdc837;
}
.search-popup .search-form .search-input input::-moz-placeholder {
  color: #fdc837;
}
.search-popup .search-form .search-input input:-ms-input-placeholder {
  color: #fdc837;
}
.search-popup .search-form .search-input input::-webkit-input-placeholder {
  color: #fdc837;
}
@media (max-width: 767px) {
  .search-popup .search-form .search-input input {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
  }
}
.search-popup .search-form .search-bt {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  border: none;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: transparent;
}
@media (min-width: 768px) {
  .search-popup .search-form .search-bt span {
    display: none;
  }
}
@media (max-width: 767px) {
  .search-popup .search-form .search-bt {
    display: block;
    font-family: 'DINPro_Medium', Arial, sans-serif;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    color: #009b3e;
  }
  .search-popup .search-form .search-bt i {
    display: none;
  }
  .search-popup .search-form .search-bt:hover {
    background-color: #fff;
    color: #1abc67;
  }
}
.basket-popup {
  position: fixed;
  right: 12px;
  bottom: 35px;
  z-index: 110;
  width: 400px;
  border: 1px solid #008551;
  background-color: #fff;
  padding: 10px 0 20px;
  -webkit-box-shadow: 5px 5px 8px -5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 8px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 8px -5px rgba(0, 0, 0, 0.4);
}
.basket-popup .scrollbar-wrapper {
  overflow-y: auto;
  max-height: 235px;
}
.basket-popup .inner {
  padding: 0 30px;
}
.basket-popup .title {
  margin-bottom: 20px;
}
.basket-popup .title i {
  margin-right: 10px;
}
.basket-popup .bt-basket {
  background-color: #fdc837;
  color: #009b3e;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  border: none;
  text-align: center;
  font-size: 20px;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
.basket-popup .bt-basket:hover {
  background-color: #009b3e;
  color: #fff;
}
.basket-popup .product-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #008551;
  padding: 3px;
  margin-bottom: 10px;
}
.basket-popup .product-item .image {
  width: 60px;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
.basket-popup .product-item .name {
  padding: 0 5px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.basket-popup .product-item .name a {
  display: block;
  text-decoration: none;
  color: #009b3e;
  font-size: 14px;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  line-height: 1.2;
}
.basket-popup .product-item .col-price {
  padding: 0 5px;
  width: 100px;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}
.basket-popup .product-item .col-price .price {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 16px;
  color: #009b3e;
  text-align: center;
}
.basket-popup .product-item .delete {
  padding: 0 5px;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
}
.basket-popup .product-item .delete a {
  font-size: 14px;
  color: #BEBEBE;
  display: table;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.basket-popup .product-item .delete a:hover {
  background-color: #D7282F;
  color: #fff;
}
.basket-popup .bt-close {
  display: table;
  margin: 0 auto;
  font-size: 20px;
  color: #009b3e;
  cursor: pointer;
}
.basket-popup .bt-close:hover {
  color: #1abc67;
}
.basket-popup .os-scrollbar {
  width: 12px !important;
  margin-right: 7px;
}
.basket-popup .os-scrollbar .os-scrollbar-handle {
  background: #009b3e !important;
}
.basket-popup .item-quantity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 5px;
}
.basket-popup .item-quantity .btn-q {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  height: 25px;
  line-height: 19px;
  border: 1px solid #009b3e;
  cursor: pointer;
  padding: 0 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.basket-popup .item-quantity .btn-q:hover {
  background-color: #009b3e;
  color: #fff;
}
.basket-popup .item-quantity .input-qty {
  width: 35px;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  font-family: 'DINPro_CondBold', Arial, sans-serif;
  text-align: center;
  border: 1px solid #009b3e;
}
html {
  width: 100%;
}
body {
  color: #009b3e;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  min-height: 100%;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  line-height: 1.4;
}
.main-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .main-wrapper {
    min-height: 600px;
  }
}
.color-black,
a.color-black {
  color: #000;
}
.color-blue,
a.color-blue {
  color: #008551;
}
.color-white,
a.color-white {
  color: #fff !important;
}
.color-grey,
a.color-grey {
  color: #929292 !important;
}
.color-orange,
a.color-orange {
  color: #F49833 !important;
}
.bg-grey {
  background-color: #F8F8F8;
}
.bg-bej {
  background-color: #FEF7F1;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
h2 {
  font-size: 34px;
  line-height: 1;
  font-family: 'DINPro_Medium', Arial, sans-serif;
}
@media (min-width: 992px) {
  h2 {
    font-size: 45px;
  }
}
h3 {
  font-size: 30px;
  line-height: 1;
  font-family: 'DINPro_Medium', Arial, sans-serif;
}
@media (min-width: 992px) {
  h3 {
    font-size: 38px;
  }
}
h4 {
  font-size: 24px;
  line-height: 1;
  font-family: 'DINPro_Medium', Arial, sans-serif;
}
@media (min-width: 992px) {
  h4 {
    font-size: 28px;
  }
}
h5 {
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  h5 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
h6 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  h6 {
    font-size: 18px;
  }
}
small {
  font-size: 70%;
  line-height: 1.3;
  display: inline-block;
}
.section-pt {
  padding-top: 20px;
}
.section-pb {
  padding-bottom: 20px;
}
.slick-arrow {
  cursor: pointer;
}
.buton {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  cursor: pointer;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  display: inline-block;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none !important;
  text-align: center;
  min-width: 200px;
  position: relative;
  background-color: #009b3e;
  color: #fff;
}
.buton:hover {
  color: #fff;
  background-color: #1abc67;
}
.buton.bt-stroke-green {
  border: 1px solid #009b3e;
  background-color: transparent;
  color: #009b3e;
}
.buton.bt-stroke-green:hover {
  color: #fff;
  background-color: #009b3e;
}
.buton.bt-mov {
  border: none;
  background-color: #b895c5;
  color: #fff;
}
.buton.bt-mov:hover {
  color: #fff;
  background-color: #b48cc3;
}
.buton.bt-yellow {
  border: none;
  background-color: #fdc837;
  color: #009b3e;
}
.buton.bt-yellow:hover {
  color: #009b3e;
  background-color: #eab721;
}
.buton.bt-grey {
  border: none;
  background-color: #E2E2E2;
  color: #009b3e;
}
.buton.bt-grey:hover {
  color: #009b3e;
  background-color: #dbdbdb;
}
.buton.bt-white {
  border: none;
  background-color: #fff;
  color: #009b3e;
}
.buton.bt-white:hover {
  color: #009b3e;
  background-color: #dbdbdb;
}
.buton:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.buton.has-ico {
  padding: 10px 30px;
  position: relative;
}
.buton.has-ico i {
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.section-home-slider {
  position: relative;
}
.section-home-slider .slick-dots {
  list-style: none;
  display: inline-block;
  position: absolute;
  padding: 0 15px;
  margin: 0;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: right;
  z-index: 0;
  height: 0px;
}
@media (min-width: 992px) {
  .section-home-slider .slick-dots {
    max-width: 960px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .section-home-slider .slick-dots {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .section-home-slider .slick-dots {
    max-width: 1400px;
  }
}
@media (max-width: 991px) {
  .section-home-slider .slick-dots {
    display: none;
  }
}
.section-home-slider .slick-dots li {
  display: inline-block;
  margin: 0 0 0  5px;
  background-color: transparent;
}
.section-home-slider .slick-dots li.slick-active button {
  background-color: #d6d6d6;
}
.section-home-slider .slick-dots button {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: transparent;
  display: inline-block;
  font-size: 0;
  padding: 0;
  color: transparent;
  line-height: 0 !important;
  border: 1px solid #d6d6d6;
}
.section-home-slider .home-slider .slide {
  position: relative;
}
.section-home-slider .home-slider .slide .image img {
  width: 100%;
}
.section-home-slider .home-slider .slide .content {
  color: #fff;
  padding: 30px 30px 20px;
}
@media (max-width: 991px) {
  .section-home-slider .home-slider .slide .content {
    background-color: #786fb2;
  }
}
@media (max-width: 767px) {
  .section-home-slider .home-slider .slide .content {
    padding: 20px 15px 20px;
  }
}
@media (min-width: 992px) {
  .section-home-slider .home-slider .slide .content {
    position: absolute;
    z-index: 1;
    left: 150px;
    bottom: 0;
    width: 400px;
  }
  .section-home-slider .home-slider .slide .content:after {
    width: 150%;
    height: 0;
    padding-top: 145%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #786fb2;
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: -40px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 0;
  }
}
@media (min-width: 1400px) {
  .section-home-slider .home-slider .slide .content {
    width: 550px;
  }
  .section-home-slider .home-slider .slide .content:after {
    top: -60px;
  }
}
.section-home-slider .home-slider .slide .content .title {
  color: #fff;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 29px;
  line-height: 1.1;
  position: relative;
  z-index: 1;
  display: table;
  text-decoration: none;
}
@media (min-width: 1400px) {
  .section-home-slider .home-slider .slide .content .title {
    font-size: 38px;
  }
}
.section-home-slider .home-slider .slide .content .link {
  text-decoration: underline;
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 10px;
  float: right;
}
.bloc-content-round {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .bloc-content-round {
    height: 450px;
  }
}
.bloc-content-round .image {
  background-size: cover !important;
  height: 300px;
  z-index: 0;
  display: block;
}
@media (min-width: 992px) {
  .bloc-content-round .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.bloc-content-round .content {
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .bloc-content-round .content {
    padding: 30px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 350px;
  }
}
.bloc-content-round .content h4 {
  font-family: 'DINPro_Regular', Arial, sans-serif;
}
.bloc-content-round.green {
  background-color: #009b3e;
}
.bloc-content-round.green .content {
  color: #fff;
}
.bloc-content-round.green .content a {
  color: #fff;
}
@media (min-width: 992px) {
  .bloc-content-round.green .content:before {
    width: 140%;
    height: 0;
    padding-top: 140%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #009b3e;
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translate(-60%, 0);
    -moz-transform: translate(-60%, 0);
    -ms-transform: translate(-60%, 0);
    -o-transform: translate(-60%, 0);
    transform: translate(-60%, 0);
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .bloc-content-round.green .content {
    background-color: #009b3e;
  }
}
.bloc-content-round.yellow {
  background-color: #fbce54;
}
.bloc-content-round.yellow .content {
  color: #009b3e;
}
.bloc-content-round.yellow .content a {
  color: #009b3e;
}
@media (min-width: 992px) {
  .bloc-content-round.yellow .content:before {
    width: 120%;
    height: 0;
    padding-top: 120%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fbce54;
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translate(-60%, 0);
    -moz-transform: translate(-60%, 0);
    -ms-transform: translate(-60%, 0);
    -o-transform: translate(-60%, 0);
    transform: translate(-60%, 0);
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .bloc-content-round.yellow .content {
    background-color: #fbce54;
  }
}
.bloc-square-cauta {
  background-color: #fef7f1;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .bloc-square-cauta {
    height: 450px;
  }
}
.bloc-square-cauta .image {
  text-align: center;
  height: 250px;
  z-index: 0;
  display: block;
}
@media (min-width: 992px) {
  .bloc-square-cauta .image {
    height: 220px;
  }
}
.bloc-square-cauta .image img {
  max-height: 100%;
  width: auto;
}
.bloc-square-cauta .content {
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .bloc-square-cauta .content {
    padding: 30px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
  }
}
.bloc-square-cauta .content a {
  color: #009b3e;
}
.bloc-square-cauta .content h4 {
  font-family: 'DINPro_Regular', Arial, sans-serif;
}
.wrapper-carusel-produse {
  padding: 0 30px;
}
.wrapper-carusel-produse .carusel-produse {
  margin: 0 auto;
}
.wrapper-carusel-produse .carusel-produse .slide {
  padding: 20px 7px 0;
}
.wrapper-carusel-produse .slick-arrow {
  position: absolute;
  padding: 0;
  top: 50%;
  text-align: center;
  width: 40px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 30px;
}
.wrapper-carusel-produse .prev-slide {
  left: -40px;
}
.wrapper-carusel-produse .next-slide {
  right: -40px;
}
.produs-item {
  position: relative;
  margin-top: 20px;
}
.produs-item.stroke-item .image {
  border: 2px solid #009b3e;
}
.produs-item .badge {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
  max-width: 80%;
}
@media (max-width: 500px) {
  .produs-item .badge {
    max-width: 70px;
  }
}
.produs-item .bt-favorit {
  display: block;
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 2;
  color: #009b3e;
}
.produs-item .bt-favorit:before {
  display: block;
  font-family: 'fontello';
  content: '\e822';
  font-size: 30px;
  position: absolute;
  left: 2px;
  top: -2px;
}
.produs-item .bt-favorit:hover {
  color: #1abc67;
}
.produs-item .bt-favorit.active:before {
  content: '\e821';
}
.produs-item .image {
  width: 100%;
  background-color: #F9F9F9;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.produs-item .image img {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .produs-item .image:hover .item-overlay {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .produs-item .image:hover .bt-favorit {
    color: #fdc837;
  }
  .produs-item .image:hover .bt-favorit:hover {
    color: #fff;
  }
}
.produs-item .content {
  padding-top: 20px;
}
.produs-item .content .name {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-family: 'DINPro_Regular', Arial, sans-serif;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 576px) {
  .produs-item .content .name {
    font-size: 22px;
  }
}
.produs-item .content .name:hover {
  text-decoration: underline;
}
.produs-item .content .pret {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  color: #D9780E;
  font-size: 20px;
}
@media (min-width: 576px) {
  .produs-item .content .pret {
    font-size: 26px;
  }
}
.produs-item .content .bt-cos {
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #009b3e;
  color: #009b3e;
  text-align: center;
}
.produs-item .content .bt-cos i {
  position: absolute;
  left: 2px;
  top: -2px;
}
.produs-item .content .bt-cos:hover {
  background-color: #009b3e;
  color: #fff;
}
@media (max-width: 470px) {
  .produs-item .content .bt-cos {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}
.produs-item .content .bt-details {
  display: block;
  padding: 7px 20px;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  margin: 0;
  background-color: #D9780E;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 470px) {
  .produs-item .content .bt-details {
    font-size: 12px;
    padding: 7px 10px;
  }
}
.produs-item .content .bt-details:hover {
  border: 1px solid #D9780E;
  color: #D9780E;
  background-color: #fff;
}
.produs-item .item-overlay {
  background-color: rgba(0, 155, 62, 0.86);
  color: #fff;
  padding: 40px 20px 20px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0, 105%);
  -moz-transform: translate(0, 105%);
  -ms-transform: translate(0, 105%);
  -o-transform: translate(0, 105%);
  transform: translate(0, 105%);
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
@media (max-width: 1199px) {
  .produs-item .item-overlay {
    display: none;
  }
}
.produs-item .item-overlay .over-name {
  font-size: 16px;
  line-height: 1;
  font-family: 'DINPro_Regular', Arial, sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .produs-item .item-overlay .over-name {
    font-size: 20px;
  }
}
.produs-item .item-overlay .over-pret {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  color: #fff;
  font-size: 20px;
}
@media (min-width: 576px) {
  .produs-item .item-overlay .over-pret {
    font-size: 26px;
  }
}
.produs-item .item-overlay .bt-stroke {
  display: block;
  padding: 7px 20px;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  width: 90%;
  margin: 0 auto;
}
.produs-item .item-overlay .bt-stroke:hover {
  background-color: #fff;
  color: #009b3e;
}
.produs-item.produs-bej {
  background-color: #FEF7F1;
}
.produs-item.produs-bej .image {
  background-color: #FEF7F1;
}
.produs-item.produs-bej .content {
  padding: 20px 15px;
}
@media (min-width: 576px) {
  .produs-item.produs-bej .content {
    padding: 20px 30px;
  }
}
.wrapper-carusel-categorii {
  padding: 0 0;
}
.wrapper-carusel-categorii .carusel-produse {
  margin: 0 -7px;
}
.wrapper-carusel-categorii .carusel-produse .slide {
  padding: 0;
}
.wrapper-carusel-categorii .carusel-produse .slide .inner {
  padding: 20px 7px 0;
}
.wrapper-carusel-categorii .slick-arrow {
  position: absolute;
  padding: 0;
  top: 50%;
  text-align: center;
  width: 40px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 30px;
}
.wrapper-carusel-categorii .prev-slide {
  left: 0;
  color: #fff;
}
@media (min-width: 576px) {
  .wrapper-carusel-categorii .prev-slide {
    left: -40px;
    color: #009b3e;
  }
}
.wrapper-carusel-categorii .next-slide {
  right: 0;
  color: #fff;
}
@media (min-width: 576px) {
  .wrapper-carusel-categorii .next-slide {
    right: -40px;
    color: #009b3e;
  }
}
.bloc-category {
  background-size: cover !important;
  color: #fff;
  height: 400px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 15px;
}
@media (min-width: 992px) {
  .bloc-category {
    height: 500px;
    padding: 40px;
  }
}
.bloc-category .name {
  margin-bottom: 10px;
  text-align: center;
}
.bloc-category .bt-stroke {
  display: block;
  padding: 5px 20px;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}
.bloc-category .bt-stroke:hover {
  background-color: #fff;
  color: #009b3e;
}
.bloc-full-baner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #009b3e;
  text-align: center;
}
@media (min-width: 1200px) {
  .bloc-full-baner {
    color: #fff;
    text-align: left;
    min-height: 600px;
  }
}
.bloc-full-baner .image {
  height: 350px;
  width: 100%;
}
@media (min-width: 1200px) {
  .bloc-full-baner .image {
    background-size: cover !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0;
  }
}
.bloc-full-baner a {
  color: #009b3e;
}
@media (min-width: 1200px) {
  .bloc-full-baner a {
    color: #fff;
  }
}
.bloc-full-baner .content {
  max-width: 600px;
  z-index: 1;
  position: relative;
  margin: 20px auto 0;
}
@media (min-width: 1200px) {
  .bloc-full-baner .content {
    margin: 0;
  }
}
.bloc-full-baner .title {
  margin-bottom: 20px;
}
.bloc-image-left .image {
  background-size: cover !important;
  min-height: 350px;
}
@media (min-width: 1200px) {
  .bloc-image-left .image {
    min-height: 450px;
  }
}
.bloc-image-left .content {
  background-color: #009b3e;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 40px;
}
.bloc-image-left .content .title {
  font-size: 34px;
  line-height: 1;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .bloc-image-left .content .title {
    font-size: 45px;
  }
}
.bloc-image-left .content .bt-white {
  padding: 10px 20px;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  color: #009b3e;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  display: table;
}
.bloc-image-left .content .bt-white:hover {
  background-color: #fdc837;
  color: #009b3e;
}
.sidebar-categorie {
  width: 320px;
  background-color: #F8F8F8;
  padding: 40px 30px 40px;
}
.sidebar-categorie .title {
  margin-bottom: 30px;
}
.subcategoies {
  margin-bottom: 40px;
}
.subcategoies a {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  display: table;
  color: #009b3e;
  text-decoration: none;
  margin-bottom: 10px;
}
.subcategoies a:hover {
  color: #1abc67;
  text-decoration: underline;
}
.subcategoies a.active {
  text-decoration: underline;
}
.cat-list-title {
  font-size: 19px;
  line-height: 1.1;
  font-family: 'DINPro_Medium', Arial, sans-serif;
}
@media (min-width: 1200px) {
  .cat-list-title {
    font-size: 24px;
  }
}
.cat-list-title a {
  color: #009b3e;
  text-decoration: none;
}
.cat-list-title a:hover {
  color: #1abc67;
}
.articol-box {
  text-align: center;
  padding: 30px 15px;
}
@media (min-width: 576px) {
  .articol-box {
    padding: 40px;
  }
}
.articol-box .image {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  height: 300px;
  background-size: cover !important;
}
.articol-box .content {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.articol-box .content a {
  color: #009b3e;
  text-decoration: none;
}
.articol-box .content a:hover {
  color: #1abc67;
}
.articol-box .content .name {
  font-size: 24px;
  line-height: 1;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 992px) {
  .articol-box .content .name {
    font-size: 28px;
  }
}
.articol-box .content .link {
  text-decoration: underline;
}
.articol-bloc {
  padding: 30px 15px;
}
@media (min-width: 576px) {
  .articol-bloc {
    padding: 40px;
  }
}
.articol-bloc .image {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  height: 300px;
  background-size: cover !important;
}
.articol-bloc .content {
  max-width: 500px;
  margin: 0 auto;
}
.articol-bloc .content a {
  color: #009b3e;
  text-decoration: none;
}
.articol-bloc .content a:hover {
  color: #1abc67;
}
.articol-bloc .content .name {
  font-size: 24px;
  line-height: 1;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 992px) {
  .articol-bloc .content .name {
    font-size: 28px;
  }
}
.articol-bloc .content .link {
  text-decoration: underline;
}
.product-gallery {
  background-color: #F8F8F8;
  padding: 20px 40px;
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 576px) {
  .product-gallery {
    padding: 40px;
  }
}
.product-gallery .badge {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
@media (min-width: 576px) {
  .product-gallery .badge {
    left: 30px;
    top: 20px;
  }
}
.product-gallery .product-full-image {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 auto 20px;
  max-width: 330px;
}
.product-gallery .product-full-image .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-gallery .product-full-image .slick-slide {
  cursor: pointer;
  position: relative;
  padding: 0 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: auto;
}
.product-gallery .product-full-image .slick-slide img {
  max-width: 100% !important;
  margin: auto;
  border: none !important;
  width: 380px;
}
.product-gallery .product-thumbs {
  max-height: 100px;
  max-width: 300px;
  margin: 0 auto;
}
.product-gallery .product-thumbs .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-gallery .product-thumbs .slide {
  width: 100px !important;
  height: 100px;
  margin: 0;
  position: relative;
  padding: 5px;
}
.product-gallery .product-thumbs .slide img {
  width: 90px !important;
  height: 90px;
  border: 1px solid #eeeeee !important;
}
.product-gallery .product-thumbs .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 26px;
}
.product-gallery .product-thumbs .slick-arrow.prev-slide {
  left: -50px;
}
.product-gallery .product-thumbs .slick-arrow.next-slide {
  right: -50px;
}
.product-gallery .product-thumbs .slick-current img {
  border-color: #009b3e !important;
}
.product-details {
  background-color: #FEF7F1;
  padding: 20px 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .product-details {
    padding: 40px;
  }
}
.product-details .inner {
  max-width: 400px;
  margin: 0 auto;
}
.product-details .cat-list-title {
  margin: 0 0 30px 0;
}
.product-details .prod-name {
  font-family: 'DINPro_Regular', Arial, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .product-details .prod-name {
    font-size: 34px;
  }
}
.product-details .small-desc {
  font-size: 14px;
}
.product-details .prod-label {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 19px;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .product-details .prod-label {
    font-size: 23px;
  }
}
.product-details .price-grup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 10px;
}
.product-details .price-grup .price {
  color: #D7282F;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 34px;
  margin-right: 5px;
}
@media (min-width: 576px) {
  .product-details .price-grup .price {
    font-size: 48px;
  }
}
.product-details .price-grup .old-price {
  color: #000;
  text-decoration: line-through;
  font-size: 19px;
  margin-right: 10px;
}
@media (min-width: 576px) {
  .product-details .price-grup .old-price {
    font-size: 22px;
  }
}
.product-details .price-grup .moneda {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 19px;
}
.product-details .bt-favorit {
  display: block;
  cursor: pointer;
  width: 35px;
  height: 35px;
  color: #009b3e;
  position: relative;
}
.product-details .bt-favorit:before {
  display: block;
  font-family: 'fontello';
  content: '\e822';
  font-size: 30px;
  position: absolute;
  left: 2px;
  top: -2px;
}
.product-details .bt-favorit:hover {
  color: #1abc67;
}
.product-details .bt-favorit.active:before {
  content: '\e821';
}
.product-details .item-quantity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #009b3e;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
@media (min-width: 576px) {
  .product-details .item-quantity {
    width: 150px;
  }
}
.product-details .item-quantity .btn-q {
  font-size: 30px;
  text-align: center;
  height: 44px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}
.product-details .item-quantity .btn-q:hover {
  color: #fdc837;
}
.product-details .item-quantity .input-qty {
  width: 50px;
  font-size: 26px;
  height: 44px;
  line-height: 44px;
  font-family: 'DINPro_CondBold', Arial, sans-serif;
  text-align: center;
  border: 1px solid #009b3e;
  background-color: #009b3e;
  color: #fff;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.product-details .bt-buy {
  background-color: #fdc837;
  color: #009b3e;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 24px;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.product-details .bt-buy:hover {
  background-color: #009b3e;
  color: #fdc837;
}
.product-details .bonus-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
}
.product-details .bonus-card img {
  margin-right: 20px;
}
@media (min-width: 576px) {
  .product-details .bonus-card {
    font-size: 24px;
  }
}
.product-details .bt-alege-farmacia {
  background-color: #B895C5;
  color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 24px;
  height: 44px;
  line-height: 44px;
  padding: 0 40px 0 10px;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
}
.product-details .bt-alege-farmacia i {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 0;
}
.product-details .bt-alege-farmacia:hover {
  background-color: #9b7da6;
  color: #fff;
}
.sidebar-filtre {
  width: 320px;
  background-color: #F8F8F8;
  padding: 40px 30px 40px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .sidebar-filtre .scroll-container-filters {
    overflow-y: auto;
    position: absolute;
    top: 50px;
    bottom: 20px;
    left: 20px;
    right: 30px;
  }
}
.sidebar-filtre .title {
  margin-bottom: 30px;
}
.sidebar-filtre .grup-flitre {
  margin-bottom: 40px;
}
.sidebar-filtre .grup-flitre .name {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}
.sidebar-filtre .grup-flitre .custom-control-label {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  margin-bottom: 5px;
  cursor: pointer;
}
.sidebar-filtre .grup-flitre .scroll-grup-flitre {
  max-height: 190px;
}
.sidebar-filtre .grup-flitre .scroll-grup-flitre .os-scrollbar {
  width: 10px !important;
  margin: 0px;
  right: 0px;
}
.sidebar-filtre .grup-flitre .scroll-grup-flitre .os-scrollbar .os-scrollbar-handle {
  background: #009b3e !important;
}
.sidebar-filtre .bt-more-filters {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  cursor: pointer;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  padding: 7px 20px;
  font-size: 16px;
  border: none;
  display: inline-block;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none !important;
  text-align: center;
  min-width: 200px;
  position: relative;
  background-color: #009b3e;
  color: #fff;
}
.sidebar-filtre .bt-more-filters:hover {
  color: #fff;
  background-color: #1abc67;
}
.select-wrapper-mov {
  background-color: #b895c5;
  padding: 13px 15px;
}
.select-wrapper-mov .form-group {
  max-width: 650px;
  margin: 0 auto;
}
.select-wrapper-mov .form-group .custom-select {
  border-color: #b895c5;
}
.bt-harta-farmacii {
  background-color: #b895c5;
  color: #fff;
  text-align: center;
  display: block;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 22px;
  height: 48px;
  line-height: 48px;
  text-decoration: none !important;
  padding: 0 20px 0 10px;
}
@media (min-width: 768px) {
  .bt-harta-farmacii {
    height: 68px;
    line-height: 68px;
  }
}
.bt-harta-farmacii:hover {
  background-color: #a180ae;
  color: #fff;
}
.farmacie-bloc {
  padding: 15px 0;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .farmacie-bloc {
    padding: 15px 10px;
  }
}
.farmacie-bloc .row {
  position: relative;
}
.farmacie-bloc:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  border: 1px solid #009b3e;
  background-color: #fff;
}
.farmacie-bloc.active:before {
  border: 3px solid #009b3e;
}
.farmacie-bloc.active .ico-alert {
  display: block !important;
}
.farmacie-bloc .ico-alert {
  position: absolute;
  right: 5px;
  top: 3px;
  font-size: 20px;
  z-index: 1;
}
@media (min-width: 992px) {
  .farmacie-bloc .left-col {
    border-right: 2px solid #009b3e;
  }
}
.farmacie-bloc .name {
  color: #009b3e;
  text-transform: uppercase;
  font-family: 'DINPro_Regular', Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .farmacie-bloc .name {
    font-size: 24px;
  }
}
.farmacie-bloc .info-text {
  margin-bottom: 10px;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.farmacie-bloc .info-text .lab {
  -webkit-flex: 0 0 110px;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  width: 110px;
  padding-left: 25px;
  position: relative;
}
.farmacie-bloc .info-text .lab i {
  position: absolute;
  left: 0;
  top: 2px;
}
.farmacie-bloc .info-text .text {
  color: #000;
}
.farmacie-bloc .buton.bt-mov {
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
}
.farmacie-bloc .bt-select-farmacie,
.farmacie-bloc .buton.bt-mov {
  width: 220px;
  margin: 5px auto;
}
.bt-select-farmacie {
  cursor: pointer;
  text-align: center;
}
.bt-select-farmacie .radio-input {
  background: none !important;
  position: absolute;
  left: -9999px;
}
.bt-select-farmacie .lab {
  height: 46px;
  line-height: 46px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 18px;
}
.bt-select-farmacie .lab-selected {
  display: none;
  background-color: #009b3e;
  color: #fff;
}
.bt-select-farmacie .lab-default {
  background-color: #fdc837;
  color: #009b3e;
  display: block;
}
.bt-select-farmacie .lab-default:hover {
  background-color: #f5be18;
}
.bt-select-farmacie .radio-input:checked ~ .lab-selected {
  display: block;
}
.bt-select-farmacie .radio-input:checked ~ .lab-default {
  display: none;
}
.bt-checkbox {
  cursor: pointer;
  text-align: center;
}
.bt-checkbox .check-input {
  background: none !important;
  position: absolute;
  left: -9999px;
}
.bt-checkbox .lab {
  height: 46px;
  line-height: 46px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 18px;
  border: 1px solid #009b3e;
  position: relative;
}
.bt-checkbox .lab i {
  position: absolute;
  right: 10px;
  top: 0;
}
.bt-checkbox .lab-selected {
  display: none;
  background-color: #009b3e;
  color: #fff;
}
.bt-checkbox .lab-default {
  background-color: #fff;
  color: #009b3e;
  display: block;
}
.bt-checkbox .lab-default:hover {
  color: #1abc67;
}
.bt-checkbox .check-input:checked ~ .lab-selected {
  display: block;
}
.bt-checkbox .check-input:checked ~ .lab-default {
  display: none;
}
.tooltip .tooltip-inner {
  background-color: #008551;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}
.basket-list {
  max-width: 1200px;
  margin: 0 auto;
}
.basket-list .basket-item {
  border: 1px solid #008551;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .basket-list .basket-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.basket-list .basket-item .col-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
@media (max-width: 767px) {
  .basket-list .basket-item .col-info {
    width: 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.basket-list .basket-item .image {
  width: 100px;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}
@media (max-width: 400px) {
  .basket-list .basket-item .image {
    width: 60px;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
}
.basket-list .basket-item .details {
  padding: 0 5px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
}
.basket-list .basket-item .name {
  margin-right: 20px;
}
.basket-list .basket-item .name a {
  display: block;
  text-decoration: none;
  color: #009b3e;
  font-size: 22px;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .basket-list .basket-item .name a {
    font-size: 18px;
  }
}
.basket-list .basket-item .col-price {
  padding: 0 5px;
  width: 160px;
  -webkit-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
.basket-list .basket-item .col-price .price {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 20px;
  color: #009b3e;
  text-align: center;
}
@media (max-width: 767px) {
  .basket-list .basket-item .col-price {
    width: 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 10px 0 0;
    border-top: 1px solid rgba(0, 155, 62, 0.4);
    padding: 15px 0 0 ;
  }
}
.basket-list .basket-item .delete {
  padding: 0 5px;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
}
.basket-list .basket-item .delete a {
  font-size: 16px;
  color: #6b6b6b;
  display: table;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.basket-list .basket-item .delete a:hover {
  background-color: #D7282F;
  color: #fff;
}
@media (max-width: 767px) {
  .basket-list .basket-item .delete {
    position: absolute;
    top: 7px;
    right: 0px;
  }
}
.basket-list .basket-item .item-quantity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 5px;
}
@media (max-width: 767px) {
  .basket-list .basket-item .item-quantity {
    margin: 0 20px 0 0;
  }
}
.basket-list .basket-item .item-quantity .btn-q {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  height: 35px;
  line-height: 29px;
  border: 1px solid #009b3e;
  cursor: pointer;
  padding: 0 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.basket-list .basket-item .item-quantity .btn-q:hover {
  background-color: #009b3e;
  color: #fff;
}
.basket-list .basket-item .item-quantity .input-qty {
  width: 50px;
  font-size: 18px;
  height: 35px;
  line-height: 25px;
  font-family: 'DINPro_CondBold', Arial, sans-serif;
  text-align: center;
  border: 1px solid #009b3e;
}
.border-green {
  border-top: 1px solid #009b3e;
}
.basket-sidebar {
  width: 100%;
  max-width: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .basket-sidebar {
    width: 320px;
  }
}
.sumar-comanda {
  padding: 20px 15px 10px;
  width: 100%;
  background-color: #fdc837;
}
@media (min-width: 576px) {
  .sumar-comanda {
    padding: 30px 30px 20px;
  }
}
.sumar-comanda .title {
  margin-bottom: 20px;
}
.sumar-comanda .sumar-comanda-info {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.sumar-comanda .pret-total {
  border-top: 1px solid #009b3e;
  padding-top: 10px;
}
.sumar-comanda .pret-total .lab {
  text-align: right;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 20px;
}
.sumar-comanda .pret-total .price-grup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  margin-bottom: 10px;
  color: #000;
}
.sumar-comanda .pret-total .price-grup .price {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 34px;
  margin-right: 5px;
  text-align: right;
}
@media (min-width: 576px) {
  .sumar-comanda .pret-total .price-grup .price {
    font-size: 40px;
  }
}
.sumar-comanda .pret-total .price-grup .moneda {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 22px;
}
.bloc-select-step-2 {
  border: 1px solid #009b3e;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 30px 20px 20px;
}
@media (min-width: 768px) {
  .bloc-select-step-2 {
    padding: 70px 30px 30px;
  }
}
.bloc-select-step-2 .title {
  margin-bottom: 40px;
}
.bloc-select-step-2 .bt-checkbox .lab-default {
  background-color: #009b3e;
  color: #fff;
}
.bloc-select-step-2 .bt-checkbox .lab-default:hover {
  background-color: #fff;
  color: #009b3e;
}
.bloc-select-step-2.in-basket {
  padding: 20px 15px 10px;
}
@media (min-width: 768px) {
  .bloc-select-step-2.in-basket {
    padding: 20px 15px 10px;
  }
}
.bloc-select-step-2.in-basket .title {
  margin-bottom: 10px;
}
.bloc-select-step-2.in-basket .title h4 {
  font-size: 20px;
}
.bloc-select-step-2.in-basket .bt-checkbox {
  max-width: 320px;
  margin: 0 auto;
}
.grup-next-step {
  text-align: center;
}
@media (min-width: 768px) {
  .grup-next-step {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}
.grup-next-step .buton {
  max-width: 270px;
}
.buton.bt-prev i {
  position: absolute;
  left: 10px;
  top: 10px;
}
.buton.bt-next i {
  position: absolute;
  right: 10px;
  top: 10px;
}
.upload-receipe {
  width: 100%;
  display: block;
}
.upload-receipe .inner {
  display: block;
  width: 100%;
  border: 1px solid #009b3e;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.upload-receipe .file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-receipe .image {
  display: block;
  border: 1px dashed #818181;
  margin: 0 auto;
  width: 150px;
  max-width: 150px;
  min-height: 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px;
}
.upload-receipe .image img {
  display: block;
  max-width: 140px;
}
.upload-receipe .bt-browse {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  cursor: pointer;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  padding: 10px 20px;
  font-size: 18px;
  border: 1px solid #009b3e;
  display: block;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none !important;
  text-align: center;
  min-width: 200px;
  position: relative;
  background-color: #fff;
  color: #009b3e;
}
.upload-receipe .bt-browse:hover {
  background-color: #009b3e;
  color: #fff;
}
.upload-receipe .bt-reset {
  color: #9f9f9f;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: 1px solid #9f9f9f;
  cursor: pointer;
}
.upload-receipe .bt-reset:hover {
  background-color: #D7282F;
  color: #fff;
}
.upload-coment {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000000 !important;
  display: block;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  font-family: 'DINPro_Regular', Arial, sans-serif;
  border: 1px solid #a5a5a5;
  background-color: #fff;
  height: 155px;
  resize: none;
}
.bloc-mesaj-succes {
  margin: 0 auto 10px;
  background-color: #009b3e;
  color: #fff;
  padding: 90px 20px 20px;
  position: relative;
}
.bloc-mesaj-succes:before {
  display: block;
  font-family: 'fontello';
  font-size: 30px;
  content: '\e818';
  position: absolute;
  right: 50%;
  top: 20px;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
@media (min-width: 576px) {
  .bloc-mesaj-succes {
    padding: 90px 20px 10px 20px;
  }
}
@media (min-width: 768px) {
  .bloc-mesaj-succes {
    padding: 40px 140px 20px 40px;
  }
  .bloc-mesaj-succes:before {
    right: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.serviciu-farmacie-entry {
  border: 1px solid #009b3e;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .serviciu-farmacie-entry .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.serviciu-farmacie-entry .content .image {
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  margin: 0 auto 20px;
}
@media (min-width: 1200px) {
  .serviciu-farmacie-entry .content .image {
    margin: 0 60px 0 20px;
  }
}
.serviciu-farmacie-entry .content .image img {
  display: block;
  margin: 0 auto;
}
.serviciu-farmacie-entry .content .desc {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.serviciu-farmacie-entry .bt-checkbox {
  display: block;
}
@media (min-width: 1200px) {
  .serviciu-farmacie-entry .bt-checkbox {
    width: 200px;
    float: right;
    margin-bottom: 15px;
  }
}
.bloc-farmacie-selectata {
  width: 100%;
  border: 3px solid #009b3e;
  padding: 20px 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .bloc-farmacie-selectata {
    width: 280px;
  }
}
.bloc-farmacie-selectata .info-text {
  margin-bottom: 10px;
  font-size: 16px;
}
.bloc-farmacie-selectata .info-text .lab {
  font-family: 'DINPro_Medium', Arial, sans-serif;
  width: 110px;
  padding-left: 25px;
  position: relative;
}
.bloc-farmacie-selectata .info-text .lab i {
  position: absolute;
  left: 0;
  top: 2px;
}
.bloc-farmacie-selectata .info-text .text {
  color: #000;
  font-size: 14px;
  padding-left: 25px;
}
.bloc-farmacie-selectata .buton {
  display: block;
}
.bloc-farmacie-selectata .buton.bt-mov {
  padding: 4px 10px;
  font-size: 14px;
  margin-top: 10px;
}
.float-next-step {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 110;
  background-color: #008551;
  height: 60px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}
.float-next-step .buton {
  padding: 7px 10px;
}
.float-next-step .bt-prev {
  color: #fff;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .float-next-step {
    display: none;
  }
}
.wrapper-purchase {
  max-width: 850px;
  margin: 0 auto 10px;
}
.box-selectii-suplimentare {
  text-align: center;
  background-color: #009b3e;
  color: #fff;
  padding: 20px 20px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .box-selectii-suplimentare {
    padding: 40px 40px 40px 40px;
  }
}
.servicu-farmacie-selectata {
  padding: 20px;
  border: 3px solid #009b3e;
}
.login-box {
  background-color: #009b3e;
  color: #fff;
  padding: 30px;
  max-width: 600px;
  margin: 0 auto;
}
.login-box a {
  color: #fff;
}
.login-box .wrapper-formular-login {
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .modal-farmacii .modal-dialog {
    max-width: 1200px;
  }
}
.modal-farmacii .modal-content {
  padding: 30px 0 0;
}
@media (min-width: 576px) {
  .modal-farmacii .modal-content {
    padding: 30px 30px 0;
  }
}
.modal-farmacii .modal-content .modal-header {
  text-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding-bottom: 0;
}
.modal-farmacii .modal-content .title {
  text-align: center;
}
.modal-farmacii .bt-close {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #009b3e;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  background: #fff;
  color: #009b3e;
  right: 20px;
  top: 10px;
}
.modal-farmacii .bt-close:hover {
  background-color: #009b3e;
  color: #fff;
}
.modal-farmacii .modal-body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 75vh;
}
.modal-farmacii .wrapper-body {
  padding: 0 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .modal-farmacii .wrapper-body {
    padding: 0 30px;
  }
}
.modal-farmacii .farmacii-list {
  padding: 0 15px;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (min-width: 576px) {
  .modal-farmacii .farmacii-list {
    padding: 0 30px;
  }
}
.modal-farmacii .farmacii-list .os-scrollbar {
  width: 12px !important;
  margin: 0px;
  right: 0px;
}
.modal-farmacii .farmacii-list .os-scrollbar .os-scrollbar-handle {
  background: #009b3e !important;
}
.modal-farmacii .farmacii-list .farmacie-bloc {
  padding: 15px 0px;
}
.modal-farmacii .farmacii-list .bt-select-farmacie,
.modal-farmacii .farmacii-list .bt-mov {
  width: 200px;
  font-size: 16px;
}
.modal-farmacii .farmacii-list .bt-select-farmacie .lab,
.modal-farmacii .farmacii-list .bt-mov .lab {
  font-size: 16px;
}
.lista-plati-online {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 280px;
}
.lista-plati-online .item {
  margin: 5px;
}
.lista-plati-online .item img {
  height: 18px;
}
.side-filters-opened .sidebar-container {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 1199px) {
  .sidebar-container {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
    padding: 0;
    background-color: #F8F8F8;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
  }
}
.sidebar-container .bt-close {
  color: #009b3e;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #009b3e;
  position: absolute;
  top: 20px;
  right: 20px;
}
.sidebar-container .bt-close i:before {
  margin: 0;
  line-height: 30px;
}
@media (min-width: 1200px) {
  .sidebar-container .bt-close {
    display: none;
  }
}
.scroll-container-product-type {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .scroll-container-product-type {
    max-width: 100%;
    overflow-x: auto;
  }
}
.container-product-type {
  min-width: 550px;
}
@media (min-width: 768px) {
  .container-product-type {
    min-width: 720px;
  }
}
.container-product-type .bt-product-type {
  display: block;
  background-color: #f5f5f5;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  font-size: 13px;
  padding: 5px;
  color: #009b3e;
  text-decoration: none;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .container-product-type .bt-product-type {
    font-size: 16px;
    padding: 10px;
  }
}
.container-product-type .bt-product-type.active {
  background-color: #009b3e;
  color: #fff;
  position: relative;
}
.container-product-type .bt-product-type.active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 155, 62, 0);
  border-top-color: #009B3E;
  border-width: 5px;
  margin-left: -5px;
}
.container-product-type .bt-product-type span {
  display: block;
}
.container-product-type .bt-product-type .qty {
  font-size: 85%;
  font-family: 'DINPro_Regular', Arial, sans-serif;
}
.bt-mob-toggle-filters {
  padding: 5px 20px;
}
.map-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: -40px;
  height: 100vh;
  min-height: 350px;
}
@media (min-width: 1200px) {
  .map-wrapper {
    height: 700px;
  }
}
.map-wrapper .google-map-farmacii {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.map-wrapper .bt-close {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  border: 1px solid #009b3e;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  background: transparent;
  color: #009b3e;
  right: 20px;
  top: 15px;
}
@media (min-width: 1200px) {
  .map-wrapper .bt-close {
    display: none;
  }
}
.map-wrapper .bt-close:hover {
  background-color: #009b3e;
  color: #fff;
}
.map-wrapper .select-locator {
  padding: 0 15px 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.map-wrapper .select-locator .custom-select {
  height: 34px;
  padding: 0.25rem 1.75rem 0.375rem 0.75rem;
  font-size: 14px;
}
.map-wrapper .locator {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 200;
  width: 320px;
  padding: 20px 0 20px 0;
  background-color: #F3F3F3;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .map-wrapper .locator {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.map-wrapper .locator .os-scrollbar {
  width: 12px !important;
  margin: 0px;
  right: 0px;
}
.map-wrapper .locator .os-scrollbar .os-scrollbar-handle {
  background: #009b3e !important;
}
.map-wrapper .locator.closed {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 1200px) {
  .map-wrapper .locator.closed {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
.map-wrapper .toggle-locator {
  width: 25px;
  background-color: #009b3e;
  color: #fff;
  position: absolute;
  height: 100px;
  margin-top: -30px;
  top: 50%;
  right: -25px;
  line-height: 100px;
  cursor: pointer;
}
.map-wrapper .places-wrapper {
  padding: 0 15px;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.map-wrapper .places-wrapper ul {
  list-style: none;
  padding: 0;
}
.map-wrapper .places-wrapper ul li {
  margin: 0;
  padding: 0;
}
.map-wrapper .places-wrapper .farmacie-bloc {
  padding: 10px;
  margin-bottom: 10px;
}
.map-wrapper .places-wrapper .farmacie-bloc:before {
  z-index: 0;
}
.map-wrapper .places-wrapper .farmacie-bloc .name {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 7px;
  color: #009b3e;
}
@media (min-width: 1200px) {
  .map-wrapper .places-wrapper .farmacie-bloc .name {
    font-size: 19px;
  }
}
.map-wrapper .places-wrapper .farmacie-bloc .info-text {
  position: relative;
  margin-bottom: 5px;
}
.map-wrapper .places-wrapper .farmacie-bloc .info-text .lab {
  padding: 0;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  font-size: 13px;
}
.map-wrapper .places-wrapper .farmacie-bloc .info-text .text {
  color: #000;
  font-size: 13px;
}
.map-wrapper .places-wrapper .farmacie-bloc .bt-select-farmacie {
  width: auto;
}
.map-wrapper .places-wrapper .farmacie-bloc .bt-select-farmacie .lab {
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  text-align: left;
}
.map-wrapper .places-wrapper .farmacie-bloc .bt-select-farmacie .lab i {
  font-size: 12px !important;
}
.map-wrapper .places-wrapper .farmacie-bloc .buton.bt-mov {
  width: auto;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  display: table;
  margin: 0;
  padding: 0 10px;
  min-width: auto;
}
.col-product-item {
  display: none;
}
.sumar-basket-item {
  border: 1px solid #008551;
  padding: 5px;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .sumar-basket-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.sumar-basket-item .col-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
@media (max-width: 767px) {
  .sumar-basket-item .col-info {
    width: 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.sumar-basket-item .image {
  width: 60px;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
@media (max-width: 400px) {
  .sumar-basket-item .image {
    width: 60px;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
}
.sumar-basket-item .details {
  padding: 0 5px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
}
.sumar-basket-item .name {
  margin-right: 20px;
}
.sumar-basket-item .name a {
  display: block;
  text-decoration: none;
  color: #009b3e;
  font-size: 22px;
  font-family: 'DINPro_Medium', Arial, sans-serif;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sumar-basket-item .name a {
    font-size: 18px;
  }
}
.sumar-basket-item .col-price {
  padding: 0 5px;
  width: 160px;
  -webkit-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  text-align: right;
}
.sumar-basket-item .col-price .quantity {
  font-weight: 700;
  text-align: right;
  width: 100%;
}
@media (max-width: 767px) {
  .sumar-basket-item .col-price {
    width: 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 10px 0 0;
    border-top: 1px solid rgba(0, 155, 62, 0.4);
    padding: 15px 0 0 ;
  }
}
.field-account-data .lab {
  color: #999;
}
.field-account-data .form-control:disabled {
  padding: 0;
  border: none;
  background: transparent;
  height: auto;
  line-height: unset;
}
.comanda-istoric {
  margin-bottom: 10px;
}
.comanda-istoric .details {
  margin-top: 10px;
  display: none;
}
.comanda-istoric .bt-toggle-details {
  font-weight: 700;
  color: #008551;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.search-filter .select2-container {
  width: 100% !important;
  font-size: 16px;
}
.search-filter .select2-container .select2-selection {
  width: 100% !important;
  height: 38px;
  background: #B3CD41;
  border: none;
  outline: none;
  -webkit-border-radius: 3px 0 0 3px;
  -khtml-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.search-filter .select2-container .select2-selection .select2-selection__clear {
  display: none !important;
}
.search-filter .select2-container .select2-selection .select2-selection__placeholder {
  color: #fff;
}
.search-filter .select2-container .select2-selection .select2-selection__rendered {
  line-height: 38px;
  color: #fff;
  padding-right: 30px;
  font-family: 'DINPro_Medium', Arial, sans-serif;
}
.search-filter .select2-container .select2-selection .select2-selection__arrow {
  height: 30px;
}
.search-filter .select2-container .select2-selection .select2-selection__arrow:after {
  position: absolute;
  height: 10px;
  width: 15px;
  display: block;
  content: '\e807';
  font-family: fontello;
  font-size: 14px;
  line-height: 10px;
  top: 11px;
  right: 3px;
  text-align: center;
  color: #fff;
}
.search-filter .select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}
.search-filter-dropdown {
  background: #B3CD41;
  font-size: 16px;
  border: none;
  -webkit-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  color: #fff;
}
.search-filter-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #a7bf3d;
}
.search-filter-dropdown .select2-results__option--selected {
  background-color: #a7bf3d;
}
