@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: 'Montserrat';
  src: url('../font/montserrat-regular.woff2') format('woff2'), url('../font/montserrat-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../font/montserrat-medium.woff2') format('woff2'), url('../font/montserrat-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../font/montserrat-semibold.woff2') format('woff2'), url('../font/montserrat-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../font/montserrat-bold.woff2') format('woff2'), url('../font/montserrat-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.woff2') format('woff2'), url('../font/fontello.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.was-validated .form-control:invalid {
  border-color: #CD071E;
  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: #CD071E;
  background-color: transparent;
  margin-top: 5px;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .form-group label {
    font-size: 18px;
  }
}
.form-group-your-pharma {
  position: relative;
}
.form-group-your-pharma input.form-control {
  background-color: #f5f5f5;
  color: #1f1f1f !important;
  padding-left: 35px;
  padding-right: 35px;
  cursor: pointer;
}
.form-group-your-pharma input.form-control:-moz-placeholder {
  color: #a0a0a0;
}
.form-group-your-pharma input.form-control::-moz-placeholder {
  color: #a0a0a0;
}
.form-group-your-pharma input.form-control:-ms-input-placeholder {
  color: #a0a0a0;
}
.form-group-your-pharma input.form-control::-webkit-input-placeholder {
  color: #a0a0a0;
}
.form-group-your-pharma:before {
  display: block;
  font-family: 'fontello';
  content: '\e80e';
  font-size: 22px;
  position: absolute;
  left: 14px;
  top: 6px;
  color: #a0a0a0;
}
.form-group-your-pharma:after {
  display: block;
  font-family: 'fontello';
  content: '\e800';
  font-size: 16px;
  position: absolute;
  right: 14px;
  top: 10px;
  color: #a0a0a0;
}
input.form-control {
  width: 100%;
  color: #1f1f1f !important;
  display: block;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 0 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border: 1px solid #D4D4D4;
  background-color: #fff;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
}
input.form-control:focus {
  border: 1px solid #adadad;
}
input.form-control.color-green {
  color: #009534 !important;
}
input.form-control.color-green:-moz-placeholder {
  color: #009534;
}
input.form-control.color-green::-moz-placeholder {
  color: #009534;
}
input.form-control.color-green:-ms-input-placeholder {
  color: #009534;
}
input.form-control.color-green::-webkit-input-placeholder {
  color: #009534;
}
textarea.form-control {
  width: 100%;
  color: #1f1f1f !important;
  display: block;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #D4D4D4;
  background-color: #fff;
  height: 100px;
  font-size: 16px;
  font-weight: 400;
}
textarea.form-control:focus {
  border: 1px solid #adadad;
}
/*checkbox*/
.custom-checkbox {
  position: relative;
  display: block;
  min-height: 23px;
}
.custom-checkbox.form-check-inline {
  display: inline-block;
}
.custom-checkbox .custom-control-label {
  margin-left: 10px;
  padding-top: 4px;
  font-size: 16px;
  font-weight: 400;
  /*&:after{
			display: block;
			content: '';
			border:1px solid #B7B7B7;
			background: none !important;
			width: 20px;
			height: 20px;
			left: -29px;
			top: 5px;
			.border-radius(4px) ;
			position: absolute;
			z-index: 0;
			.box-shadow(none) !important;
			&:focus{
				.box-shadow(none) !important;
			}
		}*/
}
.custom-checkbox .custom-control-label a {
  color: inherit;
  text-decoration: underline;
}
.custom-checkbox .custom-control-label:before {
  display: block;
  font-family: 'fontello';
  content: '';
  background-color: transparent !important;
  width: 20px;
  height: 20px;
  left: -29px;
  top: 5px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  border: 1px solid #adadad !important;
  color: #1f1f1f !important;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  z-index: 1;
}
.custom-checkbox .custom-control-label:before:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-radio {
  position: relative;
  display: block;
  min-height: 23px;
  padding-left: 15px;
}
.custom-radio .custom-control-label {
  margin-left: 10px;
  padding-top: 0.1rem;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-radio .custom-control-label a {
  color: inherit;
  text-decoration: underline;
}
.custom-radio .custom-control-label:before {
  border-color: #1f1f1f;
  width: 1.1rem;
  height: 1.1rem;
}
.custom-radio .custom-control-label:after {
  border-color: #1f1f1f;
  width: 0.7rem;
  height: 0.7rem;
  top: 0.44rem;
  left: -1.31rem;
  border-radius: 50%;
}
.custom-radio .custom-control-label:focus:after,
.custom-radio .custom-control-label:focus:before {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  content: '\e81a';
}
.custom-control-input[type="radio"]:checked ~ .custom-control-label::before {
  background-color: #fff;
  border-color: #1f1f1f;
}
.custom-control-input[type="radio"]:checked ~ .custom-control-label::after {
  background: #009534;
}
.custom-control-input.is-invalid ~ .custom-control-label::after,
.was-validated .custom-control-input:invalid ~ .custom-control-label::after {
  border-color: #CD071E !important;
}
.custom-select {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #1f1f1f;
  vertical-align: middle;
  background: #fff url('../images/chevron-down.png') no-repeat right 10px center;
  background-size: 8px 5px;
  border: 1px solid #D4D4D4;
  border-radius: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.custom-select option:disabled {
  display: none;
}
.custom-select:focus {
  border: 1px solid #adadad;
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  background: #fff url('../images/chevron-down.svg') no-repeat right center;
}
.custom-select.valid,
.was-validated .custom-select:valid {
  background: #fff url('../images/chevron-down.svg') no-repeat right center;
}
.alert {
  padding: 5px 10px;
  font-size: 16px;
  border: none;
}
.alert-success {
  color: #009534;
  background-color: transparent;
}
.upload {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  color: #1f1f1f;
  background-color: #fff;
}
.upload .file-chosen {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding: 0 15px;
}
.birthday-select {
  width: 100%;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 0 15px;
  background-color: #fff;
  height: 42px;
  line-height: 42px;
  border: 1px solid #D4D4D4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
.birthday-select select {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #1f1f1f;
  vertical-align: middle;
  background: #fff url('../images/chevron-down.png') no-repeat right 10px center;
  background-size: 8px 5px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.birthday-select select option:disabled {
  display: none;
}
.birthday-select .day-select {
  -webkit-flex: 0 1 70px;
  -ms-flex: 0 1 70px;
  flex: 0 1 70px;
  max-width: 70px;
}
.birthday-select .month-select {
  -webkit-flex: 0 1 100px;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
  max-width: 100px;
}
.birthday-select .year-select {
  -webkit-flex: 0 1 100px;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
  max-width: 100px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/* 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: 10px 15px;
  font-size: 14px;
  height: 65px;
  border-bottom: 1px solid #efefef;
}
@media (min-width: 1600px) {
  .header {
    padding: 15px 15px;
    height: 80px;
  }
}
@media (min-width: 1600px) {
  .header {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
.header .col-logo {
  padding-right: 0;
}
.header .logo img {
  width: auto;
  height: 40px;
}
@media (min-width: 1200px) {
  .header .logo img {
    height: 40px;
  }
}
@media (min-width: 1600px) {
  .header .logo img {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .header .pages-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
@media (max-width: 1199px) {
  .header .pages-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #EEEEEE;
    width: 320px;
    padding: 40px 30px 20px;
    -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.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.header .pages-menu .menu-account-mobile {
  margin-top: 10px;
  line-height: 1.2;
}
.header .pages-menu .menu-account-mobile span {
  display: block;
}
.header .pages-menu .menu-account-mobile strong {
  font-weight: 600 !important;
  font-size: 16px;
}
.header .pages-menu .menu-account-mobile a.link {
  color: #1f1f1f;
  text-decoration: none !important;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.header .pages-menu .close-menu {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  width: 30px;
  position: fixed;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #1f1f1f;
  text-align: center;
  right: 20px;
  top: 15px;
  font-size: 10px;
  color: #1f1f1f;
}
@media (min-width: 1200px) {
  .header .pages-menu .close-menu {
    display: none;
  }
}
.header .link-page {
  font-weight: 500;
  position: relative;
}
.header .link-page .link {
  color: #1f1f1f;
  text-transform: uppercase;
  margin: 0 5px;
  position: relative;
  padding: 0 0 5px;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .header .link-page .link {
    display: block;
    padding: 15px 0 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
  }
}
@media (min-width: 1600px) {
  .header .link-page .link {
    margin: 0 10px;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .header .link-page .link {
    padding: 0 15px 0 0;
  }
  .header .link-page .link:after {
    display: block;
    font-family: 'fontello';
    content: '\e800';
    font-size: 11px;
    position: absolute;
    right: 0;
    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%);
  }
  .header .link-page .link:before {
    display: block;
    content: '';
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #009534;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
}
.header .link-page .link.active {
  color: #009534;
}
.header .link-page .link:hover:before {
  width: 100%;
}
.header .link-page .dropdown {
  transition: 0.3s ease-out;
  position: absolute;
  top: 100%;
  width: 250px;
  left: 0;
  text-align: left;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  display: block !important;
  -webkit-box-shadow: 1px 6px 18px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 6px 18px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 6px 18px -12px rgba(0, 0, 0, 0.75);
}
@media (min-width: 1200px) {
  .header .link-page .dropdown {
    background: #fff;
  }
}
@media (max-width: 1199px) {
  .header .link-page .dropdown {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    border-bottom: 1px solid #f3f3f3;
  }
}
.header .link-page .dropdown ul {
  list-style: none;
  padding: 5px 0 5px;
  margin: 0;
}
@media (min-width: 1200px) {
  .header .link-page .dropdown ul {
    padding: 15px 0 5px;
  }
}
@media (min-width: 1200px) {
  .header .link-page .dropdown ul li {
    padding: 0 15px;
  }
}
.header .link-page .dropdown ul li:hover a {
  color: #009534;
  border: 0;
}
.header .link-page .dropdown ul a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #1f1f1f;
  text-decoration: none !important;
}
@media (min-width: 1200px) {
  .header .link-page .dropdown ul a {
    margin-bottom: 10px;
    padding: 0;
  }
}
.header .link-page .dropdown ul a:before {
  display: none;
}
.header .link-page:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
.header .buton-menu {
  display: table;
  background-color: #009534;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  height: 34px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  line-height: 34px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .header .buton-menu:hover {
    background-color: #16bc50;
  }
}
@media (min-width: 1600px) {
  .header .buton-menu {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
  }
}
.header .buton-menu.black-stroke {
  background-color: #fff;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}
.header .buton-menu.black-stroke:hover {
  background-color: #676767;
  color: #fff;
  border: 1px solid transparent;
}
@media (max-width: 1199px) {
  .header .buton-menu {
    width: 36px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    border: none !important;
  }
  .header .buton-menu span {
    display: none;
  }
}
@media (max-width: 350px) {
  .header .buton-menu {
    margin-right: 10px;
    height: 32px;
    line-height: 32px;
    width: 32px;
  }
}
.header .col-right-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.header .search-header-form {
  background-color: #fff;
  padding: 0 0 0 0;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.header .search-header-form .input {
  -webkit-appearance: none !important;
  border: none;
  display: block;
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  color: #1f1f1f;
  width: 100%;
}
.header .search-header-form .buton-search {
  -webkit-appearance: none !important;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 40px;
  text-align: center;
  color: #009534;
  font-size: 16px;
  height: 38px;
  position: absolute;
  right: 0;
  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%);
}
.header .col-search-header {
  position: relative;
}
@media (max-width: 1199px) {
  .header .col-search-header {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 65px;
    background-color: #fff;
    padding: 15px 15px 10px;
  }
  .header .col-search-header:before {
    display: block;
    content: '';
    position: fixed;
    top: 65px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.header .buton-favs {
  position: relative;
  background-color: #fff;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
  cursor: pointer;
}
.header .buton-favs:hover {
  background-color: #fff;
}
.header .buton-favs:hover i:before {
  content: '\e81e';
  color: #CD071E;
}
@media (max-width: 1199px) {
  .header .buton-favs {
    background-color: #009534;
    color: #fff;
  }
}
.header .buton-favs .items {
  background-color: #CD071E;
  color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .header .buton-favs .items {
    display: block !important;
    position: absolute;
    top: -6px;
    right: -4px;
  }
}
.header .buton-basket {
  position: relative;
}
.header .buton-basket .items {
  background-color: #CD071E;
  color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-left: 5px;
}
@media (max-width: 1199px) {
  .header .buton-basket .items {
    display: block !important;
    position: absolute;
    top: -6px;
    right: -4px;
  }
}
.header .buton-account {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .header .buton-account {
    position: relative;
    font-size: 14px;
    text-transform: unset;
    font-weight: 500;
    padding: 0 30px 0 10px;
  }
  .header .buton-account:after {
    display: block;
    font-family: 'fontello';
    content: '\e800';
    position: absolute;
    right: 10px;
    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: 11px;
    line-height: 9px;
  }
}
.header .menu-account {
  position: relative;
}
.header .menu-account .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  background-color: #fff;
  width: 150px;
  padding: 10px 0;
  text-align: left;
  display: none;
  -webkit-box-shadow: 1px 6px 18px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 6px 18px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 6px 18px -12px rgba(0, 0, 0, 0.75);
}
.header .menu-account .dropdown a {
  color: #1f1f1f;
  padding: 7px 15px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none !important;
}
.header .menu-account .dropdown a:hover {
  color: #009534;
}
.header .menu-account .dropdown .accountUsername {
  padding: 7px 15px;
}
.header .nav-toggle {
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  width: 36px;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #1f1f1f;
}
.header .nav-toggle span,
.header .nav-toggle span:after,
.header .nav-toggle span:before {
  left: 7px;
  top: 16px;
  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: #1f1f1f;
}
.header .nav-toggle span:after {
  left: 0;
  top: -6px;
}
.header .nav-toggle span:before {
  left: 0;
  top: 6px;
}
@media (min-width: 1200px) {
  .header .nav-toggle {
    display: none;
  }
}
@media (max-width: 350px) {
  .header .nav-toggle {
    height: 32px;
    line-height: 32px;
    width: 32px;
  }
  .header .nav-toggle span {
    left: 5px;
    top: 14px;
  }
}
.mobile-menu-opened {
  display: block;
  height: 100% !important;
  overflow: hidden !important;
}
.mobile-menu-opened .nav-toggle span {
  background: transparent;
}
.mobile-menu-opened .nav-toggle span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 0;
}
.mobile-menu-opened .nav-toggle span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: 0;
}
.mobile-menu-opened .pages-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  overflow: scroll;
}
.mobile-menu-opened .header:before {
  position: fixed;
  display: block;
  content: '';
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
}
body.search-visible-m .col-search-header {
  display: block;
}
.overflow {
  height: 100%;
  overflow-y: hidden;
}
.scrolled .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .scrolled .main-wrapper {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .popup-search {
    top: 80px;
    position: fixed;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
}
.popup-search .content-search {
  margin: 10px auto 0;
  background-color: #fff;
  width: 100%;
  max-height: calc(100vh - 150px);
  padding: 20px 30px;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 1px 6px 18px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 6px 18px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 6px 18px -12px rgba(0, 0, 0, 0.75);
}
@media (min-width: 1200px) {
  .popup-search .content-search {
    margin: 0 auto;
    max-height: calc(100vh - 115px);
  }
}
@media (min-width: 1200px) {
  .popup-search .content-search {
    max-width: 900px;
  }
}
@media (max-width: 450px) {
  .popup-search .content-search {
    padding: 20px 10px;
  }
}
.popup-search .search-entry {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.popup-search .search-entry .badge-place .red-badge {
  background-color: #CD071E;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  font-size: 9px;
  padding: 0 10px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 5px;
  display: table;
}
@media (min-width: 1200px) {
  .popup-search .search-entry .badge-place .red-badge {
    font-size: 11px;
  }
}
.popup-search .search-entry .badge-place .green-badge {
  background-color: #009534;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  font-size: 9px;
  padding: 0 10px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 5px;
  display: table;
}
@media (min-width: 1200px) {
  .popup-search .search-entry .badge-place .green-badge {
    font-size: 11px;
  }
}
.popup-search .search-entry .badge-place .blue-badge {
  background-color: #199DCD;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  font-size: 9px;
  padding: 0 10px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 5px;
  display: table;
}
@media (min-width: 1200px) {
  .popup-search .search-entry .badge-place .blue-badge {
    font-size: 11px;
  }
}
.popup-search .search-entry .inner {
  width: 100%;
  background-color: #fff;
  border: 2px solid #f5f5f5;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.popup-search .search-entry .inner .image {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  width: 120px;
  height: 120px;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}
@media (max-width: 450px) {
  .popup-search .search-entry .inner .image {
    width: 90px;
    height: 90px;
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
  }
}
.popup-search .search-entry .inner .content {
  padding: 0 0 0 10px;
}
.popup-search .search-entry .inner .content .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 7px;
}
@media (max-width: 450px) {
  .popup-search .search-entry .inner .content .title {
    font-size: 14px;
  }
}
.popup-search .search-entry .inner .content .description {
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 450px) {
  .popup-search .search-entry .inner .content .description {
    font-size: 10px;
  }
}
.popup-search .search-entry .inner .content .price {
  white-space: nowrap;
  font-size: 13px;
  margin-bottom: 10px;
}
.popup-search .search-entry .inner .content .price .value strong {
  font-size: 16px;
}
@media (max-width: 450px) {
  .popup-search .search-entry .inner .content .price .value strong {
    font-size: 14px;
  }
}
.popup-search .search-entry .inner .content .buton {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.popup-search .overlay {
  top: 0;
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1199px) {
  .popup-search .overlay {
    display: none;
  }
}
.dropdown-header-basket {
  position: absolute;
  width: 280px;
  padding-top: 10px;
  display: none;
  right: 0;
  top: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.dropdown-header-basket .inner-header-basket {
  background-color: #fff;
  padding: 10px 10px 15px;
  -webkit-box-shadow: 1px 6px 16px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 6px 16px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 6px 16px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.dropdown-header-basket .inner-header-basket:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 70px;
  top: -10px;
}
.dropdown-header-basket .inner-header-basket .basket-prod {
  color: #1f1f1f;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  font-size: 11px;
  text-decoration: none !important;
  margin-bottom: 5px;
}
.dropdown-header-basket .inner-header-basket .basket-prod:hover {
  background-color: #f5f5f5;
}
.dropdown-header-basket .inner-header-basket .basket-prod .product-details {
  -webkit-flex: 1 0 210px;
  -ms-flex: 1 0 210px;
  flex: 1 0 210px;
  max-width: 210px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.dropdown-header-basket .inner-header-basket .basket-prod .image {
  display: block;
  width: 45px;
  padding: 3px;
  background-color: #f5f5f5;
  margin-right: 5px;
  -webkit-flex: 0 0 45px;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  max-width: 45px;
}
.dropdown-header-basket .inner-header-basket .basket-prod .product-name {
  padding-right: 5px;
  font-size: 11px;
  line-height: 1;
  -webkit-flex: 1 0 140px;
  -ms-flex: 1 0 140px;
  flex: 1 0 140px;
  max-width: 140px;
  margin-right: auto;
}
.dropdown-header-basket .inner-header-basket .basket-prod .quantity {
  white-space: nowrap;
  margin-right: 5px;
}
.dropdown-header-basket .inner-header-basket .basket-prod .price {
  font-weight: 700;
  color: #009534;
  white-space: nowrap;
  text-align: right;
}
.dropdown-header-basket .inner-header-basket .total {
  font-size: 12px;
  border-top: 1px solid #f5f5f5;
  padding: 10px 0;
}
.dropdown-header-basket .inner-header-basket .total .price {
  font-weight: 700;
  color: #009534;
  white-space: nowrap;
  text-align: right;
}
.dropdown-header-basket .inner-header-basket .btn-bottom {
  border-top: 1px solid #f5f5f5;
  text-align: center;
  padding: 15px 0 0;
}
.dropdown-header-basket .inner-header-basket .btn-bottom .buton {
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  max-width: 200px;
}
.dropdown-header-basket .inner-header-basket .products-list {
  overflow: hidden;
  width: 260px;
}
.dropdown-header-basket .inner-header-basket .scroll-products-list {
  min-width: 240px;
  max-height: 170px;
  overflow: hidden;
  overflow-y: scroll;
  margin-right: -30px;
  padding-right: 10px;
}
.shop-buton-basket {
  position: relative;
}
@media (min-width: 1200px) {
  .shop-buton-basket .buton-menu {
    margin-right: 0;
  }
  .shop-buton-basket:hover .dropdown-header-basket {
    display: block;
  }
}
footer {
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background-color: #343434;
  color: #fff;
  padding: 25px 0 10px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  footer {
    padding: 30px 0 0;
  }
}
@media (min-width: 576px) {
  footer {
    font-size: 14px;
  }
}
footer a {
  color: #fff;
}
footer .icon-link {
  margin-bottom: 10px;
}
footer .icon-link i {
  font-size: 120%;
  color: #009534;
}
footer .social {
  font-size: 20px;
  padding-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
footer .social a {
  margin: 0 10px 0 0;
  color: #009534;
}
footer .social a:hover {
  color: #16bc50;
}
footer .foo-subtitle {
  font-size: 16px;
  font-weight: 600;
}
footer .foo-links a {
  display: table;
  margin-bottom: 8px;
}
footer .pay-methods {
  padding-top: 10px;
}
footer .pay-methods .logo {
  display: inline-block;
  margin: 0 5px 5px 0;
}
footer .pay-methods .logo img {
  height: 20px;
  width: auto;
}
.sticky-buttons {
  max-width: 100%;
  position: fixed;
  z-index: 10;
}
@media (min-width: 992px) {
  .sticky-buttons {
    top: 20vw;
    right: 20px;
    width: 200px;
  }
}
@media (max-width: 991px) {
  .sticky-buttons {
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.sticky-buttons .buton {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .sticky-buttons .buton {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .sticky-buttons .buton {
    border-radius: 0;
    margin: 0 !important;
    padding: 9px 5px;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    max-width: 100%;
  }
}
html {
  width: 100%;
  height: 100%;
}
img {
  height: auto;
}
body {
  color: #1f1f1f;
  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-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  line-height: 1.4;
}
@media (min-width: 1500px) {
  body {
    font-size: 18px;
  }
}
.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%;
}
@media (max-width: 1199px) {
  .main-wrapper {
    padding-top: 65px;
  }
}
@media (min-width: 1200px) {
  .main-wrapper.left-elipse:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 85px;
    height: 680px;
    background-size: contain;
    background: url("../images/left_elipse.png") left top no-repeat;
    z-index: -1;
    bottom: 5%;
  }
  .main-wrapper.right-elipse:before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    width: 85px;
    height: 680px;
    background-size: contain;
    background: url("../images/right_elipse.png") right top no-repeat;
    z-index: -1;
    top: 25%;
  }
}
strong {
  font-weight: 700;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
h2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 992px) {
  h2 {
    font-size: 35px;
  }
}
h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 992px) {
  h3 {
    font-size: 30px;
  }
}
h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 992px) {
  h5 {
    font-size: 28px;
  }
}
h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 992px) {
  h6 {
    font-size: 22px;
  }
}
.baner-img-top img {
  width: 100%;
}
.page-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .page-title {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .page-title {
    text-align: center;
  }
  .page-title span {
    font-weight: 500;
    display: block;
  }
}
.page-title h1 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
.section-pt {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .section-pt {
    padding-top: 60px;
  }
}
.section-pb {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .section-pb {
    padding-bottom: 60px;
  }
}
.buton {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  cursor: pointer;
  display: inline-block;
  background-color: #009534;
  color: #fff;
  text-align: center;
  padding: 9px 15px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none !important;
  border: transparent;
  font-size: 14px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.buton:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.buton:hover {
  background-color: #16bc50;
  color: #fff;
  border-color: #16bc50;
}
.buton.black-stroke {
  background-color: #fff;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}
.buton.black-stroke:hover {
  background-color: #676767;
  color: #fff;
  border: 1px solid transparent;
}
.buton.white-stroke {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.buton.white-stroke:hover {
  background-color: #fff;
  color: #009534;
  border: 1px solid #fff;
}
.buton.black {
  background-color: #1f1f1f;
  color: #fff;
  border: 1px solid #1f1f1f;
}
.buton.black:hover {
  background-color: #676767;
  border: 1px solid #676767;
  color: #fff;
}
.buton.red {
  background-color: #CD071E;
  color: #fff;
}
.buton.red:hover {
  background-color: #e2132a;
  color: #fff;
}
.buton.white {
  background-color: #fff;
  color: #1f1f1f;
  border: 1px solid #fff;
}
.buton.white:hover {
  background-color: #1f1f1f;
  color: #fff;
  border: 1px solid #1f1f1f;
}
.buton.add-prescription {
  background-color: #199DCD;
  color: #fff;
  font-size: 14px;
  padding: 6px 15px;
  border-color: #199DCD;
  text-transform: uppercase;
  font-weight: 600;
}
.buton.add-prescription:hover {
  background-color: #39bbec;
  border-color: #39bbec;
}
.buton.add-service {
  font-size: 16px;
  height: 34px;
  line-height: 34px;
}
.buton.small {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
}
.buton.multiline {
  line-height: 1.1 !important;
  height: auto !important;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.buton.buton-form {
  padding: 15px 30px;
}
.buton.black-stroke-grey {
  background-color: #f5f5f5;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}
.buton.black-stroke-grey:hover {
  background-color: #fff;
  color: #009534;
  border: 1px solid #1f1f1f;
}
.buton.black-stroke-transparent {
  background-color: transparent;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}
.buton.black-stroke-transparent:hover {
  background-color: transparent;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}
.section-center-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
@media (min-width: 576px) {
  .section-center-title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .section-center-title {
    font-size: 32px;
  }
}
.section-center-title h1 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.section-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  .section-title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 32px;
  }
}
.section-title:after {
  display: block;
  content: '';
  height: 2px;
  width: 50px;
  background-color: #009534;
  position: absolute;
  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);
  bottom: 0;
}
@media (min-width: 1200px) {
  .section-title:after {
    width: 87px;
  }
}
.section-title h1 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media (max-width: 1199px) {
  .carusel-categories .slick-list,
  .carusel-servicii .slick-list,
  .carusel-grid3 .slick-list,
  .carusel-videos .slick-list,
  .carusel-articole .slick-list {
    padding: 0 50px;
  }
}
@media (max-width: 576px) {
  .carusel-categories .slick-list,
  .carusel-servicii .slick-list,
  .carusel-grid3 .slick-list,
  .carusel-videos .slick-list,
  .carusel-articole .slick-list {
    padding: 0 20px;
  }
}
.carusel-categories .slick-track,
.carusel-servicii .slick-track,
.carusel-grid3 .slick-track,
.carusel-videos .slick-track,
.carusel-articole .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.carusel-categories .slick-slide,
.carusel-servicii .slick-slide,
.carusel-grid3 .slick-slide,
.carusel-videos .slick-slide,
.carusel-articole .slick-slide {
  height: auto;
}
@media (max-width: 1199px) {
  .carusel-categories .slick-slide,
  .carusel-servicii .slick-slide,
  .carusel-grid3 .slick-slide,
  .carusel-videos .slick-slide,
  .carusel-articole .slick-slide {
    padding: 0 2px !important;
  }
}
.carusel-produse .slick-list {
  padding: 0 10%;
}
@media (min-width: 400px) {
  .carusel-produse .slick-list {
    padding: 0 15%;
  }
}
@media (min-width: 450px) {
  .carusel-produse .slick-list {
    padding: 0 20%;
  }
}
@media (min-width: 535px) {
  .carusel-produse .slick-list {
    padding: 0 3%;
  }
}
@media (min-width: 576px) {
  .carusel-produse .slick-list {
    padding: 0 4%;
  }
}
@media (min-width: 650px) {
  .carusel-produse .slick-list {
    padding: 0 10%;
  }
}
@media (min-width: 768px) {
  .carusel-produse .slick-list {
    padding: 0 13%;
  }
}
@media (min-width: 850px) {
  .carusel-produse .slick-list {
    padding: 0 5%;
  }
}
@media (min-width: 992px) {
  .carusel-produse .slick-list {
    padding: 0 10%;
  }
}
@media (min-width: 1100px) {
  .carusel-produse .slick-list {
    padding: 0 5%;
  }
}
@media (min-width: 1200px) {
  .carusel-produse .slick-list {
    padding: 0 0;
  }
}
.carusel-produse .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.carusel-produse .slick-slide {
  height: auto;
}
@media (max-width: 1199px) {
  .carusel-produse .slick-slide {
    padding: 0 2px !important;
  }
}
.section-title-cos {
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .section-title-cos {
    font-size: 38px;
    padding-bottom: 15px;
  }
}
.section-title-cos:after {
  display: block;
  content: '';
  height: 2px;
  width: 50px;
  background-color: #009534;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 1200px) {
  .section-title-cos:after {
    width: 80px;
  }
}
.link-section-more {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-left: 55px;
  color: #1f1f1f;
  font-weight: 500;
}
.link-section-more:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 45px;
  background-color: #009534;
}
@media (max-width: 576px) {
  .link-section-more {
    font-size: 14px;
    padding-left: 30px;
  }
  .link-section-more:before {
    width: 20px;
  }
}
.header-farma {
  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;
  padding: 10px 0 10px;
}
@media (min-width: 768px) {
  .header-farma {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
}
.header-farma .farmacia-aleasa {
  background-color: #007A2A;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px 10px;
}
@media (min-width: 992px) {
  .header-farma .farmacia-aleasa {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex: 0 1 900px;
    -ms-flex: 0 1 900px;
    flex: 0 1 900px;
    max-width: 900px;
    border-radius: 100px 0 0 100px;
    padding: 8px 10px 8px 30px;
  }
}
@media (max-width: 991px) {
  .header-farma .farmacia-aleasa {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .header-farma .farmacia-aleasa .farma-col {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.header-farma .farmacia-aleasa .farma-col .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media (min-width: 576px) {
  .header-farma .farmacia-aleasa .farma-col .name {
    font-size: 22px;
  }
}
.header-farma .farmacia-aleasa .farma-col .farma-address {
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  color: #66CC66;
}
@media (min-width: 576px) {
  .header-farma .farmacia-aleasa .farma-col .farma-address {
    font-size: 12px;
  }
}
.header-farma .farmacia-aleasa .buton-col {
  padding: 10px 0 0;
}
@media (min-width: 992px) {
  .header-farma .farmacia-aleasa .buton-col {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
  }
}
.header-farma .farmacia-aleasa .buton-col a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
.header-farma .alege-farmacia-bt {
  background-color: #007A2A;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  padding: 10px 80px 10px 20px;
}
@media (min-width: 768px) {
  .header-farma .alege-farmacia-bt {
    margin-right: 7%;
  }
}
@media (min-width: 992px) {
  .header-farma .alege-farmacia-bt {
    font-size: 20px;
    padding: 10px 80px 10px 20px;
  }
}
@media (min-width: 1200px) {
  .header-farma .alege-farmacia-bt {
    font-size: 22px;
    padding: 15px 80px 15px 20px;
  }
}
.header-farma .alege-farmacia-bt:hover {
  background-color: #009534;
}
.header-farma .alege-farmacia-bt .ico-arrow {
  background-color: #66CC66;
  color: #007A2A;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.header-farma .alege-farmacia-bt .ico-arrow:before {
  display: block;
  content: '';
  left: 0;
  top: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 40px;
  border-color: transparent transparent #66cc66 transparent;
}
.header-farma .alege-farmacia-bt .ico-arrow i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-65%, -50%);
  -moz-transform: translate(-65%, -50%);
  -ms-transform: translate(-65%, -50%);
  -o-transform: translate(-65%, -50%);
  transform: translate(-65%, -50%);
}
.breadcrumbs {
  padding: 20px 0 15px;
}
.breadcrumbs a {
  color: #1f1f1f;
  text-decoration: none;
  font-size: 13px;
  padding-right: 10px;
  position: relative;
  font-weight: 500;
}
.breadcrumbs a:after {
  display: block;
  font-family: 'fontello';
  content: '\e802';
  position: absolute;
  right: 0;
  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: 9px;
  line-height: 9px;
}
.breadcrumbs a:first-child {
  font-weight: 400;
}
.breadcrumbs a:last-child {
  padding: 0;
  color: #009534;
  font-weight: 600;
}
.breadcrumbs a:last-child:after {
  display: none;
}
@media (max-width: 1199px) {
  .category-sort {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
  }
  .category-sort:before {
    position: absolute;
    display: block;
    content: '';
    background-color: #000;
    opacity: 0.7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .category-sort .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
@media (max-width: 1199px) {
  .category-sort .inner {
    width: 320px;
    overflow-y: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 201;
    padding: 0 30px 30px 30px;
  }
}
.category-sort .top-mobile-sidebar {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
  padding: 10px 30px 10px 30px;
  margin: 0 -30px 0;
}
.category-sort .top-mobile-sidebar .bt-close {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  width: 30px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #1f1f1f;
  text-align: center;
  font-size: 10px;
  color: #1f1f1f;
  display: inline-block;
}
.category-sort .lab {
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .category-sort .lab {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .category-sort .lab {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .category-sort .category-sort-tags {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.category-sort .category-sort-tags a {
  font-size: 13px;
  font-weight: 500;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #EFEFEF;
  color: #1f1f1f;
  padding: 5px 15px;
  text-decoration: none;
  margin-right: 5px;
  word-break: keep-all;
  white-space: nowrap;
  display: block;
}
@media (max-width: 1199px) {
  .category-sort .category-sort-tags a {
    margin-bottom: 10px;
  }
}
.category-sort .category-sort-tags a:hover {
  background-color: #676767;
  color: #fff;
}
.category-sort .category-sort-tags a.active {
  background-color: #1f1f1f;
  color: #fff;
}
.category-sort .category-sort-tags .page-number {
  font-size: 13px;
  font-weight: 500;
  padding-left: 5px;
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.category-sort .category-sort-tags .page-number .select-wrapper {
  background-color: #EFEFEF;
  border-radius: 60px;
  padding: 5px 5px;
  margin-right: 5px;
}
.category-sort .category-sort-tags .page-number .select-wrapper .select-page {
  border: none;
  background-color: transparent;
}
.m-util-butons {
  padding-top: 15px;
  padding-bottom: 15px;
}
.m-util-butons .util-bt {
  display: block;
  padding: 7px 5px;
  background-color: #F5F5F5;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  width: 110px;
  text-align: center;
  text-decoration: none;
  border-radius: 60px;
}
.m-util-butons .util-bt i {
  color: #afafaf;
  font-size: 80%;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .content-category {
    margin-top: 30px;
  }
}
.category-sidebar {
  background-color: #009534;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .category-sidebar .container {
    max-width: 100%;
    padding: 0 40px;
  }
}
.category-sidebar .category-sidebar-nav {
  position: absolute;
  left: 5%;
  right: 5%;
  height: 1px;
  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%);
}
.category-sidebar .slick-arrow {
  color: #fff;
  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%);
  font-size: 26px;
  cursor: pointer;
}
.category-sidebar .slick-arrow.slick-disabled {
  opacity: 0;
}
.category-sidebar .prev-slide {
  left: -40px;
}
.category-sidebar .next-slide {
  right: -40px;
}
.category-sidebar .category-sidebar-carusel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.category-sidebar .category-sidebar-carusel:not(.slick-initialized) .cat-link:not(:first-child) {
  display: none !important;
}
.category-sidebar .category-sidebar-carusel .slick-list {
  width: 100%;
}
.category-sidebar .category-sidebar-carusel .slick-track {
  margin: 0;
}
.category-sidebar .cat-link {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #1f1f1f;
  height: 55px;
  text-decoration: none !important;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .category-sidebar .cat-link {
    height: 80px;
  }
}
.category-sidebar .cat-link:before {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #fff;
  opacity: 0.3;
}
.category-sidebar .cat-link .image {
  position: absolute;
  width: 55px;
  height: 55px;
  display: block;
}
@media (min-width: 1200px) {
  .category-sidebar .cat-link .image {
    width: 60px;
    height: 80px;
  }
}
.category-sidebar .cat-link .image img {
  position: absolute;
  left: 50%;
  top: 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%);
  z-index: 1;
  height: 40px;
  width: 40px;
}
@media (max-width: 1199px) {
  .category-sidebar .cat-link .image img {
    height: 35px;
    width: 35px;
  }
}
.category-sidebar .cat-link .name {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  height: 55px;
  padding: 0 10px 0 55px;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 992px) {
  .category-sidebar .cat-link .name {
    padding: 0 10px 0 60px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .category-sidebar .cat-link .name {
    font-size: 12px;
  }
}
.category-sidebar .cat-link.active {
  background-color: #007A2A;
}
.category-sidebar .cat-link.active span {
  color: #fff;
}
@media (min-width: 1200px) {
  .category-sidebar .cat-link:hover {
    background-color: #007A2A;
  }
  .category-sidebar .cat-link:hover span {
    color: #fff;
  }
}
.filttre-active {
  border: 1px solid #e8e8e8;
  padding: 10px;
  margin-bottom: 15px;
}
.filttre-active .filttre-active-title {
  font-weight: 600;
  color: #828282;
  font-size: 14px;
}
.filttre-active .filttre-active-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filttre-active .filttre-active-list li {
  font-size: 11px;
  line-height: 1;
  padding: 5px 30px 5px 10px;
  margin: 10px 3px 0 0;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 2000px;
  display: inline-block;
  position: relative;
}
.filttre-active .filttre-active-list li:after {
  display: block;
  font-family: 'fontello';
  content: '\e82e';
  position: absolute;
  font-size: 6px;
  right: 3px;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #d2d2d2;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
}
.filttre-active .bt-reset-filter {
  color: #1f1f1f;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-decoration: none;
  border: none;
  background: none;
  -webkit-appearance: none !important;
  cursor: pointer;
}
.grid-products-search {
  display: grid;
  column-gap: 5px;
  row-gap: 5px;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .grid-products-search {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-products-search {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .grid-products-search {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 5px;
    row-gap: 10px;
  }
}
@media (min-width: 1200px) {
  .grid-products-search {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }
}
.col-products {
  overflow: hidden;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .col-products .row-products .product-cat-col {
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 440px) {
  .col-products .row-products .product-cat-col {
    -webkit-flex: 0 0 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.col-products .grid-products {
  display: grid;
  column-gap: 5px;
  row-gap: 5px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 480px) {
  .col-products .grid-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .col-products .grid-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .col-products .grid-products {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 5px;
    row-gap: 10px;
  }
}
@media (min-width: 1200px) {
  .col-products .grid-products {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }
}
@media (min-width: 1400px) {
  .col-products .grid-products {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
  }
}
@media (max-width: 1199px) {
  .row-products {
    margin-left: -0.1rem !important;
    margin-right: -0.1rem !important;
  }
}
@media (max-width: 1199px) {
  .row-products .product-cat-col {
    padding-left: 0.1rem !important;
    padding-right: 0.1rem !important;
  }
}
.product-bloc {
  background-color: #fff;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  border: 2px solid #f5f5f5;
}
@media (max-width: 500px) {
  .product-bloc {
    max-width: 300px;
    margin: 0 auto;
  }
}
.product-bloc .bt-add-fav {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  cursor: pointer;
}
.product-bloc .bt-add-fav:hover,
.product-bloc .bt-add-fav.favorit {
  color: #CD071E;
}
.product-bloc .bt-add-fav:hover i:before,
.product-bloc .bt-add-fav.favorit i:before {
  content: '\e81e';
}
@media (max-width: 479px) {
  .product-bloc .bt-add-fav {
    font-size: 1.3rem;
  }
}
.product-bloc .badge-place {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.product-bloc .badge-place .red-badge {
  background-color: #CD071E;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 9px;
  padding: 0 10px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 5px;
  display: table;
}
@media (min-width: 1200px) {
  .product-bloc .badge-place .red-badge {
    font-size: 11px;
  }
}
.product-bloc .badge-place .green-badge {
  background-color: #009534;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 9px;
  padding: 0 10px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 5px;
  display: table;
}
@media (min-width: 1200px) {
  .product-bloc .badge-place .green-badge {
    font-size: 11px;
  }
}
.product-bloc .badge-place .blue-badge {
  background-color: #199DCD;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 9px;
  padding: 0 10px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 5px;
  display: table;
}
@media (min-width: 1200px) {
  .product-bloc .badge-place .blue-badge {
    font-size: 11px;
  }
}
.product-bloc .badge-place .mov-badge {
  background-color: #8d90d1;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 9px;
  padding: 0 10px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 5px;
  display: table;
}
@media (min-width: 1200px) {
  .product-bloc .badge-place .mov-badge {
    font-size: 11px;
  }
}
.product-bloc .badge-place .tg-badge {
  background-color: #8d90d1;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 9px;
  padding: 3px 10px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 5px;
  display: table;
}
@media (min-width: 1200px) {
  .product-bloc .badge-place .tg-badge {
    font-size: 11px;
  }
}
.product-bloc .image {
  position: relative;
  user-select: none;
  margin-bottom: 15px;
}
.product-bloc .image img {
  display: block;
  width: 100%;
}
.product-bloc .product-info {
  width: 100%;
  margin-bottom: auto;
}
.product-bloc .product-info .name {
  color: #1f1f1f;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.product-bloc .product-info .name > h1,
.product-bloc .product-info .name h2,
.product-bloc .product-info .name h3,
.product-bloc .product-info .name h4,
.product-bloc .product-info .name h5,
.product-bloc .product-info .name h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
.product-bloc .product-info .info {
  color: #6C6C6C;
  font-size: 12px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .product-bloc .product-info .info {
    font-size: 14px;
  }
}
.product-bloc .price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 400;
  margin-bottom: 7px;
  font-size: 11px;
  line-height: 1;
}
@media (min-width: 500px) {
  .product-bloc .price {
    font-size: 12px;
  }
}
.product-bloc .price .lab {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  max-width: 100%;
  padding-right: 10px;
}
.product-bloc .price .value {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}
.product-bloc .price .value strong {
  font-size: 14px;
}
@media (min-width: 500px) {
  .product-bloc .price .value strong {
    font-size: 15px;
  }
}
.product-bloc .butons {
  padding: 10px 0 0 0;
  width: 100%;
  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;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 500px) {
  .product-bloc .butons {
    padding: 10px 0 0 0;
  }
}
.product-bloc .butons .buton {
  font-size: 10px;
  line-height: 1;
  padding: 9px 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 500px) {
  .product-bloc .butons .buton {
    font-size: 13px;
  }
}
.product-bloc .butons .buton i {
  font-size: 110%;
}
.product-bloc .butons .buton.black-stroke {
  background-color: transparent;
}
.product-bloc .butons .buton.black-stroke:hover {
  background-color: #676767;
}
@media (min-width: 1200px) {
  .category-filters {
    display: block !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 1199px) {
  .category-filters {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
  }
  .category-filters:before {
    position: absolute;
    display: block;
    content: '';
    background-color: #000;
    opacity: 0.7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.category-filters .inner {
  width: 300px;
}
@media (max-width: 1199px) {
  .category-filters .inner {
    width: 320px;
    overflow-y: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 201;
    padding: 0 30px 30px 30px;
  }
}
.category-filters .top-mobile-sidebar {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
  padding: 10px 30px 10px 30px;
  margin: 0 -30px 0;
}
.category-filters .top-mobile-sidebar .bt-close {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  width: 30px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #1f1f1f;
  text-align: center;
  font-size: 10px;
  color: #1f1f1f;
  display: inline-block;
}
.category-filters .category-filters-title {
  padding-top: 20px;
}
.category-filters .filter-title {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .category-filters .filter-title {
    font-size: 16px;
  }
}
.category-filters .filter-title i {
  color: #B7B7B7;
}
.category-filters .filter-title.has-list {
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
.category-filters .filter-title.has-list:before {
  display: block;
  font-family: 'fontello';
  content: '\e800';
  position: absolute;
  right: 10px;
  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: 11px;
  line-height: 9px;
}
.category-filters .category-filter-toggle.opened .filter-title.has-list:before {
  content: '\e803';
}
.category-filters .category-filter-toggle.opened .filters-list {
  display: block;
}
.category-filters .category-filter-toggle .filters-list {
  display: none;
}
.category-filters .filters-list .filter-link {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  display: table;
  position: relative;
  margin-bottom: 20px;
  text-decoration: none;
  padding-left: 25px;
}
.category-filters .filters-list .filter-link .qty {
  color: #B7B7B7;
}
.category-filters .filters-list .filter-link:before {
  display: block;
  font-family: 'fontello';
  content: '\e819';
  position: absolute;
  left: 0px;
  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: 16px;
  color: #d4d4d4;
}
.category-filters .filters-list .filter-link.active:before {
  content: '\e818';
  color: #1f1f1f;
}
.category-filters .filters-list .scrollbar-wrapper {
  overflow-y: auto;
}
.category-filters .filters-list .scrollbar-wrapper .os-scrollbar-track {
  background: rgba(0, 0, 0, 0.07);
}
.category-filters .filters-list .scrollbar-wrapper .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  .category-filters .filters-list .scrollbar-wrapper {
    max-height: 260px;
  }
}
.category-filters .filter-reset {
  color: #1f1f1f;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  display: table;
  position: relative;
  margin-bottom: 20px;
  text-decoration: none;
}
.category-filters .bt-reset-filter {
  color: #1f1f1f;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  text-decoration: none;
  border: none;
  background: none;
  -webkit-appearance: none !important;
  cursor: pointer;
}
.category-filters .filter-search {
  border: 1px solid #B7B7B7;
  border-radius: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.category-filters .filter-search .filter-search-input {
  border-radius: 60px;
  border: none;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px 0 10px;
  -webkit-appearance: none !important;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.category-filters .filter-search .filter-search-bt {
  font-size: 14px;
  color: #B7B7B7;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-appearance: none !important;
  padding: 0;
  border: none;
  background: none;
}
.category-filters .filter-checkbox {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 20px;
  display: table;
  cursor: pointer;
}
.category-filters .filter-checkbox span {
  display: table;
  padding-left: 25px;
  position: relative;
}
.category-filters .filter-checkbox span:before {
  display: block;
  font-family: 'fontello';
  content: '\e819';
  position: absolute;
  left: 0px;
  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: 16px;
  color: #B7B7B7;
}
.category-filters .filter-checkbox input {
  position: absolute;
  left: -99999px;
  visibility: hidden;
}
.category-filters .filter-checkbox input:checked ~ span:before {
  content: '\e818';
  color: #1f1f1f;
}
.category-filters .filter-checkbox .qty {
  display: inline-block;
  color: #B7B7B7;
}
.category-filters .filter-price-input {
  border: 1px solid #B7B7B7;
  text-align: center;
  border-radius: 60px;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px 0 10px;
  -webkit-appearance: none !important;
  width: 90px;
}
.category-filters .range-slider {
  padding-top: 22px;
  margin-bottom: 20px;
  font-size: 16px;
}
.category-filters .range-slider .slider.slider-horizontal .slider-tick,
.category-filters .range-slider .slider.slider-horizontal .slider-handle {
  margin-left: 0;
}
.category-filters .range-slider .slider.slider-horizontal {
  width: 97%;
}
.category-filters .range-slider .slider-handle {
  background: #009534 !important;
  margin-top: -1px;
  width: 20px;
  height: 20px;
}
.category-filters .range-slider .slider-handle.min-slider-handle {
  background-color: #575757 !important;
}
.category-filters .range-slider .slider-selection {
  background: #009534 !important;
}
.category-filters .range-slider .slider-track-low,
.category-filters .range-slider .slider-track-high {
  background: none !important;
}
.category-filters .range-slider .slider-track {
  background: #E6E6E6 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 7px !important;
}
.category-filters .range-slider .slider-tick-label-container {
  margin: 0 !important;
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
}
.category-filters .range-slider .slider-tick-label-container .slider-tick-label {
  float: left;
}
.category-filters .range-slider .slider-tick-label-container .slider-tick-label:last-child {
  float: right;
}
.category-filters .range-slider .tooltip .arrow {
  display: none !important;
}
.hline {
  border-top: 1px solid #E9E9E9;
}
.carusel-nav {
  position: relative;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-weight: 700;
}
.carusel-nav .slick-arrow {
  margin-right: 10px;
  font-size: 24px;
  cursor: pointer;
  width: 22px;
}
@media (max-width: 1199px) {
  .carusel-container {
    max-width: 100%;
    padding: 0;
  }
  .carusel-container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.service-bloc-entry {
  background-color: #F5F5F5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 15px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.service-bloc-entry .image-wrapper {
  width: 100%;
}
.service-bloc-entry a {
  text-decoration: none !important;
}
.service-bloc-entry .image {
  display: block;
  width: 100%;
}
.service-bloc-entry .bottom {
  text-align: center;
  padding: 20px 20px 30px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  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;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .service-bloc-entry .bottom {
    padding: 20px 10px 15px;
  }
}
.service-bloc-entry .title {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  color: #1f1f1f;
  text-decoration: none !important;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 1200px) {
  .service-bloc-entry .title {
    font-size: 26px;
  }
}
.service-bloc-entry .description {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 1400px) {
  .service-bloc-entry .description {
    font-size: 16px;
  }
}
.service-bloc-entry .butons {
  text-align: center;
}
.service-bloc-entry .hover {
  display: none;
}
@media (min-width: 1200px) {
  .service-bloc-entry {
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .service-bloc-entry .hover {
    height: 0;
    overflow: hidden;
    position: absolute;
    padding: 0 20px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-size: cover !important;
    background-position: center center !important;
    background-color: #fff;
    background: rgba(0, 0, 0, 0.6) !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -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-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
  }
  .service-bloc-entry .hover a,
  .service-bloc-entry .hover .butons {
    color: #fff;
    z-index: 1;
  }
  .service-bloc-entry .hover:before {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 0;
  }
  .service-bloc-entry:hover .hover {
    height: 100%;
  }
}
.basket-notification {
  position: fixed;
  top: 50%;
  z-index: 50;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  left: 15px;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 1200px) {
  .basket-notification {
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 20px;
  }
}
.basket-notification .inner {
  width: 100%;
  margin: 0 auto;
  padding: 15px 25px;
  -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  max-width: 400px;
}
@media (min-width: 1200px) {
  .basket-notification .inner {
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    max-width: 1000px;
  }
}
.basket-notification .product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.basket-notification .product .image {
  width: 60px;
  height: 60px;
  background-size: cover !important;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .basket-notification .product {
    margin-bottom: 10px;
  }
}
.basket-notification .price {
  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) {
  .basket-notification .price {
    margin-bottom: 10px;
  }
}
.basket-notification .price .value {
  color: #009534;
  font-size: 25px;
  padding-left: 10px;
}
@media (min-width: 1200px) {
  .basket-notification .price .value {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .basket-notification .buton {
    font-size: 18px;
  }
}
.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination a,
.pagination .sep-dots {
  display: table;
  background-color: #f5f5f5;
  color: #009534;
  text-align: center;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  margin: 5px 5px;
  font-weight: 700;
  text-decoration: none;
  border-color: #f5f5f5;
  border-radius: 50%;
  padding: 0;
}
@media (min-width: 1200px) {
  .pagination a,
  .pagination .sep-dots {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
  }
}
.pagination a:hover,
.pagination .sep-dots:hover {
  background-color: #16bc50;
  border-color: #16bc50;
  color: #fff;
}
.pagination a.active,
.pagination .sep-dots.active {
  background-color: #009534;
  color: #fff;
}
.grey-bloc-form {
  background-color: #F5F5F5;
  padding: 20px 15px;
}
@media (min-width: 576px) {
  .grey-bloc-form {
    padding: 40px;
  }
}
.line-center-title {
  color: #009534;
  font-size: 19px;
  font-weight: 600;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.line-center-title .title {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 10px;
}
.line-center-title .title:before {
  display: block;
  content: '';
  width: 100vw;
  position: absolute;
  left: 100%;
  top: 50%;
  height: 1px;
  background-color: #707070;
}
.line-center-title .title:after {
  display: block;
  content: '';
  width: 100vw;
  position: absolute;
  right: 100%;
  top: 50%;
  height: 1px;
  background-color: #707070;
}
.product-details-section .green-badge {
  background-color: #009534;
  color: #fff;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 6px 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .product-details-section .green-badge {
    font-size: 14px;
  }
}
.product-details-section .red-badge {
  background-color: #CD071E;
  color: #fff;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 6px 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .product-details-section .red-badge {
    font-size: 14px;
  }
}
.product-details-section .blue-badge {
  background-color: #199DCD;
  color: #fff;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 6px 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .product-details-section .blue-badge {
    font-size: 14px;
  }
}
.product-details-section .title {
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .product-details-section .title {
    font-size: 30px;
  }
}
.product-details-section .desc-top {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.product-details-section .stoc {
  padding: 0 0 0 38px;
  position: relative;
  font-size: 16px;
}
.product-details-section .stoc .true {
  position: absolute;
  left: 0;
  top: 0;
}
.product-details-section .jump-to {
  position: relative;
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: 1px solid #636363;
  display: inline-block;
  color: #1f1f1f;
}
.product-details-section .jump-to:hover {
  color: #009534;
}
.product-details-section .image {
  width: 100%;
  text-align: center;
  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;
  border: 1px solid #ECECEC;
  position: relative;
}
.product-details-section .image img {
  width: 400px;
  max-width: 100%;
}
.product-details-section .price-bloc {
  background-color: #E9E9E9;
  padding: 40px 15px;
  width: 100%;
}
.product-details-section .price-bloc .inner {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.product-details-section .price-bloc .price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1;
}
@media (min-width: 500px) {
  .product-details-section .price-bloc .price {
    font-size: 16px;
  }
}
.product-details-section .price-bloc .price .lab {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  max-width: 100%;
  padding-right: 10px;
}
.product-details-section .price-bloc .price .value {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}
.product-details-section .price-bloc .price .value strong {
  font-size: 18px;
}
@media (min-width: 500px) {
  .product-details-section .price-bloc .price .value strong {
    font-size: 22px;
  }
}
.product-details-section .buton.add-to-cart {
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
}
.product-details-section .buton.add-to-fav {
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
}
.product-details-section .buton.add-to-fav:hover i:before {
  color: #CD071E;
  content: '\e81e';
}
.product-details-section .buton.remove-fav {
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
}
.product-details-section .buton.remove-fav i:before {
  color: #CD071E;
  content: '\e81e';
}
.product-details-section .produs-favorit {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  color: #CD071E;
}
.item-quantity-bloc {
  background-color: #fff;
  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: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  border-radius: 100px;
  border: 1px solid #E6E6E6;
  padding: 0 0 0 20px;
}
.item-quantity-bloc .lab {
  color: #828282;
  font-weight: 600;
  font-size: 14px;
}
.item-quantity-bloc .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;
  background-color: #fff;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 100px;
  overflow: hidden;
  padding: 0 7px;
}
.item-quantity-bloc .item-quantity .btn-q {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #a7a7a7;
  width: 40px;
}
.item-quantity-bloc .item-quantity .input-qty {
  width: 50px;
  font-size: 19px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #1f1f1f;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border: none;
  font-weight: 600;
}
.product-description-section .product-description-tabs {
  margin-bottom: 20px;
  background-color: #F5F5F5;
  overflow: hidden;
  overflow-x: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.product-description-section .product-description-tabs .tab {
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-weight: 600;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  color: #1f1f1f;
  text-decoration: none;
  padding: 0 30px;
  display: inline-block;
  white-space: nowrap;
}
.product-description-section .product-description-tabs .tab:hover {
  background-color: #16bc50;
  color: #fff;
}
.product-description-section .product-description-tabs .tab.active {
  background-color: #009534;
  color: #fff;
}
.product-description-section .product-description-tabs .tab:first-child {
  margin-left: auto;
}
.product-description-section .product-description-tabs .tab:last-child {
  margin-right: auto;
}
.product-description-section .product-description-tabs .tab > h1,
.product-description-section .product-description-tabs .tab h2,
.product-description-section .product-description-tabs .tab h3,
.product-description-section .product-description-tabs .tab h4,
.product-description-section .product-description-tabs .tab h5,
.product-description-section .product-description-tabs .tab h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
.product-description-section .description {
  font-size: 16px;
}
.disclaimer {
  padding: 30px 0 20px;
  background-color: #F5F5F5;
}
@media (max-width: 767px) {
  .disclaimer {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .modal-reteta .modal-dialog {
    max-width: 990px;
  }
}
.modal-reteta .close {
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.modal-reteta .modal-content {
  border: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-reteta .modal-header {
  background-color: #199DCD;
  color: #fff;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  font-size: 24px;
  -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: 1200px) {
  .modal-reteta .modal-header {
    font-size: 34px;
  }
}
.modal-reteta .content {
  padding: 30px 0;
}
.basket-disclaimer {
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .basket-disclaimer {
    font-size: 14px;
  }
}
.basket-lab {
  font-size: 20px;
  font-weight: 600;
}
.basket-total {
  font-size: 36px;
  font-weight: 600;
  color: #009534;
}
.buton.buton-checkout {
  height: 54px;
  line-height: 54px;
  min-width: 280px;
}
@media (min-width: 1200px) {
  .buton.buton-checkout {
    height: 70px;
    line-height: 70px;
  }
}
.discount-form {
  padding: 0 0 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
  max-width: 500px;
  margin-top: 65px;
}
.discount-form .input {
  -webkit-appearance: none !important;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  color: #1f1f1f;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 50px;
  background-color: #fff;
  -webkit-border-radius: 50px 0 0 50px;
  -khtml-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}
.discount-form .buton-aplica {
  font-family: 'Montserrat', sans-serif;
  display: table;
  background-color: #1f1f1f;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  height: 44px;
  -webkit-border-radius: 0 50px 50px 0;
  -khtml-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  font-size: 16px;
  line-height: 44px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.discount-form .buton-aplica:hover {
  background-color: #676767;
}
@media (max-width: 991px) {
  .discount-form {
    margin: 30px auto 0;
  }
}
.bloc-checkout {
  background-color: #F5F5F5;
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .bloc-checkout {
    padding: 30px 40px;
  }
}
@media (min-width: 1200px) {
  .bloc-checkout {
    padding: 30px 15px;
  }
}
@media (min-width: 1400px) {
  .bloc-checkout {
    padding: 30px;
  }
}
.bloc-checkout .title {
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.bloc-checkout .subprice {
  font-size: 14px;
}
@media (min-width: 576px) {
  .bloc-checkout .subprice {
    font-size: 16px;
  }
}
.bloc-checkout .col-price {
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
.bloc-checkout strong {
  font-weight: 600 !important;
}
.bloc-checkout .big-price {
  position: relative;
  color: #CD071E;
  display: table;
  text-align: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 0 1 0;
  -ms-flex: 0 1 0;
  flex: 0 1 0;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  max-width: 100%;
  font-size: 40px;
}
@media (min-width: 576px) {
  .bloc-checkout .big-price {
    font-size: 50px;
  }
}
.bloc-checkout .big-price .value {
  font-weight: 600;
  font-size: 100%;
  line-height: 1;
  -webkit-flex: 0 1 0;
  -ms-flex: 0 1 0;
  flex: 0 1 0;
  max-width: 100%;
  position: relative;
}
.bloc-checkout .big-price .value sup {
  font-weight: 600;
  font-size: 65%;
  line-height: 0;
  top: -0.7em;
}
.bloc-checkout .big-price .moneda {
  font-weight: 600;
  font-size: 37%;
  line-height: 1;
  position: absolute;
  bottom: 3px;
  right: 8px;
}
.bloc-checkout .custom-control-label {
  font-size: 14px;
}
.map-wrapper {
  background-color: #F5F5F5;
}
.map-wrapper .map-header {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .map-wrapper .map-header {
    padding: 0 20px 0 0;
  }
}
@media (min-width: 992px) {
  .map-wrapper .map-header {
    padding: 0 40px 0 0;
  }
}
.map-wrapper #places {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .map-wrapper #places {
    overflow: hidden;
    overflow-y: auto;
    height: 300px;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 992px) {
  .map-wrapper #places {
    padding: 0 40px 0 0;
  }
}
.map-wrapper .popup-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #000;
}
@media (min-width: 768px) {
  .map-wrapper .popup-title {
    font-size: 24px;
  }
}
.map-wrapper .search-bloc {
  background-color: #fff;
  padding: 0 0 0 0;
  border: 1px solid #ECECEC;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.map-wrapper .search-bloc .input {
  -webkit-appearance: none !important;
  border: none;
  display: block;
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  color: #1f1f1f;
  width: 100%;
}
.map-wrapper .search-bloc .buton-search {
  -webkit-appearance: none !important;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 40px;
  text-align: center;
  color: #009534;
  font-size: 16px;
  height: 44px;
  position: absolute;
  right: 0;
  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%);
}
.map-wrapper .info-small-text {
  font-size: 12px;
  position: relative;
  padding-left: 50px;
}
.map-wrapper .info-small-text .ico {
  position: absolute;
  left: 0;
  top: 0;
}
.map-wrapper .google-map-farmacii {
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .map-wrapper .google-map-farmacii {
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
.map-wrapper .farmacie-bloc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 30px 10px 0;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.map-wrapper .farmacie-bloc .arrow-expand {
  font-size: 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  right: 0;
  top: 0;
}
.map-wrapper .farmacie-bloc .bt-location {
  width: 50px;
  text-align: center;
  cursor: pointer;
}
.map-wrapper .farmacie-bloc .bt-location i {
  font-size: 26px;
  color: #9F9F9F;
}
.map-wrapper .farmacie-bloc .bt-location .distance {
  font-size: 12px;
  color: #6C6C6C;
}
.map-wrapper .farmacie-bloc .info {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.map-wrapper .farmacie-bloc .info .name {
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .map-wrapper .farmacie-bloc .info .name {
    font-size: 18px;
  }
}
.map-wrapper .farmacie-bloc .info .buton {
  font-size: 10px;
  font-weight: 400;
  padding: 8px 10px;
  white-space: nowrap;
}
@media (min-width: 400px) {
  .map-wrapper .farmacie-bloc .info .buton {
    padding: 10px 20px;
    font-size: 12px;
  }
}
.map-wrapper .farmacie-bloc .info .info-address {
  font-size: 12px;
}
@media (min-width: 768px) {
  .map-wrapper .farmacie-bloc .info .info-address {
    font-size: 14px;
  }
}
.map-wrapper .farmacie-bloc .info .info-program {
  font-size: 12px;
  line-height: 1.6;
}
.map-wrapper .farmacie-bloc .info .info-program .lab {
  color: #828282;
}
.map-wrapper .farmacie-bloc .info .info-program table td:first-child {
  padding-right: 25px;
}
.map-wrapper .farmacie-bloc .info .circle-link {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #009534;
}
.map-wrapper .farmacie-bloc .info .circle-link:hover {
  color: #009534;
}
.map-wrapper .farmacie-bloc .info .circle-link i {
  display: inline-block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #009534;
  border: 2px solid #009534;
}
@media (min-width: 400px) {
  .map-wrapper .farmacie-bloc .info .circle-link i {
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
  }
}
.map-wrapper .farmacie-bloc .info .expand-bloc {
  display: none;
}
.map-wrapper .farmacie-bloc.active .arrow-expand {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  color: #009534;
}
.map-wrapper .farmacie-bloc.active .expand-bloc {
  display: block;
}
.map-wrapper .farmacie-bloc.active .bt-location i {
  color: #009534;
}
@media (min-width: 768px) {
  .modal-farmacii .modal-dialog {
    max-width: 1100px;
  }
}
.modal-farmacii .close {
  opacity: 1;
  font-size: 11px;
  border-radius: 50%;
  color: #009534;
  border: 1px solid #009534;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  display: block;
  margin: 0;
}
.modal-farmacii .modal-content {
  border: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-farmacii .modal-header {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  font-size: 24px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
}
.modal-farmacii .map-wrapper {
  background-color: #fff;
  padding-bottom: 0;
}
.modal-farmacii .content {
  padding: 0 15px 20px;
}
@media (min-width: 768px) {
  .modal-farmacii .content {
    padding: 0 20px 20px;
  }
}
@media (min-width: 992px) {
  .modal-farmacii .content {
    padding: 0 40px 40px;
  }
}
.baner-top-slim {
  height: 200px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
@media (min-width: 1200px) {
  .baner-top-slim {
    height: 328px;
  }
}
@media (max-width: 1199px) {
  .baner-top-slim {
    -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;
  }
}
.baner-top-slim .container {
  position: relative;
}
.baner-top-slim a {
  color: #fff;
}
.baner-top-slim .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .baner-top-slim .title {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .baner-top-slim .title {
    text-align: center;
  }
  .baner-top-slim .title span {
    font-weight: 500;
    display: block;
  }
}
.baner-top-slim .title h1 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
.baner-top-slim:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  z-index: 0;
}
.category-entry .inner {
  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-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000;
  height: 300px;
  background-color: #f5f5f5;
}
.category-entry .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover !important;
}
.category-entry .image:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  z-index: 0;
}
.category-entry .content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.category-entry .content .icon {
  height: 70px;
  width: 70px;
  margin: 0 auto 10px;
  filter: invert(100%);
}
.category-entry .content .cat-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .category-entry .content .cat-name {
    font-size: 26px;
  }
}
.pharma-contact-footer {
  position: relative;
  padding: 40px 15px;
  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;
}
@media (min-width: 1200px) {
  .pharma-contact-footer {
    padding: 60px 0;
  }
}
.pharma-contact-footer:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  z-index: 0;
}
.pharma-contact-footer .left-white {
  background-color: #fff;
}
.pharma-contact-footer .left-white a {
  color: #1f1f1f;
  word-break: break-all;
}
.pharma-contact-footer .right-green {
  background-color: #009534;
  color: #fff;
}
.pharma-contact-footer .inner {
  padding: 30px 0;
  font-size: 16px;
}
@media (min-width: 576px) {
  .pharma-contact-footer .inner {
    padding: 30px;
  }
}
.pharma-contact-footer .title {
  text-transform: uppercase;
  font-weight: 600;
}
.pharma-contact-footer .title h5 {
  font-weight: inherit;
}
.pharma-contact-footer .address {
  font-size: 14px;
  color: #6C6C6C;
}
.pharma-contact-footer .program {
  font-size: 16px;
}
@media (min-width: 576px) {
  .modal-register .modal-dialog {
    max-width: 990px;
  }
}
.modal-register .close {
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.modal-register .modal-content {
  border: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-register .modal-header {
  background-color: #009534;
  color: #fff;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  font-size: 24px;
  -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: 1200px) {
  .modal-register .modal-header {
    font-size: 34px;
  }
}
.modal-register .content {
  padding: 20px;
}
@media (min-width: 576px) {
  .modal-register .content {
    padding: 40px;
  }
}
.login-bloc .left-white {
  background-color: #F5F5F5;
}
.login-bloc .left-white a {
  color: #1f1f1f;
  word-break: break-all;
}
.login-bloc .right-green {
  background-color: #009534;
  color: #fff;
  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;
}
.login-bloc .right-green .title {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
@media (min-width: 1200px) {
  .login-bloc .right-green .title {
    font-size: 26px;
  }
}
.login-bloc .right-green .title:after {
  display: block;
  content: '';
  height: 2px;
  width: 50px;
  background-color: #fff;
  position: absolute;
  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);
  bottom: 0;
}
@media (min-width: 1200px) {
  .login-bloc .right-green .title:after {
    width: 87px;
  }
}
.login-bloc .inner {
  padding: 40px 0 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .login-bloc .inner {
    padding: 30px;
  }
}
@media (min-width: 576px) {
  .modal-login .modal-dialog {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-login .modal-dialog {
    /*margin-left: auto;
			margin-right: 0;
			margin-top:1rem;
			.align-items(flex-start);*/
  }
}
.modal-login .close {
  color: #1f1f1f !important;
  position: absolute;
  font-size: 12px;
  right: 20px;
  top: 10px;
  z-index: 1;
  text-shadow: none;
  opacity: 1;
  border: 1px solid #1f1f1f;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .modal-login .close {
    color: #fff !important;
    font-size: 14px;
    top: 15px;
    right: 25px;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
  }
}
.modal-login .modal-content {
  border: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}
.modal-login .title-login {
  color: #1f1f1f;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
@media (min-width: 1200px) {
  .modal-login .title-login {
    font-size: 30px;
  }
}
.modal-login .title-login:after {
  display: block;
  content: '';
  height: 2px;
  width: 50px;
  background-color: #009534;
  position: absolute;
  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);
  bottom: 0;
}
@media (min-width: 1200px) {
  .modal-login .title-login:after {
    width: 87px;
  }
}
.modal-login .content {
  position: relative;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .modal-login .content {
    padding: 0 15px;
  }
}
.modal-login .left-white {
  background-color: #fff;
}
@media (min-width: 992px) {
  .modal-comanda-trimisa .modal-dialog {
    max-width: 990px;
  }
}
.modal-comanda-trimisa .close {
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.modal-comanda-trimisa .modal-content {
  border: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-comanda-trimisa .modal-header {
  background-color: #009534;
  color: #fff;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  font-size: 24px;
  -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: 1200px) {
  .modal-comanda-trimisa .modal-header {
    font-size: 34px;
  }
}
.modal-comanda-trimisa .content .grey-bloc {
  background-color: #F5F5F5;
  position: relative;
}
@media (min-width: 992px) {
  .modal-comanda-trimisa .content .grey-bloc:before {
    display: block;
    content: '';
    width: 1px;
    top: 30px;
    bottom: 30px;
    left: 50%;
    background-color: #D4D4D4;
    position: absolute;
  }
}
.modal-comanda-trimisa .content .top {
  text-align: center;
  padding: 20px 20px;
}
@media (min-width: 576px) {
  .modal-comanda-trimisa .content .top {
    padding: 30px;
  }
}
.modal-comanda-trimisa .content a {
  color: #1f1f1f;
  word-break: break-all;
}
.modal-comanda-trimisa .content .inner {
  padding: 20px 20px;
  font-size: 16px;
}
@media (min-width: 576px) {
  .modal-comanda-trimisa .content .inner {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .modal-comanda-trimisa .content .inner.bottom {
    border-top: 2px solid #D4D4D4;
  }
}
.modal-comanda-trimisa .content .title {
  text-transform: uppercase;
  font-weight: 600;
}
.modal-comanda-trimisa .content .title h5 {
  font-weight: inherit;
}
.modal-comanda-trimisa .content .address {
  font-size: 14px;
  color: #6C6C6C;
}
.modal-comanda-trimisa .content .program {
  font-size: 16px;
}
@media (min-width: 992px) {
  .modal-alege .modal-dialog {
    max-width: 800px;
  }
}
.modal-alege .close {
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.modal-alege .modal-content {
  border: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-alege .modal-header {
  background-color: #009534;
  color: #fff;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  font-size: 24px;
  -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: 1200px) {
  .modal-alege .modal-header {
    font-size: 34px;
  }
}
.modal-alege .content {
  padding: 20px 20px;
}
@media (min-width: 576px) {
  .modal-alege .content {
    padding: 30px;
  }
}
.custom-checkbox-toggle {
  position: relative;
  cursor: pointer;
}
.custom-checkbox-toggle input {
  position: absolute;
  left: -99999px;
  visibility: hidden;
}
.custom-checkbox-toggle input:checked ~ .toggle:before {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.custom-checkbox-toggle input:checked ~ .toggle .no {
  color: #1f1f1f;
}
.custom-checkbox-toggle input:checked ~ .toggle .yes {
  color: #fff;
}
.custom-checkbox-toggle .toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background-color: #F5F5F5;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  width: 200px;
  max-width: 100%;
  position: relative;
}
@media (max-width: 500px) {
  .custom-checkbox-toggle .toggle {
    width: 100px;
  }
}
.custom-checkbox-toggle .toggle:before {
  display: block;
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 0;
  background-color: #009534;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  left: 0;
  top: 0;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.custom-checkbox-toggle .toggle span {
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  z-index: 1;
}
.custom-checkbox-toggle .toggle span.no {
  color: #fff;
}
.form-account .form-group label {
  font-size: 14px;
}
.baner-card {
  background-size: cover !important;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -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;
  padding: 30px 15px;
}
@media (min-width: 1200px) {
  .baner-card {
    min-height: 290px;
  }
}
.baner-card .title {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .baner-card .title {
    font-size: 42px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .baner-card .buton {
    font-size: 14px;
  }
}
.baner-card .desc {
  max-width: 850px;
}
.baner-app {
  background-color: #cbe8d6;
  overflow: hidden;
  padding: 0 30px;
}
.baner-app .inner {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -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;
  padding: 30px 0;
  background-color: #F5F5F5;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.baner-app .inner .content {
  position: relative;
  z-index: 1;
  max-width: 700px;
}
.baner-app .inner .content .desc {
  text-align: left;
}
.baner-app .inner:before {
  display: block;
  content: '';
  top: 50%;
  left: -30px;
  height: 200%;
  width: 50%;
  position: absolute;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #F5F5F5;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 0;
}
.baner-app .inner:after {
  display: block;
  content: '';
  top: 50%;
  right: -30px;
  height: 200%;
  width: 50%;
  position: absolute;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #F5F5F5;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 0;
}
.baner-app .title {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  color: #009534;
}
@media (min-width: 1200px) {
  .baner-app .title {
    font-size: 42px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .baner-app .buton {
    font-size: 14px;
  }
}
.carusel-farma-switch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.carusel-farma-switch .lab {
  font-weight: 700;
  padding-right: 20px;
}
.section-footer-logos {
  padding: 20px 0;
  background-color: #f5f5f5;
}
@media (min-width: 1200px) {
  .section-footer-logos {
    padding: 40px 0;
  }
}
.section-footer-logos .carusel-footer-logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.section-footer-logos .carusel-footer-logos .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.section-footer-logos .carusel-footer-logos .slick-slide {
  height: auto;
}
.section-footer-logos .carusel-footer-logos .logo {
  text-align: center;
  display: block;
  padding: 0 15px;
}
.section-footer-logos .carusel-footer-logos .logo img {
  margin: 0 auto;
}
.rating-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
}
.rating-wrapper .lab {
  white-space: nowrap;
  margin-right: 10px;
  font-size: 16px;
  -webkit-flex: 1 0 100px;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
}
.rating-container {
  font-size: 16px;
}
.rating-container.rating-disabled .rating-stars {
  cursor: default;
}
.rating-container input {
  visibility: hidden;
}
.rating-container .filled-stars {
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}
.rating-container .empty-stars {
  color: #bebebe;
}
.rating-container .star {
  display: inline-block;
  width: 1.3rem;
  height: 1.1rem;
  font-size: 16px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.review-entry .review-head {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
}
.review-entry .review-head .user {
  font-size: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .review-entry .review-head .user {
    font-size: 16px;
  }
}
.review-entry .review-head .user .avatar {
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  background-size: cover !important;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
}
.review-entry .review-head .user .name {
  font-weight: 700;
}
.review-entry .review-head .user .date {
  font-size: 14px;
  color: #949494;
  font-weight: 500;
  white-space: nowrap;
}
.review-entry .col-rating {
  height: 20px;
}
.review-entry .details {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .review-entry .details {
    font-size: 16px;
  }
}
.basket-steps {
  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;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .basket-steps {
    padding-bottom: 30px;
  }
}
.basket-steps:before {
  display: block;
  content: '';
  border-top: 1px solid #eaeaea;
  left: 0;
  top: 14px;
  width: 100%;
  position: absolute;
  z-index: 0;
}
.basket-steps .step {
  text-align: center;
  padding: 0 10px;
  z-index: 1;
  position: relative;
}
.basket-steps .step .number {
  width: 30px;
  height: 30px;
  background-color: #eaeaea;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 10px;
  position: relative;
  z-index: 1;
}
.basket-steps .step .name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  line-height: 1.1;
}
@media (max-width: 400px) {
  .basket-steps .step .name {
    font-size: 12px;
  }
}
.basket-steps .step.active .number {
  color: #fff;
  background-color: #009534;
}
.basket-steps .step:first-child:before {
  display: block;
  content: '';
  right: 50%;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  height: 100%;
}
.basket-steps .step:last-child:before {
  display: block;
  content: '';
  left: 50%;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  height: 100%;
}
.basket-table-wrapper .basket-table-header {
  background-color: #E4E2E2;
  font-size: 14px;
  font-weight: 700;
  color: #1f1f1f;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}
.basket-table-wrapper .basket-table-header .item-col {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding-left: 15px;
}
.basket-table-wrapper .basket-table-header .quantity-col {
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  text-align: center;
}
.basket-table-wrapper .basket-table-header .price-col {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
}
.basket-table-wrapper .basket-page-entry {
  background-color: #fff;
  padding: 10px;
}
.basket-table-wrapper .basket-page-entry .inner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.basket-table-wrapper .basket-page-entry .product-col {
  -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;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .basket-table-wrapper .basket-page-entry .product-col {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-bottom: 0;
  }
}
.basket-table-wrapper .basket-page-entry .image-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .basket-table-wrapper .basket-page-entry .image-col {
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
  }
}
.basket-table-wrapper .basket-page-entry .image-col img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.basket-table-wrapper .basket-page-entry .details-col {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.basket-table-wrapper .basket-page-entry .details-col .name {
  display: block;
  font-weight: 700;
  color: #1f1f1f;
  text-decoration: none;
  font-size: 12px;
}
@media (min-width: 450px) {
  .basket-table-wrapper .basket-page-entry .details-col .name {
    font-size: 14px;
  }
}
.basket-table-wrapper .basket-page-entry .details-col .subtitle {
  font-size: 12px;
  color: #838383;
  font-weight: 400;
}
.basket-table-wrapper .basket-page-entry .bt-del {
  font-size: 12px;
  background: none;
  border: none;
  -webkit-appearance: none !important;
  color: #c1c1c1;
  display: inline-block;
}
.basket-table-wrapper .basket-page-entry .bt-del i {
  font-size: 20px;
}
.basket-table-wrapper .basket-page-entry .bt-del:hover {
  color: #CD071E;
}
.basket-table-wrapper .basket-page-entry .quantity-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  margin-left: 70px;
}
@media (min-width: 992px) {
  .basket-table-wrapper .basket-page-entry .quantity-col {
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    margin-left: 0;
  }
}
.basket-table-wrapper .basket-page-entry .quantity-col .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;
  background-color: #E4E2E2;
  overflow: hidden;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
@media (min-width: 992px) {
  .basket-table-wrapper .basket-page-entry .quantity-col .item-quantity {
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
  }
}
.basket-table-wrapper .basket-page-entry .quantity-col .item-quantity .btn-q {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #a7a7a7;
  -webkit-flex: 0 0 35px;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  max-width: 35px;
}
.basket-table-wrapper .basket-page-entry .quantity-col .item-quantity .input-qty {
  background-color: #E4E2E2;
  width: 50px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  color: #1f1f1f;
  border: none;
  font-weight: 600;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
}
@media (min-width: 992px) {
  .basket-table-wrapper .basket-page-entry .quantity-col .item-quantity .input-qty {
    font-size: 19px;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
  }
}
.basket-table-wrapper .basket-page-entry .price-col {
  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;
  text-align: left;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .basket-table-wrapper .basket-page-entry .price-col {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.basket-table-wrapper .basket-page-entry .price-col .price {
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
.basket-table-wrapper .basket-page-entry .price-col .price small {
  white-space: pre-wrap;
}
.basket-table-wrapper .basket-page-entry .products-included {
  padding: 10px 0 0;
}
@media (min-width: 992px) {
  .basket-table-wrapper .basket-page-entry .products-included {
    padding: 10px 0 0 110px;
  }
}
.basket-table-wrapper .basket-page-entry .products-included .bt-toggle-included {
  font-size: 12px;
  position: relative;
  padding-right: 25px;
  display: table;
  margin-bottom: 5px;
  cursor: pointer;
  text-decoration: underline;
}
.basket-table-wrapper .basket-page-entry .products-included .bt-toggle-included i {
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.basket-table-wrapper .basket-page-entry .products-included.is-opened i {
  transform: rotate(180deg);
}
.basket-table-wrapper .basket-page-entry .products-included.is-opened .lab-show {
  display: none;
}
.basket-table-wrapper .basket-page-entry .products-included.is-opened .lab-hide {
  display: block !important;
}
.basket-table-wrapper .basket-page-entry .products-included.is-opened .products-included-wrap {
  display: block !important;
}
.basket-table-wrapper .basket-page-entry .products-included .product-included-item {
  border: 1px solid #B7B7B7;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
}
@media (min-width: 1200px) {
  .basket-table-wrapper .basket-page-entry .products-included .product-included-item .details-col {
    display: flex;
  }
  .basket-table-wrapper .basket-page-entry .products-included .product-included-item .details-col .name {
    flex: 1 0 0;
  }
}
.basket-table-wrapper .basket-page-entry .products-included .product-included-item .quantity-col {
  display: block !important;
}
@media (max-width: 1199px) {
  .basket-table-wrapper .basket-page-entry .products-included .product-included-item .quantity-col {
    max-width: none;
    text-align: left;
    margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  .basket-table-wrapper .basket-page-entry .products-included .product-included-item .quantity-col {
    text-align: center;
    margin-right: 218px;
    margin-left: 15px;
  }
}
@media (min-width: 1400px) {
  .basket-table-wrapper .basket-page-entry .products-included .product-included-item .quantity-col {
    margin-right: 270px;
  }
}
@media (max-width: 450px) {
  .basket-table-wrapper .basket-page-entry .products-included .product-included-item .quantity-col {
    font-size: 12px;
  }
}
.basket-page-table {
  border: 1px solid #f5f5f5;
  background-color: #fff;
}
.basket-page-table .items {
  border-top: 1px solid #f5f5f5;
}
.basket-page-table .items .image-col {
  margin-left: 40px;
}
.basket-page-table .items .basket-page-entry .details-col .name {
  font-weight: 400;
}
.basket-page-table .basket-page-header {
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  color: #1f1f1f;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .basket-page-table .basket-page-header {
    font-size: 16px;
  }
}
.basket-page-table .basket-page-header .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
}
@media (min-width: 576px) {
  .basket-page-table .basket-page-header .inner {
    padding: 10px 0;
  }
}
.basket-page-table .basket-page-header .inner .item-col {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding-left: 15px;
}
.basket-page-table .basket-page-header .inner .quantity-col {
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  text-align: center;
}
@media (min-width: 992px) {
  .basket-page-table .basket-page-header .inner .quantity-col {
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
  }
}
.basket-page-table .basket-page-header .inner .price-col {
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  padding: 0 10px 0 3%;
}
@media (min-width: 1200px) {
  .basket-page-table .basket-page-header .inner .price-col {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 0 10px 0 4%;
  }
}
.basket-page-table .basket-page-header .inner .delete-col {
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
}
@media (min-width: 992px) {
  .basket-page-table .basket-page-header .inner .delete-col {
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .basket-page-table .basket-page-header {
    display: none;
  }
}
.basket-page-table .basket-page-entry {
  border-bottom: 1px solid #f5f5f5;
}
.basket-page-table .basket-page-entry .inner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.basket-page-table .basket-page-entry .image-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
}
@media (min-width: 400px) {
  .basket-page-table .basket-page-entry .image-col {
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
  }
}
@media (min-width: 992px) {
  .basket-page-table .basket-page-entry .image-col {
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
  }
}
.basket-page-table .basket-page-entry .image-col .image {
  display: block;
  background-size: cover !important;
  background-position: center center !important;
  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: 60px;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  padding: 10px 15px;
}
@media (min-width: 400px) {
  .basket-page-table .basket-page-entry .image-col .image {
    height: 70px;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
  }
}
@media (min-width: 992px) {
  .basket-page-table .basket-page-entry .image-col .image {
    max-width: 110px;
    height: 110px;
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
  }
}
.basket-page-table .basket-page-entry .details-col {
  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;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .basket-page-table .basket-page-entry .details-col {
    margin-right: 50px;
  }
}
.basket-page-table .basket-page-entry .details-col .name,
.basket-page-table .basket-page-entry .details-col .name > h2 {
  display: block;
  font-weight: 700;
  color: #1f1f1f;
  text-decoration: none;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .basket-page-table .basket-page-entry .details-col .name,
  .basket-page-table .basket-page-entry .details-col .name > h2 {
    font-size: 18px;
  }
}
.basket-page-table .basket-page-entry .details-col .subtitle {
  color: #838383;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 992px) {
  .basket-page-table .basket-page-entry .details-col .subtitle {
    font-size: 14px;
  }
}
.basket-page-table .basket-page-entry .quantity-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  /*.custom-select-qty{
                font-size: 18px;
                font-weight: 600;
                display: inline-block;
                height: 37px;
                padding: .375rem 1.75rem .375rem .75rem;
                line-height: 1.5;
                color: @text;
                vertical-align: middle;
                background: #fff url('images/chevron-down.png') no-repeat right 10px center;
                background-size: 8px 5px;
                border: 1px solid #E6E6E6;
                border-radius: 50px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                position: relative;
                width: 80px;
                option:disabled {
                    display:none;
                }
                @media( min-width: @screen-lg){
                    width: 110px;
                }
            }*/
}
@media (min-width: 768px) {
  .basket-page-table .basket-page-entry .quantity-col {
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  .basket-page-table .basket-page-entry .quantity-col {
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .basket-page-table .basket-page-entry .quantity-col {
    padding-left: 80px;
  }
}
@media (max-width: 400px) {
  .basket-page-table .basket-page-entry .quantity-col {
    padding-left: 60px;
  }
}
.basket-page-table .basket-page-entry .quantity-col .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;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #F5F5F5;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
@media (min-width: 992px) {
  .basket-page-table .basket-page-entry .quantity-col .item-quantity {
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
  }
}
.basket-page-table .basket-page-entry .quantity-col .item-quantity .btn-q {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #a7a7a7;
  -webkit-flex: 0 0 35px;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  max-width: 35px;
}
.basket-page-table .basket-page-entry .quantity-col .item-quantity .input-qty {
  width: 50px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  color: #1f1f1f;
  border: none;
  font-weight: 600;
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
}
@media (min-width: 992px) {
  .basket-page-table .basket-page-entry .quantity-col .item-quantity .input-qty {
    font-size: 19px;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
  }
}
.basket-page-table .basket-page-entry .price-col {
  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;
  text-align: left;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  border-left: 1px solid #F5F5F5;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .basket-page-table .basket-page-entry .price-col {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .basket-page-table .basket-page-entry .price-col {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding-left: 70px;
  }
}
@media (max-width: 400px) {
  .basket-page-table .basket-page-entry .price-col {
    padding-left: 60px;
  }
}
.basket-page-table .basket-page-entry .price-col .full-price {
  white-space: nowrap;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .basket-page-table .basket-page-entry .price-col .full-price {
    padding: 15px 10px 15px 15%;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .basket-page-table .basket-page-entry .price-col .full-price {
    font-size: 20px;
  }
}
.basket-page-table .basket-page-entry .price-col .card-price {
  font-weight: 600;
  color: #1f1f1f;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
  border-top: 1px solid #F5F5F5;
  padding: 15px 0 0;
}
@media (min-width: 768px) {
  .basket-page-table .basket-page-entry .price-col .card-price {
    padding: 15px 10px 0 15%;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .basket-page-table .basket-page-entry .price-col .card-price {
    font-size: 20px;
  }
}
.basket-page-table .basket-page-entry .price-col .text-price {
  color: #1f1f1f;
  font-size: 10px;
  padding: 3px 0 15px 0;
}
@media (min-width: 768px) {
  .basket-page-table .basket-page-entry .price-col .text-price {
    padding: 3px 10px 15px 15%;
  }
}
.basket-page-table .basket-page-entry .quantity-simple-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
}
@media (min-width: 768px) {
  .basket-page-table .basket-page-entry .quantity-simple-col {
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .basket-page-table .basket-page-entry .quantity-simple-col {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding-left: 70px;
    margin-bottom: 5px;
  }
}
@media (max-width: 400px) {
  .basket-page-table .basket-page-entry .quantity-simple-col {
    padding-left: 60px;
  }
}
.basket-page-table .basket-page-entry .price-simple-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: left;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
}
@media (min-width: 992px) {
  .basket-page-table .basket-page-entry .price-simple-col {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 768px) {
  .basket-page-table .basket-page-entry .price-simple-col {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  .basket-page-table .basket-page-entry .price-simple-col {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding-left: 70px;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .basket-page-table .basket-page-entry .price-simple-col {
    padding-left: 60px;
  }
}
.basket-page-table .basket-page-entry .price-simple-col .simple-price {
  white-space: nowrap;
  font-weight: 600;
  color: #1f1f1f;
  padding-right: 10px;
}
.basket-page-table .basket-page-entry .price-simple-col .simple-price.old {
  text-decoration: line-through;
}
.basket-page-table .basket-page-entry .delete-col {
  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;
  text-align: center;
}
@media (min-width: 768px) {
  .basket-page-table .basket-page-entry .delete-col {
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    border-left: 1px solid #F5F5F5;
  }
}
@media (min-width: 992px) {
  .basket-page-table .basket-page-entry .delete-col {
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
  }
}
.basket-page-table .basket-page-entry .delete-col .bt-del {
  font-size: 26px;
  background: none;
  border: none;
  -webkit-appearance: none !important;
  color: #c1c1c1;
}
.basket-page-table .basket-page-entry .delete-col .bt-del:hover {
  color: #CD071E;
}
@media (max-width: 767px) {
  .basket-page-table .basket-page-entry .delete-col .bt-del {
    position: absolute;
    top: 5px;
    right: 0;
  }
}
.basket-page-table .basket-page-entry .title-oferta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0 0 20px;
}
.basket-page-table .basket-page-entry .title-oferta .title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 10px;
}
.basket-page-table .basket-page-entry .badge-place .red-badge {
  background-color: #CD071E;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.8rem;
  padding: 0.4rem 0.8rem;
  font-weight: 600;
  display: table;
  line-height: 1.1;
}
.basket-page-table .basket-page-entry .badge-place .green-badge {
  background-color: #009534;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.8rem;
  padding: 0.4rem 0.8rem;
  line-height: 1.1;
  font-weight: 600;
  display: table;
}
.basket-page-table .basket-page-entry .badge-place .blue-badge {
  background-color: #199DCD;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.8rem;
  padding: 0.4rem 0.8rem;
  line-height: 1.1;
  font-weight: 600;
  display: table;
}
.bloc-foo-basket {
  background-color: #f5f5f5;
  padding: 20px 15px 10px;
}
@media (min-width: 992px) {
  .bloc-foo-basket {
    padding: 30px 40px 20px;
  }
}
.bloc-foo-basket .title {
  text-transform: uppercase;
  font-weight: 600;
}
.bloc-foo-basket .form-group label {
  font-weight: 400;
}
.bloc-foo-basket .custom-control-label {
  font-weight: 600;
}
.bloc-foo-basket .price {
  font-size: 20px;
  font-weight: 600;
  color: #1f1f1f;
}
.bloc-foo-basket .small-link {
  font-size: 14px;
}
.bloc-foo-basket strong {
  font-weight: 600 !important;
}
.bt-chat {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #009534;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  font-size: 24px;
  z-index: 2;
}
.bt-chat:hover {
  background-color: #16bc50;
  color: #fff;
}
.discount-bloc {
  max-height: 250px;
  overflow-y: auto;
}
.scrollbar-wrapper {
  /*&.os-host-overflow{
		padding-left: 15px;
		}*/
}
.scrollbar-wrapper .os-scrollbar {
  width: 10px !important;
  margin: 0px;
  right: 0px;
}
.discount-entry {
  width: 100%;
}
.discount-entry .img-discount {
  width: 70px;
  height: auto;
}
.discount-entry .date {
  font-weight: 500;
  color: #6C6C6C;
  font-size: 13px;
  margin-bottom: 5px;
}
.discount-entry .code-grp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 5px;
}
.discount-entry .code-grp .name {
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
}
.discount-entry .code-grp .code {
  font-weight: 500;
  color: #6C6C6C;
  font-size: 13px;
  line-height: 1;
}
.discount-entry .description {
  font-weight: 500;
  color: #6C6C6C;
  font-size: 13px;
}
.discount-entry .buton {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
@media (min-width: 1500px) {
  .discount-entry .buton {
    font-size: 16px;
  }
}
.account-menu {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
}
@media (min-width: 1200px) {
  .account-menu {
    padding-top: 102px;
  }
}
.account-menu a {
  color: #1f1f1f;
  padding: 13px 0;
  display: block;
  text-decoration: none;
  font-weight: 600;
  border-top: 1px solid #f5f5f5;
}
.account-menu a:hover {
  color: #636363;
}
.account-menu a.active {
  color: #009534;
}
.bloc-account .account-info-display {
  padding: 15px 30px 20px;
  color: #636363;
  font-weight: 500;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bloc-account .address-entry {
  position: relative;
}
.bloc-account .address-entry .delete {
  font-size: 24px;
  background: none;
  border: none;
  -webkit-appearance: none !important;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  color: #CD071E;
}
.table-istoric {
  font-size: 14px;
  text-align: center;
  min-width: 450px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .table-istoric {
    font-size: 16px;
  }
}
.table-istoric a {
  color: #1f1f1f;
}
.table-istoric thead th {
  background-color: #f5f5f5;
  font-weight: 400;
  border: none;
}
.table-istoric td,
.table-istoric th {
  border-top: none;
  border-bottom: 1px solid #f5f5f5;
  padding: 0.5rem;
}
.table-istoric td {
  font-weight: 500;
}
.serviciu-farmacie-entry {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
}
.serviciu-farmacie-entry .name {
  font-weight: 600;
  color: #1f1f1f;
  text-decoration: none;
  font-size: 14px;
  color: #CD071E;
}
@media (min-width: 1200px) {
  .serviciu-farmacie-entry .name {
    font-size: 18px;
  }
}
.dropdown-services {
  position: relative;
}
.dropdown-services .dropdown-toggle {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.9;
  color: #1f1f1f;
  vertical-align: middle;
  background: #fff url('../images/chevron-down.png') no-repeat right 10px center;
  background-size: 8px 5px;
  border: none;
  -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  position: relative;
  text-decoration: none !important;
}
.dropdown-services .dropdown-toggle:after {
  display: none;
}
.dropdown-services .dropdown-expand {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #fff;
  border: 1px solid #d7d7d7;
  margin-top: 5px;
  width: 100%;
  padding: 10px 5px 10px 30px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.dropdown-services .dropdown-expand .form-check-label {
  font-size: 14px;
  cursor: pointer;
  /*&:after, &:before{
				border: none !important;
				}*/
}
.dropdown-services .dropdown-expand .custom-control-input:checked ~ .custom-control-label {
  color: #009534;
}
.dropdown-services.show .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d7d7d7;
}
.dropdown-services.show .dropdown-expand {
  display: block;
}
.taba-seaerch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.taba-seaerch .tab {
  background-color: #f5f5f5;
  display: inline-block;
  padding: 8px 10px;
  color: #1f1f1f;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
}
.taba-seaerch .tab.active {
  background-color: #009534;
  color: #fff;
}
@media (max-width: 1199px) {
  .section-experts .container {
    max-width: 100%;
    padding: 0;
  }
}
.section-experts .slick-list {
  padding: 0 50px;
}
.section-experts .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.section-experts .slick-slide {
  height: auto;
}
.expert-team-entry {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.expert-team-entry .inner {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
}
.expert-team-entry .badge {
  background-color: #e5f4ea;
  -webkit-border-radius: 0 0 100px 0;
  -khtml-border-radius: 0 0 100px 0;
  -moz-border-radius: 0 0 100px 0;
  border-radius: 0 0 100px 0;
  width: 114px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.expert-team-entry .badge img {
  position: absolute;
  left: 40%;
  top: 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%);
  width: 35%;
  filter: invert(100%);
}
.expert-team-entry .top {
  background: #e5f4ea;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px;
  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;
  min-height: 80px;
}
.expert-team-entry .top img {
  filter: invert(100%);
  margin-right: 10px;
  height: 40px;
  width: auto !important;
}
.expert-team-entry .bottom {
  text-align: center;
  padding: 24px 15px;
}
.expert-team-entry .cat-name {
  font-size: 19px;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .expert-team-entry .cat-name {
    font-size: 24px;
  }
}
.expert-team-entry .member-name {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .expert-team-entry .member-name {
    font-size: 18px;
  }
}
.carusel-videos:not(.slick-initialized) .video-entry {
  display: none !important;
}
.video-entry {
  padding-right: 12px;
}
.video-entry .inner {
  /*min-height: 300px;
		.flex-display(flex);
		.align-items(center);
		.justify-content(center);
		.flex-direction(column);*/
  position: relative;
  width: 100%;
}
.video-entry .image {
  background-size: cover !important;
  background-position: center center !important;
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
}
.video-entry .image:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.8;
  z-index: 0;
}
.video-entry .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video-entry .content {
  text-align: center;
  color: #fff;
  margin-top: auto;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.video-entry .content .title {
  max-width: 27ch;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  margin: 0 auto 10px;
}
@media (min-width: 1200px) {
  .video-entry .content .title {
    font-size: 18px;
  }
}
.video-entry .content .play {
  font-size: 50px;
  opacity: 0.4;
  -webkit-transition: 0.23s;
  -moz-transition: 0.23s;
  -ms-transition: 0.23s;
  -o-transition: 0.23s;
  transition: 0.23s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.video-entry .name {
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #f5f5f5;
  color: #1f1f1f;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 15px 10px;
}
.video-entry:hover .play {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.expert-baner {
  min-height: 250px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
  padding: 0 30px;
}
@media (min-width: 1200px) {
  .expert-baner {
    min-height: 345px;
  }
}
@media (min-width: 1400px) {
  .expert-baner {
    min-height: 405px;
  }
}
.expert-baner .container {
  position: relative;
}
.expert-baner a {
  color: #fff;
}
.expert-baner .expert-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.expert-baner .expert-image .image {
  width: 22%;
}
.expert-baner .title {
  margin: auto;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  max-width: 350px;
}
@media (min-width: 1200px) {
  .expert-baner .title {
    font-size: 50px;
    max-width: 500px;
  }
}
@media (min-width: 1400px) {
  .expert-baner .title {
    font-size: 60px;
    max-width: 550px;
  }
}
.expert-baner .title h1 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
.expert-baner:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(26, 71, 42, 0.3);
  background: linear-gradient(90deg, rgba(26, 71, 42, 0.3) 0%, rgba(26, 71, 42, 0.02) 100%);
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .articol-entry {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.articol-entry .inner {
  width: 100%;
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  .articol-entry .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.articol-entry .inner .image {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  width: 100%;
  height: 250px;
  display: block;
}
@media (min-width: 992px) {
  .articol-entry .inner .image {
    width: 200px;
    height: 200px;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
}
.articol-entry .inner .image img {
  position: absolute;
  top: 50%;
  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%);
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  z-index: 0;
}
.articol-entry .inner .image:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.7;
  z-index: 1;
}
.articol-entry .inner .content {
  padding: 20px 15px;
}
@media (max-width: 991px) {
  .articol-entry .inner .content {
    text-align: center;
  }
}
.articol-entry .inner .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .articol-entry .inner .content .title {
    font-size: 20px;
  }
}
.articol-entry .inner .content .title a {
  color: #000;
  text-decoration: none !important;
}
.articol-entry .inner .content .title a:hover {
  color: #009534;
}
.articol-entry .inner .content .description {
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .articol-entry .inner .content .description {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .articol-entry .inner .content .buton {
    font-size: 14px;
  }
}
.about-baner {
  min-height: 350px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
  padding: 0 30px;
}
@media (min-width: 1200px) {
  .about-baner {
    min-height: 440px;
  }
}
@media (min-width: 1400px) {
  .about-baner {
    min-height: 540px;
  }
}
.about-baner .container {
  position: relative;
}
.about-baner a {
  color: #fff;
}
.about-baner .title {
  margin: auto;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  max-width: 350px;
}
@media (min-width: 1200px) {
  .about-baner .title {
    font-size: 50px;
    max-width: 500px;
  }
}
@media (min-width: 1400px) {
  .about-baner .title {
    font-size: 50px;
    max-width: 600px;
  }
}
.about-baner .title h1 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
.about-baner:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(26, 71, 42, 0.55);
  background: linear-gradient(90deg, rgba(26, 71, 42, 0.55) 0%, rgba(26, 71, 42, 0.05) 100%);
}
.articol h2,
.articol h3,
.articol h4 {
  margin-bottom: 30px;
}
.articol p {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .articol img {
    margin: 0 30px 30px 30px;
  }
}
@media (max-width: 991px) {
  .articol img {
    float: none !important;
    margin: 0 0 30px 0;
  }
}
.articol a {
  color: #009534;
}
.articol a.buton {
  color: #fff;
}
.articol-header {
  position: relative;
  color: #000;
}
.articol-header .container {
  position: relative;
}
.articol-header a {
  color: #fff;
}
.articol-header .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .articol-header .title {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .articol-header .title {
    padding-top: 30px;
  }
  .articol-header .title span {
    font-weight: 500;
    display: block;
  }
}
.articol-header .title h1 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
.articol-header .breadcrumbs {
  color: #000;
}
.articol-header .breadcrumbs a {
  color: #000;
}
.bloc-about .title {
  font-weight: 600;
  font-size: 19px;
}
@media (min-width: 1200px) {
  .bloc-about .title {
    font-size: 26px;
  }
}
.bloc-about .desc {
  max-width: 400px;
  margin: 0 auto;
}
.catalog-entry {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.catalog-entry .inner {
  width: 100%;
  background-color: #f5f5f5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog-entry .inner .image {
  text-align: center;
}
.catalog-entry .inner .bottom {
  padding: 30px 15px 0;
}
.catalog-entry .inner .buttons {
  padding: 15px;
  text-align: center;
}
.catalog-entry .inner .name {
  font-weight: 600;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .catalog-entry .inner .name {
    font-size: 18px;
  }
}
.catalog-entry .inner .date {
  font-size: 14px;
}
.form-contact-service {
  padding: 30px 15px;
  background-color: #f5f5f5;
}
@media (min-width: 576px) {
  .form-contact-service {
    padding: 40px 20px;
  }
}
.form-contact-service .row-title {
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .form-contact-service .row-title {
    font-size: 24px;
  }
}
.form-contact-service .row-title span {
  background-color: #1f1f1f;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  line-height: 33px;
}
@media (min-width: 1200px) {
  .form-contact-service .row-title span {
    font-size: 18px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
.testimonial-entry {
  background-color: #f5f5f5;
  padding: 30px 30px;
  text-align: center;
  width: 100%;
}
@media (max-width: 500px) {
  .testimonial-entry {
    padding: 30px 15px;
  }
}
.testimonial-entry .title {
  font-size: 24px;
  font-weight: 600;
}
.testimonial-entry .name {
  font-size: 20px;
  font-weight: 600;
}
.testimonial-entry .description {
  color: #999999;
  font-weight: 500;
  padding-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .lista-produse .scrollbar-wrapper {
    max-height: 280px;
    overflow-y: auto;
  }
  .lista-produse .scrollbar-wrapper.os-host-overflow {
    padding-right: 15px;
  }
}
.alert-alphega {
  padding: 20px;
  background-color: #009534;
  color: #fff;
}
.datepicker th,
.datepicker td.day {
  height: 30px !important;
  line-height: 30px !important;
}
.datepicker .day.active {
  background-color: #009534;
}
.datepicker .day.active:hover {
  background-color: #16bc50;
}
.datepicker td.today:before {
  border-bottom-color: #009534 !important;
}
.campanie-entry .inner {
  width: 100%;
  background-color: #f5f5f5;
}
@media (min-width: 1200px) {
  .campanie-entry .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.campanie-entry .inner .image {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  width: 100%;
  text-align: center;
}
.campanie-entry .inner .image img {
  width: 100%;
  max-width: 300px;
}
@media (min-width: 1200px) {
  .campanie-entry .inner .image {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-top: 20px;
  }
}
.campanie-entry .inner .content {
  padding: 20px 15px;
}
@media (max-width: 1199px) {
  .campanie-entry .inner .content {
    text-align: center;
  }
}
.campanie-entry .inner .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.campanie-entry .inner .content .title a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 992px) {
  .campanie-entry .inner .content .title {
    font-size: 24px;
  }
}
.campanie-entry .inner .content .description {
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .campanie-entry .inner .content .description {
    font-size: 14px;
  }
}
.campanie-entry .inner .content .buton {
  line-height: 1.1 !important;
  height: auto !important;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}
.banner-articol-green {
  background-color: #009534;
  color: #fff;
  padding: 30px 15px 20px;
}
@media (min-width: 576px) {
  .banner-articol-green {
    padding: 40px 40px 30px;
  }
}
.banner-articol-stroke {
  border: 3px solid #009534;
  padding: 30px 15px 20px;
}
@media (min-width: 576px) {
  .banner-articol-stroke {
    padding: 40px 40px 30px;
  }
}
.green-tabs {
  text-align: center;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .green-tabs {
    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;
  }
}
.green-tabs .box {
  position: relative;
}
.green-tabs .box:first-child .item {
  border-radius: 200px 0 0 200px;
}
.green-tabs .box:last-child .item {
  border-radius: 0 200px 200px 0;
}
.green-tabs .item {
  cursor: pointer;
  background-color: #009534;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  height: 44px;
  text-transform: uppercase;
  line-height: 44px;
  font-weight: 600;
  text-decoration: none !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.green-tabs .item:hover {
  background: #000;
}
.green-tabs .item:hover a {
  text-decoration: none;
}
.green-tabs .item a {
  color: #fff;
}
.green-tabs .item.active {
  background: #000;
}
@media (max-width: 991px) {
  .green-tabs .item {
    padding: 0 20px;
    height: 33px;
    line-height: 33px;
    display: block;
    border-radius: 50px !important;
    width: 100%;
    margin: 0 0 9px 0 !important;
    font-size: 14px;
  }
}
.green-tabs .item.blue {
  background: #199DCD;
}
.green-tabs .item.blue:hover {
  background-color: #39bbec;
}
.green-tabs .dropdown {
  background-color: #fff;
  position: absolute;
  width: 400px;
  z-index: 1;
  -webkit-box-shadow: 1px 6px 18px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 6px 18px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 6px 18px -12px rgba(0, 0, 0, 0.75);
  display: none;
  left: 0;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .green-tabs .dropdown {
    background-color: #eae9e9;
  }
  .green-tabs .dropdown:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #eae9e9 transparent;
    position: absolute;
    left: 20px;
    top: 0;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
@media (max-width: 991px) {
  .green-tabs .dropdown {
    margin-bottom: 20px;
    box-shadow: none;
    width: 100%;
    position: static;
  }
}
.green-tabs .dropdown.active {
  display: block;
}
.green-tabs .dropdown a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #efefef;
  padding: 10px 10px;
  text-align: left;
}
.green-tabs .dropdown a:hover {
  background-color: #009534;
  color: #fff;
  text-decoration: none !important;
}
.contact-wrapper {
  background-color: #F5F5F5;
}
.contact-wrapper .title {
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .contact-wrapper .title {
    font-size: 24px;
  }
}
.contact-wrapper .contact-form {
  padding: 30px 15px;
}
@media (min-width: 576px) {
  .contact-wrapper .contact-form {
    padding: 30px;
  }
}
.contact-wrapper #map {
  width: 100%;
  height: 300px;
  background-color: #000;
}
@media (min-width: 992px) {
  .contact-wrapper #map {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .contact-wrapper #map {
    margin-bottom: 15px;
  }
}
.contact-wrapper .contact-info {
  background-color: #009534;
  color: #fff;
  padding: 30px 15px;
}
@media (min-width: 576px) {
  .contact-wrapper .contact-info {
    padding: 30px;
  }
}
.contact-wrapper .contact-info a {
  color: #fff;
  text-decoration: none;
}
.mesage-box-green {
  background-color: #009534;
  color: #fff;
  padding: 20px 15px;
}
@media (min-width: 576px) {
  .mesage-box-green {
    padding: 20px;
  }
}
.mesage-box-green a {
  color: #fff;
  text-decoration: none;
}
.mesage-box-grey {
  background-color: #f5f5f5;
  padding: 20px 15px;
}
@media (min-width: 576px) {
  .mesage-box-grey {
    padding: 20px;
  }
}
.mesage-box-grey a {
  color: #009534;
  text-decoration: none;
}
.articol-share a {
  color: #009534;
  font-size: 20px;
}
.icon-grid {
  background-color: #e5f4ea;
  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;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 200px;
  text-decoration: none !important;
  color: #009534;
  text-transform: uppercase;
  border: 1px solid transparent;
  text-align: center;
  padding: 15px;
}
.icon-grid:hover {
  background-color: #def3e5;
  color: #009534;
  border: 1px solid #009534;
}
.icon-grid .name {
  font-size: 18px;
  line-height: 1.1;
}
.accordion .grup {
  margin-bottom: 10px;
  border: 1px solid #009534;
}
.accordion .bt-toggle {
  text-decoration: none !important;
  padding: 15px 40px 15px 20px;
  display: block;
  position: relative;
  color: #1f1f1f;
  font-weight: 700;
}
.accordion .bt-toggle:after {
  display: block;
  content: '-';
  position: absolute;
  right: 10px;
  top: 50%;
  height: 22px;
  margin-top: -15px;
  font-size: 30px;
  line-height: 30px;
}
.accordion .bt-toggle.collapsed:after {
  content: '+';
}
.accordion .inner {
  width: 100%;
  padding: 20px 20px 0;
}
#form_register .poza_sus {
  display: none !important;
}
.desc-mare {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .desc-mare {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .mr-xl-n12 {
    margin-right: -12px;
  }
}
@media (min-width: 1200px) {
  .ml-xl-n12 {
    margin-left: -12px;
  }
}
@media (min-width: 576px) {
  .modal-produs-cos .modal-dialog {
    max-width: 550px;
  }
}
.modal-produs-cos .close {
  opacity: 1;
  font-size: 11px;
  border-radius: 50%;
  color: #009534;
  border: 1px solid #009534;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  display: block;
  margin: 0;
}
.modal-produs-cos .modal-content {
  border: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-produs-cos .modal-header {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: right;
  border: none;
  padding: 10px 15px 0;
  display: block;
}
.modal-produs-cos .content {
  padding: 10px 15px 20px;
}
@media (min-width: 576px) {
  .modal-produs-cos .content {
    padding: 0 30px 20px;
  }
}
.modal-produs-cos .content .popup-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #009534;
}
@media (min-width: 576px) {
  .modal-produs-cos .content .popup-title {
    font-size: 24px;
  }
}
.modal-produs-cos .content .small-link {
  color: #009534;
  font-size: 13px;
  font-weight: 600;
}
.modal-produs-cos .product {
  text-align: center;
  border: 1px solid rgba(0, 149, 52, 0.3);
  padding: 20px;
}
@media (min-width: 576px) {
  .modal-produs-cos .product {
    text-align: left;
  }
}
.modal-produs-cos .product .image {
  display: block;
  padding: 4px;
  background-color: #f5f5f5;
  width: 140px;
  margin: 0 auto;
}
.modal-produs-cos .product .image img {
  width: 100%;
}
.modal-produs-cos .product .product-name {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #1f1f1f;
  display: block;
  margin-bottom: 10px;
}
.modal-produs-cos .product .quantity {
  font-weight: 400;
  font-size: 14px;
}
.modal-produs-cos .product .price {
  white-space: nowrap;
  font-size: 13px;
  margin-bottom: 10px;
}
.modal-produs-cos .product .price strong {
  font-size: 18px;
}
@media (max-width: 450px) {
  .modal-produs-cos .product .price strong {
    font-size: 18px;
  }
}
.modal-produs-cos .product .buton {
  font-weight: 400;
  font-size: 12px;
  width: 200px;
}
@media (min-width: 576px) {
  .modal-produs-cos .product .buton {
    width: auto;
  }
}
@media (min-width: 576px) {
  .modal-tooltip .modal-dialog {
    max-width: 550px;
  }
}
.modal-tooltip .close {
  opacity: 1;
  font-size: 11px;
  border-radius: 50%;
  color: #009534;
  border: 1px solid #009534;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  display: block;
  margin: 0;
}
.modal-tooltip .modal-content {
  border: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-tooltip .modal-header {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: right;
  border: none;
  padding: 10px 10px 0;
  display: block;
}
.modal-tooltip .content {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px 0;
}
.link-decoration {
  text-decoration: underline !important;
}
@media (min-width: 768px) {
  .modal-alege-farmacie-preturi .modal-dialog {
    max-width: 1100px;
  }
}
.modal-alege-farmacie-preturi .close {
  opacity: 1;
  font-size: 11px;
  border-radius: 50%;
  color: #009534;
  border: 1px solid #009534;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  display: block;
  margin: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-alege-farmacie-preturi .modal-content {
  border: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f5f5f5;
}
.modal-alege-farmacie-preturi .content {
  padding: 50px 15px 30px 5px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .modal-alege-farmacie-preturi .content {
    padding: 50px 30px 30px;
  }
}
.modal-alege-farmacie-preturi .content .section {
  padding-left: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .modal-alege-farmacie-preturi .content .section {
    padding-left: 50px;
  }
}
.modal-alege-farmacie-preturi .content .section.with-line {
  padding-bottom: 50px;
}
.modal-alege-farmacie-preturi .content .section.with-line:before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 12px;
  background-color: #707070;
}
@media (min-width: 768px) {
  .modal-alege-farmacie-preturi .content .section.with-line:before {
    left: 20px;
    top: 20px;
  }
}
.modal-alege-farmacie-preturi .content .section .sec-number {
  background-color: #009534;
  color: #fff;
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .modal-alege-farmacie-preturi .content .section .sec-number {
    top: -10px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.modal-alege-farmacie-preturi .content .section .radio-bloc {
  background-color: #fff;
  padding: 15px 10px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .modal-alege-farmacie-preturi .content .section .radio-bloc {
    padding: 20px;
  }
}
.modal-alege-farmacie-preturi .content .sec-title {
  font-weight: 600;
}
.modal-alege-farmacie-preturi .content .prod-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #009534;
}
@media (min-width: 576px) {
  .modal-alege-farmacie-preturi .content .prod-name {
    font-size: 20px;
  }
}
.modal-alege-farmacie-preturi .content .search-bloc {
  background-color: #fff;
  padding: 0 0 0 0;
  border: 1px solid #ECECEC;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.modal-alege-farmacie-preturi .content .search-bloc .input {
  -webkit-appearance: none !important;
  border: none;
  display: block;
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  color: #1f1f1f;
  width: 100%;
}
.modal-alege-farmacie-preturi .content .search-bloc .buton-search {
  -webkit-appearance: none !important;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 40px;
  text-align: center;
  color: #009534;
  font-size: 16px;
  height: 44px;
  position: absolute;
  right: 0;
  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%);
}
.modal-alege-farmacie-preturi .content .entry-farmacie-list {
  border: 2px solid #f5f5f5;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #fff;
  position: relative;
}
@media (min-width: 576px) {
  .modal-alege-farmacie-preturi .content .entry-farmacie-list {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .modal-alege-farmacie-preturi .content .entry-farmacie-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.modal-alege-farmacie-preturi .content .entry-farmacie-list .farma-col {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  max-width: 100%;
  width: 100%;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .modal-alege-farmacie-preturi .content .entry-farmacie-list .farma-col {
    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;
    max-width: 100%;
    width: 100%;
  }
}
.modal-alege-farmacie-preturi .content .entry-farmacie-list .farma-col .adresa-farmacie {
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 992px) {
  .modal-alege-farmacie-preturi .content .entry-farmacie-list .farma-col .adresa-farmacie {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .modal-alege-farmacie-preturi .content .entry-farmacie-list .farma-col .adresa-farmacie {
    margin-bottom: 10px;
  }
}
.modal-alege-farmacie-preturi .content .entry-farmacie-list .badge-place {
  padding-top: 5px;
}
.modal-alege-farmacie-preturi .content .entry-farmacie-list .badge-place .red-badge {
  background-color: #CD071E;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.45rem;
  padding: 0.3rem 0.35rem 0.2rem;
  font-weight: 600;
  margin-bottom: 5px;
  display: table;
  line-height: 1.1;
}
@media (min-width: 576px) {
  .modal-alege-farmacie-preturi .content .entry-farmacie-list .badge-place .red-badge {
    font-size: 0.6rem;
    padding: 0.3rem 0.6rem 0.2rem;
  }
}
.modal-alege-farmacie-preturi .content .entry-farmacie-list .badge-place .green-badge {
  background-color: #009534;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.45rem;
  padding: 0.3rem 0.35rem 0.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 5px;
  display: table;
}
@media (min-width: 576px) {
  .modal-alege-farmacie-preturi .content .entry-farmacie-list .badge-place .green-badge {
    font-size: 0.6rem;
    padding: 0.3rem 0.6rem 0.2rem;
  }
}
.modal-alege-farmacie-preturi .content .entry-farmacie-list .badge-place .blue-badge {
  background-color: #199DCD;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.45rem;
  padding: 0.3rem 0.35rem 0.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 5px;
  display: table;
}
@media (min-width: 576px) {
  .modal-alege-farmacie-preturi .content .entry-farmacie-list .badge-place .blue-badge {
    font-size: 0.6rem;
    padding: 0.3rem 0.6rem 0.2rem;
  }
}
@media (min-width: 992px) {
  .modal-alege-farmacie-preturi .content .entry-farmacie-list .price-col {
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
    padding-right: 10px;
    border-right: 1px solid #CECECE;
    margin-right: 10px;
  }
}
.modal-alege-farmacie-preturi .content .entry-farmacie-list .price-col .price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
}
.modal-alege-farmacie-preturi .content .entry-farmacie-list .price-col .price .lab {
  padding-right: 10px;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  max-width: 100%;
}
.modal-alege-farmacie-preturi .content .entry-farmacie-list .price-col .price .value {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}
.modal-alege-farmacie-preturi .content .entry-farmacie-list .price-col .price .value strong {
  font-size: 15px;
}
.modal-alege-farmacie-preturi .content .entry-farmacie-list .butons-col {
  text-align: right;
}
.modal-alege-farmacie-preturi .content .entry-farmacie-list .butons-col .buton {
  font-size: 12px;
  margin-left: 10px;
}
@media (min-width: 576px) {
  .modal-alege-farmacie-preturi .content .entry-farmacie-list .butons-col .buton {
    font-size: 13px;
  }
}
.modal-alege-farmacie-preturi .content .entry-farmacie-list .icon-info {
  color: #007A2A;
  border: 1px solid #007A2A;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  width: 20px;
  line-height: 20px;
  height: 20px;
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 992px) {
  .modal-alege-farmacie-preturi .content .entry-farmacie-list .icon-info {
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 991px) {
  .modal-alege-farmacie-preturi .content .entry-farmacie-list .icon-info {
    top: 5px;
    right: 5px;
  }
}
.modal-alege-farmacie-preturi .content .entry-farmacie-list .icon-info:hover {
  background-color: rgba(7, 150, 71, 0.2);
}
.tooltip .tooltip-inner {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  padding: 10px;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
}
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #fff;
}
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff;
}
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #fff;
}
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #fff;
}
.tooltip.show {
  opacity: 1;
}
@media (min-width: 768px) {
  .modal-card .modal-dialog {
    max-width: 950px;
  }

  .modal-orderc .modal-dialog {
    max-width: 700px;
  }
}
.modal-card .close {
  opacity: 1;
  font-size: 11px;
  border-radius: 50%;
  color: #009534;
  border: 1px solid #009534;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  display: block;
  margin: 0;
}
.modal-card .modal-content {
  border: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-card .modal-header {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  font-size: 24px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
}
.modal-card .content {
  padding: 0 10px 40px;
}
@media (min-width: 380px) {
  .modal-card .content {
    padding: 0 30px 40px;
  }
}
.modal-card .form-content {
  max-width: 700px;
  margin: 0 auto;
}
.modal-card .popup-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
@media (min-width: 768px) {
  .modal-card .popup-title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .modal-card .popup-title {
    font-size: 32px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}
.weight-400 {
  font-weight: 400;
}
.form-section-title {
  background-color: #f5f5f5;
  font-weight: 600;
  padding: 10px 15px;
}
@media (min-width: 576px) {
  .form-section-title {
    padding: 15px 30px;
  }
}
.form-section-text {
  background-color: #f5f5f5;
  font-weight: 400;
  padding: 10px 15px;
}
@media (min-width: 576px) {
  .form-section-text {
    padding: 15px 30px;
  }
}
.bloc-thankyou {
  padding: 40px 20px;
  background-color: #009534;
  color: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-shadow: 0 6px 6px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 6px 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 6px 6px rgba(0, 0, 0, 0.05);
}
.bloc-thankyou .inner {
  max-width: 800px;
  margin: 0 auto;
}
.istoric-header-filters .input {
  width: 100%;
  color: #1f1f1f !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: 0 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.istoric-header-filters .input:focus {
  border: 1px solid #d7d7d7;
}
.istoric-header-filters .istoric-custom-select {
  width: 100%;
}
.istoric-header-filters .bt-filter {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  cursor: pointer;
  display: inline-block;
  background-color: #f5f5f5;
  color: #1f1f1f;
  text-align: center;
  padding: 9px 15px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
  text-decoration: none !important;
  border: none;
  font-size: 14px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  min-width: 120px;
}
.istoric-header-filters .bt-filter:hover {
  background-color: #636363;
  color: #fff;
}
.istoric-header-filters .bt-filter.green {
  background-color: #009534;
  color: #fff;
}
.istoric-header-filters .bt-filter.green:hover {
  background-color: #16bc50;
  color: #fff;
}
@media (max-width: 767px) {
  .istoric-header-filters .bt-filter {
    width: 100%;
  }
}
.istoric-custom-select {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  height: 42px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #1f1f1f;
  vertical-align: middle;
  background: #fff url('../images/chevron-down.png') no-repeat right 10px center;
  background-size: 8px 5px;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.istoric-custom-select option:disabled {
  display: none;
}
.istoric-custom-select:focus {
  border: 1px solid #d7d7d7;
}
.istoric-custom-select.custom-select-sm {
  font-size: 12px;
  padding: 0.35rem 1.5rem 0.35rem 0.5rem;
  height: 30px;
}
.istoric-table {
  border: 1px solid #dee2e6;
}
.istoric-table thead th {
  font-size: 9px;
  text-align: center;
  border: 1px solid #dee2e6;
  border-right: 1px solid #fff;
  background-color: #f5f5f5;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.istoric-table thead th:last-child {
  border-color: #dee2e6;
}
.istoric-table tbody td {
  border: 1px solid #dee2e6;
  font-size: 10px;
  padding: 10px;
  text-align: center;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bloc-gratuitati-cos .oferta {
  font-size: 16px;
  padding: 0 0 0 36px;
  position: relative;
}
.bloc-gratuitati-cos .oferta img {
  position: absolute;
  left: 0;
  top: 0;
}
.bloc-cadou-cos {
  border: 1px solid #f5f5f5;
  padding: 10px 15px;
}
.bloc-cadou-cos .blue-badge {
  background-color: #199DCD;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.8rem;
  padding: 0.4rem 0.6rem;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 10px;
  display: table;
  width: 150px;
  text-align: center;
  max-width: 100%;
}
.bloc-cadou-cos .cadou {
  font-size: 16px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bloc-cadou-cos .cadou .image {
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  margin-right: 10px;
}
.category-title-seo {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .category-title-seo {
    text-align: center;
  }
}
.category-title-seo > h1,
.category-title-seo h2,
.category-title-seo h3,
.category-title-seo h4,
.category-title-seo h5,
.category-title-seo h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
.categories-headbar {
  background-color: #009534;
  position: relative;
  width: 100%;
  z-index: 5;
}
@media (max-width: 1199px) {
  .categories-headbar .container {
    max-width: 100%;
    padding: 0;
  }
}
.categories-headbar .categories-headbar-mobile {
  background-color: #009534;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  max-width: 100%;
  color: #fff;
  text-decoration: none !important;
  z-index: 1;
  height: 46px;
}
@media (min-width: 1200px) {
  .categories-headbar .categories-headbar-mobile {
    display: none;
  }
}
.categories-headbar .categories-headbar-mobile .cat-icon {
  position: absolute;
  display: block;
  width: 50px;
  height: 46px;
}
.categories-headbar .categories-headbar-mobile .cat-icon img {
  position: absolute;
  left: 50%;
  top: 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%);
  z-index: 1;
  height: 26px;
  width: 26px;
}
.categories-headbar .categories-headbar-mobile .name {
  text-transform: uppercase;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  font-weight: 500;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  height: 44px;
  padding: 0 0 0 50px;
  text-decoration: none;
}
.categories-headbar .categories-headbar-mobile .name:after {
  display: block;
  font-family: 'fontello';
  content: '\e800';
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  right: 0;
  top: 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%);
}
@media (min-width: 1200px) {
  .categories-headbar .categories-headbar-mobile .name:after {
    background-color: #009534;
    border: 1px solid #007A2A;
  }
}
.categories-headbar .categories-headbar-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #007A2A;
}
@media (max-width: 1199px) {
  .categories-headbar .categories-headbar-wrapper {
    position: absolute;
    left: 0;
    max-width: 100%;
    z-index: 100;
    display: none;
    overflow-y: auto;
    max-height: 500px;
    padding: 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .categories-headbar .categories-headbar-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    background-color: #009534;
  }
}
.categories-headbar .categories-headbar-wrapper .mobile-close {
  list-style: none;
  max-width: 100%;
  position: relative;
  padding: 0;
  height: 44px;
  line-height: 44px;
  background-color: #009534;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
}
.categories-headbar .cat-item {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  max-width: 100%;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .categories-headbar .cat-item:before {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: rgba(255, 255, 255, 0.3);
  }
  .categories-headbar .cat-item:hover,
  .categories-headbar .cat-item.active {
    background-color: #007A2A;
  }
}
@media (max-width: 1199px) {
  .categories-headbar .cat-item.active .category-headbar-dropdown {
    display: block;
  }
}
.categories-headbar .cat-item.has-dropdown .cat-name:after {
  display: block;
  font-family: 'fontello';
  content: '\e800';
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  right: 0;
  top: 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%);
}
@media (min-width: 1200px) {
  .categories-headbar .cat-item.has-dropdown .cat-name:after {
    background-color: #009534;
    border: 1px solid #007A2A;
  }
}
.categories-headbar .category-headbar-dropdown {
  width: 100%;
  z-index: 2;
  padding-bottom: 10px;
  display: none;
}
.categories-headbar .category-headbar-dropdown .scrollbar-wrapper {
  overflow-y: auto;
}
.categories-headbar .category-headbar-dropdown .scrollbar-wrapper .os-scrollbar {
  right: 2px;
}
.categories-headbar .category-headbar-dropdown .scrollbar-wrapper .os-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}
.categories-headbar .category-headbar-dropdown .scrollbar-wrapper .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.33);
}
@media (min-width: 1200px) {
  .categories-headbar .category-headbar-dropdown {
    position: absolute;
    left: 1px;
    background-color: #007A2A;
  }
  .categories-headbar .category-headbar-dropdown .scrollbar-wrapper {
    max-height: 310px;
  }
}
.categories-headbar .category-headbar-dropdown .subcat-name {
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 1;
  padding: 15px 15px 15px 50px;
}
@media (min-width: 1200px) {
  .categories-headbar .category-headbar-dropdown .subcat-name {
    padding: 10px 15px;
  }
}
@media (min-width: 1200px) {
  .categories-headbar .category-headbar-dropdown .cat-mobile-link {
    display: none;
  }
}
.categories-headbar .cat-name {
  position: relative;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  color: #fff;
  text-decoration: none !important;
  z-index: 1;
  padding-right: 30px;
  height: 44px;
}
@media (min-width: 1200px) {
  .categories-headbar .cat-name {
    height: 60px;
  }
}
.categories-headbar .cat-name .cat-icon {
  position: absolute;
  display: block;
  width: 50px;
  height: 44px;
}
@media (min-width: 1200px) {
  .categories-headbar .cat-name .cat-icon {
    width: 60px;
    height: 60px;
  }
}
.categories-headbar .cat-name .cat-icon img {
  position: absolute;
  left: 50%;
  top: 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%);
  z-index: 1;
  height: 26px;
  width: 26px;
}
@media (min-width: 1200px) {
  .categories-headbar .cat-name .cat-icon img {
    height: 30px;
    width: 30px;
  }
}
.categories-headbar .cat-name .name {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  height: 44px;
  padding: 0 0 0 50px;
}
@media (min-width: 1200px) {
  .categories-headbar .cat-name .name {
    height: 60px;
    padding: 0 0 0 60px;
  }
}
.popup-reminder-favorite-wrap {
  position: fixed;
  bottom: 10px;
  right: 1%;
  z-index: 10;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 500px) {
  .popup-reminder-favorite-wrap {
    max-width: 500px;
  }
}
.popup-reminder-favorite-wrap .popup-reminder-favorite {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 3px 10px 10px;
}
.popup-reminder-favorite-wrap .popup-reminder-favorite .buton {
  font-size: 11px;
  padding: 7px 10px;
  margin: 10px auto 0;
  font-weight: 400;
}
.popup-reminder-favorite-wrap .popup-reminder-favorite .popup-reminder-header {
  text-align: center;
  position: relative;
  padding: 5px 20px 5px 0;
  font-size: 14px;
  font-weight: 700;
}
.popup-reminder-favorite-wrap .popup-reminder-favorite .popup-reminder-header .bt-close {
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 3px;
  top: 5px;
}
.popup-reminder-favorite-wrap .popup-reminder-favorite .scrollbar-wrapper {
  overflow-y: auto;
  padding-right: 7px;
  max-height: 150px;
}
.popup-reminder-favorite-wrap .popup-reminder-favorite .scrollbar-wrapper .os-scrollbar-track {
  background: rgba(0, 0, 0, 0.07);
}
.popup-reminder-favorite-wrap .popup-reminder-favorite .scrollbar-wrapper .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.2);
}
.popup-reminder-favorite-wrap .fav-item {
  padding: 10px 10px 5px;
  border: 1px solid #eee;
  width: 100%;
}
.popup-reminder-favorite-wrap .fav-item .badge-place {
  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;
}
.popup-reminder-favorite-wrap .fav-item .badge-place > div {
  margin: 0 5px 5px 0;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 0 5px;
  line-height: 14px;
  font-weight: 600;
  display: table;
  font-size: 9px;
}
.popup-reminder-favorite-wrap .fav-item .badge-place .red-badge {
  background-color: #CD071E;
}
.popup-reminder-favorite-wrap .fav-item .badge-place .green-badge {
  background-color: #009534;
}
.popup-reminder-favorite-wrap .fav-item .badge-place .blue-badge {
  background-color: #199DCD;
}
.popup-reminder-favorite-wrap .fav-item .badge-place .mov-badge {
  background-color: #8d90d1;
}
.popup-reminder-favorite-wrap .fav-item .badge-place .tg-badge {
  background-color: #8d90d1;
}
.popup-reminder-favorite-wrap .fav-item .product-info .name {
  color: #1f1f1f;
  text-decoration: none;
  font-weight: 700;
  font-size: 11px;
  display: block;
  margin-bottom: 5px;
}
.popup-reminder-favorite-wrap .fav-item .product-info .name > h1,
.popup-reminder-favorite-wrap .fav-item .product-info .name h2,
.popup-reminder-favorite-wrap .fav-item .product-info .name h3,
.popup-reminder-favorite-wrap .fav-item .product-info .name h4,
.popup-reminder-favorite-wrap .fav-item .product-info .name h5,
.popup-reminder-favorite-wrap .fav-item .product-info .name h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
.popup-reminder-favorite-wrap .fav-item .price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 10px;
}
.popup-reminder-favorite-wrap .fav-item .price .lab {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  max-width: 100%;
  padding-right: 10px;
}
.popup-reminder-favorite-wrap .fav-item .price .value {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}
.toast-container {
  position: sticky;
  z-index: 10;
  top: 10px;
}
body.scrolled .toast-container {
  z-index: 10;
  top: 60px;
}
@media (min-width: 1200px) {
  body.scrolled .toast-container {
    top: 70px;
  }
}
.toast.toast-favs {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  border: none;
  max-width: 250px;
}
.toast.toast-favs .toast-header {
  text-align: right;
  border: none;
  padding-bottom: 0;
}
.toast.toast-favs .toast-body {
  padding-top: 0;
}
.toast.toast-favs .toast-body i {
  font-size: 30px;
}
.wishlist-accordion .card {
  border: none;
  border-radius: 0;
  margin-bottom: 5px;
}
.wishlist-accordion .card .card-header {
  padding: 0;
  border: none;
}
.wishlist-accordion .card .card-header .btn {
  padding: 0.75rem 2.2rem 0.75rem 1.25rem;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.wishlist-accordion .card .card-header .btn:after {
  display: block;
  content: '\e800';
  font-family: 'fontello';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.wishlist-accordion .card .card-header .btn:not(.collapsed):after {
  transform: translateY(-50%) rotate(180deg);
}
.wishlist-accordion .card .card-body {
  padding-left: 0;
  padding-right: 0;
}
.product-bloc-fav {
  border: 1px solid #f5f5f5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 10px;
  margin-bottom: 10px;
}
.product-bloc-fav .image {
  -webkit-flex: 0 0 110px;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  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;
  max-width: 110px;
  padding-right: 20px;
}
.product-bloc-fav .details {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 200px;
  padding: 10px 0;
}
.product-bloc-fav .details .name {
  display: block;
  font-weight: 700;
  color: #1f1f1f;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
}
.product-bloc-fav .details .price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1;
  max-width: 250px;
}
.product-bloc-fav .details .price .lab {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  max-width: 100%;
  padding-right: 10px;
}
.product-bloc-fav .details .price .value {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}
.product-bloc-fav .details .badge-place {
  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;
}
.product-bloc-fav .details .badge-place > div {
  margin: 0 5px 5px 0;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 0 5px;
  line-height: 14px;
  font-weight: 600;
  display: table;
  font-size: 9px;
}
.product-bloc-fav .details .badge-place .red-badge {
  background-color: #CD071E;
}
.product-bloc-fav .details .badge-place .green-badge {
  background-color: #009534;
}
.product-bloc-fav .details .badge-place .blue-badge {
  background-color: #199DCD;
}
.product-bloc-fav .details .badge-place .mov-badge {
  background-color: #8d90d1;
}
.product-bloc-fav .details .badge-place .tg-badge {
  background-color: #8d90d1;
}
.product-bloc-fav .butons-col {
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .product-bloc-fav .butons-col {
    -webkit-flex: 1 0 250px;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px;
    max-width: 250px;
    padding-left: 20px;
  }
}
.product-bloc-fav .butons-col .butons {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.product-bloc-fav .butons-col .bt-remove {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.product-bloc-fav .butons-col .bt-remove i {
  font-size: 18px;
}
.product-bloc-fav .butons-col .bt-remove:hover {
  color: #CD071E;
}
.product-bloc-fav .item-quantity-bloc .btn-q,
.product-bloc-fav .item-quantity-bloc .input-qty {
  height: 36px;
  line-height: 36px;
}
.products-badges {
  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;
}
.products-badges > div {
  margin: 0 5px 5px 0;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.8rem;
  padding: 0.4rem 0.8rem;
  font-weight: 600;
  display: table;
  line-height: 1.1;
}
.products-badges .red-badge {
  background-color: #CD071E;
}
.products-badges .green-badge {
  background-color: #009534;
}
.products-badges .blue-badge {
  background-color: #199DCD;
}
.products-badges .mov-badge {
  background-color: #8d90d1;
}
.products-badges .tg-badge {
  background-color: #8d90d1;
}
.checkout-card-alphega {
  background-color: #DCDCDC;
  width: 100%;
  font-size: 14px;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  padding: 30px 15px;
}
@media (min-width: 576px) {
  .checkout-card-alphega {
    padding: 30px 50px;
  }
}
@media (min-width: 992px) {
  .checkout-card-alphega {
    border-radius: 6px 0 0 6px;
  }
}
.checkout-card-alphega .inner {
  width: min(400px, 100%);
}
.card-alphega-form {
  display: flex;
}
.card-alphega-form .input {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 100px;
  padding: 0 35px 0 15px;
  min-width: 0;
  flex: 1 1 0;
}
.card-alphega-form .buton {
  font-size: 12px;
  font-weight: 500;
  margin-left: -30px;
}
.checkout-pret-final {
  font-size: 14px;
  background-color: #E9E9E9;
  width: 100%;
  border-radius: 0 0 6px 6px;
  padding: 30px 15px;
}
@media (min-width: 576px) {
  .checkout-pret-final {
    padding: 30px 50px;
  }
}
@media (min-width: 992px) {
  .checkout-pret-final {
    border-radius: 0 6px 6px 0;
  }
}
.checkout-pret-final .checkout-pret-row {
  display: flex;
  align-items: center;
}
.checkout-pret-final .checkout-pret-row .lab {
  flex: 1 0 0;
}
.checkout-pret-final .checkout-pret-row .price {
  flex: 1 0 100px;
  max-width: 100px;
}
.checkout-pret-final .text-total {
  font-size: 16px;
}
.section-select-farma {
  border-radius: 5px;
  background-color: #079647;
  color: #fff;
  padding: 20px 15px;
  font-size: 12px;
}
@media (min-width: 576px) {
  .section-select-farma {
    padding: 20px;
  }
}
.section-select-farma .inner {
  width: min(800px, 100%);
  margin: 0 auto;
}
.section-select-farma .farma-name {
  font-weight: 700;
  font-size: 16px;
}
.section-select-farma .alege-farmacia-bt {
  background-color: #007A2A;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  padding: 0 80px 0 20px;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
@media (min-width: 1200px) {
  .section-select-farma .alege-farmacia-bt {
    font-size: 16px;
    padding: 0 50px 0 20px;
    height: 50px;
    line-height: 50px;
  }
}
.section-select-farma .alege-farmacia-bt:hover {
  background-color: #005e20;
}
.section-select-farma .alege-farmacia-bt i {
  font-size: 90%;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
.sidebar-checkout {
  position: sticky;
  top: 75px;
}
@media (min-width: 1600px) {
  .sidebar-checkout {
    top: 90px;
  }
}
.sidebar-checkout .sidebar-purchase-item {
  padding: 10px;
  font-size: 12px;
}
.sidebar-checkout .sidebar-purchase-item .inner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebar-checkout .sidebar-purchase-item .product-col {
  -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;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  .sidebar-checkout .sidebar-purchase-item .product-col {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-bottom: 0;
  }
}
.sidebar-checkout .sidebar-purchase-item .image-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  padding-right: 10px;
}
.sidebar-checkout .sidebar-purchase-item .image-col img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.sidebar-checkout .sidebar-purchase-item .details-col {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.sidebar-checkout .sidebar-purchase-item .details-col .name {
  display: block;
  font-weight: 700;
  color: #1f1f1f;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-checkout .sidebar-purchase-item .details-col .subtitle {
  color: #838383;
}
.sidebar-checkout .sidebar-purchase-item .info-col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 500px) {
  .sidebar-checkout .sidebar-purchase-item .info-col {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 499px) {
  .sidebar-checkout .sidebar-purchase-item .info-col {
    flex: 1 0 100%;
    max-width: 100%;
    padding-left: 60px;
  }
}
.sidebar-checkout .sidebar-purchase-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;
  background-color: #fff;
  overflow: hidden;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  border: 1px solid #F5F5F5;
}
@media (min-width: 500px) {
  .sidebar-checkout .sidebar-purchase-item .item-quantity {
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    margin: 0 auto 10px;
  }
}
.sidebar-checkout .sidebar-purchase-item .item-quantity .btn-q {
  font-size: 18px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  color: #a7a7a7;
  -webkit-flex: 1 0 20px;
  -ms-flex: 1 0 20px;
  flex: 1 0 20px;
  max-width: 20px;
}
.sidebar-checkout .sidebar-purchase-item .item-quantity .input-qty {
  background-color: #fff;
  width: 40px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  color: #1f1f1f;
  border: none;
  font-weight: 600;
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
  flex: 1 0 40px;
  max-width: 40px;
}
.sidebar-checkout .sidebar-purchase-item .price-col {
  flex: 1 0 0;
  max-width: none;
  padding-left: 15px;
}
@media (min-width: 500px) {
  .sidebar-checkout .sidebar-purchase-item .price-col {
    flex: 1 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.sidebar-checkout .sidebar-purchase-item .price-col .price {
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
.sidebar-checkout .sidebar-purchase-item .price-col .price small {
  white-space: pre-wrap;
}
.sidebar-checkout .sidebar-purchase-item .products-included {
  padding: 10px 0 0;
  /*.product-included-item {
                border: 1px solid #B7B7B7;
                .flex-display(flex);
                .align-items(center);
                font-size: 12px;
                font-weight: 600;
                margin-bottom: 5px;
                position: relative;
                padding: 0 10px 0 0;

                .details-col {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    .name {
                        padding-right: 10px;
                        flex: 1 0 0;
                        min-width: 200px;
                    }
                }
                .quantity-col{
                    flex: 0 0 90px;
                }
            }*/
}
.sidebar-checkout .sidebar-purchase-item .products-included .bt-toggle-included {
  font-size: 12px;
  position: relative;
  padding-right: 25px;
  display: table;
  margin-bottom: 5px;
  cursor: pointer;
  text-decoration: underline;
}
.sidebar-checkout .sidebar-purchase-item .products-included .bt-toggle-included i {
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.sidebar-checkout .sidebar-purchase-item .products-included.is-opened i {
  transform: rotate(180deg);
}
.sidebar-checkout .sidebar-purchase-item .products-included.is-opened .lab-show {
  display: none;
}
.sidebar-checkout .sidebar-purchase-item .products-included.is-opened .lab-hide {
  display: block !important;
}
.sidebar-checkout .sidebar-purchase-item .products-included.is-opened .products-included-wrap {
  display: block !important;
}
.sidebar-checkout .sidebar-purchase-item .products-included .product-included {
  border: 1px solid #B7B7B7;
  margin-bottom: 5px;
}
.sidebar-checkout .sidebar-purchase-item .products-included .product-included .product-col {
  align-items: center;
}
.sidebar-checkout .sidebar-purchase-item .products-included .product-included .name {
  font-weight: 400;
}
.sidebar-checkout .pret-final {
  font-size: 14px;
  padding: 10px;
}
.sidebar-checkout .pret-final .checkout-pret-row {
  display: flex;
  align-items: center;
}
.sidebar-checkout .pret-final .checkout-pret-row .lab {
  flex: 1 0 0;
}
.sidebar-checkout .pret-final .checkout-pret-row .price {
  flex: 1 0 100px;
  max-width: 100px;
}
.sidebar-checkout .pret-final .text-total {
  font-size: 16px;
}
.section-checkout-white {
  background-color: #fff;
  padding: 20px 15px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .section-checkout-white {
    padding: 30px;
  }
}
.section-checkout-white .border-wrap {
  padding: 20px 10px;
  border: 1px solid #E4E2E2;
}
@media (min-width: 768px) {
  .section-checkout-white .border-wrap {
    padding: 30px 5%;
  }
}
.section-checkout-white .custom-select,
.section-checkout-white .custom-control-label,
.section-checkout-white .form-control {
  font-size: 14px;
}
.checkout-checkbox-option {
  width: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: #ECECEC;
  color: #1f1f1f;
  cursor: pointer;
}
.checkout-checkbox-option:hover {
  background-color: #009534;
  color: #fff;
}
.checkout-checkbox-option:hover path {
  stroke: #fff;
}
.checkout-checkbox-option .custom-control-input {
  position: absolute;
  left: -99999px;
}
.checkout-checkbox-option .check {
  padding: 15px 45px 15px 15px;
  position: relative;
  width: 100%;
  min-height: 50px;
}
.checkout-checkbox-option .check:after {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #adadad;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  z-index: 1;
  background-color: #fff;
  display: block;
  content: '';
  font-family: 'fontello';
}
.checkout-checkbox-option .custom-control-input:checked ~ .check {
  background-color: #009534;
  color: #fff;
}
.checkout-checkbox-option .custom-control-input:checked ~ .check path {
  stroke: #fff;
}
.checkout-checkbox-option .custom-control-input:checked ~ .check:after {
  content: '\e81a';
}
@media (max-width: 1199px) {
  .checkout-wrapper {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .checkout-wrapper > * {
    width: 100%;
  }
  .sidebar-checkout {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.home-hero-baner {
  position: relative;
}
.home-hero-baner .link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.home-hero-baner .image {
  text-align: center;
}
.home-hero-baner .image img {
  width: 100%;
}
@media (max-width: 1199px) {
  .home-hero-baner .content {
    text-align: center;
    background-color: #f5f5f5;
  }
}
@media (min-width: 1200px) {
  .home-hero-baner .content {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
  }
}
.home-hero-baner .content .image {
  display: block;
}
@media (min-width: 1200px) {
  .home-hero-baner .content .text {
    width: 600px;
    max-width: 100%;
  }
}
.home-hero-baner .content .title {
  color: #009534;
  font-weight: 700;
  padding: 15px 0 0;
  font-size: clamp(18px, 3vw, 26px);
  line-height: 1;
}
@media (min-width: 1200px) {
  .home-hero-baner .content .title {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 10px;
  }
}
.home-hero-baner .content .desc {
  color: #1f1f1f;
  font-weight: 400;
  padding: 15px 0 20px;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .home-hero-baner .content .desc {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 20px;
  }
}
.home-hero-baner .content .buton-hero {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  cursor: pointer;
  display: inline-block;
  background-color: #009534;
  color: #fff;
  text-align: center;
  padding: 0.4rem 15px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 13px;
  line-height: 1.1 !important;
}
.home-hero-baner .content .buton-hero:hover {
  background-color: #16bc50;
  color: #fff;
  border-color: #16bc50;
}
.home-hero-baner:hover .buton-hero {
  background-color: #16bc50;
}
@media (max-width: 991px) {
  .carusel-container-2 {
    max-width: 100%;
    padding: 0 0 0 0.5rem !important;
  }
  .carusel-container-2 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .carusel-produse-home .slick-list {
    padding: 0 50px 0 0;
  }
}
.carusel-produse-home .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.carusel-produse-home .slick-slide {
  height: auto;
}
@media (max-width: 767px) {
  .carusel-produse-home-2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .carusel-produse-home-2 .slick-list {
    padding: 0 50px 0 0;
  }
}
.carusel-produse-home-2 .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.carusel-produse-home-2 .slick-slide {
  height: auto;
}
.bloc-farmacisti {
  background-color: #67ACC9;
  position: relative;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .bloc-farmacisti {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-top: 40px;
  }
}
.bloc-farmacisti .link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.bloc-farmacisti .image {
  position: relative;
}
@media (min-width: 768px) {
  .bloc-farmacisti .image {
    -webkit-flex: 1 0 45%;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
    max-width: 45%;
  }
}
.bloc-farmacisti .image .play {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 767px) {
  .bloc-farmacisti .image .play {
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .bloc-farmacisti .image .farmacist {
    max-width: 55%;
  }
}
.bloc-farmacisti .content {
  padding: 30px 20px 10px;
}
@media (max-width: 767px) {
  .bloc-farmacisti .content {
    text-align: center;
    color: #009534;
    background-color: #f5f5f5;
  }
}
@media (min-width: 768px) {
  .bloc-farmacisti .content {
    -webkit-flex: 1 0 55%;
    -ms-flex: 1 0 55%;
    flex: 1 0 55%;
    max-width: 55%;
    color: #fff;
    padding: 0 40px 0 0;
  }
}
.bloc-farmacisti .content .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  margin: 0 0 15px;
}
@media (min-width: 992px) {
  .bloc-farmacisti .content .title {
    font-size: 40px;
  }
}
.bloc-farmacisti .content .desc {
  font-size: 14px;
  margin-bottom: 15px;
}
.bloc-farmacisti .content .play {
  max-width: 25%;
}
@media (max-width: 767px) {
  .bloc-farmacisti .content .play {
    display: none;
  }
}
.articol-blog {
  background-color: #f5f5f5;
}
.articol-blog .image {
  position: relative;
}
.articol-blog .image img {
  display: block;
  width: 100%;
}
.articol-blog .articol-blog-desc {
  background-color: #f5f5f5;
  padding: 30px 15px;
  width: 100%;
}
.articol-blog .articol-blog-desc .name {
  color: #1f1f1f;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .articol-blog .articol-blog-desc .name {
    font-size: 16px;
  }
}
.articol-blog .articol-blog-desc .desc {
  font-size: 14px;
}
@media (max-width: 991px) {
  .carusel-articole-blog .slick-list {
    padding: 0 50px 0 0;
  }
}
.carusel-articole-blog .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.carusel-articole-blog .slick-slide {
  height: auto;
}
.trimite-reteta-home {
  width: 100%;
  background-color: #67ACC9;
  color: #fff;
  position: relative;
  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;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}
.trimite-reteta-home:hover {
  background-color: #7eb2c7;
}
.trimite-reteta-home .link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.trimite-reteta-home .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  margin: 10px 0 15px;
}
@media (min-width: 450px) {
  .trimite-reteta-home .icon-note {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
.promo-home {
  position: relative;
  width: 100%;
  background-color: #009534;
}
.promo-home .image {
  display: block;
}
.promo-home .image img {
  width: 100%;
}
.promo-home .content {
  background-color: #009534;
  color: #fff;
}
@media (min-width: 992px) {
  .promo-home .content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: rgba(0, 149, 52, 0.8);
    border-radius: 10px;
    padding: 20px;
    width: 350px;
  }
}
@media (max-width: 991px) {
  .promo-home .content {
    text-align: center;
    padding: 20px;
  }
}
.promo-home .content .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .promo-home .content .title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .carusel-promo-home-container {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .carusel-promo-home-container {
    max-width: 100%;
    padding: 0 0 0 0.5rem !important;
  }
  .carusel-promo-home-container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .carusel-promo-home .slick-list {
    padding: 0 50px 0 0;
  }
}
.carusel-promo-home .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.carusel-promo-home .slick-slide {
  height: auto;
}
.promo-product {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 991px) {
  .promo-product {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.promo-product .link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.promo-product .image {
  display: block;
  background-color: #009534;
  min-height: 300px;
  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;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0 100px;
}
.promo-product .image .small-card {
  position: absolute;
  left: 20px;
  bottom: 10px;
}
@media (min-width: 992px) {
  .promo-product .image {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .promo-product .image {
    min-height: 480px;
  }
}
.promo-product .content {
  background-color: #009534;
  color: #fff;
  padding: 20px;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .promo-product .content {
    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;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
}
.promo-product .content .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .promo-product .content .title {
    font-size: 22px;
  }
}
.promo-product .content .desc {
  font-size: 16px;
}
@media (max-width: 991px) {
  .promo-product-container {
    max-width: 100%;
    padding: 0 0 0 0.5rem !important;
  }
  .promo-product-container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .carusel-promo-product .slick-list {
    padding: 0 50px 0 0;
  }
}
.carusel-promo-product .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.carusel-promo-product .slick-slide {
  height: auto;
}
.cifre-alphega {
  background-color: #009534;
  color: #fff;
  padding: 20px 40px 20px;
}
@media (max-width: 500px) {
  .cifre-alphega {
    padding: 20px 20px 0;
  }
}
.cifre-alphega .number {
  font-weight: 700;
  line-height: 1;
  font-size: clamp(24px, 4vw, 90px);
  margin-right: 10px;
}
@media (max-width: 991px) {
  .cifre-alphega .number {
    display: inline-block;
  }
}
.cifre-alphega .lab {
  line-height: 1;
}
@media (max-width: 991px) {
  .cifre-alphega .lab {
    display: inline-block;
  }
}
@media (max-width: 400px) {
  .cifre-alphega .lab {
    font-size: 14px;
  }
}
.cifre-alphega img {
  margin-bottom: 15px;
}
.serviciu-bloc {
  background-color: #f5f5f5;
}
.serviciu-bloc .image {
  position: relative;
}
.serviciu-bloc .image img {
  display: block;
  width: 100%;
}
.serviciu-bloc .details {
  background-color: #f5f5f5;
  padding: 30px 15px;
  width: 100%;
}
.serviciu-bloc .details .title {
  color: #1f1f1f;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .serviciu-bloc .details .title {
    font-size: 16px;
  }
}
.serviciu-bloc .details .desc {
  font-size: 14px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .carusel-servicii-home .slick-list {
    padding: 0 50px 0 0;
  }
}
.carusel-servicii-home .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.carusel-servicii-home .slick-slide {
  height: auto;
}
.bloc-baner {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .bloc-baner.bloc-card {
    background-color: #009332;
    color: #fff;
  }
}
.bloc-baner.bloc-card .image {
  background-color: #009332;
  color: #fff;
}
@media (min-width: 992px) {
  .bloc-baner.bloc-telios {
    background-color: #0B1B34;
    color: #fff;
  }
}
.bloc-baner.bloc-telios .image {
  background-color: #0B1B34;
  color: #fff;
}
@media (min-width: 992px) {
  .bloc-baner.bloc-app {
    background-color: #dadada;
    color: #1f1f1f;
  }
}
.bloc-baner.bloc-app .image {
  background-color: #dadada;
  color: #1f1f1f;
}
.bloc-baner .image {
  text-align: center;
  padding-bottom: 20px;
}
.bloc-baner .link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.bloc-baner .content {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
}
.bloc-baner .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .bloc-baner .content .title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .bloc-baner .content {
    padding: 20px 0;
  }
}
@media (max-width: 450px) {
  .bloc-baner .btn-app img {
    width: 130px;
  }
}
.newsletter-foobaner {
  color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .newsletter-foobaner {
    text-align: center;
  }
}
.newsletter-foobaner .link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.newsletter-foobaner .left {
  background-color: #079647;
  padding: 30px 20px;
  height: 150px;
}
@media (min-width: 1200px) {
  .newsletter-foobaner .left {
    padding: 30px 40px;
  }
}
.newsletter-foobaner .right {
  background-color: #16bc50;
  padding: 30px 20px;
}
@media (min-width: 1200px) {
  .newsletter-foobaner .right {
    padding: 30px 5%;
  }
}
.newsletter-foobaner .desc {
  font-size: 16px;
}
.newsletter-foobaner .title {
  font-size: clamp(22px, 3vw, 30px);
}
.newsletter-foobaner .buton {
  color: #009534;
  text-transform: uppercase;
}
.newsletter-foobaner:hover .buton {
  background-color: transparent;
  color: #fff;
}
.color-black,
a.color-black {
  color: #1f1f1f;
}
.color-green,
a.color-green {
  color: #009534 !important;
}
.color-red,
a.color-red {
  color: #CD071E !important;
}
.color-white,
a.color-white {
  color: #fff !important;
}
.color-grey,
a.color-grey {
  color: #939393 !important;
}
.color-blue,
a.color-blue {
  color: #199DCD !important;
}
.section-bg-grey {
  background-color: #f5f5f5;
}

.bg-green2 {
  background-color: #007A2A;
}

#lockers_map {
  height: 100%;
  width: 100%;
  z-index: 1;
}

.lm_content {
  height: 600px;
  background: rgb(236, 236, 236);
}

.lm_content .sltd {
  visibility: hidden;
  position: absolute;
  background: rgba(242, 242, 242, .9);
  z-index: 10;
  opacity: 0;
  transition-duration: .3s;
}

.lm_content .sltd.visible,
.lm_content .sltd.visible + .cc {
  visibility: visible;
  opacity: 1;
}

.lm_content .sltd + .cc {
  visibility: hidden;
  position: absolute;
  z-index: 20;
  top: 30px;
  right: 30px;
  opacity: 0;
  transition-duration: .6s;
}

.lm_content .suggestions {
  visibility: hidden;
  transition-duration: .3s;
  opacity: 0;
  height: 0;
}

.lm_content .loc-fields:has(> #searchCity:focus) + .suggestions {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.lm_content .suggestions .s_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #adadad;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
}

.lm_content .suggestions .s_list a {
  display: flex;
  color: #000;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem
}

.lm_content .suggestions .s_list a:hover {
  background: #f9f9f9;
}

.lm_content .suggestions .s_list > li.nr {
  text-align: center;
}

.map.isLoading .map_c {
  position: relative;
}

.map .spinner {
  display: none;
  font-size: 40px;
  color: #009534;
  margin: auto;
}

.map.isLoading .spinner {
  display: flex;
}

.lockerSelected h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.lockerSelected h5 {
  color: #b4b4b4;
  font-size: 14px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .modal-card .modal-dialog {
    max-width: 1250px;
  }
}

.modal-orderc h3 {
  font-weight: 700;
  font-size: 18px;
  align-self: center;
}

.customUl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.customUl > li {
  background: #f8f8f8;
  padding: 7.5px 10px;
}

.customUl > li:nth-child(even) {
  background: #e8e8e8;
}

.customUl.s2 {
  border: 1px solid #636363;
}

.font-size-14 {
  font-size: 14px;
}

.oc_set_address:not(.hidden) ~ * {
  display: none;
}