/* - messages - */
.message {
  position: fixed;
  bottom: 0;
  text-align: center;
  display: block;
  margin: auto;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
  background: #921813;
  color: white;
  font-weight: bold;
  font-family: 'Chaparral Pro';
}

.error {
  position: fixed;
  bottom: 0;
  text-align: center;
  display: block;
  margin: auto;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
  background: #d63636;
  font-weight: bold;
  font-family: 'Chaparral Pro';
}

.message p,
.error p {
  font-size: 22px;
}

/* - header cart - */
header .cart_space {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .cart_space .cart,
header .cart_space .register {
  display: none;
  position: relative;
  text-decoration: none;
  padding: 0 10px 0 0;
}

header .cart_space .register i {
  font-size: 21px;
  padding-top: 2px;
}

header .cart_space .cart.active,
header .cart_space .register.active,
header .cart_space .register.loged {
  display: block;
}

header .cart_space .eshop_link {
  display: none;
  text-decoration: none;
  text-align: right;
}

header .cart_space .eshop_link.active {
  display: block;
}

header .cart_space .eshop_link .e {
  display: inline-block;
  font: inherit;
}

header .cart_space .eshop_link:hover .e {
  animation: rotate360 .6s forwards;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

header .cart_space .cart img {
  width: 21px;
  height: 23px;
  max-width: unset;
}

header .cart_space .cart .cart_count_items {
  position: absolute;
  bottom: 14px;
  right: -11px;
  font-size: 15px;
  background-color: #921813;
  color: white;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 22px;
}

header .cart_space {
  text-align: right;
}

/* COMPONENTS */
.top_bar .content h1 {
  color: white;
  font-size: 100px;
  font-weight: normal;
  text-align: center;
  text-shadow: 2px 2px 40px rgb(0 0 0);
  line-height: 1.1;
  margin: 20px 0;
  z-index: 11;
}

.top_bar .content h1 .bold {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: 600;
  text-shadow: inherit;
}

.about_block .about_section .about_section_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_block .about_section .about_section_content .left {
  width: calc(100% - 340px);
}

.about_block .about_section .about_section_content .right {
  width: 270px;
}

.about_block .members_section .members_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.about_block .members_section .members_links .member_link img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 70px;
  transition: all 0.3s;
}

.about_block .members_section .members_links .member_link:hover img,
.about_block .members_section .members_links .member_link:focus img {
  transform: scale(1.03) rotate(3deg);
}

.photos_separator_block .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.photos_separator_block .content .image-link {
  width: 25%;
  height: calc(16.875vw);
  overflow: hidden;
  position: relative;
}

.photos_separator_block .content .image-link .image_bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform .3s;
  pointer-events: none;
}

.photos_separator_block .content .image-link .content_cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .3s linear;
  transform: translateY(100%);
  pointer-events: none;
}

.photos_separator_block .content .image-link:hover .content_cover,
.photos_separator_block .content .image-link:focus .content_cover {
  transform: translateY(0px);
}

.photos_separator_block .content .image-link .content_cover h3 {
  color: white;
  font-size: 40px;
  text-align: center;
  pointer-events: none;
}

.photos_separator_block .slick-dots li button:before {
  font-size: 15px;
}

