@font-face {
  font-family: "Montserrat";
  src: url("/sites/all/themes/vesta_theme/font/Montserrat-Light.woff") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("/sites/all/themes/vesta_theme/font/Montserrat-Regular.woff") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("/sites/all/themes/vesta_theme/font/Montserrat-Medium.woff") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Space Grotesk", sans-serif;
  src: url("/sites/all/themes/vesta_theme/font/SpaceGrotesk-Regular.woff") format("truetype");
  font-style: normal;
  font-weight: 400;
}
html {
  font-family: Montserrat;
}
body {
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}
.btn {
  display: inline-block;
  /* background: #76b835;
  border-color: #76b835;
  border-radius: 10px;*/
  background: none;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #8b0000;
  border: 0;
  /* &:hover{
    background: #477817;
    border-color: #477817;
  }
  &:active{
    background-color: #315111;
  }*/
}
.btn:hover {
  text-decoration: underline;
  background: transparent;
  color: #8b0000;
}
.btn:first-child:active {
  background-color: #315111;
  border-color: #315111;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: transparent;
  border-color: transparent;
  color: #8b0000;
}
:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
#scrollToTop {
  width: 54px;
  height: 54px;
  background: none;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
}
@media (min-width: 576px) {
  #scrollToTop {
    right: 50px;
  }
}
@media (min-width: 768px) {
  #scrollToTop {
    right: 70px;
    bottom: 80px;
  }
}
@media (min-width: 1200px) {
  #scrollToTop {
    right: 164px;
    bottom: 167px;
  }
}
.form-control:focus {
  border-color: #113364;
  box-shadow: 0 0 0 0.25rem rgba(15, 52, 108, 0.25);
}
#block-vesta-theme-tabs ul.nav-tabs li.nav-item a.nav-link {
  color: #000;
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto !important;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
a {
  color: var(--color);
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  color: var(--color2);
}
#page {
  overflow: hidden;
}
.toolbar-fixed #page {
  margin-top: var(--drupal-displace-offset-top);
}
@media screen and (max-width: 991px) {
  #page {
    padding-top: 0px;
  }
}
#header .header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0 40px;
  padding: 19px 0 20px 0;
}
@media (min-width: 768px) {
  #header .header-inner {
    grid-template-columns: auto auto 1fr auto;
  }
}
@media (min-width: 992px) {
  #header .header-inner {
    gap: 0 60px;
    grid-template-columns: auto auto 1fr auto auto;
  }
}
@media (min-width: 1200px) {
  #header .header-inner {
    gap: 0 120px;
  }
}
#header .header-inner .col-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
#header .header-inner .col-nav a {
  text-decoration: none;
  color: #1a1a1a;
}
#header .header-inner .col-nav a:hover {
  color: #8b0000;
}
#header .header-inner .col-nav a.catalog {
  display: none;
}
@media (min-width: 576px) {
  #header .header-inner .col-nav a.catalog {
    display: block;
  }
}
#header .header-inner .logo {
  justify-self: center;
}
@media (min-width: 768px) {
  #header .header-inner .logo {
    justify-self: inherit;
  }
}
#header .header-inner .logo img {
  max-width: 100px;
}
@media (min-width: 992px) {
  #header .header-inner .logo img {
    max-width: 134px;
  }
}
#header .header-inner a.tel {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  display: none;
}
@media (min-width: 768px) {
  #header .header-inner a.tel {
    display: block;
  }
}
#header .header-inner a.tel:hover {
  color: #8b0000;
}
#header .header-inner .col-callback {
  display: none;
}
@media (min-width: 992px) {
  #header .header-inner .col-callback {
    display: block;
    margin: 0 16px;
  }
}
#header .header-inner .col-callback .field--name-body a {
  font-weight: 500;
  font-size: 16px;
  color: #1a1a1a;
  text-decoration: none;
}
#header .header-inner .col-callback .field--name-body a:hover {
  color: #8b0000;
}
#header .header-inner .icon {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
#header .header-inner .icon .search {
  position: relative;
  width: 20px;
  height: 20px;
}
#header .header-inner .icon .search svg.search-icon {
  cursor: pointer;
  max-width: 100%;
  height: auto;
}
#header .header-inner .icon .search svg.search-icon path {
  transition: all 0.3s;
}
#header .header-inner .icon .search svg.search-icon:hover path {
  stroke: #8b0000;
}
#header .header-inner .icon .search .region.region-search {
  display: none;
}
#header .header-inner .icon .search .region.region-search.active {
  position: absolute;
  bottom: -11px;
  right: 0px;
  display: block;
  width: 195px;
  z-index: 498;
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
}
#header .header-inner .icon .search .region.region-search.active form {
  display: flex;
  align-items: center;
}
#header .header-inner .icon .search .region.region-search.active form .form-type-search input {
  border-color: transparent;
  border-radius: 10px;
  box-shadow: none;
}
#header .header-inner .icon .search .region.region-search.active form .form-actions {
  height: 40px;
}
#header .header-inner .icon .search .region.region-search.active form .form-actions::before,
#header .header-inner .icon .search .region.region-search.active form .form-actions::after {
  display: none;
}
#header .header-inner .icon .search .region.region-search.active form .form-actions button {
  position: relative;
  width: 40px;
  height: 40px;
  color: transparent;
  overflow: hidden;
  background: transparent;
  border: 0;
}
#header .header-inner .icon .search .region.region-search.active form .form-actions button:hover {
  background-color: rgba(232, 224, 201, 0.5);
}
#header .header-inner .icon .search .region.region-search.active form .form-actions button::before,
#header .header-inner .icon .search .region.region-search.active form .form-actions button:after {
  display: none;
}
#header .header-inner .icon .search .region.region-search.active form .form-actions button::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
  opacity: 1;
  transition: all 0.3s;
}
#header .header-inner .icon .search .region.region-search.active form .form-actions button::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/search-white.svg");
  opacity: 0;
  transition: all 0.3s;
}
#header .header-inner .icon .search .region.region-search.active form .form-actions button:hover::before {
  opacity: 1;
}
#header .header-inner .icon .col-cart .cart--cart-block a.cart-block--link__expand svg path {
  transition: all 0.3s;
}
#header .header-inner .icon .col-cart .cart--cart-block a.cart-block--link__expand:hover svg path {
  fill: #8b0000;
}
#header .header-inner .icon .cabinet {
  position: relative;
}
#header .header-inner .icon .cabinet nav#block-user ul.nav li a {
  width: 21px;
  height: 21px;
  opacity: 0;
  overflow: hidden;
}
#header .header-inner .icon .cabinet svg.user {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
  font-size: 11px;
  pointer-events: none;
}
#header-mob {
  background: white;
  display: none;
}
#offcanvasNav {
  background-color: white;
}
#offcanvasNav .offcanvas-body .region-search {
  margin-bottom: 20px;
}
#offcanvasNav .offcanvas-body .region-search form {
  display: flex;
  align-items: center;
  gap: 5px;
}
#offcanvasNav .offcanvas-body .region-navigation {
  margin-bottom: 20px;
}
#offcanvasNav .offcanvas-body .region-navigation #block-vesta-theme-osnovnayanavigaciya-4 #block-vesta-theme-osnovnayanavigaciya-4-menu {
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
#offcanvasNav .offcanvas-body .region-navigation #block-vesta-theme-osnovnayanavigaciya-4 > ul.nav {
  flex-direction: column;
}
#offcanvasNav .offcanvas-body .region-navigation #block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li {
  margin-bottom: 5px;
}
#offcanvasNav .offcanvas-body .region-navigation #block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a {
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
  padding: 0;
}
#offcanvasNav .offcanvas-body .region-navigation #block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a:hover {
  text-decoration: underline;
}
#offcanvasNav .offcanvas-body .region-navigation #block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li:last-child {
  margin-bottom: 0;
}
#offcanvasNav .offcanvas-body .contacts {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#offcanvasNav .offcanvas-body .contacts a,
#offcanvasNav .offcanvas-body .contacts p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
#offcanvasNav .offcanvas-body .contacts a {
  text-decoration: none;
}
#offcanvasNav .offcanvas-body .contacts a:hover {
  text-decoration: underline;
}
div#slider-block {
  margin-bottom: 50px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content {
  position: relative;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide > .contextual {
  top: 50px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .field--name-field-image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(0, -50%);
  display: block;
  width: 365px;
  height: 218px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/logo-opacity.png");
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  max-width: 430px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
    font-size: 36px;
  }
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-body {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #777;
  margin-bottom: 40px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-link a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration-skip-ink: none;
  color: #1a1a1a;
  text-decoration: underline;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
}
@media (min-width: 992px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content ul.slick-dots {
    bottom: 67px;
  }
}
div#slider-block .view.view-slayder.view-id-slayder .view-content ul.slick-dots li button {
  border: 1px solid #120d1f;
  border-radius: 41px;
  width: 10px;
  height: 10px;
  background: transparent;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content ul.slick-dots li.slick-active button {
  background: #1a1a1a;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .slick-arrow {
  width: 54px;
  height: 54px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .slick-arrow::before {
  display: none;
}
.wr_front_content h1.front-h1 {
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 26px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .wr_front_content h1.front-h1 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .wr_front_content h1.front-h1 {
    padding: 0;
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .wr_front_content h1.front-h1 {
    font-size: 40px;
  }
}
@media (min-width: 1900px) {
  .wr_front_content h1.front-h1 {
    font-size: 60px;
  }
}
#product-new {
  margin-bottom: 50px;
  /*@media (min-width: 576px) {
    margin-bottom: 0px;    
  }*/
}
@media (min-width: 768px) {
  #product-new {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  #product-new {
    margin-bottom: 100px;
  }
}
#product-new h2.block-title {
  font-weight: 400;
  font-size: 27px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  #product-new h2.block-title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  #product-new h2.block-title {
    font-size: 32px;
  }
}
#product-new .view-tovary.view-display-id-block_1 {
  position: relative;
}
#product-new .view-tovary.view-display-id-block_1 .view-header {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #product-new .view-tovary.view-display-id-block_1 .view-header {
    margin-bottom: 30px;
  }
}
#product-new .view-tovary.view-display-id-block_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  row-gap: 20px;
}
@media (min-width: 992px) {
  #product-new .view-tovary.view-display-id-block_1 .view-content {
    margin: 0 -15px;
  }
}
#product-new .view-tovary.view-display-id-block_1 .view-content .views-row {
  flex: 0 0 100%;
  padding: 0 8px;
}
@media (min-width: 576px) {
  #product-new .view-tovary.view-display-id-block_1 .view-content .views-row {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  #product-new .view-tovary.view-display-id-block_1 .view-content .views-row {
    flex: 0 0 33.333%;
  }
}
@media (min-width: 992px) {
  #product-new .view-tovary.view-display-id-block_1 .view-content .views-row {
    flex: 0 0 25%;
    padding: 0 15px;
  }
}
#product-new .view-tovary.view-display-id-block_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-field-image-product-view a {
  display: flex;
}
#product-new .view-tovary.view-display-id-block_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-field-image-product-view a img {
  max-width: 100%;
}
#product-new .view-tovary.view-display-id-block_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-variations form .product-price {
  font-weight: 400;
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
  margin-top: 20px;
}
#product-new .view-tovary.view-display-id-block_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-variations form .product-title {
  font-weight: 500;
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
#product-new .view-tovary.view-display-id-block_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-variations form .product-body {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  margin-bottom: 10px;
}
#product-new .view-tovary.view-display-id-block_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-variations form .form-actions button {
  background: none;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #8b0000;
  border: 0;
}
#product-new .view-tovary.view-display-id-block_1 .more-link {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #product-new .view-tovary.view-display-id-block_1 .more-link {
    position: absolute;
    top: -36px;
    right: 0;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #product-new .view-tovary.view-display-id-block_1 .more-link {
    top: -38px;
  }
}
#product-new .view-tovary.view-display-id-block_1 .more-link a {
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: right;
  color: #8b0000;
}
.about ul.brand {
  display: flex;
  gap: 0 13px;
  padding: 0;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .about ul.brand {
    gap: 0 27px;
  }
}
@media (min-width: 1200px) {
  .about ul.brand {
    padding: 0;
  }
}
@media (min-width: 1900px) {
  .about ul.brand {
    margin: 0 36px 20px 36px;
    justify-content: center;
  }
}
.about ul.brand li {
  display: flex;
  align-items: center;
  gap: 0 12px;
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .about ul.brand li {
    font-size: 25px;
    gap: 0 27px;
  }
}
@media (min-width: 992px) {
  .about ul.brand li {
    font-size: 32px;
  }
}
.about ul.brand li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1a1a1a;
}
.about ul.brand li:first-child::before {
  display: none;
}
.about article.node--type-about.node--view-mode-teaser .node__content {
  padding: 50px 0;
  background-size: cover;
  background-position: top;
}
@media (min-width: 768px) {
  .about article.node--type-about.node--view-mode-teaser .node__content {
    padding: 80px 0;
  }
}
.about article.node--type-about.node--view-mode-teaser .node__content .title {
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .about article.node--type-about.node--view-mode-teaser .node__content .title {
    padding-left: 120px;
  }
}
@media (min-width: 1200px) {
  .about article.node--type-about.node--view-mode-teaser .node__content .title {
    padding-left: 301px;
  }
}
.about article.node--type-about.node--view-mode-teaser .node__content .title h2 {
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .about article.node--type-about.node--view-mode-teaser .node__content .title h2 {
    max-width: 445px;
  }
}
@media (min-width: 992px) {
  .about article.node--type-about.node--view-mode-teaser .node__content .title h2 {
    font-size: 32px;
    max-width: 461px;
  }
}
.about article.node--type-about.node--view-mode-teaser .node__content a.more {
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: right;
  color: #fff;
}
.about article.node--type-about.node--view-mode-teaser .node__content .field--name-field-text-left {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about article.node--type-about.node--view-mode-teaser .node__content .field--name-field-text-left {
    max-width: 336px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .about article.node--type-about.node--view-mode-teaser .node__content .field--name-field-text-left {
    margin-left: 120px;
  }
}
@media (min-width: 1200px) {
  .about article.node--type-about.node--view-mode-teaser .node__content .field--name-field-text-left {
    margin-left: 301px;
    max-width: 272px;
  }
}
.about article.node--type-about.node--view-mode-teaser .node__content .text {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px 60px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about article.node--type-about.node--view-mode-teaser .node__content .text {
    grid-template-columns: auto 1fr;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .about article.node--type-about.node--view-mode-teaser .node__content .text {
    grid-template-columns: auto auto 1fr;
    gap: 0 152px;
  }
}
.about article.node--type-about.node--view-mode-teaser .node__content .text .benef {
  display: flex;
  gap: 20px 20px;
}
@media (min-width: 768px) {
  .about article.node--type-about.node--view-mode-teaser .node__content .text .benef {
    justify-content: end;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .about article.node--type-about.node--view-mode-teaser .node__content .text .benef {
    flex-direction: row;
    align-items: end;
    justify-content: start;
    gap: 0 20px;
  }
}
.about article.node--type-about.node--view-mode-teaser .node__content .text .benef > div h2 {
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}
.about article.node--type-about.node--view-mode-teaser .node__content .text .benef > div p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.about article.node--type-about.node--view-mode-teaser .node__content .text .field--name-field-text-right {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.about article.node--type-about.node--view-mode-teaser .node__content .text .field--name-field-text-right p {
  margin-bottom: 20px;
  max-width: 468px;
}
@media (min-width: 1200px) {
  .about article.node--type-about.node--view-mode-teaser .node__content .text .field--name-field-text-right p:first-child {
    max-width: 358px;
  }
}
.about article.node--type-about.node--view-mode-teaser .node__content .text .field--name-field-text-right p:last-child {
  margin-bottom: 0;
}
.fos {
  background: #f8f8f8;
  padding: 50px 0 50px;
}
@media (min-width: 992px) {
  .fos {
    padding: 93px 0 100px;
  }
}
.fos .fos-inner {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px 20px;
}
@media (min-width: 768px) {
  .fos .fos-inner {
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
}
@media (min-width: 992px) {
  .fos .fos-inner {
    gap: 0 30px;
  }
}
.fos .fos-inner .region-map .field--name-body p {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
  max-width: 413px;
}
.fos .fos-inner .region-map .field--name-body .mapContainer {
  height: 259px;
}
.fos .fos-inner .region-map .field--name-body .mapContainer iframe {
  height: 259px;
}
.fos .fos-inner .region-fos .block-title {
  font-weight: 400;
  font-size: 29px;
  color: #1a1a1a;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .fos .fos-inner .region-fos .block-title {
    margin-bottom: 41px;
    font-size: 32px;
  }
}
.fos .fos-inner .region-fos form {
  display: grid;
  grid-template-columns: 100%;
}
.fos .fos-inner .region-fos form strong.error,
.fos .fos-inner .region-fos form .form-item--error-message,
.fos .fos-inner .region-fos form .alert-error {
  display: none !important;
}
.fos .fos-inner .region-fos form input.error,
.fos .fos-inner .region-fos form textarea.error {
  box-shadow: 0px 0px 7px 0px red;
}
.fos .fos-inner .region-fos form .form-item-name,
.fos .fos-inner .region-fos form .form-item-phone {
  margin-bottom: 15px;
}
.fos .fos-inner .region-fos form .form-item-name input,
.fos .fos-inner .region-fos form .form-item-phone input {
  font-weight: 400;
  font-size: 14px;
  color: #777;
  font-family: "Space Grotesk", sans-serif;
  padding: 11px 13px;
  border: 1px solid #1a1a1a;
  border-radius: 0;
  margin-top: 0;
}
.fos .fos-inner .region-fos form .form-item-message {
  margin-bottom: 12px;
}
.fos .fos-inner .region-fos form .form-item-message textarea {
  font-weight: 400;
  font-size: 14px;
  color: #777;
  font-family: "Space Grotesk", sans-serif;
  padding: 11px 13px;
  border: 1px solid #1a1a1a;
  border-radius: 0;
}
.fos .fos-inner .region-fos form .form-item-privacy {
  align-self: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  max-width: 363px;
}
@media (min-width: 576px) {
  .fos .fos-inner .region-fos form .form-item-privacy {
    gap: 10px;
  }
}
.fos .fos-inner .region-fos form .form-item-privacy .checkbox {
  position: relative;
}
.fos .fos-inner .region-fos form .form-item-privacy .checkbox-custom {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
.fos .fos-inner .region-fos form .form-item-privacy input {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  width: 13px;
  height: 13px;
  opacity: 0;
  cursor: pointer;
}
.fos .fos-inner .region-fos form .form-item-privacy input:checked + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
}
.fos .fos-inner .region-fos form .form-item-privacy input + .description {
  position: relative;
}
.fos .fos-inner .region-fos form .form-item-privacy input.error + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 24px;
  height: 24px;
  box-shadow: 0px 1px 0px 0px red;
}
.fos .fos-inner .region-fos form .form-item-privacy .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.27538;
  color: #777;
  margin-left: 0;
  font-family: "Space Grotesk", sans-serif;
}
.fos .fos-inner .region-fos form .form-item-privacy .description a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.fos .fos-inner .region-fos form .form-actions {
  margin-top: 10px;
}
.fos .fos-inner .region-fos form .form-actions button {
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #1a1a1a;
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
}
#footer {
  padding-top: 50px;
}
@media (min-width: 992px) {
  #footer {
    padding-top: 100px;
  }
}
#footer .footer-inner {
  display: grid;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  #footer .footer-inner {
    grid-template-columns: auto auto;
    gap: 0 55px;
  }
}
@media (min-width: 768px) {
  #footer .footer-inner {
    grid-template-columns: auto auto auto;
  }
}
@media (min-width: 1200px) {
  #footer .footer-inner {
    gap: 0 189px;
  }
}
#footer .footer-inner .logo a {
  display: flex;
  margin-bottom: 20px;
}
#footer .footer-inner .logo p {
  font-weight: 400;
  font-size: 16px;
  color: #777;
}
#footer .footer-inner .navi {
  grid-row: 2/3;
  grid-column: 1/2;
  margin-top: 20px;
}
@media (min-width: 576px) {
  #footer .footer-inner .navi {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #footer .footer-inner .navi {
    grid-row: auto;
    grid-column: auto;
  }
}
#footer .footer-inner .navi .region-navigation #block-vesta-theme-osnovnayanavigaciya-4 #block-vesta-theme-osnovnayanavigaciya-4-menu {
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
#footer .footer-inner .navi .region-navigation #block-vesta-theme-osnovnayanavigaciya-4 > ul.nav {
  flex-direction: column;
}
#footer .footer-inner .navi .region-navigation #block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li {
  margin-bottom: 5px;
}
#footer .footer-inner .navi .region-navigation #block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a {
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
  padding: 0;
}
#footer .footer-inner .navi .region-navigation #block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a:hover {
  text-decoration: underline;
}
#footer .footer-inner .navi .region-navigation #block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li:last-child {
  margin-bottom: 0;
}
#footer .footer-inner .contacts {
  display: flex;
  flex-direction: column;
  gap: 5px;
  grid-column: 1/2;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #footer .footer-inner .contacts {
    grid-column: auto;
    margin-top: 0;
  }
}
#footer .footer-inner .contacts a,
#footer .footer-inner .contacts p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
#footer .footer-inner .contacts a {
  text-decoration: none;
}
#footer .footer-inner .contacts a:hover {
  text-decoration: underline;
}
#footer .row-copiryght {
  display: flex;
  justify-content: space-between;
  gap: 10px 95px;
  margin-bottom: 24px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  #footer .row-copiryght {
    flex-direction: row;
  }
}
#footer .row-copiryght p,
#footer .row-copiryght a {
  font-weight: 400;
  font-size: 14px;
  color: #777;
  margin-bottom: 0;
}
#footer .row-copiryght a {
  text-decoration: none;
}
#footer .row-copiryght a:hover {
  text-decoration: underline;
}
.view-fotogalereya.view-display-id-page_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row {
  flex: 0 0 25%;
  padding: 0 15px;
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-field-gallery {
  margin-bottom: 20px;
  overflow: hidden;
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-field-gallery a {
  overflow: hidden;
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-field-gallery a img {
  transition: all 0.3s;
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-field-gallery a:hover img {
  transform: scale(1.1);
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-title a {
  font-weight: 500;
  font-size: 20px;
  color: #1a1a1a;
  text-decoration: none;
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-title a:hover {
  text-decoration: underline;
}
.view-gallery-page.view-display-id-block_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row {
  flex: 0 0 25%;
  padding: 0 15px;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row .views-field .field-content {
  margin-bottom: 20px;
  overflow: hidden;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row .views-field .field-content a {
  overflow: hidden;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row .views-field .field-content a img {
  transition: all 0.3s;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row .views-field .field-content a:hover img {
  transform: scale(1.1);
}
.nav-slide {
  margin-top: 10px;
}
.nav-slide .slick-list {
  margin: 0 -5px;
}
.nav-slide .slick-list .slick-track {
  display: flex;
}
.nav-slide .slick-list .slick-track .slick-slide {
  height: auto;
  margin: 0 5px;
}
.nav-slide .slick-list .slick-track .slick-slide img {
  height: 100% !important;
  object-fit: cover;
  border-radius: 10px;
}
.nav-slide .slick-list .slick-track .slick-current {
  opacity: 0.5;
}
.current-slide .slick-arrow::before {
  display: none;
}
.current-slide .slick-arrow svg rect,
.current-slide .slick-arrow svg path {
  transition: all 0.3s;
}
.current-slide .slick-arrow:hover svg path {
  fill: red;
}
.current-slide .slick-arrow:hover svg rect {
  stroke: red;
}
.current-slide .slick-list .slick-track {
  display: flex;
}
.current-slide .slick-list .slick-track .slick-slide {
  height: auto;
}
.current-slide .slick-list .slick-track .slick-slide a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.current-slide .slick-list .slick-track .slick-slide a img {
  border-radius: 10px;
}
.current-slide .slick-list .slick-track .slick-current {
  opacity: 0.5;
}
.current-slide .element a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.current-slide .element a img {
  border-radius: 10px;
}
.product-view-full {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .product-view-full {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .product-view-full {
    margin-bottom: 80px;
  }
}
.product-view-full .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 576px) {
  .product-view-full .title {
    flex-direction: row;
    align-items: center;
  }
}
.product-view-full .title h1 {
  font-weight: 400;
  font-size: 32px;
  color: #4e4e4d;
  font-family: "Times New Roman", sans-serif;
  margin-bottom: 0;
}
.product-view-full .title .sku {
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2a;
}
.product-view-full .title .sku label {
  color: #727272;
}
.product-view-full .product-teaser {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
}
@media (min-width: 992px) {
  .product-view-full .product-teaser {
    grid-template-columns: 500px 1fr;
  }
}
@media (min-width: 1200px) {
  .product-view-full .product-teaser {
    grid-template-columns: 570px 1fr;
  }
}
.product-view-full .product-teaser .product-teaser-image {
  max-width: 100%;
}
@media (min-width: 576px) {
  .product-view-full .product-teaser .product-teaser-image {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .product-view-full .product-teaser .product-teaser-image {
    max-width: 570px;
  }
}
.product-view-full .product-teaser .product-teaser-image .elements a img {
  border-radius: 10px;
}
.product-view-full .product-teaser .product-teaser-info {
  position: relative;
}
@media (min-width: 992px) {
  .product-view-full .product-teaser .product-teaser-info {
    max-width: 500px;
  }
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .product-title {
  display: none;
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .product-body {
  margin: 20px 0;
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .form-actions button {
  background: none;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #8b0000;
  border: 0;
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .form-actions button:hover {
  text-decoration: none;
}
.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body p a {
  text-decoration: none;
}
.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body p a:hover {
  text-decoration: underline;
}
.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body .mapContainer {
  height: 259px;
}
.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body .mapContainer iframe {
  height: 259px;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-short #vpa-short-wrapper {
  flex-direction: column;
}
@media (min-width: 576px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-short #vpa-short-wrapper {
    flex-direction: row;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-short #vpa-short-wrapper .vpa-content a {
  color: #8b0000;
  text-decoration: none;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-short #vpa-short-wrapper .vpa-content a:hover {
  text-decoration: underline;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-short #vpa-short-wrapper .vpa-actions button.btn {
  background: none;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #8b0000;
  border: 0;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-short #vpa-short-wrapper .vpa-actions button.btn:hover {
  text-decoration: none;
}
.modal-dialog .modal-content .modal-body form {
  display: grid;
  grid-template-columns: 100%;
}
.modal-dialog .modal-content .modal-body form strong.error,
.modal-dialog .modal-content .modal-body form .form-item--error-message,
.modal-dialog .modal-content .modal-body form .alert-error {
  display: none !important;
}
.modal-dialog .modal-content .modal-body form input.error,
.modal-dialog .modal-content .modal-body form textarea.error {
  box-shadow: 0px 0px 7px 0px red;
}
.modal-dialog .modal-content .modal-body form .form-item-name,
.modal-dialog .modal-content .modal-body form .form-item-phone {
  margin-bottom: 15px;
}
.modal-dialog .modal-content .modal-body form .form-item-name input,
.modal-dialog .modal-content .modal-body form .form-item-phone input {
  font-weight: 400;
  font-size: 14px;
  color: #777;
  font-family: "Space Grotesk", sans-serif;
  padding: 11px 13px;
  border: 1px solid #1a1a1a;
  border-radius: 0;
  margin-top: 0;
}
.modal-dialog .modal-content .modal-body form .form-item-name input:focus,
.modal-dialog .modal-content .modal-body form .form-item-phone input:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 7, 7, 0.25);
}
.modal-dialog .modal-content .modal-body form .form-item-message {
  margin-bottom: 12px;
}
.modal-dialog .modal-content .modal-body form .form-item-message textarea {
  font-weight: 400;
  font-size: 14px;
  color: #777;
  font-family: "Space Grotesk", sans-serif;
  padding: 11px 13px;
  border: 1px solid #1a1a1a;
  border-radius: 0;
}
.modal-dialog .modal-content .modal-body form .form-item-message textarea:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 7, 7, 0.25);
}
.modal-dialog .modal-content .modal-body form .form-item-privacy {
  align-self: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media (min-width: 576px) {
  .modal-dialog .modal-content .modal-body form .form-item-privacy {
    gap: 10px;
  }
}
.modal-dialog .modal-content .modal-body form .form-item-privacy .checkbox {
  position: relative;
}
.modal-dialog .modal-content .modal-body form .form-item-privacy .checkbox-custom {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
.modal-dialog .modal-content .modal-body form .form-item-privacy input {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  width: 13px;
  height: 13px;
  opacity: 0;
  cursor: pointer;
}
.modal-dialog .modal-content .modal-body form .form-item-privacy input:checked + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
}
.modal-dialog .modal-content .modal-body form .form-item-privacy input + .description {
  position: relative;
}
.modal-dialog .modal-content .modal-body form .form-item-privacy input.error + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 24px;
  height: 24px;
  box-shadow: 0px 1px 0px 0px red;
}
.modal-dialog .modal-content .modal-body form .form-item-privacy .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.27538;
  color: #777;
  margin-left: 0;
  font-family: "Space Grotesk", sans-serif;
}
.modal-dialog .modal-content .modal-body form .form-item-privacy .description a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.modal-dialog .modal-content .modal-body form .form-item-privacy .description a:hover {
  color: #8b0000;
}
.modal-dialog .modal-content .modal-footer {
  justify-content: center;
}
.modal-dialog .modal-content .modal-footer button {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #8b0000;
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.modal-dialog .modal-content .modal-footer button:hover {
  text-decoration: underline;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default table tbody td.views-field.views-field-edit-quantity .form-type-number .ajax-progress.ajax-progress-throbber {
  display: none !important;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default table tbody td.views-field.views-field-remove-button button {
  position: relative;
  width: 40px;
  height: 40px;
  color: transparent;
  background: white;
  border: 1px solid white;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default table tbody td.views-field.views-field-remove-button button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/remove.png");
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default table tbody td.views-field.views-field-remove-button button:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: black;
}
.cart.cart-form .order-total-line__subtotal {
  display: none;
}
.cart.cart-form .order-total-line__total .order-total-line-label::after {
  content: ":";
}
.order-total-line__subtotal {
  display: none;
}
.order-total-line__total .order-total-line-label::after {
  content: ":";
}
.layout-region-checkout-secondary {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .layout-region-checkout-secondary {
    margin-top: 0;
  }
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information {
  margin-bottom: 15px;
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information > legend {
  display: none;
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio .checkbox-custom {
  display: inline-block;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 13px;
  height: 13px;
  opacity: 0;
  cursor: pointer;
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio input:checked + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio input + .checkbox-custom {
  position: relative;
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio input.error + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 14px;
  height: 14px;
  box-shadow: 0px 1px 0px 0px red;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy {
  position: relative;
  margin-left: 0px;
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .form-item--error-message {
  display: none!important;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .error + .form-item--error-message + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  box-shadow: 0px 1px 0px 0px red;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .valid + .form-item--error-message + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .checkbox-custom {
  display: inline-block;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.08696;
  color: #fff;
  margin-left: 0;
}
@media (min-width: 576px) {
  form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .label {
    font-size: 14px;
  }
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .label a {
  color: inherit;
  text-decoration: none;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .label::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 13px;
  height: 13px;
  opacity: 0;
  cursor: pointer;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input:checked + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input + .checkbox-custom {
  position: relative;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input.error + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 14px;
  height: 14px;
  box-shadow: 0px 1px 0px 0px red;
}
.view-tovary.view-display-id-block_1,
.view-tovary.view-display-id-page_1 {
  position: relative;
}
.view-tovary.view-display-id-block_1 .view-header,
.view-tovary.view-display-id-page_1 .view-header {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .view-tovary.view-display-id-block_1 .view-header,
  .view-tovary.view-display-id-page_1 .view-header {
    margin-bottom: 30px;
  }
}
.view-tovary.view-display-id-block_1 .view-content,
.view-tovary.view-display-id-page_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  row-gap: 20px;
}
@media (min-width: 992px) {
  .view-tovary.view-display-id-block_1 .view-content,
  .view-tovary.view-display-id-page_1 .view-content {
    margin: 0 -15px;
  }
}
.view-tovary.view-display-id-block_1 .view-content .views-row,
.view-tovary.view-display-id-page_1 .view-content .views-row {
  flex: 0 0 100%;
  padding: 0 8px;
}
@media (min-width: 576px) {
  .view-tovary.view-display-id-block_1 .view-content .views-row,
  .view-tovary.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .view-tovary.view-display-id-block_1 .view-content .views-row,
  .view-tovary.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 33.333%;
  }
}
@media (min-width: 992px) {
  .view-tovary.view-display-id-block_1 .view-content .views-row,
  .view-tovary.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 25%;
    padding: 0 15px;
  }
}
.view-tovary.view-display-id-block_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-field-image-product-view a,
.view-tovary.view-display-id-page_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-field-image-product-view a {
  display: flex;
}
.view-tovary.view-display-id-block_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-field-image-product-view a img,
.view-tovary.view-display-id-page_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-field-image-product-view a img {
  max-width: 100%;
}
.view-tovary.view-display-id-block_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-variations form .product-price,
.view-tovary.view-display-id-page_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-variations form .product-price {
  font-weight: 400;
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
  margin-top: 20px;
}
.view-tovary.view-display-id-block_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-variations form .product-title,
.view-tovary.view-display-id-page_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-variations form .product-title {
  font-weight: 500;
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.view-tovary.view-display-id-block_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-variations form .product-body,
.view-tovary.view-display-id-page_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-variations form .product-body {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  margin-bottom: 10px;
}
.view-tovary.view-display-id-block_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-variations form .form-actions button,
.view-tovary.view-display-id-page_1 .view-content .views-row .product-teaser .product-teaser-inner .field--name-variations form .form-actions button {
  background: none;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #8b0000;
  border: 0;
}
.view-tovary.view-display-id-block_1 .more-link,
.view-tovary.view-display-id-page_1 .more-link {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .view-tovary.view-display-id-block_1 .more-link,
  .view-tovary.view-display-id-page_1 .more-link {
    position: absolute;
    top: -36px;
    right: 0;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .view-tovary.view-display-id-block_1 .more-link,
  .view-tovary.view-display-id-page_1 .more-link {
    top: -38px;
  }
}
.view-tovary.view-display-id-block_1 .more-link a,
.view-tovary.view-display-id-page_1 .more-link a {
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: right;
  color: #8b0000;
}
