html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  overflow-x: hidden; }

details, main {
  display: block; }

h1 {
  font-size: 2em; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none;
  max-width: 100%; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

h1, h2, h3, h4, h5, h6, ul {
  margin: 0;
  padding: 0; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (min-width: 36rem) {
  .container {
    max-width: 98%;
    padding-left: 1%;
    padding-right: 1%; } }

@media screen and (min-width: 48rem) {
  .container {
    max-width: 98%;
    padding-left: 1%;
    padding-right: 1%; } }

@media screen and (min-width: 62rem) {
  .container {
    max-width: 58.125rem; } }

@media screen and (min-width: 75rem) {
  .container {
    max-width: 69.375rem; } }

@font-face {
  font-family: Panton-Regular;
  src: url(/_files/fonts/Panton-Regular.otf); }

@font-face {
  font-family: Panton-Bold;
  src: url(/_files/fonts/Panton-Bold.otf); }

* {
  box-sizing: border-box; }

html, body {
  font-family: Panton-Regular, Arial, Helvetica, sans-serif; }

h1, h2, h3, h4 {
  font-family: Panton-Bold, Arial, Helvetica, sans-serif; }

ul {
  padding-left: 20px; }

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.form-group, .form-group input, .form-group select, .form-group textarea {
  width: 100%; }

.form-group textarea {
  height: 70px; }

.col-md-3 {
  width: 30%; }

.col-md-4 {
  width: 24%; }

.col-md-6 {
  width: 48%; }

.col-md-10 {
  width: 100%; }

.social-block {
  display: flex;
  justify-content: center; }

.social-block__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin: 0 5px; }

.social-block__item img {
  max-width: 100%;
  max-height: 100%; }
/*****menu*****/
.header {
  width: 100%;
  /*position: fixed;
   z-index: 100;*/
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

.header .in-catalog {
  background: #c62535;
  margin-right: 30px; }

.header .in-catalog a {
  display: block;
  background: url(/_files/img/icons/lines.png) no-repeat 20px center;
  color: #fff;
  padding: 15px 30px 15px 60px; }

.header__menu-logo {
  display: none; }

.header__top {
  background: url(/_files/img/header-top-bg.jpg) top center; }

.header__top .container {
  height: 35px;
  display: flex;
  align-items: center; }

.header__top .social-block {
  margin-left: auto; }

.header__cont {
  display: flex; }

.header__phone {
  color: #ccc;
  margin-right: 50px; }

.header__email {
  color: #c82636;
  background: url(/_files/img/icons/i-email.png) no-repeat left center;
  padding-left: 25px; }

.header__center {
  background-color: #ebebeb;
  position: relative;
  z-index: 100; }

.header__center .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px; }

.header__logo {
  width: 250px; }

.header__logo img {
  max-width: 100%; }

.header .search {
  flex: 1;
  padding: 0 20px;
  margin-top: -28px;
  position: relative; }

.header .search__info {
  padding: 5px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.header .search__info span {
  min-width: 185px; }

.header .search__phone {
  background: url(/_files/img/icons/i-phone.png) no-repeat left center;
  padding-left: 20px; }

.header .search__form {
  display: flex; }

.header .search__input {
  width: 80%;
  padding: 9px;
  border: 1px solid #c0c0c0;
  color: #989898; }

.header .search__btn {
  width: 85px;
  border-radius: 0 15px 15px 0;
  display: block;
  background: #c62535;
  border: none;
  padding: 0;
  cursor: pointer; }

.header .search__btn-wrap {
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 0 15px 15px 0;
  padding: 8px;
  margin: 1px 1px 1px 0;
  text-align: center;
  color: #fff; }

.header .top-cart {
  border: 1px solid #c0c0c0;
  min-width: 150px;
  border-radius: 0 15px 15px 0;
  background: #fff;
  text-align: center; }

.header .top-cart-link {
  display: block;
  padding: 9px 50px 9px 9px;
  text-decoration: none;
  color: #989898;
  position: relative; }

.header .top-cart-link.top-cart-link::after {
  bottom: 0px;
  content: "";
  background: #c62535 url(/_files/img/icons/i-cart.png) no-repeat center center;
  right: 0px;
  height: 36px;
  width: 36px;
  text-align: center;
  background-size: 22px;
  position: absolute;
  border-radius: 0 15px 15px 0; }

.header .top-cart-link.top-cart-link::before {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 1px;
  z-index: 10;
  height: 32px;
  width: 34px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
  background-size: 22px;
  border-radius: 0 15px 15px 0; }

.header__bottom {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  position: relative;
  z-index: 11; }

.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header__menu-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }

.header__menu-list a {
  color: #252525;
  font-size: 1.2rem;
  display: block;
  padding: 15px;
  text-decoration: none;
  position: relative; }

.header__menu-list .active ::after, .header__menu-list a:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
  background-color: #c62535; }

.header__info {
  color: #666;
  display: none;
  align-items: center;
  min-width: 140px;
  position: relative;
  z-index: 11; }

.header__burger {
  display: none; }

.autocomplete-suggestions {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c4c4c4;
  overflow: auto;
  top: 65px;
  width: 80% !important; }

.autocomplete-suggestion {
  font-size: 1rem;
  overflow: hidden;
  padding: 5px 10px;
  white-space: nowrap; }

.autocomplete-selected {
  background: #f0f0f0 none repeat scroll 0 0; }

.autocomplete-suggestions strong {
  color: #c62535;
  font-weight: normal; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.btn {
  background: #b21f2b;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  border: 0; }

.bg-lightred {
  background: #b66e74; }

.page {
  padding-top: 10px;
  padding-bottom: 40px; }

.page .container {
  display: flex; }

.page .content {
  flex: 1; }

.page .sidebar {
  width: 260px;
  margin-right: 20px; }

.page .sidebar__block {
  padding: 15px 25px;
  border: 1px solid #c0c0c0;
  box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.3); }

.page .sidebar__catalog {
  padding: 15px 25px;
  border: 1px solid #c0c0c0;
  box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 20px; }

.page .sidebar__catalog ul {
  list-style-type: none; }

.page .sidebar__catalog a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #666;
  padding: 15px;
  background: url(/_files/img/icons/li-arrow.png) right center no-repeat; }

.page .sidebar__catalog a::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  left: 0;
  top: 45%;
  background-color: #666; }

.media {
  display: flex;
  flex-wrap: wrap; }

.media img {
  max-width: 100%; }

.media__slider {
  width: 70%;
  overflow: hidden; }

.media__news-block {
  width: 30%; }

.advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0; }

.advantages__item {
  min-width: 140px;
  width: 15%; }

.advantages__img img {
  max-width: 100%; }

.advantages__text {
  text-align: center;
  padding: 5px 0; }

.section-title {
  width: 100%;
  background: url(/_files/img/title-border.png) no-repeat left bottom;
  background-size: contain;
  padding: 20px 0;
  margin-bottom: 20px; }

.groups-list {
  display: flex;
  flex-wrap: wrap; }

.groups-list a {
  text-decoration: none; }

.groups-list__item {
  margin: 0 20px 20px 0; }

.groups-list__img {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center; }

.groups-list__name {
  color: #252525;
  text-align: center; }

.old-price {
  display: flex;
  font-size: 0.8rem;
  justify-content: space-between;
  padding-bottom: 10px; }

.old-price span {
  text-decoration: line-through; }

.more-price {
  min-width: 90px;
  display: flex;
  font-size: 0.8rem;
  justify-content: space-between;
  padding-top: 10px; }

.catalog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

@media (max-width: 768px) {
  .catalog {
    justify-content: center; } }

.catalog .item {
  width: 32%;
  min-width: 260px;
  margin-bottom: 20px;
  background: #f4f4f4;
  border-radius: 5px 5px 0 0; }

.catalog .item a {
  text-decoration: none;
  color: #666; }

.catalog .item__icons {
  padding: 0 20px;
  text-align: right; }

.catalog .item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 230px; }

.catalog .item__img img {
  max-width: 100%;
  max-height: 100%; }

.catalog .item__info {
  padding: 15px; }

.catalog .item__name {
  color: #000; }

.catalog .item .price-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.catalog .item .price-box__action {
  padding-left: 10px; }

.catalog .item .price {
  text-wrap: nowrap;
  color: #c62535; }

.catalog .item .btn-add-cart {
  margin-bottom: 10px; }

.catalog .item .btn-add-cart, .catalog .item .btn-fast-order {
  color: #c62535;
  border: 1px solid #c62535;
  border-radius: 30px;
  padding: 5px 25px;
  display: block;
  text-align: center;
  cursor: pointer; }

.footer {
  padding: 30px 0;
  background: #1d1d1d;
  background: -moz-linear-gradient(-45deg, rgba(29, 29, 29, 1) 0%, rgba(42, 41, 41, 1) 50%, rgba(57, 56, 56, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(29, 29, 29, 1) 0%, rgba(42, 41, 41, 1) 50%, rgba(57, 56, 56, 1) 100%);
  background: linear-gradient(135deg, rgba(29, 29, 29, 1) 0%, rgba(42, 41, 41, 1) 50%, rgba(57, 56, 56, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d1d1d', endColorstr='#393838',GradientType=1); }

.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.footer__title {
  color: #fff;
  padding: 20px 0;
  margin-bottom: 20px;
  background: url(/_files/img/title-border-s.png) no-repeat left bottom;
  background-size: 91px; }

.footer a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px 0; }

.footer ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }

.footer li {
  width: 50%;
  min-width: 160px; }

.footer__cont {
  color: #c62535; }

.footer__phone {
  background: url(/_files/img/icons/i-phone-r.png) no-repeat left center;
  padding-left: 20px; }

@media (max-width: 768px) {
  body.lock {
    overflow: hidden; }

  .page .content {
    width: 100%; }

  .page .sidebar {
    display: none; }

  .header .top-cart {
    display: none; }

  .header__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    width: 180px; }

  .header__logo img {
    max-width: 100%; }

  .header .mobile-cart {
    /*background: rgb(198, 38, 53) url(/_files/img/icons/i-cart.png) no-repeat center center;*/
    background: #c62535 url(/images/cart-icon.png) no-repeat center center;
    /*left: 0px;*/
    right: 0px;
    top: 20px;
    height: 30px;
    width: 40px;
    text-align: center;
    background-size: 22px;
    /*position: relative;*/
    position: fixed;
    /*border-radius: 0 15px 15px 0;*/
    border-radius: 8px 0 0 8px;
    z-index: 100;
    /*&::before {
     content: "";
     position: absolute;
     right: 1px;
     bottom: 1px;
     z-index: 10;
     height: 32px;
     width: 34px;
     border-top: 1px solid #fff;
     border-bottom: 1px solid #fff;
     border-right: 1px solid #fff;
     text-align: center;
     background-size: 22px;
     border-radius: 0 15px 15px 0;
     }*/ }

  .header .search {
    margin-top: 0px; }

  .header .search__info {
    display: none; }

  .header__top {
    display: none; }

  .header__menu-logo {
    display: block;
    position: relative;
    z-index: 11;
    margin-left: 10px; }

  .header__menu-logo img {
    width: 40px; }

  .header__info {
    display: flex;
    padding: 0 5px; }

  .header__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    height: 50px;
    z-index: 101; }

  .header__bottom::before {
    content: "";
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 11; }

  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 11;
    margin: 0 10px;
    border-style: none;
    padding: 0;
    background: none; }

  .header__burger::before, .header__burger::after {
    content: "";
    background: #666;
    position: absolute;
    height: 2px;
    width: 80%;
    left: 0;
    transition: all 0.3s ease 0s; }

  .header__burger::before {
    top: 0; }

  .header__burger::after {
    bottom: 0; }

  .header__burger span {
    background: #666;
    position: absolute;
    left: 0;
    top: 9px;
    height: 2px;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s; }

  .header nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #423b42;
    z-index: 10;
    overflow: auto; }

  .header nav li {
    border-bottom: 1px solid #979797;
    margin-right: 0px !important; }

  .header nav .header__menu-list {
    flex-direction: column;
    display: none !important;
    padding-top: 160px !important;
    padding-bottom: 80px; }

  .header nav .header__menu-list a {
    color: #fff !important; }

  .header nav .header__menu-list .has-sub i, .header nav .header__menu-list .has-sub .sub-wrap {
    display: none; }

  .header.openNav .header__burger::before {
    transform: rotate(45deg);
    top: 9px; }

  .header.openNav .header__burger::after {
    transform: rotate(-45deg);
    top: 9px; }

  .header.openNav .header__burger span {
    transform: scale(0); }

  .header.openNav .header__menu-list {
    display: flex !important; }

  .header.openNav nav {
    transform: translateY(25px); }

  nav {
    transform: translateY(-100%);
    transition: all 0.5s ease 0s; } }

@media (max-width: 592px) {
  .header__logo {
    width: 100%; }

  .header__logo img {
    width: 180px; } }

.header .top-cart {
  position: relative; }

.more-cart-info {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  position: absolute;
  right: 0;
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  display: none;
  width: 250px;
  z-index: 110;
  top: 50px;
  left: auto; }

.cart-item-list-empty {
  padding: 10px 0 10px 10px;
  font-size: 14px; }

.more-cart-info > span {
  padding: 10px;
  font-size: 12pt;
  font-weight: 300; }

.cart-active + .more-cart-info {
  display: block; }

.cart_content h3 > i {
  font-size: 17px;
  padding-right: 10px; }

.cart-item-image {
  min-width: 60px;
  text-align: center;
  float: left;
  padding-right: 10px;
  padding-left: 10px; }

.cart-item-image img {
  max-width: 100%;
  max-height: 64px; }

.cart-item-list {
  margin-bottom: 0px; }

.cart-item {
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
  padding: 10px; }

.cart-item:hover {
  background-color: #f2f2f2; }

.cart-item-name {
  padding-left: 10px; }

.cart-item-name > a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none; }

.cart-price {
  font-size: 8pt;
  color: #999;
  padding: 5px 0 0 10px; }

.cart-item-name > a:hover {
  color: #666; }

.cart-link {
  float: right;
  padding: 10px 10px 10px 0; }

.cart-link a {
  color: #666; }

.breadcrumbs {
  line-height: 19px;
  margin-bottom: 10px;
  padding-bottom: 20px; }

.breadcrumbs a {
  color: #989898; }

.breadcrumbs ul li {
  display: inline;
  text-transform: capitalize; }

.breadcrumbs ul li:first-child::before, .breadcrumbs ul li::before {
  color: #3c3c3c;
  content: "";
  display: inline-block;
  font-size: 16px;
  margin-left: 0;
  margin-right: 5px;
  position: relative;
  top: 1px; }

.breadcrumbs ul li:first-child::before {
  display: none; }

.breadcrumbs ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-right: 10px;
  top: 0;
  background: url(/_files/img/icons/li-arrow.png) center center no-repeat; }

.breadcrumbs ul li a:hover {
  color: #ea1e63; }

.load-more {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 0; }

.load-more .load-more-items {
  cursor: pointer; }

.pagination {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  list-style-type: none; }

.pagination a {
  padding: 10px 15px;
  text-decoration: none; }

.pagination .hidden {
  display: none; }

ul.pagination li.active > a, ul.pagination li.active > a:hover {
  background-color: #c62535; }

ul.pagination li > a {
  margin-right: 8px; }

.pagination > li:first-child > a, .pagination > li:last-child > a {
  border-radius: 0; }

ul.pagination li > a {
  background-color: #c4c4c4;
  border: medium none;
  color: #fff;
  margin-right: 8px; }

.sidebar-block-item h2 {
  border-bottom: 2px solid #ea1e63;
  color: #363636;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-transform: uppercase; }

.sidebar-list {
  margin-bottom: 15px;
  padding-bottom: 10px; }

.sidebar-list ul {
  list-style: none; }

.sidebar-list h3 {
  color: #363636;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase; }

.sidebar-list ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  padding: 5px 0;
  text-transform: uppercase; }

.sidebar-list ul li a::before {
  color: #6d6d6d;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 10px;
  margin-right: 10px; }

.sidebar-list ul li a {
  color: #6d6d6d;
  display: inline-block;
  font-size: 13px;
  text-transform: capitalize; }

.sidebar-list ul li a:hover {
  color: #ea1e63; }

.sidebar-list ul li span {
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #ccc;
  float: right;
  height: 22px;
  text-align: center;
  width: 22px;
  line-height: 19px; }

.shop-filter .slider {
  z-index: 0; }

.shop-filter input {
  border: 1px solid #ccc;
  padding: 5px; }

.shop-filter input:first-child {
  margin-right: 10px; }

.shop-filter .slider {
  margin-top: 20px; }

.select2-container {
  max-width: 100%; }

.shop-filter .range-price-item {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.shop-filter .range-price-item span {
  padding: 0 10px; }

.shop-filter .ui-widget-header {
  background-image: none !important; }

.shop-filter .ui-state-default, .shop-filter .ui-widget-content .ui-state-default, .shop-filter .ui-widget-header .ui-state-default {
  background-image: none !important;
  background-color: #0288d1;
  border: none !important;
  border-radius: 50%;
  color: #1c94c4;
  font-weight: bold;
  cursor: pointer; }

.shop-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px; }

.shop-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px; }

.shop-filter .select2-container .select2-selection--single {
  height: 40px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #afb42b !important; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #c4c4c4 !important;
  color: #fff; }

.squared {
  margin: 15px 0;
  position: relative;
  width: 100%; }

.squared:last-child {
  margin-bottom: 0; }

.squared input[type="checkbox"]:checked + label::after {
  opacity: 1; }

.squared input[type="checkbox"] {
  visibility: hidden; }

.squared label::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: #333;
  border-image: none;
  border-style: none none solid solid;
  border-width: medium medium 3px 3px;
  content: "";
  height: 5px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 9px; }

.squared label {
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  border: 1px solid #ccc; }

.squared span {
  left: 20px;
  padding-left: 10px;
  position: absolute;
  top: 1px; }

.groups-list {
  margin-bottom: 10px; }

.tag-list a, .groups-list a {
  border: 1px solid #e1e1e1;
  color: #9d9d9d;
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 4px 17px 3px;
  transition: all 0.3s ease 0s; }

.groups-list a {
  font-size: 15px;
  padding: 10px 30px; }

.tag-list a:hover, .groups-list a:hover {
  border-color: #c62535;
  background-color: #c62535;
  color: #fff; }

.filter-apply {
  background-color: #c62535;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  border: 1px solid #c4c4c4 !important; }

.form, #review {
  background-color: #f5f5f5;
  display: none;
  padding: 25px; }

.show.form {
  display: block; }

.form-group {
  margin-bottom: 15px; }

label {
  font-size: 15px;
  font-weight: 400;
  line-height: 1; }

.form-control {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  padding: 7px 10px; }

div.comment_reply {
  display: none;
  margin: 0 0 10px 20px; }

.wizard {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative; }

.wizard.wizard-tabbed {
  background: #fbfbfb none repeat scroll 0 0; }

.wizard.wizard-tabbed ul li {
  background-color: #fbfbfb;
  padding: 0 30px; }

.wizard.wizard-tabbed ul li .chevron {
  display: none; }

.wizard.wizard-tabbed ul li .chevron::before {
  display: none; }

.wizard.wizard-tabbed ul li.complete {
  background-color: #fbfbfb; }

.wizard.wizard-tabbed ul li.active {
  background: #fff none repeat scroll 0 0; }

.wizard.wizard-wired {
  background: #fff none repeat scroll 0 0;
  box-shadow: none;
  display: block;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 30px;
  z-index: 0; }

.wizard.wizard-wired ul {
  display: table;
  position: relative;
  width: 100%; }

.wizard.wizard-wired ul li {
  background-color: #fff;
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: all 1s ease 0s;
  width: 20%; }

.wizard.wizard-wired ul li .chevron {
  display: none; }

.wizard.wizard-wired ul li .chevron::before {
  display: none; }

.wizard.wizard-wired ul li.complete {
  background-color: #fff; }

.wizard.wizard-wired ul li.complete .title {
  color: #c4c4c4; }

.wizard.wizard-wired ul li.active .title {
  color: #c62535; }

.wizard.wizard-wired ul li.complete .step::before {
  font-size: 22px;
  line-height: 36px; }

.wizard.wizard-wired ul li.complete:hover {
  background-color: #fff; }

.wizard.wizard-wired ul li.active {
  background-color: #fff; }

.wizard.wizard-wired ul li .step {
  background-color: #fff;
  border-width: 2px;
  font-size: 15px;
  height: 40px;
  line-height: 34px;
  width: 40px;
  z-index: 2; }

.wizard.wizard-wired ul li .title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
  margin-top: 4px;
  max-width: 100%;
  overflow-wrap: break-word;
  table-layout: fixed;
  text-align: center;
  z-index: 104; }

.wizard.wizard-wired ul li::before {
  background-color: #e5e5e5;
  content: "";
  display: block;
  font-size: 0;
  height: 2px !important;
  overflow: hidden;
  position: relative !important;
  top: 25px;
  width: 100%;
  z-index: 1 !important; }

.wizard.wizard-wired ul li:first-child::before {
  left: 50%;
  max-width: 51%; }

.wizard.wizard-wired ul li:last-child::before {
  max-width: 50%;
  width: 50%; }

.wizard ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 4000px; }

.wizard ul.previous-disabled li.complete {
  cursor: default; }

.wizard ul.previous-disabled li.complete:hover {
  background: #f3f3f3 none repeat scroll 0 0;
  cursor: default; }

.wizard ul.previous-disabled li.complete:hover .chevron::before {
  border-left-color: #f3f3f3; }

.wizard ul li {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #d0d0d0;
  cursor: default;
  float: left;
  font-size: 16px;
  line-height: 47px;
  margin: 0;
  padding: 0 20px 0 30px;
  position: relative;
  transition: all 0.218s ease 0s; }

.wizard ul li .step {
  border: 2px solid #e5e5e5;
  border-radius: 100%;
  color: #ccc;
  display: inline-block;
  font-size: 13px;
  height: 24px;
  line-height: 20px;
  position: relative;
  text-align: center;
  width: 24px;
  z-index: 2; }

.wizard ul li .chevron {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent currentcolor transparent #d4d4d4;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 24px 0 24px 14px;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1; }

.wizard ul li .chevron::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent currentcolor transparent #f5f5f5;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 24px 0 24px 14px;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;
  transition: all 0.218s ease 0s; }

.wizard ul li.complete {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #444; }

.wizard ul li.complete::before {
  background-color: #c4c4c4;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  max-height: 2px;
  overflow: hidden;
  position: absolute;
  right: -1px;
  z-index: 10000; }

.wizard ul li.complete:hover {
  background: #eee none repeat scroll 0 0;
  cursor: pointer; }

.wizard ul li.complete:hover .chevron::before {
  border-left: 14px solid #eee; }

.wizard ul li.complete .chevron::before {
  border-left: 14px solid #f5f5f5; }

.wizard ul li.complete .step {
  border-color: #c4c4c4;
  color: #c4c4c4; }

.wizard ul li.complete .step::before {
  background-color: #fff;
  border-radius: 100%;
  bottom: 0;
  color: #c4c4c4;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  left: 0;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 3; }

.wizard ul li.active {
  background: #fff none repeat scroll 0 0;
  color: #262626; }

.wizard ul li.active .step {
  border-color: #c62535;
  color: #c62535; }

.wizard ul li.active::before {
  background-color: #c62535;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  max-height: 2px;
  overflow: hidden;
  position: absolute;
  right: -1px;
  z-index: 10000; }

.wizard ul li.active .chevron::before {
  border-left: 14px solid #fff; }

.wizard ul li .badge {
  margin-right: 8px; }

.wizard ul li:first-child {
  background-clip: padding-box;
  border-radius: 2px 0 0; }

table.shop-cart, table.account-table {
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
  width: 100%; }

table.shop-cart thead tr th, table.account-table thead tr th {
  border: 1px solid #f2f2f2 !important;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  padding: 10px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle; }

table.shop-cart tbody tr td, table.account-table tbody tr td {
  border-top: 0 solid #000;
  text-align: center;
  vertical-align: middle;
  font-size: 14px; }

table.shop-cart tr td, table.account-table tr td {
  border: 1px solid #f1f1f1; }

.alert-danger, .alert-info, .alert-warning {
  border-radius: 0;
  margin-top: 20px; }

.alert-danger {
  background-color: #f2dede;
  border-color: #f8bbd0;
  color: #c62535; }

.alert.alert-cart {
  margin-top: 20px;
  border-radius: 0; }

table.shop-cart i {
  color: #c62535; }

table.shop-cart a:hover {
  color: #c62535; }

table.shop-cart .total {
  font-weight: 700; }

.shop-coupon {
  margin-bottom: 20px; }

form.cart-authorization {
  margin-top: 20px;
  margin-bottom: 20px; }

form.cart-authorization a {
  color: #c62535; }

form.cart-authorization .checkbox input {
  margin-top: 2px !important; }

.social-authorization {
  border-radius: 0.4rem;
  margin-bottom: 20px;
  margin-top: 6px;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 12px;
  text-align: center; }

.social-icon:hover {
  background: #fff none repeat scroll 0 0 !important;
  opacity: 0.5; }

.shop-cart .squared label {
  left: 40%; }

.shop-cart .squared, .cart-authorization .squared {
  margin-top: 0; }

.cart-authorization .squared span, .box-user-content .squared span {
  padding-left: 20px; }

#fastRegistration {
  display: none; }

#fastRegistration form {
  margin-top: 20px; }

#fastRegistration form .captcha {
  font-size: 12px; }

#fastRegistration form .captcha:hover {
  cursor: pointer; }

#fastRegistrationDescription h3 {
  font-size: 20px;
  margin: 20px 0; }

ul.ul-line {
  margin-bottom: 30px;
  list-style: none; }

ul.ul-line li::before {
  content: "—";
  margin: 0 1em; }

.no-padding-left {
  padding-left: 0 !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.pay-description {
  color: #686868;
  font-size: 13px;
  font-weight: 300;
  margin-left: 40px; }

.pay-name {
  font-size: 17px;
  font-weight: 700; }

.radio input {
  margin-top: 3px !important; }

.text-align-left {
  text-align: left !important; }

table.shop-cart.cart-delivery thead tr th {
  text-transform: none !important; }

.has-feedback {
  position: relative; }

.has-feedback .form-control-search {
  left: 0; }

.has-feedback .form-control-feedback {
  top: 3px; }

.has-feedback .form-control-search-input {
  padding-left: 35px; }

.has-feedback .form-control {
  padding-right: 42.5px;
  width: 100%; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.form-control-feedback {
  pointer-events: auto; }

.cms-search .total-result {
  color: #838383;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 5px; }

.cms-search ul {
  list-style: outside none none;
  padding: 0; }

.cms-search li {
  margin-bottom: 15px; }

.cms-search .search-content > div {
  color: #686868;
  font-size: 14px; }

.cms-search .search-content {
  display: inline-block; }

.cms-search a, .shop-producers a {
  color: #0097e2; }

.cms-search a:hover, .shop-producers a:hover {
  color: #c62535; }
/***** modal **********/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal-body {
  padding: 15px; }

.modal-footer {
  display: flex;
  padding: 0 15px 15px 15px;
  justify-content: center; }

.modal-footer .btn {
  background: #b21f2b;
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 20px;
  padding: 1px;
  border: 0; }

.modal-footer .btn span {
  display: block;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 10px 20px 10px 20px;
  color: #fff;
  font-family: Panton-Bold, Arial, Helvetica, sans-serif; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.fade.in {
  opacity: 1; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  background: #fff;
  position: relative;
  width: auto;
  margin: 10px; }

.modal-title {
  margin: 0;
  line-height: 1.2rem;
  color: #5a5a5a; }

.modal .send-main-title {
  padding: 20px;
  color: #5a5a5a;
  font-size: 1.2rem; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 5% auto; } }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.fade.in {
  opacity: 1; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.mobile-bottom {
  position: fixed;
  bottom: 0;
  background-color: #f2f2f2;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60px;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1); }

.mobile-bottom__whatsapp, .mobile-bottom__phone {
  cursor: pointer; }

.mobile-bottom__whatsapp img, .mobile-bottom__phone img {
  width: 30px; }

@media (min-width: 768px) {
  .mobile-bottom {
    display: none; } }

.city-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 16px; }

.city-grid__link {
  color: #000; }