.text-pink {
  color: #000000;
}
.text-gray {
  color: #959595;
}
.text-black {
  color: #444;
}
.text-red {
  color: #fb5d6e;
}
.text-blue {
  color: #6992cc;
}
.text-green {
  color: #6cc983;
}
.text-yellow {
  color: #cacc81;
}
* {
  font-family: Circe;
}
body {
  margin: 0;
}
a {
  color: #fcc385;
}
a:hover {
  color: #fbab53;
}
textarea.form-control {
  resize: none;
  height: 100px;
}
header {
  margin-top: 20px;
}
header .header-phones {
  padding-top: 15px;
  padding-right: 10px;
}
header .header-phones .header-phone {
  display: block;
}
header .header-phones .header-phone a {
  color: #4b4b4b;
  font-weight: 400;
}
header .header-phones .header-phone a:hover {
  text-decoration: none;
  border-bottom: 1px dashed #4b4b4b;
}
header .header-icons {
  padding-top: 0px;
  padding-left: 20px;
  text-align: right;
  border-left: 1px solid #d4d4d4;
}
header .header-icons .ico {
  margin: 7px 8px;
  max-width: 55px;
}
.header-menu {
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}
.header-menu nav ul {
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  list-style: none;
}
.header-menu nav ul li {
  text-align: center;
}
.header-menu nav ul li a {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.header-menu #btn-login {
  text-decoration: none;
  font-weight: 600;
  max-height: 27px;
  overflow: hidden;
}
.header-menu .indicator {
  border-bottom: 2px solid #414340;
  position: absolute;
  top: 35px;
  width: 0;
  opacity: 0;
}
.header-menu .menu-item {
  color: #777;
  text-decoration: none;
}
.header-menu .menu-item:hover {
  font-weight: bold;
  cursor: pointer;
  color: #e4a95d;
}
.header-menu .menu-tags {
  flex-grow: 1;
  text-align: center;
  margin-left: -30px;
  margin-right: -30px;
}
.header-menu .menu-tag {
  color: #d4d4d4;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
.header-menu .menu-tag a {
  text-decoration: none;
  color: #555;
}
.header-menu .menu-tag:not(:last-child) {
  border-right: 2px solid #555;
}
.header-menu .menu-tag:hover {
  color: #a1a1a1;
}
footer {
  background-color: #ececec;
  padding: 40px;
  margin-top: 40px;
}
footer .footer-menu {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
footer .footer-menu a {
  color: #454545;
  text-decoration: none;
}
footer .footer-menu a:hover {
  color: #fcc385;
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.line-pink {
  border-bottom: 4px solid #d4d4d4;
}
.line-pink-light {
  border-bottom: 2px solid #d4d4d4;
}
.text-uppercase {
  text-transform: uppercase;
}
.b600 {
  font-weight: 600;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.list-no-style {
  list-style: none;
}
.btn {
  padding: 5px 20px 3px 20px;
  display: inline-block;
  border-radius: 10px;
  text-decoration: none;
}
.btn-white {
  color: #959595;
  border: 1px solid #d1d1d1;
  border-left: 0;
  border-radius: 0;
  background-color: #ffffff;
}
.btn-white:hover,
.btn-white:active {
  background-color: #e6e6e6;
  color: #282927;
  cursor: pointer;
}
.btn-green {
  color: #414340;
  border: 1px solid #d0eac2;
  background-color: #d0eac2;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  padding: 5px 40px 3px 40px !important;
  border-radius: 20px !important;
}
.btn-green:hover,
.btn-green:active {
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  background-color: #fcc385;
  border: 1px solid #fcc385;
  cursor: pointer;
}
.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  outline: none;
}
.btn-pink {
  background-color: #fcc385;
  border: 1px solid #d1d1d1;
  color: #ffffff;
}
.btn-pink:hover,
.btn-pink:active {
  background-color: #fbab53;
  color: #e6e6e6;
  cursor: pointer;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.padding-0 {
  padding: 0;
}
h1 {
  text-transform: uppercase;
  font-weight: 500;
  color: #424242;
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
}
h2 {
  text-transform: uppercase;
  text-align: center;
  color: #424242;
}
h2.profile-header {
  font-size: 16px;
  color: #959595;
  text-transform: none;
  text-align: left;
}
h3 {
  text-align: center;
  color: #424242;
}
h3.basket {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 20px;
}
.product-list {
  margin-left: -35px;
  margin-right: -35px;
}
.product-list:not(:last-child) {
  padding-right: 10px;
}
.product-list:not(:first-child) {
  padding-left: 10px;
}
.product-list .product-slider {
  max-height: 256px;
  overflow: hidden;
}
.product-list .product-slider:hover {
  background: #eabc85;
}
.product-list .product-slider .images {
  text-align: center;
  min-height: 240px;
}
.product-list .product-slider .images img {
  margin: 0 auto;
  max-width: 100%;
  -webkit-transition: all 0.5s ease-out 0.5s;
  -moz-transition: all 0.5s ease-out 0.5s;
  -o-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
}
.product-list .buttons {
  margin-top: 10px;
}
.product-list .product-info {
  background-color: #FFF;
  padding: 10px;
}
.product-list .product-info .size {
  color: #222;
  font-size: 12px;
  margin: 0 10px;
}
.product-list .product-info .size img {
  height: 24px;
  padding-right: 10px;
  margin-top: -3px;
}
.product-list .product-info .price {
  color: #444;
  font-size: 28px;
  font-weight: 400;
}
.tags .tag {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  text-decoration: none;
  text-align: center;
  width: 100%;
  color: #414340;
  margin-bottom: 10px;
}
.tags .tag:not(:last-child) {
  margin-right: 5px;
}
.tags .tag:hover {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  cursor: pointer;
  background: #eabc85;
  color: #222;
}
.tags .tag.active {
  background: #eabc85;
  color: #222;
}
.tags .end {
  float: right;
  margin-left: auto;
}
.tags.var-tags .tag {
  width: 27%;
  font-size: 14px;
  text-align: center;
}
.block-circle-icon div.col-12 .row {
  background: #d0eac2;
}
.block-circle-icon .block-circle-icon-row-2 {
  border-radius: 0 100px 100px 0;
}
.block-circle-icon .block-circle-icon-row-1 {
  border-radius: 100px 0 0 100px;
}
.block-circle-icon .block-circle-icon-row-3 {
  border-radius: 100px;
}
.block-circle-icon .col-4:not(:last-child) {
  border-right: 1px solid #d4d4d4;
}
.corporative {
  background: url("../images/template/corporative.png") no-repeat;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  height: 620px;
}
.corporative h2 {
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  margin-left: 20px;
  margin-top: 20px;
}
.corp-item {
  margin-top: 20px;
  margin-left: 20px;
  color: #959595;
}
.circle-area {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.circle-arr {
  margin-top: 45px;
}
.circle {
  width: 130px;
  height: 130px;
  background: #d4d4d4;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
ymaps {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.form-group {
  margin-top: 10px;
}
.form-control {
  padding: 5px 10px;
  border: 1px solid #cdcdcd;
  border-radius: 0px;
  width: 100%;
  color: #959595;
  outline: none;
}
.form-control:active,
.form-control:focus {
  color: #414340;
  text-outline: unset;
}
label {
  display: block;
  font-weight: 300;
  color: #414340;
}
.table-orders {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f2f2f2;
}
.table-orders th,
.table-orders td {
  padding: 10px;
  border-collapse: collapse;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  border-spacing: 0;
}
.table-orders th {
  color: #959595;
  text-align: left;
  font-weight: 400;
}
.table-orders td {
  font-weight: 400;
  font-size: 0.9em;
  color: #414340;
}
.table-orders td a {
  text-decoration: none;
}
.table-orders td a:hover {
  text-decoration: underline;
}
.big-image {
  margin-top: 45px;
}
.big-image img {
  max-width: 100%;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.order-count input {
  text-align: center;
}
.bg-gray {
  background: #EEE;
  padding: 20px;
}
.header-menu-item .big-menu {
  padding-top: 10px;
  margin-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  display: none;
  background: #FFF;
  z-index: 999;
}
.header-menu-item .big-menu .big-menu-container {
  padding: 10px 10px 20px 10px;
}
.header-menu-item .big-menu .big-menu-container .header-big-menu {
  column-count: 4;
  column-gap: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px;
}
.header-menu-item .big-menu .big-menu-container .header-big-menu a {
  padding: 5px 10px;
  text-align: left;
  text-decoration: none;
  color: #777;
  text-transform: none;
  display: block;
}
.header-menu-item .big-menu .big-menu-container .header-big-menu a:hover {
  color: #fcc385;
}
.header-menu-item:hover .big-menu {
  display: block;
}
.basket-badget {
  display: block;
  background: #fcc385;
  border-radius: 50%;
  padding: 5px;
  width: 20px;
  height: 20px;
  color: #FFF;
  position: absolute;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  top: 5px;
  left: 20px;
}
.img-preview {
  max-width: 100%;
}
.date-item {
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}
.date-item.active {
  box-shadow: inset 0 0 3px 0px rgba(0, 0, 0, 0.5);
  background: #f5f5f5;
}
.date-item .week-day {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
}
.date-item .week-date {
  text-align: center;
  font-size: 10px;
  color: #fea87b;
}
.basket-info {
  margin-top: 10px;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.5);
  padding: 20px 20px;
  height: 100%;
}
.inline-block {
  display: inline-block;
  padding-left: 10px;
}
.input-group-prepend,
.input-group-append {
  cursor: pointer;
}
.product-ul {
  margin-bottom: 0;
  padding-left: 0;
}
.product-ul li {
  padding: 10px;
  padding-left: 0px;
}
.big-price {
  font-size: 24px;
  font-weight: 400;
  color: #424242;
}
.tmp-item {
  border-bottom: 10px;
  border-radius: 0;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-out 0s;
}
.tmp-item:hover {
  transition: all 0.5s ease-out 0s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.pos-f-t {
  display: none;
  margin-top: -80px;
  margin-left: -15px;
  z-index: 999;
}
.card-product-title {
  height: 50px;
  overflow: hidden;
  font-size: 15px;
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none;
  }
}
@media (max-width: 991px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }
  .header-menu-2 {
    padding-bottom: 15px;
  }
  .row-md-reverse {
    flex-flow: wrap-reverse;
  }
  .product-list {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .md-hidden {
    display: none;
  }
  .product-card-price {
    text-align: center !important;
  }
  #logotype {
    max-width: 250px !important;
    margin: 0;
    margin-top: -5px !important;
  }
  .pos-f-t {
    display: block;
  }
  .logo {
    text-align: left;
    margin-bottom: 20px;
  }
  .sm-hidden {
    display: none;
  }
  .block-circle-icon-row-2 {
    border-radius: 0 !important;
  }
  .block-circle-icon-row-1 {
    border-radius: 0 !important;
  }
  .block-circle-icon-row-3 {
    border-radius: 0 !important;
  }
  #toplinem {
    margin-bottom: -15px !important;
  }
  .card-product-title {
    height: 67px;
    overflow: hidden;
    font-size: 13px;
  }
}
#navbarToggleExternalContent {
  position: absolute;
  background: #FFF;
  z-index: 999;
  left: 0;
  right: 0;
  top: 200px;
}
#logotype {
  max-width: 100%;
  margin-top: -16px;
  margin-bottom: 13px;
}
.mobile-nav,
.mobile-nav ul {
  list-style: none;
}
.mobile-nav li,
.mobile-nav ul li {
  font-size: 18px;
}
.mobile-nav li a,
.mobile-nav ul li a {
  color: #444;
}
.ico_fav {
  opacity: 0.8;
  cursor: pointer;
  width: 24px;
  margin-top: 5px;
}
.img-thumb {
  max-width: 50px;
}
.light-slider {
  text-align: center;
}
.product-slider a {
  text-decoration: none;
}
.product-slider:hover {
  background: #eabc85;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.product-slider:hover a {
  text-decoration: none;
}
.product-slider .lSPager {
  display: none;
}
.big-image .lSPager li {
  height: 50px;
  overflow: hidden;
}
.pagination {
  margin-top: 40px;
  justify-content: center;
}
.product-ul {
  list-style: none;
}
.product-li-delivery {
  position: relative;
}
.product-li-delivery::before {
  content: "";
}
.product-li-height {
  position: relative;
  display: inline-block;
}
.product-li-diameter {
  position: relative;
  display: inline-block;
  color: #222;
}
.product-li-composition {
  position: relative;
}
.product-li-composition::before {
  content: "";
  background: url("../images/ico_corp_5.png?1");
  background-size: contain;
  position: absolute;
  width: 31px;
  height: 31px;
  left: -40px;
  top: 13px;
}
.product-li-instagaram {
  position: relative;
}
.product-li-instagaram::before {
  content: "";
  background: url("../images/instagram.jpeg");
  position: absolute;
  width: 36px;
  height: 36px;
  left: -34px;
  top: 4px;
  background-size: 100%;
}
.delivery-faq {
  font-size: 18px;
}
.ul-obout li {
  margin-top: 20px;
  font-size: 18px;
  color: #777;
}
.search * {
  border-color: #EEE;
}
.search input:active,
.search input:focus,
.search button:active,
.search button:focus,
.search button:hover {
  box-shadow: none !important;
  border-color: #d0eac2;
  background: #FFF;
}
.search button:active {
  background: #d0eac2;
  color: #FFF;
}
@media (max-width: 1091px) {
  header .header-icons {
    text-align: left;
    border-left: 0;
    padding-top: 5px;
  }
}
.sortable a {
  color: #777;
  padding-right: 20px;
}
.sortable a:hover {
  color: #444;
  text-decoration: underline;
}
.sortable a:not(:first-child) {
  border-left: 2px solid #d4d4d4;
  padding-left: 20px;
}
.sortable .filter {
  color: #222;
}
.sortable .filter:hover {
  text-decoration: none;
}
.product-title {
  font-size: 20px;
  font-weight: 400;
  color: #222;
}
.product-varianrt {
  color: #959595;
  font-size: 18px;
}
.product-count {
  width: 150px;
  display: inline-block;
}
.product-price {
  display: inline-block;
  padding-left: 20px;
  font-size: 18px;
  color: #444;
  font-weight: 300;
}
.order-sum {
  border-left: 1px solid #dcdcdc;
  padding-left: 20px;
}
.product-sum {
  color: #444;
  font-size: 18px;
}
button.btn-light {
  height: 36px !important;
}
.datepicker-days {
  padding: 10px;
}
.table-condensed .datepicker-switch {
  text-align: center;
}
.table-condensed tr td {
  padding: 5px;
  cursor: pointer;
  text-align: center;
}
.table-condensed tr td.active {
  background: #d0eac2;
  border-radius: 3px;
}
.review-block {
  background: #FFF;
  padding: 7px 40px;
  border-radius: 51px;
  border: 1px solid #d6d6d6;
  margin-bottom: 10px;
}
.review-name {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.review-date {
  color: #e4a95d;
  padding-left: 10px;
}
.review-answer {
  margin-left: 50px;
  padding: 10px 20px;
  border-left: 2px solid #CCC;
}
.filter-box {
  display: none;
  position: absolute;
  width: 240px;
  padding: 10px;
  left: 5px;
  background: #FFF;
  border-bottom: 10px;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.filter-box .slider {
  margin-left: 5px;
}
.filter-box h5 {
  color: #424242;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.filter-box strong {
  display: block;
  margin: 5px 0;
  text-align: center;
}
.filter-box label {
  display: inline;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .filter-box {
    width: 100%;
    right: 0px;
  }
  .product-slider .images {
    min-height: auto !important;
  }
  .product-slider .images div {
    font-size: 15px !important;
  }
  .product-card-price {
    margin-bottom: 10px;
  }
  .product-card-price .old-price-card {
    display: inline;
  }
  .product-card-price .price {
    display: inline;
  }
  .product-card-price .size {
    display: block;
  }
}
#ui-id-1 {
  border-radius: 5px 5px 0 0 ;
  border-color: #EEE;
}
.autocomplete-item a {
  text-decoration: none;
  display: block;
}
.autocomplete-item a.ui-state-active {
  background: #fcc385 !important;
  border: #fbab53 !important;
}
.old-price-card {
  color: #4b4b4b;
  margin-top: -5px;
  font-size: 15px;
  position: relative;
  font-weight: normal;
  margin-right: 20px;
}
.old-price-card:before {
  border-bottom: 2px solid #CC0000;
  position: absolute;
  content: "";
  width: 80%;
  height: 50%;
  margin-left: 5px;
  margin-top: -2px;
}
.old-price-card-full {
  color: #AAA;
  margin-top: -5px;
  font-size: 22px;
  margin-left: 15px;
  display: inline-block;
  position: relative;
  font-weight: normal;
}
.old-price-card-full:before {
  border-bottom: 2px solid #AAA;
  position: absolute;
  content: "";
  width: 86%;
  height: 50%;
  margin-left: -4px;
  margin-top: 0px;
}
.circle-balls {
  display: inline-block;
  width: 42px;
  line-height: 39px;
  border-radius: 50%;
  border: 1px solid #ff8a00;
  color: #ff8a00;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  padding-top: 3px;
  margin: 0 14px;
}
.title-h1 {
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 30px;
  color: #424242;
  text-align: left;
  font-size: 28px;
  display: inline-block;
}
.title-h2 {
  display: inline-block;
  font-size: 16px;
  text-transform: none;
  font-weight: bold;
}
.breadcrumb-tem-el {
  line-height: 24px;
  display: inline-block;
  padding-right: 25px;
  margin-top: -1px;
  position: relative;
  top: -4px;
}
.breadcrumb-tem-el:hover:after {
  text-decoration: none;
}
.breadcrumb-tem-el:after {
  content: " ";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPgogPC9nPgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxyZWN0IGlkPSJzdmdfMSIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIiBmaWxsPSJub25lIi8+CiAgPHBvbHlnb24gZmlsbD0iI2ZmOGEwMSIgaWQ9InN2Z18yIiBwb2ludHM9IjE1LDIuNzUgMTIuOTE0LDQuODM2IDMzLjA3OCwyNSAxMi45MTQsNDUuMTY0IDE1LDQ3LjI1IDM3LjI1LDI1ICIvPgogPC9nPgo8L3N2Zz4=");
  padding-left: 10px;
  text-decoration: none;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 5px;
  right: 4px;
  background-size: cover;
}
.page-link:hover {
  color: #19a224;
}
#footer-content h1 {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.5rem;
}
#footer-content h2 {
  text-align: left;
  text-transform: none;
  font-size: 1.5rem;
}
#footer-content h3 {
  text-align: left;
  text-transform: none;
  font-size: 1.3rem;
}
#footer-content h4 {
  text-align: left;
  text-transform: none;
  font-size: 1rem;
}
#footer-content ol li {
  padding-left: 10px;
}
blockquote {
  margin: 10px;
  background: white;
  border-top: 5px solid #fcc385;
  border-bottom: 5px solid #fcc385;
  color: #3A3C55;
  padding: 15px 90px 15px 90px;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
blockquote p {
  margin: 0;
}
.bucalert {
  background: url('../images/fon-buket2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .circle-balls {
    border: 0;
  }
  .mobile-margin-top-10 {
    margin-top: 20px;
  }
  .mobile-margin-top-10 h2 {
    font-size: 17px;
    color: #333;
    text-transform: uppercase;
  }
  .btn-green {
    font-size: 12px !important;
    padding: 5px 40px 3px 40px !important;
    border-radius: 20px !important;
  }
  .tags.var-tags .tag {
    width: 31%;
  }
  .products-btns {
    text-align: center;
  }
  .products-btns button {
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
  .paks {
    justify-content: center;
  }
  .bucalert {
    background: inherit;
    background-color: #fff3cd;
  }
  .product-li-diameter {
    margin-left: 0px !important;
    display: block;
  }
  .header-icons .ico {
    margin: 0 !important;
    width: 30px;
  }
}
.content-block {
  font-size: 16px;
}
.content-block img {
  max-width: 100% !important;
  max-height: 100% !important;
}
.form-warning-message {
  color: #ffc107;
}
.text-content {
  font-size: 16px;
}
.text-content img {
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 15px;
}
.alert div p {
  margin-bottom: 0;
}
.alert-success {
  background: #fcc385;
  border-color: #fcc385;
  color: #454545;
}
.minusOrder {
  background: #d0eac2;
  border-radius: 20px 0 0 20px;
  font-weight: 700;
}
.plusOrder {
  background: #d0eac2;
  border-radius: 0 20px 20px 0;
  font-weight: 700;
}
.title-circle {
  position: relative;
  display: inline;
}
.title-circle:before {
  position: absolute;
  background: url("../../assetsnew/title_circle.png");
  background-size: cover;
  top: -19px;
  left: -25px;
  width: 50px;
  height: 55px;
  content: " ";
  z-index: -1;
}
.menu-gray {
  background: #000;
  opacity: 0.5;
  z-index: 600;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}
.btn-primary {
  border-radius: 23px;
  background-color: #d0eac2;
  border-color: #d0eac2;
  color: #232323;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #fcc385;
  border-color: #fcc385;
  color: #232323;
}
.btn-secondary {
  border-radius: 23px;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  color: #232323;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: #fcc385;
  border-color: #fcc385;
  color: #232323;
}
.bg-header {
  padding-left: 30px;
}
.nav-promocode {
  font-size: 16px;
}
.nav-promocode .nav-link.active {
  background: none !important;
  color: #e4a95d !important;
  font-weight: bold;
  text-decoration: underline;
}
#delivery-sum {
  font-weight: 600 !important;
}
.btn-confirmed {
  text-transform: uppercase;
  font-size: 20px;
  width: 100%;
  padding: 14px 20px 14px 20px;
  border-radius: 25px;
}
.buketDay1 {
  height: 305px;
  overflow: hidden;
}
.buketDay2 {
  color: #242424;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  padding: 15px 10px 0 15px;
}
.margin-bottom-50 {
  margin-bottom: 70px !important;
}
@media (max-width: 991px) {
  .filter-item-b {
    display: none;
  }
  .filter-item-s {
    display: inline !important;
  }
  .filter-item-group {
    display: flex;
    padding-left: 0 !important;
    margin-top: 15px;
  }
  .sortable.margin-bottom-40 {
    margin-bottom: 20px !important;
  }
  .filter-item {
    display: inline-block;
  }
  .buket-warning {
    text-align: center;
  }
  .buket-warning strong {
    display: block;
    text-align: center;
  }
  .pak {
    width: 30% !important;
  }
  .navbar {
    display: inline-block;
  }
  .product-slider a div {
    font-size: 15px !important;
    padding: 14px 10px !important;
  }
  .product-list .product-card-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-list .product-card-item .tmp-item .product-slider a div {
    padding: 0 !important;
  }
  .form-check label {
    font-size: 0.8rem;
  }
  .product-list .col-6 {
    min-height: 370px;
  }
  .product-list .col-6 .tmp-item {
    height: 100%;
  }
  .tmp-item:hover {
    margin: 0 !important;
    box-shadow: none !important;
  }
  .buketDay-block {
    display: flex;
  }
  .buketDay-block .old-price-card {
    margin-left: 0 !important;
    margin-right: 10px !important;
    font-size: 16px !important;
  }
  .buketDay-block .price {
    padding-top: 0.5rem !important;
    padding-bottom: 0.4rem !important;
    font-size: 20px !important;
    font-weight: bold;
    color: #e4a95d;
  }
  .buketDay-block .buketDay-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 12px;
  }
  .buketDay-block .buketDay-title-h2 {
    font-size: 16px;
    line-height: 16px;
  }
  .buketDay-block .buketDay-image {
    max-width: 100%;
    width: auto;
    margin-top: 0;
    max-height: 100%;
    object-fit: cover;
  }
  .buketDay-block .buketDay-block-column {
    flex: 1 1 50% !important;
    /*grow | shrink | basis */
    max-width: 50% !important;
  }
  .buketDay-block .buketDay1 {
    height: auto !important;
  }
  .buketDay-block .buketDay2 .btn-green {
    margin-bottom: 5px;
  }
  .col-tag {
    padding: 0;
    max-width: 46% !important;
    flex: 1 1 46% !important;
    /*grow | shrink | basis */
  }
  .header-phones {
    display: none;
  }
  .btn-confirmed {
    font-size: 16px;
  }
  #check-promocode {
    margin-top: -5px;
  }
  .title-h1.margin-top-40.margin-bottom-40 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .basket-info {
    margin-bottom: 20px;
  }
  .header-phone {
    font-size: 17px;
    text-align: right;
    display: block;
  }
  .header-phone a {
    color: #333;
  }
  .product-list .product-info {
    background-color: #FFF;
    padding: 10px;
  }
  .product-list .product-info .size {
    color: #222;
    font-size: 10px;
    margin: 0 3px !important;
  }
  .product-list .product-info .size img {
    height: 16px !important;
    padding-right: 2px;
  }
  .product-list .product-info .price {
    color: #444;
    font-size: 18px !important;
    font-weight: 400;
  }
  .title-h1 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
}
.products-btns {
  margin-top: 10px;
}
.col-tag {
  padding: 0;
  max-width: 33%;
  flex: 1 1 30%;
  /*grow | shrink | basis */
}
.mobile-login {
  text-transform: uppercase;
  color: #e4a95d;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 13.5px;
  flex: 0 0 50%;
}
.mt-8 {
  margin-top: 6rem;
}
.buketDay-image {
  max-width: 100%;
  width: 100%;
  margin-top: -20%;
}
.buketDay-title {
  color: #242424;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}
.buketDay-title {
  margin-bottom: 15px;
}
.buketDay-block .price {
  display: inline-block;
  font-size: 33px;
  margin-bottom: 1rem;
}
.filter-item-s {
  display: none;
}
.alert-success a {
  color: #555 !important;
}
.alert-success a:hover {
  color: #555 !important;
}
.alert-green {
  background: #d0eac2;
  border-color: #d0eac2;
}
.alert-green a {
  color: #555 !important;
}
.alert-green a:hover {
  color: #555 !important;
}
.breadcrumb {
  background: #FFF;
  margin-top: 0.5rem;
}
.breadcrumb-item a {
  color: #AAA;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "»";
  color: #999;
}
.breadcrumb-item.active {
  color: #999;
}
.modal-cookie {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
  background-color: #F1F1F1;
  border-radius: 8px;
  position: fixed;
  z-index: 999999;
  bottom: 20px;
  right: calc(50% - 300px);
  padding: 16px;
  text-align: center;
  color: #262626;
  max-width: 600px;
}
.modal-cookie .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
.modal-cookie p {
  margin: 8px 0 0 0;
  font-size: 12px;
  font-weight: 500;
}
.modal-cookie p a {
  color: #262626;
  text-decoration: none;
}
.modal-cookie p a:hover {
  color: #262626;
  text-decoration: underline;
}
.modal-cookie button {
  margin-top: 16px;
  width: 160px;
  padding: 8px;
  border: 1px solid #AAA;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.modal-cookie button:hover {
  background: #AAA;
}
@media (max-width: 991px) {
  .modal-cookie {
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 8px;
  }
}
/*# sourceMappingURL=common.css.map */