.varieties_block {
  background-image: url('../img/bg_varieties.png');
  background-position-x: -60px;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.varieties_block .block_padding {
  /* PRO ZOBRAZENI S BLOKEM ZATRIDIT VINO POD */
  /* padding-bottom: 130px;  */
}

.varieties_block h2 {
  margin-top: 0;
}

.varieties_block .varieties_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.varieties_block .varieties_section .slideshow {
  width: 700px;
}

.varieties_block .varieties_section .img_preview {
  width: calc(100% - 800px);
}

.varieties_block .varieties_section .slideshow .splide {
  margin-left: 50px;
}

.varieties_block .varieties_section .slideshow .splide .pagin_container {
  position: absolute;
  right: unset;
  left: -50px;
}

.varieties_block .varieties_section .slideshow .splide .pagin_element {
  background: white;
  border: 2px solid #921813;
  opacity: 1;
}

.varieties_block .varieties_section .slideshow .splide .pagin_element.is-active {
  background: #a78b31;
  border-color: #a78b31;
  opacity: 1;
}

.varieties_block .varieties_section .slideshow .splide__slide {
  display: flex;
  align-items: center;
}

.varieties_block .varieties_section .slideshow .splide__slide .name {
  font-size: 32px;
  margin-bottom: 25px;
}

.varieties_block .varieties_section .slideshow .splide__slide .hw_link {
  display: inline-block;
  margin-top: 25px;
}

.varieties_block .varieties_section .img_preview {
  position: relative;
  height: 400px;
}

.varieties_block .varieties_section .img_preview .variety_img_preview {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.varieties_block .varieties_section .img_preview .variety_img_preview.active {
  opacity: 1;
}

.varieties_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 30px;
}

.varieties_block_grid h2 {
  margin-top: 0;
}

.varieties_grid .card {
  position: relative;
  width: 33.333%;
  border: 1px solid transparent;
  border-right-width: 0;
  overflow: hidden;
  padding: 20px;
}

.varieties_grid .card:nth-child(3n+3),
.varieties_grid .card:last-child {
  border-right-width: 1px;
}

.varieties_grid .card:nth-child(n+4) {
  border-top-width: 0;
}

.varieties_grid .card h3 {
  text-align: center;
  margin-top: 10px;
  line-height: 1;
}

.varieties_grid .card .img_container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.varieties_grid .card .img_container img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: all .5s;
}

.varieties_grid .card .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: all .3s;
  text-align: center;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  z-index: 2;
}

.varieties_grid .card:hover .img_container img {
  transform: scale(0.95) rotate(5deg);
}

.varieties_grid .card:hover .overlay {
  transform: translateY(0);
}

.classification_block {
  background-image: url(../img/bg_foot.png);
  background-position-x: 90%;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: 45%;
  background-color: #80808024;
}

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

.classification_block .content .wine_images_overlay {
  width: 350px;
  position: relative;
}

.classification_block .content .wine_images_overlay .wine_images_overlay_container {
  height: calc(100% + 60px);
  bottom: 60px;
  position: relative;
  overflow: hidden;
}

.classification_block .content .wine_images_overlay img {
  position: absolute;
}

.classification_block .content .wine_images_overlay img:first-child {
  left: 0;
  width: 200px;
  top: 40px;
}

.classification_block .content .wine_images_overlay img:last-child {
  right: 0;
  width: 210px;
  top: 0px;
}

.classification_block .content .classification_section {
  width: calc(100% - 410px);
  padding: 30px 0 50px;
}

.classification_block .content .classification_section h2 {
  margin-top: 0;
}

.classification_block .content .classification_section p {
  max-width: 750px;
}

.classification_block .content .classification_section .links_area {
  margin-top: 80px;
  margin-left: 55px;
}

.classification_block .content .classification_section .links_area a:first-child {
  margin-right: 60px;
}

.classification_block .content .classification_section .links_area .circled_link {
  position: relative;
  padding: 30px;
}

