@charset "UTF-8";

:root {
  --main-accent-color: #E30613;
  --main-base-color: #fff;
  --main-accent-2-color: #969696;
  --main-transparent-bg-color: #d1d1d1;
  --red: #E30613;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #000;
  font-family: 'DINPro', sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}

header {
  margin: 0 !important;
  padding-bottom: 1em;
  background: url('https://old.dailydose.com.ua/wp-content/uploads/2023/06/bg-head-min.jpg') no-repeat;
  background-size: cover;
}

p {
  margin: 0;
  color: #fff;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 100%;
  overflow: hidden;
  background: url(https://old.dailydose.com.ua/wp-content/uploads/2023/07/bg-central-other-pages-min.jpg) repeat-y;
  background-size: cover;
}

button {
  outline: none !important;
}

.btn-close {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.slick-slide {
  outline: none !important;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
}

.tab-content > .active,
.pill-content > .active {
  height: auto;
  /* let the content decide it  */
}

/* bootstrap hack end */
header {
  padding-top: 10px;
  margin-bottom: 1em;
}

@media (max-width: 575.98px) {
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  header .social {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .social {
    display: none;
  }
}

header .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  justify-content: flex-end;
}

header .social ul li {
  margin-right: 15px;
}

header .social ul li svg, header .social ul li img {
  width: 30px;
  height: 30px;
}

header .social ul li a {
  width: 40px;
  height: 40px;
  background-color: unset;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .social ul li a svg {
  width: 30px;
  height: 30px;
}

header .social ul li a:hover svg path {
  stroke: var(--red, #B72D25);
}

@media (max-width: 575.98px) {
  header .social ul li a {
    width: unset;
  }
  header .social ul li svg, header .social ul li img {
    width: 25px;
    height: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .social ul li a {
    width: unset;
  }
}

header .fixed-header {
  position: relative;
  background: #000;
  position: fixed;
  top: 0;
  z-index: 12;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .fixed-header.smaller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;

}

.fixed-header .container {
  display: flex;
  flex-direction: column;
  flex-basis: 95%;
  margin: 0;
  width: 100%;
}

@media (max-width: 575.98px) {
  header .fixed-header.smaller {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .fixed-header.smaller {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .fixed-header.smaller {
    display: none;
  }
}

header .fixed-header .logo {
  position: relative;
  display: flex;
  flex-basis: 10%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .fixed-header .logo {
    display: none;
  }
}

header .fixed-header .logo img {
  max-width: 75px;
  height: 35px;
  margin-top: 0;
}

header .fixed-header .navigation {
/*  margin-left: auto;*/
    margin: 0.5em 0; 
    justify-content: flex-end;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  header .fixed-header .navigation {
    margin-left: 32px;
  }
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: flex-start;
}

@media (max-width: 575.98px) {
  header .logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

header .logo img {
  max-width: 136px;
  margin-top: .85em;
}

header .logo img.mob-logo {
  display: none;
}

@media (max-width: 575.98px) {
  header .logo img {
    max-width: 74px;
    display: none;
  }

  header .logo img.mob-logo {
    display: block;
    max-width: 120px;
    margin: 0.85em 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .logo img {
    max-width: 74px;
  }
}

header .phone_delivery_block {
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-around;
}

header .phone_delivery_block .phone-container {
  display: none;
}

@media (max-width: 575.98px) {
  header .phone_delivery_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .phone_delivery_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 70px;
    border-top: 1px solid #ffffff57;
    padding-top: 18px;
  }
}

header .phone_delivery_block a.phone {
  text-decoration: none;
  color: var(--main-base-color);
  font-family: 'DINPro';
  font-size: 16px;
  line-height: 100%;
}

/*header .phone_delivery_block a.phone:hover {
  color: var(--main-accent-color);
}

@media (max-width: 575.98px) {
  header .phone_delivery_block a.phone:hover {
    color: #ffffff;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .phone_delivery_block a.phone:hover {
    color: #ffffff;
  }
}*/

@media (max-width: 575.98px) {
  header .phone_delivery_block a.phone {
    color: #ffffff;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .phone_delivery_block a.phone {
    color: #ffffff;
  }
}

header .phone_delivery_block a.delivery {
  color: #ffffff;
  font-size: 24px;
  font-family: 'DDO';
  line-height: 100%;
  text-transform: uppercase;
  width: 232.429px;
  height: 58px;
  flex-shrink: 0;
  background: url('https://old.dailydose.com.ua/wp-content/uploads/2023/07/group-33.png') no-repeat;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  margin-left: 20px;
}

header .phone_delivery_block a.delivery:hover {
/*  background-color: #ffffff;*/
/*  background-image: none;*/
/*  border-color: var(--main-accent-color);*/
/*  color: #000;*/
}

@media (max-width: 575.98px) {
  header .phone_delivery_block a.delivery {
    margin: 0;

    width: 215px;
    height: 49px;
    font-size: 20px;
    background: url('https://old.dailydose.com.ua/wp-content/uploads/2023/07/group-35.svg') no-repeat;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .phone_delivery_block a.delivery {
/*    width: -webkit-fit-content;*/
/*    width: -moz-fit-content;*/
/*    width: fit-content;*/
/*    height: unset;*/
/*    margin: 0;*/
  }
}

header .navigation {
  margin-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 575.98px) {
  header .navigation {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .navigation {
    display: none;
  }
}

header .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.fixed-header .navigation ul {
  column-gap: 1.5em;
}

header .navigation ul .nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navigation ul .nav-item .nav-link {
  color: var(--main-base-color);
  font-size: 18px;
  font-family: 'DINPro Condensed', sans-serif;
  line-height: 1.55;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 0px;
  padding-right: 0px;
}
/*
header .navigation ul .nav-item:last-child .nav-link {
  text-decoration: underline;
}*/

header .navigation ul .nav-item .sub_menu .nav-link {
  color: #000;
}

@media (min-width: 1140px) and (max-width: 1440.98px) {
  .navigation.col-12 .desktop-menu {
    column-gap: 33px;
  }
  .fixed-header .navigation ul {
      column-gap: 2em;
  }
  footer .footer_data {
    padding: 160px 40px 65px 40px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .navigation ul .nav-item .nav-link {
    font-size: 13px;
  }
}


header .navigation ul .nav-item .nav-link:hover {
  color: var(--main-accent-color);
}

header .navigation ul .nav-item .nav-link:hover .sub_menu {
  display: inline;
}

header .navigation ul .nav-item .sub-link::after {
  content: '▾';
}

@media (max-width: 575.98px) {
  header .navigation ul .nav-item .sub-link::after {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .navigation ul .nav-item .sub-link::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .navigation ul .nav-item .sub-link::after {
    display: none;
  }
}

header .navigation ul .nav-item .nav-link:hover ~ .sub_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .navigation .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 575.98px) {
  header .navigation .search {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .navigation .search {
    display: none;
  }
}

header .navigation .sub_menu ~ .nav-item {
  color: #000000;
}

header .navigation .sub_menu {
  padding: 18px 20px;
  background-color: #ffffff;
  text-align: center;
  max-width: 150px;
  border-radius: 0px;
  border: 1px solid var(--main-accent-color);
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  top: 37px;
  display: none;
  z-index: 2;
}

header .navigation .sub_menu:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*header .navigation .sub_menu::before {
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: -21px;
  border-bottom-color: #499299;
}

header .navigation .sub_menu::after {
  content: '';
  position: absolute;
  border: solid transparent;
  border-width: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: -20px;
  border-bottom-color: #ffffff;
}*/

header .navigation .sub_menu .nav-item {
  padding: 0px;
  margin-bottom: 12px;
}

header .navigation .sub_menu .nav-item:last-child {
  margin-bottom: 0px;
}

header .navigation .sub_menu .nav-item .nav-link {
  padding: 0px;
}

.mobil_nav #sidebarMenu {
  position: fixed;
  left: 0;
  width: 100%;
  margin-top: 0px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  height: 100vh;
  min-height: 450px;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  top: 0px;
  overflow-y: scroll;
}

.mobil_nav #sidebarMenu::-webkit-scrollbar {
  /* chrome based */
  width: 0px;
  /* ширина scrollbar'a */
  background: transparent;
  /* опционально */
}

.mobil_nav #sidebarMenu .data {
  min-height: 100%;
  background-color: #000;
  padding: 5px 25px 25px;
  max-width: 320px;
  margin-left: auto;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner {
  margin: 0;
  padding: 0;
  padding-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .logo {
  margin-bottom: 1em;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .logo img {
  max-width: 140px;
  display: block;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .navigation ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 2px;
  margin-bottom: 0px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .navigation ul .nav-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .navigation ul .nav-item .nav-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  padding: 0px;
  letter-spacing: .020em;
  text-transform: uppercase;
  font-family: 'DINPro Condensed';
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .navigation .sub_menu {
  display: none;
  background: transparent;
  padding: 0;
  text-align: left;
  padding-left: 10px;
  max-width: 100%;
  position: relative;
  top: 0;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .navigation .sub_menu::after, .mobil_nav #sidebarMenu .data .sidebarMenuInner .navigation .sub_menu::before {
  display: none;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .navigation .sub_menu .nav-item {
  margin-bottom: 0px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .phone a {
  color: #fff;
  font-size: 16px;
  text-align: le;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .social svg path {
  fill: unset;
  stroke: #fff;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .search svg path, .mobil_nav #sidebarMenu .data .sidebarMenuInner .search svg circle {
  stroke: #fff;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .search svg rect {
  fill: #fff;
}

.mobil_nav input[type="checkbox"]:checked ~ #sidebarMenu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobil_nav .openSidebarMenu:checked ~ .spinner {
  background-color: #fff;
}

.mobil_nav input[type=checkbox] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.mobil_nav .sidebarIconToggle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 31px;
  right: 15px;
  height: 30px;
  width: 30px;
  z-index: 999;
}

.mobil_nav .sidebarIconToggle svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobil_nav .spinner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.mobil_nav .horizontal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 4px;
}

.mobil_nav .diagonal.part-1 {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.mobil_nav .diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 4px;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle {
  opacity: 1;
  width: 22px;
  height: 22px;
  top: 27px;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle .spinner {
  background-color: #fff;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 8px;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -6px;
}

.offer_block {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 79vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
/*  position: relative;*/

  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575.98px) {
  .offer_block {
    background-position: 59% 40% !important;
  }

  .mobil_nav #sidebarMenu {
    z-index: 99999;
  }
  .mobil_nav .sidebarIconToggle {
    z-index: 999999;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer_block {
    background-position: center center !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer_block::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 79vh;
/*    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);*/
  }
}

@media (max-width: 575.98px) {
  .offer_block::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 79vh;
/*    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);*/
  }
}

.offer_block .offer_block_data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.offer_block .offer {
  max-width: 910px;
}

@media (max-width: 575.98px) {
  .offer_block .offer {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer_block .offer {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
}

.offer_block .offer .title {
  color: #ffffff;
  font-family: 'DDO', sans-serif;
  font-weight: 500;
  font-size: 96px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 26px;
}

@media (max-width: 575.98px) {
  .offer_block .offer .title {
    font-size: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer_block .offer .title {
    font-size: 42px;
  }
}

.offer_block .offer .sub_title {
  color: #ffffff;
  font-size: 28px;
  font-family: 'DINPro', sans-serif;
  line-height: 1.05;
  font-weight: 300;
  margin-bottom: 24px;
}

@media (max-width: 575.98px) {
  .offer_block .offer .sub_title {
    font-size: 19px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer_block .offer .sub_title {
    font-size: 24px;
  }
}

.offer_block .offer .link {
  width: 300px;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-bottom: 16px;
  background: #499299;
  color: #fff;
}

.offer_block .offer .link:hover {
  background-color: #ffffff;
}

.offer_block .offer .link:hover a {
  color: #499299;
}

.offer_block .offer .link a {
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.offer_block .offer .offer_btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 328px;
  height: 67px;
  display: flex;
  flex-shrink: 0;
  background: url(https://old.dailydose.com.ua/wp-content/uploads/2023/07/head-banned-btn-bg.svg) no-repeat;
  color: #fff;
  text-decoration: none;
}


.offer_block .offer .offer_btn_link a {
  color: var(--main-base-color);
  font-size: 24px;
  font-family: 'DDO';
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
}

.offer_block .data {
  max-width: 300px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  margin-left: 12px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

.offer_btn_container {
  display: flex;
  flex-direction: row;
  column-gap: 1em;
}

@media (max-width: 575.98px) {
  .offer_block .data {
    margin-left: 0px;
    max-height: 100%;
  }

  .offer_btn_container {
    flex-direction: column;
    row-gap: 10px;
  }
}

@media (max-width: 575.98px) {
  .offer_block .data {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .offer_block .data {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 16px;
  }
}

.offer_block .data .title {
  color: #fafafa;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 1px;
}

.offer_block .data .sub_title {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  opacity: 0.8;
  margin-bottom: 24px;
}

.offer_block .data .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #f0f0f0;
  width: 150px;
  height: 40px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.offer_block .data .link:hover {
  background-color: #ffffff;
}

.offer_block .data .link:hover a {
  color: #499299;
}

.offer_block .data .link a {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.category_front {
  padding: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}
/*
@media (max-width: 575.98px) {
  .category_front:nth-child(2n) {
    margin-bottom: 8px;
    padding-right: 8px;
    padding-left: 4px;
  }
  .category_front:nth-child(2n+1) {
    margin-bottom: 8px;
    padding-right: 4px;
    padding-left: 8px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .category_front:nth-child(2n) {
    margin-bottom: 8px;
    padding-right: 8px;
    padding-left: 4px;
  }
  .category_front:nth-child(2n+1) {
    margin-bottom: 8px;
    padding-right: 4px;
    padding-left: 8px;
  }
}*/

.category_front .block_bacground {
  width: 100%;
/*  height: 320px;*/
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1;
}

.category_front .block_bacground:hover {
  cursor: pointer;
}

.category_front .block_bacground:hover .img {
  opacity: 0;
}

.category_front .block_bacground:hover .img_hover {
  opacity: 1;
}

.category_front .block_bacground::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.6;
  z-index: 1;
}

.category_front .image {
  height: 100%;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.category_front .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.category_front .image .img_hover {
  opacity: 0;
}

.category_front .name {
  color: #FFFFFF;
  font-family: 'DINPro';
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 17px;
  text-align: center;
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-bottom: 2.5em;
}

@media (max-width: 575.98px) {
  .category_front .name {
    font-size: 14px;
  }
  .category_front .block_bacground {
    height: 200px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .category_front .name {
    font-size: 14px;
  }
}

.category_front svg {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
}

.category_head {
  margin-top: 56px;
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .category_head {
    margin-top: 13px;
    margin-bottom: 9px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .category_head {
    margin-top: 13px;
    margin-bottom: 9px;
  }
}

.category_head .category_title {
  text-align: left;
  color: #000;
  font-size: 26px;
  font-family: 'DINPro Condensed';
  line-height: 1;
  font-weight: 700;
}

.category_list {
  margin-bottom: 15px;
}

@media (max-width: 575.98px) {
  .category_list {
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .category_list {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .category_list {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .category_list {
    margin-bottom: 15px;
  }
}

.category_list .category-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.category_list .category-list .product-category {
  padding: 0px 12px;
  margin-bottom: 22px;
  border-radius: 0px;
}

.category_list .category-list .product-category.current{
	display: none!important
}

@media (max-width: 575.98px) {
  .category_list .category-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0 12px;
  }

  .category_list .category-list .product-category:nth-child(2n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
/*    padding-left: 4px;
    padding-right: 8px;*/
    padding: 0 2px;
  }
  .category_list .category-list .product-category:nth-child(2n+1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
/*    padding-left: 8px;
    padding-right: 4px;*/
    padding: 0 2px;
  }
  .category_list .category-list .product-category a::before {
    height: 83px;
  }
  .term-deserty-deserty .category_list .category-list .product-category img, .term-snidanky .category_list .category-list .product-category img, .term-vypichka-ta-pechyvo .category_list .category-list .product-category img {
    height: 83px;
  }
}

@media (max-width: 575.98px) {
  .category_list .category-list .product-category.last_w_100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
/*    padding-left: 8px;
    padding-right: 8px;*/
    padding: 0 2px;
  }
}

.category_list .category-list .product-category.current a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 146, 153, 0)), color-stop(81.59%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(73, 146, 153, 0) 0%, rgba(0, 0, 0, 0.4) 81.59%);
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}

.category_list .category-list .product-category.current a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 146, 153, 0)), color-stop(78.56%, rgba(73, 146, 153, 0.8)));
  background: linear-gradient(180deg, rgba(73, 146, 153, 0) 0%, rgba(73, 146, 153, 0.8) 78.56%);
  z-index: 2;
  -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.category_list .category-list .product-category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: flex-end;
      -ms-flex-pack: flex-end;
          justify-content: flex-end;
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
  aspect-ratio: 1/1;
}

@media (max-width: 575.98px) {
  .category_list .category-list .product-category a {
    height: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .category_list .category-list .product-category a {
    height: auto;
  }
}

/*

.category_list .category-list .product-category a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 146, 153, 0)), color-stop(81.59%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(73, 146, 153, 0) 0%, rgba(0, 0, 0, 0.4) 81.59%);
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 1;
}

.category_list .category-list .product-category a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 146, 153, 0)), color-stop(78.56%, rgba(73, 146, 153, 0.8)));
  background: linear-gradient(180deg, rgba(73, 146, 153, 0) 0%, rgba(73, 146, 153, 0.8) 78.56%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}

*/

.category_list .category-list .product-category a:hover::after {
  content: '';
  opacity: 0;
  visibility: hidden;
  background: rgba(73, 146, 153, 0.9);
  -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}

.category_list .category-list .product-category a:hover::before {
  content: '';
  opacity: 1;
  visibility: visible;
  background: rgb(183 45 37 / 100%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.category_list .category-list .product-category img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

@media (max-width: 575.98px) {
  .category_list .category-list .product-category img {
    height: 83px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .category_list .category-list .product-category img {
    height: 150px;
  }
}

.category_list .category-list .product-category h2 {
  font-size: 21px;
  line-height: 0.9;
  text-align: center;
  color: #FFFFFF;
  z-index: 3;
  position: absolute;
  width: 100%;
  font-family: 'DINPro Condensed';
  margin-bottom: 1.5em;
}

@media (max-width: 575.98px) {
  .category_list .category-list .product-category h2 {
    font-size: 16px;
    margin-bottom: 1em;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .category_list .category-list .product-category h2 {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .category_list .category-list .product-category h2 {
    font-size: 30px;
  }
}

.category_list .category-list .product-category h2 mark {
  display: none;
}

.category_list .category-list .product-category svg {
  display: none;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 17px;
  height: 20px;
}

@media (max-width: 575.98px) {
  .category_list .category-list .product-category svg {
    display: none;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .category_list .category-list .product-category svg {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .category_list .category-list .product-category svg {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
  }
}

.category_filter {
  height: 75px;
  justify-content: center;
	align-items: center;
  background-color: #000;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border: 1px solid #000;
  border-top: 1px solid #fff;
  position: fixed;
  bottom: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 999;
}

.category_filter a {
  color: #fff;
  font-size: 12px;
  margin-top: 2px;
  line-height: 1.2;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 10px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.category_filter a img {
  width: 30px;
  height: 30px;
	display: block;
	object-fit: contain;
  margin-bottom: 7px;
}

.category_description {
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  color: #525252;
  max-width: 600px;
  margin-bottom: 36px;
}

@media (max-width: 575.98px) {
  .category_description {
    margin-bottom: 25px;
    font-size: 16px;
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .category_description {
    margin-bottom: 25px;
    font-size: 16px;
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .category_description {
    margin-bottom: 25px;
    font-size: 16px;
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .category_description {
    margin-bottom: 80px;
  }
}

.product_list_container .product_list {
  padding-top: 12em;
}

.product_list {
  max-width: 1274px;
  margin: 0 auto;
  padding: 0 15px 180px 15px;
}

.product_list .product {
  margin-bottom: 60px;
}

@media (max-width: 575.98px) {
  .product_list .product {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .product_list_container {
    background-position: center;
  }
  .product_list_container .product_list {
    padding-top: 10em;
    padding-bottom: 150px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_list .product {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_list .product {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_list .product {
    margin-bottom: 60px;
  }
}

.product_list .product a {
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
      font-family: 'DINPro', sans-serif;
}

.product_list .product a:hover {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product_list .product a:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product_list .product .image {
  max-width: unset;
  max-height: unset;
  margin-bottom: 20px;
  width: 95%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  aspect-ratio: 1 / 1;
}

.carousel-cell .image {
  max-width: unset !important;
  max-height: unset !important;
  height: 100% !important;
}

@media (max-width: 575.98px) {
  .product_list .product .image {
    max-height: 150px;
    width: 94%;
  }
  .product_list .product .image .block_by {
    opacity: 1;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_list .product .image {
    max-height: 250px;
  }
  .product_list .product .image .block_by {
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_list .product .image {
    max-height: 300px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_list .product .image {
    max-height: 350px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .product_list .product .image {
    max-height: 400px;
  }
}

.product_list .product .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.product_list .product .image:hover .block_by {
  opacity: 1;
}

.product_list .product .block_by {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 14px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  column-gap: 10px;
  padding: 0 5px;
}

@media (max-width: 575.98px) {
  .product_list .product .block_by {
    bottom: 6px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_list .product .block_by {
    bottom: 6px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_list .product .block_by {
    bottom: 6px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.product_list .product .block_by .wc-forward {
  display: none;
}

.product_list .product .block_by .cart_icon {
  height: 48px;
  background: var(--main-accent-color);
  color: var(--main-base-color);
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  transition: all 100ms ease-in;
}


.product_list .product .block_by .cart_icon:before, .mobile_add_to_cart a:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e900";
  color: #fff;
  margin-right: 5px;
}

.product_list .product .block_by .cart_icon.added:before, .mobile_add_to_cart a.added:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e901";
  color: #fff;
}

.product_list .product .block_by .cart_icon:hover::before {
  color: var(--main-accent-color);
}

@media (max-width: 575.98px) {
  .product_list .product .block_by .cart_icon {
    display: none;
    width: 42px;
    height: 42px;
    flex-basis: auto;
    margin: 0;
    opacity: 0.9;
    border-radius: 50%;
    background-color: #fff;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_list .product .block_by .cart_icon {
    display: none;
    width: 42px;
    height: 42px;
    flex-basis: auto;
    margin: 0;
    opacity: 0.9;
    border-radius: 50%;
    background-color: #fff;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_list .product .block_by .cart_icon {
    display: none;
    width: 42px;
    height: 42px;
    margin: 0;
    opacity: 0.9;
    border-radius: 50%;
    background-color: #fff;
  }
}

.product_list .product .block_by .cart_icon path {
  stroke: var(--main-base-color);
}

.product_list .product .block_by svg {
  width: 17px;
  fill: var(--main-accent-color);
}

.product_list .product .block_by .cart_icon span {
  color: var(--main-accent-color);
  margin-right: 5px;
}

.product_list .product .block_by .cart_icon i {
  margin-left: 5px;
  font-family: 'DINPro Condensed';
  font-size: 20px;
  line-height: 100%;
  font-style: normal;
  color: var(--main-base-color);
}

@media (max-width: 575.98px) {
  .product_list .product .block_by .cart_icon span {
    display: none;
  }

  .product_list .product .block_by .cart_icon i {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_list .product .block_by .cart_icon span {
    display: none;
  }
  .product_list .product .block_by .cart_icon i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_list .product .block_by .cart_icon span {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .product_list .product .block_by .cart_icon path {
    stroke: var(--main-accent-color);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_list .product .block_by .cart_icon path {
    stroke: var(--main-accent-color);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_list .product .block_by .cart_icon path {
    stroke: var(--main-accent-color);
  }
}

.product_list .product .block_by .cart_icon:hover {
  background-color: var(--main-base-color);
  color: var(--main-accent-color);
}

.product_list .product .block_by .cart_icon:hover span, .product_list .product .block_by .cart_icon:hover i {
  color: var(--main-accent-color);
}

.product_list .product .block_by .cart_icon:hover path {
  stroke: var(--main-accent-color);
}

.product_list .product .block_by .cart_link {
  height: 48px;
  color: var(--main-accent-color);
  background: #fff;
  border: 1px solid var(--main-accent-color);
  font-family: 'DINPro Condensed';
  font-size: 20px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 65%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  transition: all 100ms ease-in;
}

@media (max-width: 575.98px) {
  .product_list .product .block_by .cart_link {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_list .product .block_by .cart_link {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_list .product .block_by .cart_link {
    display: none;
  }
}

.product_list .product .block_by .cart_link:hover {
  color: #fff;
  background: var(--main-accent-color);
  border: 1px solid var(--main-accent-color);
}

.product_list .product .title {
  color: #000;
  font-family: 'DINPro Condensed';
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: left;
}

.content .product_list .product .title {
  color: var(--main-base-color);
}

.content .product_list .product .desc {
  color: var(--main-base-color);
}

.category_head .category_title {
  color: var(--main-base-color);
}

@media (max-width: 575.98px) {
  .product_list .product .title {
    font-size: 14px;
    text-align: left;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_list .product .title {
    font-size: 16px;
  }

  .product_list {
    padding-bottom: 50px;
  }
}

.product_list .product .desc {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  line-height: 1;
  margin-bottom: 15px;
}

.product_list .product .desc p {
  color: #1b1b1b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
/*  padding: 0px 15px;*/
}

/*@media (max-width: 575.98px) {
  .product_list .product .desc {
    display: none;
  }
}*/

/*@media (min-width: 576px) and (max-width: 767.98px) {*/
/*  .product_list .product .desc {
    display: none;
  }*/
/*}*/


.product_list .product .price {
  text-align: left;
  color: var(--main-accent-color);
  line-height: 1;
  font-size: 24px;
  font-family: 'DINPro Condensed';
  font-weight: 700;
  text-transform: uppercase;

  display: flex;
  flex-direction: row;
  column-gap: 5px;
  justify-content: flex-start;
}

.product_list .product .price .label_desc {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: none;
}

.product_modal .price .label_desc {
  color: #000 !important;
}

.product_list .product .price del {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #808080;
}

.product_list .product .price del::before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #808080;
  position: absolute;
  -webkit-transform: rotate(170deg);
          transform: rotate(170deg);
  bottom: 9px;
}

.product_list .product .price ins {
  text-decoration: none;
}

.variable-item:not(.radio-variable-item) {
  width: 100%;
  height: 100%;
}

.product_modal {
  background-color: #000;
}

.product_modal .modal-content {
  background: #fff;
  border-radius: 0px;
}

.product_modal .modal-content .modal-header {
  border: none;
}

.product_modal .modal-content .modal-body {
  padding: 0px 40px 40px;
}

@media (max-width: 575.98px) {
  .product_modal .modal-content .modal-body {
    padding: 0px 12px 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_modal .modal-content .modal-body {
    padding: 0px 20px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_modal .modal-content .modal-body {
    padding: 0px 30px 30px;
  }
}

@media (max-width: 575.98px) {
  .product_modal .modal-content .modal-body .image_product {
    margin-bottom: 15px;
  }
}

.product_modal .modal-content .modal-body .image_product .slider {
  margin-bottom: 5px;
}

.product_modal .modal-content .modal-body .image_product .slider .images {
  max-width: 600px;
  margin-bottom: 0px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .product_modal .modal-content .modal-body .image_product .slider .images {
    height: 300px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_modal .modal-content .modal-body .image_product .slider .images {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_modal .modal-content .modal-body .image_product .slider .images {
    height: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_modal .modal-content .modal-body .image_product .slider .images {
    height: 400px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .product_modal .modal-content .modal-body .image_product .slider .images {
    height: 500px;
  }
}

.product_modal .modal-content .modal-body .image_product .slider .images img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
}

.product_modal .modal-content .modal-body .image_product .slider-nav {
  margin-top: 5px;
}

.product_modal .modal-content .modal-body .image_product .slider-nav .slick-track {
  margin-left: 0px;
}

.product_modal .modal-content .modal-body .image_product .slider-nav .slick-track .slick-current img {
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.15);
}

.product_modal .modal-content .modal-body .image_product .slider-nav .slick-slide {
  width: 60px !important;
  height: 60px !important;
  margin-right: 5px;
}

.product_modal .modal-content .modal-body .image_product .slider-nav .slick-slide img {
  border: 2px solid transparent;
}

.product_modal .modal-content .modal-body .image_product .slider-nav .images {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.product_modal .modal-content .modal-body .image_product .slider-nav .images img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.product_modal .modal-content .modal-body .info-product .title {
  font-family: 'DINPro Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 575.98px) {
  .product_modal .modal-content .modal-body .info-product .title {
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_modal .modal-content .modal-body .info-product .title {
    font-size: 22px;
  }
}


.product_modal .modal-content .modal-body .info-product .price {
  font-family: 'DINPro Condensed', sans-serif;
  font-size: 24px;
  line-height: 1;
  color: var(--main-accent-color);
  font-weight: 700;
  margin: 40px 0;
  text-align: left;
}

.product-type-variable.product_modal .modal-content .modal-body .info-product .price {
  font-size: 21px;
  line-height: 27px;
}

.single_variation_wrap .price {
  font-size: 35px !important;
  line-height: 45px !important;
  margin: .5em 0 !important;
}

.product_modal .modal-content .modal-body .info-product .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 10px;
}

.product_modal .modal-content .modal-body .info-product .option select {
  width: 200px;
  margin-top: 3px;
  border: 1px #ddd solid;
  background: #f8f8f8;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 2px 30px 2px 10px;
  outline: none;
  border-radius: 5px;
}

.product_modal .modal-content .modal-body .info-product .description {
  font-family: 'DINPro Condensed', sans-serif;
  font-size: 20px;
  line-height: 1;
  margin-top: 20px;
}

.product_modal .modal-content .modal-body .info-product .description p {
  color: #000;
}

.product_modal .modal-content .modal-body .info-product .cross-sell {
  background: #FEF0ED;
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: 5px;
}

.product_modal .modal-content .modal-body .info-product .cross-sell .cross-sell-title {
  color: #499299;
  margin-bottom: 8px;
  background-color: transparent;
  font-size: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  margin-bottom: 15px;
}

.product_modal .modal-content .modal-body .info-product .cross-sell .block-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}

.product_modal .modal-content .modal-body .info-product .cross-sell .item {
  width: 33.33%;
  padding-left: 6px;
  padding-right: 6px;
}

@media (max-width: 575.98px) {
  .product_modal .modal-content .modal-body .info-product .cross-sell .item {
    width: 50%;
  }
  .product_modal .modal-content .modal-body .info-product .price {
    margin: 20px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_modal .modal-content .modal-body .info-product .cross-sell .item {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_modal .modal-content .modal-body .info-product .cross-sell .item {
    width: 50%;
  }
}

.product_modal .modal-content .modal-body .info-product .cross-sell .item .image {
  height: 195px;
  overflow: hidden;
  margin-bottom: 5px;
}

.product_modal .modal-content .modal-body .info-product .cross-sell .item .image a {
  width: 100%;
  text-align: left;
}

.product_modal .modal-content .modal-body .info-product .cross-sell .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.product_modal .modal-content .modal-body .info-product .cross-sell .item .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.product_modal .modal-content .modal-body .info-product .cross-sell .item .caption .title {
  margin-bottom: 0px;
  font-size: 13px;
}

.product_modal .modal-content .modal-body .info-product .cross-sell .item .caption .title a {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  text-align: left;
}

.product_modal .modal-content .modal-body .info-product .cross-sell .item .caption .price {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

.product_modal .modal-content .modal-body .info-product .cross-sell .item .caption .single_add_to_cart_button {
  padding: 0px;
}

.product_modal .modal-content .modal-body .info-product .variations .variable-items-wrapper {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.product_modal .modal-content .modal-body .info-product .variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

.product_modal .modal-content .modal-body .info-product .variations select {
  width: 200px;
  margin-top: 3px;
  border: 1px #ddd solid;
  background: #f8f8f8;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 2px 30px 2px 10px;
  outline: none;
  border-radius: 5px;
}

.product_modal .modal-content .modal-body .info-product .variations .reset_variations {
  margin-left: 10px;
  text-decoration: none;
  color: #464646;
}

.product_modal .modal-content .modal-body .info-product .variations .color-variable-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_modal .modal-content .modal-body .info-product .variations .color-variable-wrapper li {
  margin-right: 5px;
  width: 30px;
  height: 30px;
}

.product_modal .modal-content .modal-body .info-product .variations .color-variable-wrapper li.selected {
  border: 1px solid;
}

.product_modal .modal-content .modal-body .info-product .variations .color-variable-wrapper li .variable-item-contents {
  display: block;
  height: 100%;
}

.product_modal .modal-content .modal-body .info-product .variations .color-variable-wrapper li .variable-item-contents span {
  display: block;
  height: 100%;
}

.product_modal .modal-content .modal-body .info-product .variations .image-variable-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_modal .modal-content .modal-body .info-product .variations .image-variable-wrapper li {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  overflow: hidden;
}

.product_modal .modal-content .modal-body .info-product .variations .image-variable-wrapper li.selected {
  border: 1px solid;
}

.product_modal .modal-content .modal-body .info-product .variations .image-variable-wrapper li .variable-item-contents img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.product_modal .modal-content .modal-body .info-product .variations .button-variable-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_modal .modal-content .modal-body .info-product .variations .button-variable-wrapper li {
  width: auto;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  background-color: #F6F6F6 !important;
  padding: 10px 20px;
}

.product_modal .modal-content .modal-body .info-product .variations .button-variable-wrapper li:hover, .product_modal .modal-content .modal-body .info-product .variations .button-variable-wrapper li.selected {
  background: #F6F6F6 !important;
  border: 1px solid #499299 !important;
}

.product_modal .modal-content .modal-body .info-product .variations .button-variable-wrapper li.selected .variable-item-contents {
  background: #F6F6F6;
  border: 1px solid #499299;
}

.product_modal .modal-content .modal-body .info-product .variations .button-variable-wrapper li .variable-item-contents {
  background: #fff;
  padding: 7px;
  border: 1px solid #ddd;
}

.product_modal .modal-content .modal-body .info-product .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px 20px 0;
  border: 1px solid #f6f6f6;
  font-size: 14px;
  height: 45px;
  background-color: #fff;
  border-radius: 0px;
  width: fit-content;
}

.product_modal .modal-content .modal-body .info-product .quantity .minus {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), #fff;
  background: linear-gradient(#000, #000), #fff;
  background-position: center;
  background-size: 50% 1px,1px 50%;
  background-repeat: no-repeat;
  border-radius: 50px;
}

.product_modal .modal-content .modal-body .info-product .quantity .plus {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), #fff;
  background: linear-gradient(#000, #000), linear-gradient(#000, #000), #fff;
  background-position: center;
  background-size: 50% 1px,1px 50%;
  background-repeat: no-repeat;
  border-radius: 50px;
}

.product_modal .modal-content .modal-body .info-product .quantity button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  font-size: 0px;
  padding: 0px;
}

.product_modal .modal-content .modal-body .info-product .quantity input {
  font-family: 'DINPro Condensed', sans-serif;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 0;
  vertical-align: top;
  border: none;
  background-color: transparent;
  color: #000;
  border: none;
  font-size: 16px;
  line-height: 1.55;
}

.product_modal .modal-content .modal-body .info-product .added_to_cart {
  display: none !important;
}

.product_modal .modal-content .modal-body .info-product .single_add_to_cart_button {
  font-family: 'DINPro Condensed', sans-serif;
  color: #ffffff;
  font-size: 20px;
  border: 1px solid var(--main-accent-color);
    background-color: var(--main-accent-color);
  border-radius: 0px;
  height: 48px;
  padding: 0px 0px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: fit-content;
  min-width: 140px;
}

.product_modal .modal-content .modal-body .info-product .single_add_to_cart_button:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e900";
  color: #fff;
  margin-right: 5px;
}

.product_modal .modal-content .modal-body .info-product .single_add_to_cart_button.added:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e901";
  color: #fff;
}

.product_modal .modal-content .modal-body .info-product .single_add_to_cart_button:hover::before {
  color: var(--main-accent-color);
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
	padding: 0px 30px!important;
}

.product_modal .modal-content .modal-body .info-product .single_add_to_cart_button:hover {
  background-color: #fff;
  color: #0f0f0f;
  border-color: var(--main-accent-color);;
}

.product_modal .modal-content .modal-body .info-product .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.product_modal .modal-content .modal-body .upsell {
  background-color: #fff9f8;
  padding: 15px 20px;
  max-width: 450px;
}

.product_modal .modal-content .modal-body .upsell .upsell-title {
  color: #499299;
  margin-bottom: 8px;
  background-color: transparent;
  font-size: 22px;
}

.product_modal .modal-content .modal-body .upsell .block-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  position: relative;
  flex-wrap: wrap;
}

.product_modal .modal-content .modal-body .upsell .block-product .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95%;
          flex: 0 0 95%;
  max-width: 95%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  align-items: center;
}

@media (max-width: 575.98px) {
  .product_modal .modal-content .modal-body .upsell .block-product .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
    max-width: 97%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_modal .modal-content .modal-body .upsell .block-product .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
    max-width: 95%;
  }
}

.product_modal .modal-content .modal-body .upsell .block-product .item .title {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  width: 150px;
}

.product_modal .modal-content .modal-body .upsell .block-product .item form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_modal .modal-content .modal-body .upsell .block-product .item .quantity {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 8px 0 8px;
}

.product_modal .modal-content .modal-body .upsell .block-product .item .price {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px 0 0 24px;
}

.wc-backward {
  color: var(--main-accent-color);
  text-decoration: none;
}

.bag_page .woocommerce-error {
  color: #964343;
}

.bag_page .page_head h1 {
  font-family: 'DINPro Condensed', sans-serif;
  color: var(--main-base-color);
}

.bag_page .woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bag_page .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  font-size: 15px;
  padding: 15px;
  background: #F1DFDF;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  width: calc(50% - 12px);
  margin-left: calc(50% + 12px);
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 5px;
  padding-bottom: 0px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bag_page .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    width: calc(58.33% - 12px);
    margin-left: calc(41.667% + 12px);
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bag_page .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    width: 100%;
    margin: 0;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    width: 100%;
    margin: 0;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

@media (max-width: 575.98px) {
  .bag_page .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    width: 100%;
    margin: 0;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.bag_page .confirmation {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bag_page .confirmation .confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bag_page .confirmation button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  border: 1px solid #499299;
  background-color: #499299;
  font-size: 15px;
  border-radius: 5px;
  border-width: 1px !important;
  border: solid;
  border-color: #17606800;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  height: 65px;
  cursor: pointer;
  padding: 0px 30px;
  width: 100%;
  margin-top: 15px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.bag_page .confirmation button:hover {
  background-color: var(--main-base-color) !important;
  color: var(--main-accent-color) !important;
  border-color: var(--main-accent-color) !important;
}

@media (max-width: 575.98px) {
  .bag_page .confirmation button {
    height: 40px;
  }
}

@media (max-width: 575.98px) {
  .bag_page .structure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .structure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bag_page .structure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bag_page .ordering {
  background: #F6F6F6;
  padding: 40px;
  height: 100%;
}

@media (max-width: 575.98px) {
  .bag_page .ordering {
    padding: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .ordering {
    padding: 20px;
  }
}

.bag_page .ordering .type_check_order {
  margin-top: 46px;
}

.bag_page .ordering .type_check_order .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bag_page .ordering .type_check_order .form-row label {
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--main-accent-color);
  margin-bottom: 1.25rem;
}

.bag_page .ordering .type_check_order .form-row .woocommerce-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bag_page .ordering .type_check_order .form-row .woocommerce-input-wrapper input {
  opacity: 0;
  display: none;
}

.bag_page .ordering .type_check_order .form-row .woocommerce-input-wrapper input#peanut_allergy_1:checked ~ label[for="peanut_allergy_1"]::before, .bag_page .ordering .type_check_order .form-row .woocommerce-input-wrapper input#peanut_allergy_2:checked ~ label[for="peanut_allergy_2"]::before, .bag_page .ordering .type_check_order .form-row .woocommerce-input-wrapper input#peanut_allergy_3:checked ~ label[for="peanut_allergy_3"]::before {
  opacity: 1;
}

.bag_page .ordering .type_check_order .form-row .woocommerce-input-wrapper label {
  font-family: 'DINPro';
  font-size: 15px;
  line-height: 1.55;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #000000;
  text-transform: none;
}

.bag_page .ordering .type_check_order .form-row .woocommerce-input-wrapper label img {
  display: none;
}

.bag_page .ordering .type_check_order .form-row .woocommerce-input-wrapper label:hover {
  cursor: pointer;
}

.bag_page .ordering .type_check_order .form-row .woocommerce-input-wrapper label::after {
  content: '';
  border-radius: 50%;
  border: 1px solid var(--main-accent-color);
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0px;
}

.bag_page .ordering .type_check_order .form-row .woocommerce-input-wrapper label::before {
  content: '';
  display: block;
  background: var(--main-accent-color);
  border-radius: 50%;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 5px;
  top: 5px;
  opacity: 0;
}

.bag_page .ordering .personal-info h2 {
  font-family: 'DINPro';
  margin-bottom: 1.5em;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--main-accent-color);
}

.bag_page .ordering .receipt_and_delivery h2 {
  font-family: 'DINPro';
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--main-accent-color);
}

.bag_page .ordering .receipt_and_delivery label, .time p, .count_pribor .title  {
  font-family: 'DINPro';
  font-size: 15px;
  color: #7b7b7b;
}

.bag_page .ordering .receipt_and_delivery .date {
  position: relative;
  margin-top: 1em;
}

.bag_page .ordering .receipt_and_delivery .date svg {
  position: absolute;
  right: 8px;
  top: 32px;
}

.bag_page .ordering .receipt_and_delivery .date svg path {
  stroke: var(--main-accent-color);
}

.bag_page .ordering .receipt_and_delivery .date label {
  width: 100%;
}

@media (max-width: 575.98px) {
  .bag_page .ordering .receipt_and_delivery .date label {
    width: 100%;
  }
  .bag_page .ordering .receipt_and_delivery .date svg {
    top: 34px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .ordering .receipt_and_delivery .date label {
    width: 100%;
  }
}

.bag_page .ordering .receipt_and_delivery .date span {
  width: 100%;
}

@media (max-width: 575.98px) {
  .bag_page .ordering .receipt_and_delivery .date span {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .ordering .receipt_and_delivery .date span {
    width: 100%;
  }
}

.bag_page .ordering .receipt_and_delivery .date span input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(73, 146, 153, 0.5);
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #010101;
  background: transparent;
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .bag_page .ordering .receipt_and_delivery .date span input {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .ordering .receipt_and_delivery .date span input {
    width: 100%;
  }
}

.bag_page #datepicker-wrapper p.form-row {
  display: flex;
  flex-direction: column;
}

.bag_page .ordering .receipt_and_delivery .time {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}

@media (max-width: 575.98px) {
  .bag_page .ordering .receipt_and_delivery .time {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .ordering .receipt_and_delivery .time {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bag_page .ordering .receipt_and_delivery .time svg {
  position: absolute;
  right: 9px;
  top: 32px;
}

.bag_page .ordering .receipt_and_delivery .time svg path {
  stroke: var(--main-accent-color);
}

.bag_page .ordering .receipt_and_delivery .time p {
  width: 100%;
}

@media (max-width: 575.98px) {
  .bag_page .ordering .receipt_and_delivery .time p {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .ordering .receipt_and_delivery .time p {
    width: 100%;
  }
}

.bag_page .ordering .receipt_and_delivery .time p .litle {
  font-size: 15px;
  font-family: 'DINPro';
  font-weight: 400;
  color: var(--main-accent-color);
}

.bag_page .ordering .receipt_and_delivery .time select, .bag_page .ordering #my_datepicker {
  width: 100%;
  height: 40px;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  outline: unset;
  background: transparent;
  border: unset;
  border-bottom: 1px solid rgba(73, 146, 153, 0.5);
}

.bag_page .ordering select#my_datepicker option[disabled] {
  background-color: #d1d1d1;
}

.bag_page .ordering .receipt_and_delivery .time select::-ms-expand {
  /* IE */
  display: none;
}

@media (max-width: 575.98px) {
  .bag_page .ordering .receipt_and_delivery .time select {
    margin: 8px 0;
  }
  .bag_page .ordering .receipt_and_delivery .time p .litle {
    display: block;
  }
  .bag_page .ordering .receipt_and_delivery .time svg {
    top: unset;
    bottom: 17px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .ordering .receipt_and_delivery .time select {
    margin: 8px 0;
  }
}

.bag_page .ordering .receipt_and_delivery .count_pribor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1em 0 0 0;
}

.bag_page .ordering .receipt_and_delivery .count_pribor div {
  width: 50%;
}

@media (max-width: 575.98px) {
  .bag_page .ordering .receipt_and_delivery .count_pribor div {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .ordering .receipt_and_delivery .count_pribor div {
    width: 100%;
  }
}

.bag_page .ordering .receipt_and_delivery .count_pribor .pribor_block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgb(200, 21, 23, 0.5);
  flex-basis: min-content;
}

.bag_page .ordering .receipt_and_delivery .count_pribor span {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bag_page .ordering .receipt_and_delivery .count_pribor span svg path {
  fill: var(--main-accent-color);
}

.bag_page .ordering .receipt_and_delivery .count_pribor input {
  width: 50px;
  text-align: center;
  background: transparent;
  border: unset;
}

.bag_page .gift_block {
  margin-top: 2em;
}

.bag_page .ordering .gift_block h2 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--main-accent-color);
}

.bag_page .ordering .gift_block .persone_info {
  margin: 0 0 16px;
}

.bag_page .ordering .gift_block .persone_info .persone_info_class {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

@media (max-width: 575.98px) {
  .bag_page .ordering .gift_block .persone_info .persone_info_class {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .ordering .gift_block .persone_info .persone_info_class {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bag_page .ordering .gift_block .persone_info .persone_info_class label {
  width: 100%;
  font-family: 'DINPro';
  color: #7b7b7b;
}

@media (max-width: 575.98px) {
  .bag_page .ordering .gift_block .persone_info .persone_info_class label {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .ordering .gift_block .persone_info .persone_info_class label {
    width: 100%;
  }
}

.bag_page .ordering .gift_block .persone_info .persone_info_class label span {
  display: none;
}

.bag_page .ordering .gift_block .persone_info .persone_info_class span {
  width: 100%;
}

@media (max-width: 575.98px) {
  .bag_page .ordering .gift_block .persone_info .persone_info_class span {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .ordering .gift_block .persone_info .persone_info_class span {
    width: 100%;
  }
}

.bag_page .ordering .gift_block .persone_info .persone_info_class span input {
  width: 100%;
  background: transparent;
  border: unset;
  border-bottom: 1px solid rgba(73, 146, 153, 0.5);
}

.bag_page .ordering .gift_block .persone_phone .persone_phone_class {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

@media (max-width: 575.98px) {
  .bag_page .ordering .gift_block .persone_phone .persone_phone_class {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .ordering .gift_block .persone_phone .persone_phone_class {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bag_page .ordering .gift_block .persone_phone .persone_phone_class label {
  width: 100%;
  font-family: 'DINPro';
  color: #7b7b7b;
}

@media (max-width: 575.98px) {
  .bag_page .ordering .gift_block .persone_phone .persone_phone_class label {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .ordering .gift_block .persone_phone .persone_phone_class label {
    width: 100%;
  }
}

.bag_page .ordering .gift_block .persone_phone .persone_phone_class label span {
  display: none;
}

.bag_page .ordering .gift_block .persone_phone .persone_phone_class span {
  width: 100%;
}

@media (max-width: 575.98px) {
  .bag_page .ordering .gift_block .persone_phone .persone_phone_class span {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .ordering .gift_block .persone_phone .persone_phone_class span {
    width: 100%;
  }
}

.bag_page .ordering .gift_block .persone_phone .persone_phone_class span input {
  width: 100%;
  background: transparent;
  border: unset;
  border-bottom: 1px solid rgba(73, 146, 153, 0.5);
}

.bag_page .ordering .woocommerce-billing-fields__field-wrapper #billing_country_field {
  display: none;
}

.bag_page .ordering .woocommerce-billing-fields__field-wrapper .optional {
  display: none !important;
}

.bag_page .ordering .woocommerce-billing-fields__field-wrapper .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
  width: 100%;
  flex-direction: column;
  row-gap: 5px;
}

@media (max-width: 575.98px) {
  .bag_page .ordering .woocommerce-billing-fields__field-wrapper .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bag_page .ordering .woocommerce-billing-fields__field-wrapper .form-row label {
  display: none;
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #7B7B7B;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-clip-path: none;
  width: auto;
  position: relative !important;
  height: auto;
}

@media (max-width: 575.98px) {
  .bag_page .ordering .woocommerce-billing-fields__field-wrapper .form-row label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5px;
  }
}

.bag_page .ordering .woocommerce-billing-fields__field-wrapper .form-row span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-left: 0px;
}

@media (max-width: 575.98px) {
  .bag_page .ordering .woocommerce-billing-fields__field-wrapper .form-row span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0px;
  }
}

.bag_page .form-row input::placeholder {
  font-family: 'DINPro';
  font-weight: 500;
}

.bag_page .ordering .woocommerce-billing-fields__field-wrapper .form-row span input {
  border: none;
  border-bottom: 1px solid rgba(73, 146, 153, 0.5);
  width: 100%;
  padding: 2px 0px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'DINPro';
  line-height: 18px;
  color: #010101;
  background: transparent;
  border-radius: 0;

}

.bag_page .ordering .woocommerce-billing-fields__field-wrapper .form-row span input::-webkit-input-placeholder {
  font-weight: 500;
  font-family: 'DINPro';
  font-size: 15px;
  line-height: 18px;
  color: #7b7b7b;
}

.bag_page .ordering .woocommerce-billing-fields__field-wrapper .form-row span input:-ms-input-placeholder {
  font-weight: 500;
  font-family: 'DINPro';
  font-size: 15px;
  line-height: 18px;
  color: #7b7b7b;
}

.bag_page .ordering .woocommerce-billing-fields__field-wrapper .form-row span input::-ms-input-placeholder {
  font-weight: 500;
  font-family: 'DINPro';
  font-size: 15px;
  line-height: 18px;
  color: #7b7b7b;
}

.bag_page .ordering .woocommerce-billing-fields__field-wrapper .form-row span input::placeholder {
  font-weight: 500;
  font-family: 'DINPro';
  font-size: 15px;
  line-height: 18px;
  color: #7b7b7b;
}

.bag_page .ordering .woocommerce-billing-fields__field-wrapper .form-row span textarea {
  width: 100%;
  outline: none;
  background: transparent;
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  color: #7b7b7b;
  border: unset;
  border-bottom: 1px solid rgba(73, 146, 153, 0.5);
}

.bag_page .ordering #map_init {
  height: 550px;
  width: 100%;
}

.bag_page .checkout.product_checkout {
  background: var(--main-transparent-bg-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 40px;
}

@media (max-width: 575.98px) {
  .bag_page .checkout.product_checkout {
    padding: 15px;
    position: relative;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .checkout.product_checkout {
    padding: 20px;
    position: relative;
  }
}

.bag_page .checkout .title_block h2 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--main-accent-color);
}

.bag_page .checkout ul.woocommerce-error {
  list-style: none;
  padding-left: 0px;
}

.bag_page .checkout ul.woocommerce-error a {
  color: #499299;
  text-decoration: none;
}

.bag_page .checkout .shop_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bag_page .checkout .shop_table .product_list_bag {
  border-top: 1px solid #fff;
  overflow-y: auto;
  max-height: 720px;
}

@media (max-width: 575.98px) {
  .bag_page .checkout .shop_table .product_list_bag {
    overflow-y: unset;
    max-height: unset;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .checkout .shop_table .product_list_bag {
    overflow-y: unset;
    max-height: unset;
  }
}

.bag_page .checkout .shop_table .product_list_bag .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}

.bag_page .checkout .shop_table .product_list_bag .item .image {
  width: 70px;
  height: 70px;
  margin-right: 15px;
}

.bag_page .checkout .shop_table .product_list_bag .item .image a {
  pointer-events: none;
}

.bag_page .checkout .shop_table .product_list_bag .item .image img {
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.bag_page .checkout .shop_table .product_list_bag .item .product_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'DINPro', sans-serif;
  width: calc(100% - 90px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.bag_page .checkout .shop_table .product_list_bag .product-subtotal bdi {
  color: #000;
}
@media (max-width: 575.98px) {
  .bag_page .checkout .shop_table .product_list_bag .item {
    align-items: flex-start;
  }

  .bag_page .checkout .shop_table .product_list_bag .item .product_data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bag_page .checkout .shop_table .product_list_bag .item .product_data .product_title {
  max-width: 160px;
  width: 100%;
  margin-right: 15px;
}

@media (max-width: 575.98px) {
  .bag_page .checkout .shop_table .product_list_bag .item .product_data .product_title {
    max-width: 100%;
    margin-bottom: 5px;
  }
}

.bag_page .checkout .shop_table .product_list_bag .item .product_data .product_title a {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  pointer-events: none;
}

.bag_page .checkout .shop_table .product_list_bag .item .product_data .price {
  margin-right: 15px;
  width: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: var(--main-accent-color);

}

.bag_page .checkout .shop_table .product_list_bag .item .product_data .delete_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media (max-width: 575.98px) {
  .bag_page .checkout .shop_table .product_list_bag .item .product_data .delete_product {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.bag_page .checkout .shop_table .product_list_bag .item .product_data del {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #808080;
}

.bag_page .checkout .shop_table .product_list_bag .item .product_data del::before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #808080;
  position: absolute;
  -webkit-transform: rotate(170deg);
          transform: rotate(170deg);
  bottom: 9px;
}

.bag_page .checkout .shop_table .product_list_bag .item .product_data ins {
  text-decoration: none;
}

.bag_page .checkout .shop_table .product_list_bag .item .product-quantity {
  margin-right: 15px;
}

.bag_page .checkout .shop_table .product_list_bag .item .product-quantity .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  font-size: 14px;
  height: 40px;
  background: transparent;
  border-radius: 5px;
  width: auto;
}

.bag_page .checkout .shop_table .product_list_bag .item .product-quantity .quantity .minus {
  background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#777)), #E0EAEC;
  background: linear-gradient(#777, #777), #E0EAEC;
  background-position: center;
  background-size: 50% 1px,1px 50%;
  background-repeat: no-repeat;
  border-radius: 50px;
}

.bag_page .checkout .shop_table .product_list_bag .item .product-quantity .quantity .plus {
  background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#777)), -webkit-gradient(linear, left top, left bottom, from(#777), to(#777)), #E0EAEC;
  background: linear-gradient(#777, #777), linear-gradient(#777, #777), #E0EAEC;
  background-position: center;
  background-size: 50% 1px,1px 50%;
  background-repeat: no-repeat;
  border-radius: 50px;
}

.bag_page .checkout .shop_table .product_list_bag .item .product-quantity .quantity button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  font-size: 0px;
  padding: 0px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bag_page .checkout .shop_table .product_list_bag .item .product-quantity .quantity button {
    width: 20px;
  }
}

.bag_page .checkout .shop_table .product_list_bag .item .product-quantity .quantity input {
  text-align: center;
  width: 30px;
  height: 100%;
  padding: 0;
  vertical-align: top;
  border: none;
  background-color: #fff;
  color: #000;
  border: none;
  font-size: 16px;
  line-height: 1.55;
}

.bag_page .checkout .shop_table .price_info {
  margin-top: 15px;
  font-family: 'DINPro';
}

.bag_page .checkout .shop_table .price_info .order-total, .bag_page .checkout .shop_table .price_info .total .amount {
  color: var(--main-accent-color);
}

.bag_page .checkout .shop_table .price_info .total {
  color: #000;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bag_page .checkout .shop_table .price_info .total .amount {
  margin-left: 5px;
}

.bag_page .checkout .delivery {
  margin-bottom: 15px;
  overflow: hidden;
  margin-top: 46px;
}

.bag_page .checkout .delivery h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--main-accent-color);
  margin-bottom: 1.25rem;
}

.bag_page .checkout .delivery ul.woocommerce-shipping-methods {
  padding-left: 12px !important;
}

#shipping_method_0_local_pickup10 {
  display: flex;
  flex-basis: 4%;
}

.bag_page label[for="shipping_method_0_local_pickup10"] {
  display: flex;
  flex-basis: 90%;
}

.wrapper-pickup_store {
  display: flex;
  flex-direction: column;
}

.bag_page .checkout .delivery ul.woocommerce-shipping-methods li {
  position: relative;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.bag_page .checkout .delivery ul.woocommerce-shipping-methods li input {
  opacity: 0;
  margin: 0;
}

.bag_page .checkout .delivery ul.woocommerce-shipping-methods li input:checked ~ label::before {
  opacity: 1;
}

.bag_page .checkout .delivery ul.woocommerce-shipping-methods li label {
  font-size: 15px;
  line-height: 1.25;
  margin-left: 10px;
  font-family: 'DINPro';

  color: #000;
}

.bag_page .checkout .delivery ul.woocommerce-shipping-methods li label:hover {
  cursor: pointer;
}

.bag_page .checkout .delivery ul.woocommerce-shipping-methods li label::after {
  content: '';
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  border: 1px solid var(--main-accent-color);
  position: absolute;
}

.bag_page .checkout .delivery ul.woocommerce-shipping-methods li label::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  left: 5px;
  top: 5px;
  background: var(--main-accent-color);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
}

.bag_page .checkout .wrapper-pickup_store span {
  color: #000;
}

.bag_page .checkout .delivery ul.local_pickup_dot {
  padding-left: 0 !important;
  padding-top: 1em;
}

.bag_page .checkout .delivery ul.local_pickup_dot li {
  position: relative;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bag_page .checkout .delivery ul.local_pickup_dot li input {
  opacity: 0;
  margin: 0;
}

.bag_page .checkout .delivery ul.local_pickup_dot li input:checked ~ label::before {
  opacity: 1;
}

.bag_page .checkout .delivery ul.local_pickup_dot li label {
  font-size: 15px;
  line-height: 1.55;
  margin-left: 10px;
}

.bag_page .checkout .delivery ul.local_pickup_dot li label:hover {
  cursor: pointer;
}

.bag_page .checkout .delivery ul.local_pickup_dot li label::after {
  content: '';
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  border: 1px solid var(--main-accent-color);
  position: absolute;
}

.bag_page .checkout .delivery ul.local_pickup_dot li label::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  left: 5px;
  top: 5px;
  background: var(--main-accent-color);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
}

.bag_page .checkout .delivery .map-btn {
  background-color: #49929930;
  color: #499299;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid;
  border-color: #17606800;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  padding: 15px 30px;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.bag_page .checkout .delivery .map-btn:hover {
  background-color: #499299;
  color: #f5f5f5;
  border-color: #499299;
}

.bag_page .checkout .payment {
  overflow: hidden;
  margin-top: 46px;
}

.bag_page .checkout .payment h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--main-accent-color);
  margin-bottom: 1.25rem;
}

.bag_page .checkout .payment .methods {
  padding-left: 0px;
}

.bag_page .checkout .payment .methods li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.bag_page .checkout .payment .methods li input {
  opacity: 0;
}

.bag_page .checkout .payment .methods li input:checked ~ label::before {
  opacity: 1;
}

.bag_page .checkout .payment .methods li .payment_box {
  margin-left: 25px;
  display: none !important;
}

.bag_page .checkout .payment .methods li .payment_box p {
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0px;
}

.bag_page .checkout .payment .methods li label {
  font-family: 'DINPro', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  color: #000;
}

.bag_page .checkout .payment .methods li label img {
  display: none;
}

.bag_page .checkout .payment .methods li label:hover {
  cursor: pointer;
}

.bag_page .checkout .payment .methods li label::after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--main-accent-color);
  position: absolute;
  left: 0px;
  top: 0px;
}

.bag_page .checkout .payment .methods li label::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: var(--main-accent-color);
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
}

.bag_page .checkout .confirmation {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.bag_page .checkout .confirmation .confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.bag_page .checkout .confirmation button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--main-base-color);
  border: 1px solid var(--main-accent-color);
  background-color: var(--main-accent-color);
  font-size: 15px;
  border-radius: 0px;
  border-width: 1px !important;
  border: solid;
  border-color: var(--main-accent-color);
  text-align: center;
  width: 251px;
  height: 47px;
  font-family: 'DINPro';
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 21px;
  cursor: pointer;
  padding: 0px 30px;
  margin-top: 15px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
    box-shadow: 0 0 0 0px #000000 !important;
}

.product_modal .modal-content .modal-body .info-product .variations .button-variable-wrapper li{
	border-radius: 0px!important
}

.woocommerce-form__label.checkbox.custom-one {
  font-family: 'DINPro';

  color: #000;
}


@media (max-width: 575.98px) {
  .bag_page .checkout .confirmation button {
    height: 40px;
  }
}

footer {
/*  min-height: 760px;*/
/*  height: 100vh;*/
  background-attachment: fixed;
  background: url("https://old.dailydose.com.ua/wp-content/uploads/2023/06/bg-blok-4-min.jpg") no-repeat;
  background-size: cover;
  position: relative;

  width: 100%;

  overflow-x: hidden;
}

footer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
/*  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.7)));*/
/*  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));*/
}

footer .test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

footer .footer_data {
  padding: 160px 0 65px 0px;
  max-width: 1254px;
  margin: 0 auto;
/*  height: 700px;*/
  position: relative;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  max-width: 1387px !important;
}

@media (max-width: 575.98px) {
  footer {
/*    min-height: 760px;*/
    height: auto;
    background: url('https://old.dailydose.com.ua/wp-content/uploads/2023/06/footer-mobile-bg.jpg') no-repeat;
    background-size: cover;
  }
  footer .test { 
    height: auto;
  }
  footer .footer_data {
    padding: 60px 20px 30px 20px;
    max-width: 90%;
    height: auto;
  }
}

footer .footer_data::before {
  opacity: 0.75;
  background-color: unset;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}


@media (max-width: 575.98px) {
  footer .footer_data .logo {
    margin-bottom: 0px;
  }
}

footer .footer_data .logo img {
  max-width: 165px;
  width: 165px;
  height: 37px;
}

@media (max-width: 575.98px) {
  footer .footer_data .logo img {
    max-width: 140px;
  }
}

footer .footer_data .adress_list .title {
  color: #a1a1a1;
  font-size: 21px;
  font-family: 'DINPro', sans-serif;
  line-height: 1.55;
  margin-bottom: 34px;
}

@media (max-width: 575.98px) {
  footer .footer_data .adress_list .title {
    margin-bottom: 20px;
  }
}

footer .footer_data .adress_list .list .item {
  display: flex;
  margin-bottom: .5em;
  max-width: 400px;
  column-gap: 10px;
  font-size: 20px;
  font-family: 'DINPro';
  font-weight: 700;
}

footer .footer_data .adress_list .list .item .col-lg-11 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

footer .footer_data .adress_list .list .item .adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer_data .adress_list .list .item .adress .street {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer_data .adress_list .list .item .adress .street a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-family: 'DINPro Condensed';
  line-height: 1.55;
}

footer .footer_data .adress_list .list .item .adress .street a span {
  font-family: 'DINPro', sans-serif;
}

footer .footer_data .adress_list .list .item .adress .time {
  color: var(--main-base-color);
  font-size: 20px;
  font-family: 'DINPro Condensed';
  line-height: 1.55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer .footer_data .adress_list .list .item .phone {
  margin-bottom: 12px;
}

footer .footer_data .adress_list .list .item .phone a {
  color: #fff;
  font-size: 20px;
  font-family: 'DINPro Condensed';
  line-height: 1.55;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

footer .footer_data .adress_list .list .item .phone a:hover {
  color: var(--main-base-color);
}

footer .footer_data .info_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: space-between;
  row-gap: 40px;
}

footer .footer_data .payment {
  max-width: 150px;
}

footer .footer_data .info_block .title {
  color: #a1a1a1;
  font-size: 18px;
  font-family: 'DINPro';
  line-height: 1.55;
  margin-bottom: 32px;
}

@media (max-width: 575.98px) {
  footer .footer_data .payment {
    margin-bottom: 1em;
  }

  footer .footer_data .info_block {
    row-gap: 1em;
  }
  footer .footer_data .info_block .title {
    margin-bottom: 20px;
  }
  footer .footer_data .adress_list .list .item .adress {
    column-gap: 5px;
  }
}

footer .footer_data .social {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

footer .footer_data .social ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

footer .footer_data .social ul  a {
  display: flex;
  column-gap: .5em;
  font-family: 'DINPro';
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  footer .footer_data .social {
    padding-left: 0px;
  }
  footer .footer_data .social ul{
    display: inline-flex;
    column-gap: 2.5em;
  }
}

@media (max-width: 575.98px) {
  footer .footer_data .social ul li {
    margin-bottom: 0px;
  }
}

footer .footer_data .social ul li a {
  text-decoration: none;
  color: #e0e0e0;
  font-size: 20px;
  font-family: 'DINPro Condensed';
  font-weight: 500;
}

footer .footer_data .social ul li a:hover {
  color: var(--main-accent-color);
}

.footer_ico_list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.footer_ico_list .list_item {
  display: flex;
  column-gap: 12px;
  align-items: center;
}

.footer_ico_list .list_item svg {
  width: 24px;
  height: 24px;

  transition: all 0.3s;
}

.footer_ico_list .list_item a {
  transition: all 0.3s;
}

.footer_ico_list .list_item:hover svg path {
  stroke: var(--red, #B72D25);
}

.footer_ico_list .list_item:hover a {
  color: var(--red, #B72D25);
}

#sidebarMenu .footer_ico_list .list_item {
  align-items: flex-start;
}

.list_content {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}

#sidebarMenu .list_content {
  align-items: flex-start;
}

.list_content a {
  color: #fff;
  font-size: 20px;
  font-family: 'DINPro Condensed';
  font-weight: 600;
  text-decoration: none;
}

#sidebarMenu .list_content a {
  font-weight: 500;
  font-size: 18px;
}

footer .footer_data .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575.98px) {
  footer .footer_data .footer_nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 20px;
  }

  footer ..footer_ico_list {
    margin-bottom: 2em;
  }

  .info_block .footer_ico_list {
    padding-bottom: 2em;
  }
  footer .footer_data .adress_list .list .item .phone {
    margin-bottom: 0;
  }
}

footer .footer_data .footer_nav ul {
  margin-bottom: 0px;
}

@media (max-width: 575.98px) {
  footer .footer_data .footer_nav ul {
    margin-bottom: 0px;
  }
}

footer .footer_data .footer_nav ul li {
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  footer .footer_data .footer_nav ul li {
    margin-bottom: 15px;
  }
}

footer .footer_data .footer_nav ul li a {
  color: #FFF;
  font-size: 20px;
  font-family: 'DINPro Condensed';
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

footer .footer_data .footer_nav ul li a:hover {
  color: var(--main-accent-color);
}

@media (max-width: 575.98px) {
  footer .footer_data .footer_nav ul li a {
    font-size: 18px;
  }
}

footer .footer_data .footer_nav .payment img {
  max-width: 163px;
}

@media (max-width: 575.98px) {
  footer .footer_data .footer_nav .payment img {
    max-width: 117px;
  }
}

.product_card .images {
  margin-bottom: 20px;
}

.product_card .images .slider {
  margin-bottom: 5px;
}

.product_card .images .slider .images {
  margin-bottom: 20px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .product_card .images .slider .images {
    height: 300px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_card .images .slider .images {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_card .images .slider .images {
    height: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_card .images .slider .images {
    height: 400px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .product_card .images .slider .images {
    height: 500px;
  }
}

.product_card .images .slider .images img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
}

.product_card .images .slider-nav {
  margin-top: 5px;
}

.product_card .images .slider-nav .slick-track {
  margin-left: 0px;
}

.product_card .images .slider-nav .slick-track .slick-current img {
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.15);
}

.product_card .images .slider-nav .slick-slide {
  width: 60px !important;
  height: 60px !important;
  margin-right: 5px;
}

.product_card .images .slider-nav .slick-slide img {
  border: 2px solid transparent;
}

.product_card .images .slider-nav .images {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.product_card .images .slider-nav .images img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.product_card .data .product_title {
  font-size: 24px;
  line-height: 1.35;
  color: #000;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 575.98px) {
  .product_card .data .product_title {
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_card .data .product_title {
    font-size: 22px;
  }
}

.product_card .data .description {
  font-size: 16px;
  line-height: 1.55;
  margin-top: 20px;
}

.product_card .data .price {
  font-size: 20px;
  line-height: 1.35;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}

.product_card .data .summary .variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

.product_card .data .summary .variations select {
  width: 200px;
  margin-top: 3px;
  border: 1px #ddd solid;
  background: #f8f8f8;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 2px 30px 2px 10px;
  outline: none;
  border-radius: 5px;
}

.product_card .data .summary .variations .reset_variations {
  margin-left: 10px;
  text-decoration: none;
  color: #464646;
}

.product_card .data .summary .variations .variable-items-wrapper {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.product_card .data .summary .variations .color-variable-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_card .data .summary .variations .color-variable-wrapper li {
  margin-right: 5px;
  width: 30px;
  height: 30px;
}

.product_card .data .summary .variations .color-variable-wrapper li.selected {
  border: 1px solid;
}

.product_card .data .summary .variations .color-variable-wrapper li .variable-item-contents {
  display: block;
  height: 100%;
}

.product_card .data .summary .variations .color-variable-wrapper li .variable-item-contents span {
  display: block;
  height: 100%;
}

.product_card .data .summary .variations .image-variable-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_card .data .summary .variations .image-variable-wrapper li {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  overflow: hidden;
}

.product_card .data .summary .variations .image-variable-wrapper li.selected {
  border: 1px solid;
}

.product_card .data .summary .variations .image-variable-wrapper li .variable-item-contents img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.product_card .data .summary .variations .button-variable-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_card .data .summary .variations .button-variable-wrapper li {
  width: auto;
  margin-right: 5px;
  margin-bottom: 5px;
}

.product_card .data .summary .variations .button-variable-wrapper li.selected .variable-item-contents {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.product_card .data .summary .variations .button-variable-wrapper li .variable-item-contents {
  background: #fff;
  padding: 7px;
  border: 1px solid #ddd;
}

.product_card .data .summary .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px 8px 0;
  border: 1px solid #777;
  font-size: 14px;
  height: 45px;
  background-color: #fff;
  border-radius: 5px;
  width: auto;
}

.product_card .data .summary .quantity .minus {
  background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#777)), #fff;
  background: linear-gradient(#777, #777), #fff;
  background-position: center;
  background-size: 50% 1px,1px 50%;
  background-repeat: no-repeat;
  border-radius: 50px;
}

.product_card .data .summary .quantity .plus {
  background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#777)), -webkit-gradient(linear, left top, left bottom, from(#777), to(#777)), #fff;
  background: linear-gradient(#777, #777), linear-gradient(#777, #777), #fff;
  background-position: center;
  background-size: 50% 1px,1px 50%;
  background-repeat: no-repeat;
  border-radius: 50px;
}

.product_card .data .summary .quantity button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  font-size: 0px;
  padding: 0px;
}

.product_card .data .summary .quantity input {
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 0;
  vertical-align: top;
  border: none;
  background-color: transparent;
  color: #000;
  border: none;
  font-size: 16px;
  line-height: 1.55;
}

.product_card .data .summary .single_add_to_cart_button {
  color: #ffffff;
  border: 1px solid #1f1f1f;
  background-color: #000000;
  border-radius: 5px;
  height: 44px;
  padding: 0px 30px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.product_card .data .summary .single_add_to_cart_button:hover {
  background-color: #fff;
  color: #0f0f0f;
}

.product_card .data .summary .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_bg {
  background-color: #000;
}

.product_bg {
  padding-top: 100px;
  padding-bottom: 120px;
}

@media (max-width: 575.98px) {
  .product_bg {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_bg {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 575.98px) {
  .product_bg .product-galery {
    margin-bottom: 15px;
  }
}

.product_bg .product-galery .slider {
  margin-bottom: 5px;
}

.product_bg .product-galery .slider .images {
  max-width: 600px;
  margin-bottom: 20px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .product_bg .product-galery .slider .images {
    height: 300px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_bg .product-galery .slider .images {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_bg .product-galery .slider .images {
    height: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_bg .product-galery .slider .images {
    height: 400px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .product_bg .product-galery .slider .images {
    height: 500px;
  }
}

.product_bg .product-galery .slider .images img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
}

.product_bg .product-galery .slider-nav {
  margin-top: 5px;
}

.product_bg .product-galery .slider-nav .slick-track {
  margin-left: 0px;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.product_bg .product-galery .slider-nav .slick-track .slick-current img {
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.15);
}

.product_bg .product-galery .slider-nav .slick-slide {
  width: 60px !important;
  height: 60px !important;
  margin-right: 5px;
}

.product_bg .product-galery .slider-nav .slick-slide img {
  border: 2px solid transparent;
}

.product_bg .product-galery .slider-nav .images {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.product_bg .product-galery .slider-nav .images img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.product_bg .data .image_mobile {
  margin-top: 15px;
}

.product_bg .data .title {
  font-size: 24px;
  font-family: DINPro Condensed;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main-base-color);
  text-align: left;
}

@media (max-width: 575.98px) {
  .product_bg .data .title {
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_bg .data .title {
    font-size: 22px;
  }
}

.product_bg .data .price {
  font-size: 24px;
  font-family: DINPro Condensed;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main-accent-color);
  margin-bottom: 15px;
  text-align: left;
}

.product_bg .data .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 10px;
}

.product_bg .data .option select {
  width: 200px;
  margin-top: 3px;
  border: 1px #ddd solid;
  background: #f8f8f8;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 2px 30px 2px 10px;
  outline: none;
  border-radius: 5px;
}

.product_bg .data .description {
  font-family: 'DINPro Condensed', sans-serif;
  font-size: 20px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product_bg .data .cross-sell {
  background: #FEF0ED;
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: 5px;
}

.product_bg .data .cross-sell .cross-sell-title {
  color: #499299;
  margin-bottom: 8px;
  background-color: transparent;
  font-size: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  margin-bottom: 15px;
}

.product_bg .data .cross-sell .block-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}

.product_bg .data .cross-sell .item {
  width: 33.33%;
  padding-left: 6px;
  padding-right: 6px;
}

@media (max-width: 575.98px) {
  .product_bg .data .cross-sell .item {
    width: 50%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_bg .data .cross-sell .item {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_bg .data .cross-sell .item {
    width: 50%;
  }
}

.product_bg .data .cross-sell .item .image {
  height: 195px;
  overflow: hidden;
  margin-bottom: 5px;
}

.product_bg .data .cross-sell .item .image a {
  width: 100%;
  text-align: left;
}

.product_bg .data .cross-sell .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.product_bg .data .cross-sell .item .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.product_bg .data .cross-sell .item .caption .title {
  margin-bottom: 0px;
  font-size: 13px;
}

.product_bg .data .cross-sell .item .caption .title a {
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  text-align: left;
}

.product_bg .data .cross-sell .item .caption .price {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

.product_bg .data .cross-sell .item .caption .single_add_to_cart_button {
  padding: 0px;
}

.product_bg .data .variations .variable-items-wrapper {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.product_bg .data .variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

.product_bg .data .variations select {
  width: 200px;
  margin-top: 3px;
  border: 1px #ddd solid;
  background: #f8f8f8;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 2px 30px 2px 10px;
  outline: none;
  border-radius: 5px;
}

.product_bg .data .variations .reset_variations {
  margin-left: 10px;
  text-decoration: none;
  color: #464646;
}

.product_bg .data .variations .color-variable-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_bg .data .variations .color-variable-wrapper li {
  margin-right: 5px;
  width: 30px;
  height: 30px;
}

.product_bg .data .variations .color-variable-wrapper li.selected {
  border: 1px solid;
}

.product_bg .data .variations .color-variable-wrapper li .variable-item-contents {
  display: block;
  height: 100%;
}

.product_bg .data .variations .color-variable-wrapper li .variable-item-contents span {
  display: block;
  height: 100%;
}

.product_bg .data .variations .image-variable-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_bg .data .variations .image-variable-wrapper li {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  overflow: hidden;
}

.product_bg .data .variations .image-variable-wrapper li.selected {
  border: 1px solid;
}

.product_bg .data .variations .image-variable-wrapper li .variable-item-contents img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.product_bg .data .variations .button-variable-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_bg .data .variations .button-variable-wrapper li {
  width: auto;
  margin-right: 5px;
  margin-bottom: 5px;
}

.product_bg .data .variations .button-variable-wrapper li.selected .variable-item-contents {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.product_bg .data .variations .button-variable-wrapper li .variable-item-contents {
  background: #fff;
  padding: 7px;
  border: 1px solid #ddd;
}

.product_bg .data .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px 8px 0;
  border: 1px solid #fff;
  font-size: 14px;
  height: 45px;
  background-color: #fff;
  border-radius: 0px;
  width: fit-content;
}

.product-type-variable .data .price{
	display: block!important
}

.product_bg .data .quantity .minus {
  background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#777)), #fff;
  background: linear-gradient(#777, #777), #fff;
  background-position: center;
  background-size: 50% 1px,1px 50%;
  background-repeat: no-repeat;
  border-radius: 50px;
}

.product_bg .data .quantity .plus {
  background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#777)), -webkit-gradient(linear, left top, left bottom, from(#777), to(#777)), #fff;
  background: linear-gradient(#777, #777), linear-gradient(#777, #777), #fff;
  background-position: center;
  background-size: 50% 1px,1px 50%;
  background-repeat: no-repeat;
  border-radius: 50px;
}

.product_bg .data .quantity button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  font-size: 0px;
  padding: 0px;
}

.product_bg .data .quantity input {
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 0;
  vertical-align: top;
  border: none;
  background-color: transparent;
  color: #000;
  border: none;
  font-size: 16px;
  line-height: 1.55;
}

.product_bg .data .added_to_cart {
  display: none !important;
}

.product_bg .data .single_add_to_cart_button {
  color: var(--main-base-color);
  border: 1px solid var(--main-accent-color);
  background-color: var(--main-accent-color);
  border-radius: 0px;
  height: 46px;
  padding: 0px 30px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-align: center;
  font-size: 20px;
  font-family: DINPro Condensed;
  line-height: 100%;
}

.product_bg .data .single_add_to_cart_button:hover {
  background-color: var(--main-base-color);
  color: var(--main-accent-color);
}

.product_bg .data .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: fit-content;
}

.xoo-wsc-modal .xoo-wsc-sp-wide {
  display: none;
}

.xoo-wsc-modal .xoo-wsc-body .xoo-wsc-products .xoo-wsc-img-col {
  height: 90px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.xoo-wsc-modal .xoo-wsc-body .xoo-wsc-products .xoo-wsc-img-col a {
  pointer-events: none;
}

.xoo-wsc-modal .xoo-wsc-body .xoo-wsc-products .xoo-wsc-img-col img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.xoo-wsc-modal .xoo-wsc-body .xoo-wsc-products .xoo-wsc-sum-col .xoo-wsc-pname a {
  text-decoration: none;
  pointer-events: none;
}

.xoo-wsc-modal .xoo-wsc-body .xoo-wsc-products .xoo-wsc-sum-col .xoo-wsc-qty-box input {
  border-radius: 0px;
}

.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-buttons-cont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn {
  background-color: #c8151714;
  color: var(--main-accent-color);
  border-color: #17606800;
}

.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a {
  color: var(--main-base-color);
  border: 1px solid var(--main-accent-color);
  background-color: var(--main-accent-color);
  text-decoration: none;
  font-size: 16px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px;
}

.xoo-wsc-modal .xoo-wsc-pprice del {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #808080;
}

.xoo-wsc-modal .xoo-wsc-pprice del::before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #808080;
  position: absolute;
  -webkit-transform: rotate(170deg);
          transform: rotate(170deg);
  bottom: 9px;
}

.xoo-wsc-modal .xoo-wsc-pprice ins {
  text-decoration: none;
}

.woocommerce-order {
  padding: 48px 0 96px 0;
}

.woocommerce-thankyou-order-details {
  list-style-type: none;
  padding: 0;
}

.thankyou {
  background-color: #499299;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80vh;
  padding: 0;
}

.thankyou svg {
  margin-bottom: 54px;
}

.thankyou .woocommerce-notice {
  font-family: 'DINPro', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 31px;
  line-height: 59px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}

.thankyou a {
  width: 193px;
  height: 48px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'DINPro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #499299;
  text-decoration: none;
}

.pizza-components-wrapper {
  background-color: #fff9f8;
  padding: 15px 20px;
  max-width: 450px;
}

.pizza-components-wrapper h3 {
  color: #499299;
  margin-bottom: 8px;
  background-color: transparent;
  font-size: 22px;
}

.pizza-components-wrapper .components-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  position: relative;
  flex-wrap: wrap;
}

.pizza-components-wrapper .components-item-wrapper .woocommerce-Price-amount {
  padding-left: 19px;
}

.pizza-components-wrapper .components-item-wrapper .component-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95%;
          flex: 0 0 95%;
  max-width: 95%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0;
  position: relative;
}

@media (max-width: 575.98px) {
  .pizza-components-wrapper .components-item-wrapper .component-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
    max-width: 97%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pizza-components-wrapper .components-item-wrapper .component-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
    max-width: 95%;
  }
}

.pizza-components-wrapper .components-item-wrapper .component-item p {
  font-size: 15px;
}

.pizza-components-wrapper .components-item-wrapper .component-item .pizza-component-meta {
  margin: 0;
  margin-left: 16px;
}

.pizza-components-wrapper .components-item-wrapper .component-item .pizza-component-name {
  font-weight: 400;
}

.pizza-components-wrapper .components-item-wrapper .component-item .quantity {
  height: 35px !important;
  margin: 0 !important;
}

.type_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.type_order .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.type_order .form-row .woocommerce-input-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  column-gap: 2em;
  flex-wrap: wrap;
}

.type_order .form-row .woocommerce-input-wrapper label[for=dilivery_method_radio_1] {
  margin-right: 20px;
}

.type_order .form-row .woocommerce-input-wrapper label[for=dilivery_method_radio_2] {
  margin-right: 20px;
}

.type_order .form-row .woocommerce-input-wrapper input {
  margin-right: 2px;
}

.type_order .form-row .woocommerce-input-wrapper input {
  opacity: 0;
  display: none;
}

.type_order .form-row .woocommerce-input-wrapper input#dilivery_method_radio_1:checked ~ label[for="dilivery_method_radio_1"]::before,
.type_order .form-row .woocommerce-input-wrapper input#dilivery_method_radio_2:checked ~ label[for="dilivery_method_radio_2"]::before,
.type_order .form-row .woocommerce-input-wrapper input#dilivery_method_radio_3:checked ~ label[for="dilivery_method_radio_3"]::before {
  opacity: 1;
}

.type_order .form-row .woocommerce-input-wrapper label {
  font-family: 'DINPro';
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  color: #000000;
  text-transform: none;
}

.type_order .form-row .woocommerce-input-wrapper label img {
  display: none;
}

.type_order .form-row .woocommerce-input-wrapper label:hover {
  cursor: pointer;
}

.type_order .form-row .woocommerce-input-wrapper label::after {
  content: '';
  border-radius: 50%;
  border: 1px solid var(--main-accent-color);
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 1.5px;
}

.type_order .form-row .woocommerce-input-wrapper label::before {
  content: '';
  display: block;
  background: var(--main-accent-color);
  border-radius: 50%;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 5px;
  top: 6.5px;
  opacity: 0;
}

.map_info {
  margin-bottom: 12px;
}

.map_info_block {
  font-weight: 400;
  font-size: 15px;
  padding: 15px 43px;
  display: none;
  color: #000;
}

.map_info_block span {
  font-weight: 500;
  font-size: 15px;
}

.green {
  background: #E0EAEC;
}

.green span {
  color: #499299;
}

.yellow {
  background: #F1F1DF;
}

.yellow span {
  color: #CFBC0D;
}

.blue {
  background: #DFEDF1;
}

.blue span {
  color: #0D95CF;
}

.purple {
  background: #EFDFF1;
}

.purple span {
  color: #77146D;
}

.red {
  background: #F1DFDF;
}

.red span {
  color: #964343;
}

.woocommerce-checkout .category_filter {
  display: none !important;
}

.xoo-wsc-ft-extras {
  display: none !important;
}

.xoo-wsc-ft-amt-shipping {
  display: none !important;
}

.xoo-wsc-sm-sales {
  display: none !important;
}

.selected_zone {
  font-weight: 400;
  font-size: 15px;
  padding: 15px 43px;
  display: none;
  color: #964343;
  background: #F1DFDF;
  width: 100%;
  margin: 16px 0 0 0;
}

.coperight {
  margin: 18px 0 0 0;
  color: #828282;
  font-size: 15px;
  font-family: 'DINPro', sans-serif;
  line-height: 1.55;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coperight svg {
  margin-left: 4px;
}

.coperight:hover {
  color: #828282;
}

.search-container {
  position: relative;
  opacity: 96%;
  background-color: #f5f5f5;
  z-index: 99;
}

.search-field {
  position: fixed;
  display: none;
  left: 0;
  top: 20px;
  z-index: 9;
  opacity: 96%;
  background-color: #f5f5f5;
  padding: 2rem;
}

@media (max-width: 575.98px) {
  .search-field {
    top: 75px;
  }
  .type_order .form-row .woocommerce-input-wrapper {
    column-gap: 0em;
  }
  .type_order .form-row .woocommerce-input-wrapper label {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .search-field {
    top: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .search-field {
    top: 75px;
  }
}

.search-field .header_search_input {
  border: 1px solid #4F4F4F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  height: 48px;
  max-width: 38.25rem;
  margin: 0 auto 3rem auto;
}

.search-field .header_search_result {
  overflow-y: scroll;
  height: auto;
  max-height: 21.25rem;
  max-width: 38.25rem;
  margin: 0 auto;
}

.search-field .header_search_result .header_search_result_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 0;
  border-top: 0.0625rem solid #bbbbbb;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-field .header_search_result .header_search_result_item .search_img_parent {
  max-width: 150px;
  margin-right: 15px;
}

@media (max-width: 575.98px) {
  .search-field .header_search_result .header_search_result_item .search_img_parent {
    max-width: 70px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .search-field .header_search_result .header_search_result_item .search_img_parent {
    max-width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .search-field .header_search_result .header_search_result_item .search_img_parent {
    max-width: 70px;
  }
}

.search-field .header_search_result .header_search_result_item .search_img_parent img {
  max-width: 100%;
  height: auto;
}

.search-field .header_search_result .header_search_result_item .header_search_result_title {
  font-size: 14px;
  line-height: 16px;
  color: #4F4F4F;
}

.search-field input[type=search] {
  width: 100%;
  border: none;
  border-radius: 0px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #C4C4C4;
  outline: none;
  padding-left: 10px;
}

.search-field input[type=search]::-webkit-input-placeholder {
  color: #C4C4C4;
}

.search-field input[type=search]:-ms-input-placeholder {
  color: #C4C4C4;
}

.search-field input[type=search]::-ms-input-placeholder {
  color: #C4C4C4;
}

.search-field input[type=search]::placeholder {
  color: #C4C4C4;
}

.search-field svg {
  margin-right: 26px;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .search-field svg {
    margin-right: 10px;
  }

  .modal-header .btn-close {
    margin: -0.5rem 1.5rem -.5rem auto;
  }
}

.delivery_page {
/*  margin-bottom: 20px;*/
  padding-top: 80px;
  padding-bottom: 80px;
}

.delivery_page .info {
  position: relative;
}

.delivery_page .info .image {
  position: absolute;
  z-index: -1;
  top: -69px;
  left: -96px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.delivery_page .info .title {
  color: var(--main-accent-color);
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .delivery_page .info .image {
    top: 74px;
    left: unset;
    right: 20px;
    z-index: 10;
  }

  .delivery_page .info .title {
    font-size: 26px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .delivery_page .info .title {
    font-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .delivery_page .info .title {
    font-size: 36px;
  }
}

.delivery_page .info .sub_title {
  font-family: 'DINPro', sans-serif;
  color: var(--main-accent-2-color);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
  opacity: 0.8;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .delivery_page .info .sub_title {
    font-size: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .delivery_page .info .sub_title {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .delivery_page .info .sub_title {
    font-size: 22px;
  }
}

.delivery_page .data {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.delivery_page .data .image_top {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.delivery_page .data .image_botton {
  position: absolute;
  top: -154px;
  right: -665px;
  -webkit-transform: rotate(333deg);
          transform: rotate(333deg);
}

.delivery_page .data .delivery {
  font-family: 'DINPro', sans-serif;
  background-color: var(--main-transparent-bg-color);
  padding: 50px;
  color: #242424;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
}

.delivery_page .data .delivery div {
  margin-bottom: 10px;
}

.delivery_page .data .delivery .title {
  color: #1b1b1b;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 600;
}

.delivery_page .data .delivery p {
  color: #000;
}

.delivery_page .data .delivery ul li span {
  font-weight: 500;
}

.delivery_page .list-unstyled li {
  margin-bottom: 1em;
}

/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 600px){
  .delivery_page {
    margin: 0;
    padding: 0;
  }
  .delivery_page .info {
    margin-top: 10px;
  }

  .delivery_page .data .delivery {
    padding: 20px;
  }

}
/*
@media screen and (min-width: 601px){
	.term-deserty-deserty .category_list .category-list,
	.term-snidanky .category_list .category-list,
	.term-vypichka-ta-pechyvo .category_list .category-list
	{
		grid-template-columns: 1fr 1fr 1fr!important;
	}
}*/