.classification_block .content .classification_section .links_area .circled_link::after {
  content: "";
  display: block;
  background-image: url(../img/splash.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  transition: transform 0.3s;
}

.classification_block .content .classification_section .links_area .circled_link:hover::after,
.classification_block .content .classification_section .links_area .circled_link:focus::after {
  transform: scale(1.05);
}

.classification_block .content .classification_section .links_area .referenced_link:before {
  content: "";
  display: block;
  background-image: url(../img/icons/sipka_02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 60px;
  top: -75px;
  z-index: 3;
  transform: rotate(110deg);
}

footer.subpage {
  padding-top: 60px;
  background: #eee;
}

footer.subpage .upper_footer {
  padding-top: 0px;
}

footer .upper_footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

footer .upper_footer .content {
  display: flex;
  justify-content: space-between;
}

footer .upper_footer .content .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 350px;
}

footer .upper_footer .content .col h2 {
  margin-top: 0;
}

footer .upper_footer .content .col .contact_block {
  margin: 0 auto 25px;
}

footer .upper_footer .content .col .contact_block img {
  display: block;
  height: 32px;
  width: auto;
  margin: 0 auto 10px;
}

footer .upper_footer .content .col .contact_block a {
  display: block;
  text-decoration: none;
  line-height: 1.3;
}

footer .upper_footer .content .col .logo img {
  width: 100%;
  height: auto;
  max-width: 155px;
}

footer .upper_footer .content .col .company_info p {
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}

footer .upper_footer .content .col .footer_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer .upper_footer .content .col .footer_menu .link {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #921813;
  transition: all .3s;
  padding-bottom: 5px;
}

footer .upper_footer .content .col .footer_menu .link:last-child {
  padding-bottom: 0;
}

footer .upper_footer .content .col .footer_menu .link:hover,
footer .upper_footer .content .col .footer_menu .link:focus {
  transform: scale(1.01);
}

footer .upper_footer .content .col .copy {
  font-size: 18px;
}

footer .webdev_footer {
  background-color: #921813;
}

footer .webdev_footer p,
footer .webdev_footer a {
  color: white;
  text-align: center;
}

footer .webdev_footer p {
  padding: 20px;
}

footer .webdev_footer a {
  transition: all .3s;
  display: inline-block;
}

footer .webdev_footer a:hover {
  opacity: 0.8;
}

.categories_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.categories_menu .option {
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 20%;*/
  width: 33.333%;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #921813;
  /*border-right-width: 0px;*/
  color: black;
  background: transparent;
  padding: 16px 15px 13px;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

  .categories_menu .option {
    border-right-width: 0px;
  }
  .categories_menu .option:nth-child(3n+3),
  .categories_menu .option:last-child {
    border-right-width: 1px;
  }
  .categories_menu .option:nth-child(n+4) {
    border-top-width: 0px;
  }
  
/*
.categories_menu .option:nth-child(5n+5),
.categories_menu .option:last-child {
  border-right-width: 1px;
}

.categories_menu .option:nth-child(n+6) {
  border-top-width: 0px;
}
*/
.categories_menu .option:hover,
.categories_menu .option:focus,
.categories_menu .option.active {
  color: white;
  background-color: #921813;
  border-color: #921813;
  border-top-width: 0px;
}

.order_filter_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  position: relative;
}

.order_filter_container .block {
  margin: 0 20px;
}

.order_filter_container .block p {
  font-size: 17px;
}

.order_filter_container .block p a {
  font-size: 14px;
  text-decoration: none;
}

.order_filter_container .show_filter_dialog {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  cursor: pointer;
}

.order_filter_container .show_filter_dialog.active {
  color: #921813;
}

.order_filter_container .show_filter_dialog:hover,
.order_filter_container .show_filter_dialog:focus {
  color: #a78b31;
}

.order_filter_container .show_filter_dialog i {
  pointer-events: none;
}

.products_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.products_container .product_container {
  width: 25%;
  border: 1px solid #921813;
  border-right-width: 0px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.products_container .product_container:nth-child(4n+4),
.products_container .product_container:last-child {
  border-right-width: 1px;
}

.products_container .product_container:nth-child(n+5) {
  border-top-width: 0px;
}

.products_container .product_container .cart_menu_open_button {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  font-size: 20px;
  color: #00000033;
  transition: all .3s;
}

.products_container .product_container .cart_menu_open_button:hover,
.products_container .product_container .cart_menu_open_button:focus {
  transform: rotate(4deg);
  color: #00000055;
}

.products_container .product_container .image_preview {
  height: 240px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.products_container .product_container .bottom_desc {
  padding: 10px;
  height: calc(100% - 240px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.products_container .product_container .name {
  text-align: center;
  font-size: 23px;
  margin: 5px 0;
}

.products_container .product_container .winery {
  text-align: center;
  font-size: 15px;
  margin: 0;
  font-weight: normal;
}

.products_container .product_container .price {
  text-align: center;
  text-align: center;
  padding: 5px 0;
  font-size: 22px;
  font-weight: bold;
  color: #921813;
}

.page_list {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}

.page_list .number {
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  margin: 1px;
  color: #182339;
}

.page_list .number.active {
  color: #EA565A;
  text-decoration: underline;
}

.page_list .number:hover,
.page_list .number:focus,
.page_list .number:hover i:before {
  color: #EA565A;
}

.page_list .pageArrowLeft {
  margin-right: 30px;
}
.page_list .pageArrowRight {
  margin-left: 30px;
}

.products_container .product_container .bottom_cart_options {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.3s;
  background-color: #921813;
  padding: 10px;
  z-index: 4;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.products_container .product_container:hover .bottom_cart_options,
.products_container .product_container:focus .bottom_cart_options,
.products_container .product_container .bottom_cart_options.active {
  transform: translateY(0%);
  -webkit-box-shadow: 0px -1px 6px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px -1px 6px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px -1px 6px 0px rgba(255, 255, 255, 1);
}

.products_container .product_container .bottom_cart_options input {
  width: 50px;
  background-color: white;
  outline: unset;
  border: unset;
  text-align: center;
}

.products_container .product_container .bottom_cart_options button {
  width: calc(100% - 60px);
  background-color: white;
  outline: unset;
  border: unset;
  padding: 15px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
}

.products_container .product_container .bottom_cart_options button:hover,
.products_container .product_container .bottom_cart_options button:focus {
  background-color: #921813;
  color: white;
  outline: 1px solid white;
}

.filter_cover {
  display: none;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 5px;
}

.filter_cover .filters_attributes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.filter_cover .filters_attributes .attribute_container {
  width: 20%;
  padding: 5px;
}

.filter_cover .filters_attributes .attribute_container .name {
  font-weight: bold;
  margin-bottom: 2px;
}

.filter_cover .filters_attributes .attribute_container .attribute_value select {
  outline: unset;
  border: 1px solid #921813;
  padding: 5px;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
}

.filter_cover .filter_submit_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 5px;
}

.filter_cover .filter_submit_container .button {
  padding: 7px 10px;
  min-width: 120px;
  min-height: 38px;
  border: 1px solid #921813;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: block;
  margin: 0;
}

.filter_cover .filter_submit_container .button:last-child {
  margin-left: 5px;
}

.filter_cover .filter_submit_container .button.exit {
  color: rgb(150, 32, 32);
}

.filter_cover .filter_submit_container .button:hover,
.filter_cover .filter_submit_container .button:focus {
  color: white;
  background-color: #921813;
}

.product_detail_page .back_button {
  position: relative;
  cursor: pointer;
  display: block;
  text-decoration: none;
  font-weight: 600;
}

.product_detail_page {
  margin: 120px 0 50px;
}

.product_detail_page .back_button:before {
  content: "";
  display: inline-block;
  background-image: url('../img/icons/sipka_01.svg');
  background-repeat: no-repeat;
  height: 8px;
  width: 80px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}

.product_detail_page .back_button:hover:before,
.product_detail_page .back_button:focus:before {
  transform: rotate(180deg) translateX(5px);
}

.product_detail_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 30px;
}

.product_detail_container .left_image {
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_detail_container .left_image img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  transition: all .3s ease-in-out;
}

.product_detail_container .left_image a:focus {
  outline: unset;
}

.product_detail_container .left_image a:hover img {
  transform: scale(0.95);
}

.product_detail_container .info_form_container {
  width: calc(100% - 465px);
  margin-left: 15px;
  padding: 20px;
  /* background-color: #f5f5f5; */
  /* background-image: linear-gradient(90deg, #f5f5f5, #ffffffff); */
}

.product_detail_container .info_form_container .name {
  font-weight: 600;
  margin: 30px 0 15px;
}

.product_detail_container .info_form_container .winery_link {
  display: flex;
  align-items: center;
  /* background-image: linear-gradient(45deg, white, transparent); */
  /* padding: 10px 15px; */
  margin-top: 55px;
  text-decoration: none;
}

.product_detail_container .info_form_container .winery_link:focus,
.product_detail_container .info_form_container .winery_link:hover {
  outline: unset;
}

.product_detail_container .info_form_container .winery_link img {
  max-width: 120px;
  max-height: 100px;
  width: auto;
  height: auto;
  margin-right: 20px;
}

.product_detail_container .info_form_container .winery_link h4 {
  color: black;
  font-weight: 500;
  font-size: 22px;
  margin: 10px 0;
  position: relative;
}

.product_detail_container .info_form_container .winery_link h4::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: black;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.product_detail_container .info_form_container .winery_link:hover h4::before {
  width: 100%;
  visibility: visible;
}

.product_detail_container .info_form_container .desc_container {
  max-width: 850px;
}

.product_detail_container .info_form_container .desc_container :is(p,
a,
ul,
ol,
li,
span) {
  font-size: 17px;
  line-height: 1.3;
}

.product_detail_container .info_form_container .price_form_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  max-width: 550px;
}

.product_detail_container .info_form_container .price_form_container .price {
  font-weight: bold;
  margin: 5px 0;
  font-size: 60px;
}

.product_detail_container .info_form_container .price_form_container input {
  display: inline-block;
  outline: unset;
  border: 1px solid #921813;
  padding: 15px;
  font-size: 17px;
  width: 70px;
  height: 55px;
}

.product_detail_container .info_form_container .price_form_container .button {
  display: inline-block;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background-color: #921813;
  border: 1px solid #921813;
  width: 200px;
  height: 55px;
}

.product_detail_container .info_form_container .price_form_container .button:hover,
.product_detail_container .info_form_container .price_form_container .button:focus {
  background-color: white;
  color: black;
}

.attributes_container h2 {
  display: block;
  width: 100%;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  margin: 40px 0 20px;
}

.attributes_container .attributes_cols {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin: auto;
  text-align: left;
  margin-left: 0;
}

.attributes_container .attributes_cols .col {
  width: calc(50% - 10px);
}

.attributes_container .attributes_cols .col .attribute_line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.attributes_container .attributes_cols .col .attribute_line .attr_name,
.attributes_container .attributes_cols .col .attribute_line .attr_value {
  font-size: 16px;
  line-height: 1.6;
}

.attributes_container .attributes_cols .col .attribute_line .attr_name {
  font-weight: 600;
}

.global_loading_cover {
  display: none;
  background-color: #00000033;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.global_loading_cover .global_loading_content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.global_loading_cover .global_loading_content .loading {
  width: 60px;
  height: 60px;
}

.cart_table {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.cart_table tr {
  border-bottom: 1px solid #ccc;
}

.cart_table th,
.cart_table td {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}

.cart_table a {
  font: inherit;
}

.cart_table tr th:first-child,
.cart_table tr td:first-child {
  text-align: left;
}

.cart_table tr td:nth-child(2) {
  width: 100px;
}

.cart_table tr td:nth-child(3),
.cart_table tr td:nth-child(4) {
  width: 150px;
}

.cart_table tr td:last-child {
  width: 40px;
}

.cart_table th {
  font-weight: bold;
}

.cart_table .cart_button {
  outline: unset;
  border: unset;
  padding: 3px;
  color: black;
  vertical-align: middle;
  line-height: 1;
  padding: 1px;
  background-color: transparent;
}

.cart_table .cart_button.amount {
  border: 1px solid #ddd;
  background-color: #eee;
  border-radius: 2px;
  padding: 3px 5px;
  color: #333;
}

.cart_table .amount_value {
  vertical-align: middle;
  font-weight: 600;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.cart_table input.amount {
  padding: 6px 8px;
  width: 50px;
  font-size: 16px;
  font-weight: normal;
  outline: unset;
  border: 1px solid #ccc;
}

.cart_summary {
  margin: 35px auto 0;
}

.cart_summary h4 {
  margin: 5px 0;
  font-size: 22px;
  font-weight: normal;
  color: #921813;
  text-align: center;
}

.cart_summary h3 {
  margin: 5px 0;
  font-size: 25px;
  color: #921813;
  text-align: center;
}

.cart_action_area {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 15px auto 0;
  max-width: 600px;
}

.cart_action_area .button {
  padding: 10px 15px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #921813;
  width: calc(50% - 5px);
  transition: all .3s;
  line-height: 1.4;
  font-size: 19px;
  font-weight: bold;
  cursor: pointer;
}

.cart_action_area .button.highlighted {
  background-color: #921813;
  color: white;
}

.cart_action_area .button.disabled {
  background-color: #ddd;
  color: #666;
  border-color: #666;
}

.cart_action_area .button:hover,
.cart_action_area .button:focus {
  background-color: black;
  color: white;
}

.cart_action_area .button.disabled:hover {
  background-color: #ddd;
  color: #666;
}

.cart_message {
  max-width: 800px;
  margin: 0 auto;
}

.cart_message p {
  text-align: center;
}

.cart_message.error_message {
  color: red;
}

.under_350_inline {
  display: none;
}

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

.order .row .block {
  width: calc(50% - 30px);
  max-width: 650px;
}

.order .row .block h2 {
  font-size: 22px;
  font-weight: 600;
}

.order input[type="text"],
.order input[type="number"],
.order input[type="tel"],
.order input[type="email"] {
  display: block;
  width: 100%;
  outline: unset;
  border: unset;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px 9px;
  margin: -1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.order input[type="checkbox"] {
  margin-bottom: 15px;
}

.order input[type="radio"] {
  margin: 5px 0;
}

.order_item_block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.order_item_block>* {
  font-weight: 600;
  line-height: 1.1;
  padding: 5px 0;
}

.order_item_block .name {
  width: calc(100% - 150px);
}

.order_item_block .amount {
  width: 40px;
  text-align: left;
}

.order_item_block .price {
  width: 100px;
  text-align: right;
}

.order_finish_block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 25px;
}

.order_finish_block .total_price {
  font-size: 28px;
  color: #921813;
  font-weight: 600;
  margin: 5px 0;
}

.order_finish_block .total_price span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.order_finish_block .terms {
  margin: 5px 0;
  font-size: 16px;
}

.order_finish_block .terms a {
  font-size: inherit;
}

.order_finish_block .finish_order_button {
  padding: 15px 15px 13px;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  outline: unset;
  border: 1px solid #921813;
  background-color: #921813;
  color: white;
  transition: all .3s;
}

.order_finish_block .finish_order_button:hover,
.order_finish_block .finish_order_button:focus {
  background-color: white;
  color: black;
}

.finished_order_container {
  height: 100%;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.finished_order_container h2,
.finished_order_container p {
  text-align: center;
}

.wineries_container .winery_block {
  margin: 20px 0;
  position: relative;
}

.wineries_container .winery_block.odd {
  background-color: white;
}

.wineries_container .winery_block.even {
  background-color: #eee;
}

.wineries_container .winery_block .anchor {
  position: relative;
  top: -90px;
  visibility: hidden;
}

.wineries_container .winery_block_content {
  display: flex;
  justify-content: space-between;
}

.wineries_container .winery_block_content .gallery_container {
  width: 600px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wineries_container .winery_block_content .gallery_cover {
  width: 100%;
}

.wineries_container .winery_block_content .gallery_cover .ug-gallery-wrapper .ug-slider-wrapper {
  background: transparent;
}

.wineries_container .winery_block_content .desc_container {
  width: calc(100% - 675px);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 0;
}

.wineries_container .winery_block_content h2,
.wineries_container .winery_block_content p,
.wineries_container .winery_block_content a {
  text-align: left;
}

.wineries_container .winery_block_content h2 {
  font-size: 28px;
}

.wineries_container .winery_block_content a {
  color: black;
  font-weight: 600;
  text-decoration: none;
}

.wineries_container .winery_block_content :is(p,
a,
ul,
ol,
li,
span) {
  font-size: 18px;
  line-height: 1.4;
}

.wineries_container .winery_block_content .hw_link {
  font-weight: normal;
  font-size: 25px;
}

.wineries_container .winery_block_content .head_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.wineries_container .winery_block_content .head_container .logo_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
}

.wineries_container .winery_block_content .head_container .logo_container img {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
}

.wineries_container .winery_block_content .head_container .right_text {
  border-left: 2px solid #ddd;
  padding-left: 20px;
}

.wineries_container .winery_block_content .head_container .right_text .line,
.wineries_container .winery_block_content .head_container .right_text .line * {
  text-align: left;
}

.wineries_container .winery_block_content .head_container .right_text .line {
  padding: 1px 0;
}

.wineries_container .winery_block_content .head_container .right_text .line h2,
.wineries_container .winery_block_content .head_container .right_text .line p,
.wineries_container .winery_block_content .head_container .right_text .line a {
  margin: 0;
  padding: 0;
}

.wineries_container .winery_block_content .head_container .right_text .line img {
  height: auto;
  width: 20px;
  margin-right: 10px;
}

.wineries_container .winery_block_content .socials_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}

.wineries_container .winery_block_content .head_container .right_text .socials_container img {
  width: auto;
  height: 25px;
  margin-right: 10px;
}

.contacts_list_container {
  margin-top: 50px;
}

.contacts_list {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

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

.contacts_list .contact_card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc(33.3333% - 17px);
  margin: 0 10px 55px 10px;
}

.contacts_list .contact_card:nth-child(3n+1) {
  margin-left: 0;
}

.contacts_list .contact_card:nth-child(3n+3) {
  margin-right: 0;
}

.contacts_list .contact_card .image {
  width: 135px;
  height: auto;
}

.contacts_list .contact_card .desc_container {
  width: calc(100% - 150px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 20px 20px 10px;
}

.contacts_list .contact_card .desc_container .top,
.contacts_list .contact_card .desc_container .bottom {
  width: 100%;
}

.contacts_list .contact_card .desc_container .line {
  display: flex;
  align-items: center;
  width: 100%;
}

.contacts_list .contact_card .desc_container .line img {
  width: auto;
  height: auto;
  max-width: 22px;
  max-height: 22px;
  margin-right: 8px;
}

.contacts_list .contact_card .desc_container .line a {
  text-decoration: none;
}

.contacts_list .contact_card .desc_container .line a::before {
  height: 1px;
}

.contacts_list .contact_card .desc_container .line,
.contacts_list .contact_card .desc_container .line a {
  font-size: 15px;
}

.contacts_list .contact_card .desc_container .line.name {
  font-weight: bold;
}

.contacts_form h2 {
  text-align: center;
}

.contacts_form .form_container {
  max-width: 800px;
  margin: auto;
}

.contacts_form .form_container textarea {
  height: 160px;
}

.partners_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1000px;
  margin: auto;
}

.partners_list .elem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-bottom: 20px;
  outline: unset;
}

.partners_list img {
  width: auto;
  height: 100px;
  transition: all .4s ease-in-out;
}

.partners_list .elem:hover img,
.partners_list .elem:focus img {
  transform: scale(1.03) rotate(3deg);
}

.varieties_page_list .variety_card {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

.varieties_page_list .variety_card .top {
  display: flex;
  position: relative;
}

.varieties_page_list .variety_card:first-child {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
}

.varieties_page_list .variety_card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.varieties_page_list .variety_card .anchor {
  position: relative;
  top: -140px;
  visibility: hidden;
}

.varieties_page_list .variety_card .image {
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.varieties_page_list .variety_card.odd .image {
  order: 1;
}

.varieties_page_list .variety_card.even .image {
  order: 2;
}

.varieties_page_list .variety_card .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 280px;
}

.varieties_page_list .variety_card .right_container {
  width: calc(100% - 350px);
  padding: 20px;
}

.varieties_page_list .variety_card.odd .right_container {
  order: 2;
}

.varieties_page_list .variety_card.even .right_container {
  order: 1;
}

.varieties_page_list .variety_card .right_container h2 {
  margin-top: 10px;
}

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

.downloads_page_container .col {
  width: calc(50% - 15px);
}

.downloads_page_container .col h2 {
  font-size: 30px;
}

.downloads_page_container .col a {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
  padding: 3px 0;
}

.downloads_page_container .col a i {
  padding-right: 10px;
}

.downloads_page_container .col a span {
  font: inherit;
  text-decoration: underline;
}

.wineries_menu_container {
  margin: 50px 25px;
}

.wineries_menu .winery_item {
  padding: 10px;
  height: 100%;
  display: inline-flex !important;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
}

.wineries_menu .winery_item.active {
  border: 1px solid #921813;
  -webkit-box-shadow: 0 0 3px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 3px 0px rgb(0 0 0 / 20%);
  box-shadow: 0 0 3px 0px rgb(0 0 0 / 20%);
}

.wineries_menu .winery_item .logo_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.wineries_menu .winery_item .logo_container .logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all .3s;
}

.wineries_menu .winery_item .name h3 {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: all .3s;
}

.wineries_menu .winery_item:hover h3 {
  transform: translateY(2px);
}

.wineries_menu .winery_item:hover .logo_container .logo {
  transform: scale(0.98) rotate(3deg);
}

.wineries_menu .slick-prev:before,
.wineries_menu .slick-next:before {
  color: #921813;
}

.wineries_menu .slick-slide {
  padding: 10px;
}

.wineries_menu .slick-slide>div {
  height: 100%;
}

.wineries_menu .slick-track {
  display: flex;
  align-items: stretch;
}

.no_items {
  font-weight: 600;
  text-align: center;
}

.adult_submit__cover {
  position: fixed;
  background-color: #0000008a;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.adult_submit__content {
  background-color: white;
  margin: 15px;
  padding: 25px;
  text-align: center;
  min-width: 25%;
  -webkit-box-shadow: 0 0 9px 3px rgb(0 0 0 / 43%);
  -moz-box-shadow: 0 0 9px 3px rgb(0 0 0 / 43%);
  box-shadow: 0 0 9px 3px rgb(0 0 0 / 43%);
}

.adult_submit__message {
  text-align: center;
  font-size: 1.7em;
  line-height: 1.1;
}

.adult_submit__button {
  background-color: #921813;
  color: white;
  border: 1px solid transparent;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1em;
  font-size: 1.2em;
  margin-top: 1em;
  transition: all .3s;
}

.adult_submit__button:hover {
  color: #921813;
  border-color: #921813;
  background-color: white;
}

.other_prods_container__title,
.other_prods_container__subtitle {
  text-align: center;
  font-weight: normal;
}

.other_prods_container__title {
  margin-bottom: 0;
}

.other_prods_container__subtitle {
  margin-top: 0;
}

.prods_carousel {
  width: calc(100% - 60px);
  margin: 0 30px;
}

.prods_carousel .slick-prev:before,
.prods_carousel .slick-next:before {
  color: #921813;
}

.prods_carousel .slick-track {
  display: flex;
  align-items: stretch;
}

.prods_carousel .slick-slide>div {
  height: 100%;
}

.prods_carousel__card {
  height: 100%;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all .3s;
}

.prods_carousel__card__image {
  width: 100%;
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.prods_carousel__card__image--compact {
  height: 170px;
}

.prods_carousel__card__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 3em;
  height: calc(100% - 200px);
  padding: 15px;
}

.prods_carousel__card__name,
.prods_carousel__card__winery,
.prods_carousel__card__price {
  text-align: center;
}

.prods_carousel__card__name {
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 1.2em;
}

.prods_carousel__card__winery {
  font-size: .9em;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 5px;
}

.prods_carousel__card__price {
  margin: 5px 0 0;
}

.prods_carousel__card:focus {
  outline: none;
}

.prods_carousel__card:hover {
  border-color: #921813;
}

.pup-cover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  background-color: #00000055;
}

.pup-content {
  position: relative;
  display: grid;
  /* two items */
  /* grid: auto / 1fr 1fr; */
  /* single item */
  grid: auto / 1fr;
  gap: 1rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

.pup-content a img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 20px 0 #7a7a7a;
  cursor: pointer;
}

.pup-content a img:hover {
  box-shadow: 0 0 20px 0 #dadada;
}

.pup-close {
  position: absolute;
  top: .5rem;
  right: .5rem;
  font-size: 1.5rem;
  transition: all .15s;
  cursor: pointer;
  color: white;
}

.pup-close i {
  pointer-events: none;
}

.pup-close:hover {
  transform: scale(1.2);
}

.galleries-list{
  display: grid;
  grid: auto / 1fr;
  gap: 4rem;
}

.galleries-list__item h2{
  text-align: center;
  margin-bottom: 1em;
}

button.prods_button.add_to_cart {
  margin: 0;
}
