.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mb-0px {
  margin-bottom: 0 !important;
}
.mb-10px {
  margin-bottom: 10px !important;
}
.mb-25 {
  margin-bottom: 25px;
}
.mt-10px {
  margin-top: 10px;
}
.mt-15px {
  margin-top: 15px;
}
.mt-25px {
  margin-top: 25px;
}
.ml-5px {
  margin-left: 5px;
}
.my-0px {
  margin-top: 0;
  margin-bottom: 0;
}
.fs-12px {
  font-size: 12px;
}
.fs-13px {
  font-size: 13px;
}
.button-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.font-style-normal {
  font-style: normal !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.pr-1 {
  padding-right: 1rem;
}
.pr-2 {
  padding-right: 2rem;
}
.mh-100vh {
  min-height: 100vh;
}
.no-wrap {
  white-space: nowrap;
}
.w-full {
  width: 100%;
}
.display-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-content-between {
  justify-content: space-between;
}
.color-red {
  color: #FF0000;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.gray-background {
  background: #f7f9fb;
  padding: 0 10px 10px 10px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-05 {
  opacity: 0.5;
}
.sidebar-lightbox {
  z-index: 99;
  opacity: 0;
  display: inline-block;
  color: #FFFFFF;
  background-color: #7CBC0A;
  padding: 7px 10px;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
  transition-property: background-color, opacity, border-right-color;
}
.sidebar-lightbox.active {
  opacity: 1;
}
.sidebar-lightbox:after {
  content: '';
  position: absolute;
  left: -15px;
  bottom: 7px;
  border: 10px solid transparent;
  border-right: 10px solid #7CBC0A;
  transition: 0.3s;
  transition-property: border-right-color;
}
.sidebar-lightbox:hover {
  background-color: #4C7206;
}
.sidebar-lightbox:hover:after {
  border-right: 10px solid #4C7206;
}
@media (max-width: 1200px) {
  .pre-order-form-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .phone-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
  }
}
.pre-order-form-wrapper {
  width: 75%;
  margin: 25px auto;
}
.cart_buttons {
  margin-top: 25px;
}
.cart_buttons .btn {
  background: #7CBC0A;
  font-size: 23px;
  color: #ffffff;
}
.cart_buttons .btn.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.pre-order-form .control-label {
  color: black;
}
.pre-order-form .pre-order-form-info-wrapper {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
  font-size: 19px;
  text-align: left;
}
.pre-order-form .pre-order-form-info-wrapper .pre-order-form-info {
  margin-top: 5px;
  font-size: 15px;
}
.pre-order-form .phone-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pre-order-form .phone-box .phone-label {
  white-space: nowrap;
  margin-right: 15px;
}
.pre-order-form .phone-box .form-group {
  width: 100%;
}
.pre-order-form .phone-box .form-group input {
  width: 100%;
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 19px;
}
.pre-order-form .phone-box .form-group .help-block {
  margin: 10px 0;
  text-transform: lowercase;
  font-size: 15px;
}
.submit-button {
  padding: 8px 30px;
  border-radius: 5px;
  font-size: 15px;
}
a.select-city-link:active,
a.select-city-link:hover,
a.select-city-link {
  text-decoration: none;
  color: #1b1e26;
  margin-left: 10px;
}
.popup-city .label-select-city .radio:after {
  background: #1b1e26;
  content: "";
  height: 4px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 6px;
  width: 4px;
}
.popup-city .label-select-city .radio:after {
  background: #1b1e26;
  content: "";
  height: 4px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 6px;
  width: 4px;
}
.popup-city .label-select-city.city-active .radio:after {
  opacity: 1;
}
.youtube-play {
  position: absolute;
  width: 40% !important;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
}
.menu-col-title,
.menu-col-title a {
  display: block;
  font-size: 19px !important;
}
.menu-col-title {
  margin-bottom: 10px;
}
.gray-background {
  background: #f7f9fb;
  padding: 0 10px 10px 10px;
}
.item-good {
  width: 120px;
  border-radius: 5px;
  overflow: hidden;
}
.item-good img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-inner {
  padding: 10px 15px;
  margin: 0 auto 30px;
  max-width: 1170px;
}
.cart-inner .text-star {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  text-align: right;
}
.cart-inner .total-price {
  margin: 30px auto 13px;
  max-width: 600px;
  display: flex;
  justify-content: space-between;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  color: #000000;
}
.cart-inner .total-price .summ {
  display: block;
}
.total-pricing {
  text-align: right;
}
.total-pricing .text {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 44px;
  color: #000000;
}
.total-pricing .summ {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  color: #000000;
  width: 160px;
  display: inline-block;
}
.cart-items-wrapper {
  padding-bottom: 5px;
}
.cart-items-wrapper .cart-product-item {
  border: 1px solid #9FDB39;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.cart-items-wrapper .cart-product-item .item-name {
  text-align: left;
}
.cart-items-wrapper .cart-product-item .cart-product-item-options-wrapper .cart-product-item-option {
  margin-top: 10px;
  font-size: 15px;
}
.cart-items-wrapper .cart-product-item .cart-product-item-options-wrapper .cart-product-item-option .cart-product-item-option-color {
  display: flex;
}
.cart-items-wrapper .cart-product-item .cart-product-item-options-wrapper .cart-product-item-option .cart-product-item-option-color img {
  border-radius: 5px;
  overflow: hidden;
  width: 50px;
  height: 50px;
}
.cart-items-wrapper .cart-product-item .cart-product-item-options-wrapper .cart-product-item-option .cart-product-item-option-color .cart-product-item-option-color-info {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart-items-wrapper .cart-product-item .cart-product-item-options-wrapper .cart-product-item-option .cart-product-item-option-category {
  font-size: 13px;
}
.cart-items-wrapper .cart-product-item .cart-product-item-options-wrapper .cart-product-item-option .cart-product-item-option-product-name {
  font-size: 17px !important;
}
.cart-items-wrapper .cart-product-item .cart-product-item-info {
  text-align: left;
  margin-left: 50px;
  width: 100%;
}
.cart-items-wrapper .cart-product-item .cart-product-item-info .link-product-name {
  font-size: 22px;
  color: #000000;
}
.cart-items-wrapper .cart-product-item .cart-product-item-price-wrapper {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart-items-wrapper .cart-product-item .cart-product-item-price-wrapper .price-item {
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  margin-top: 7px;
}
.cart-items-wrapper .cart-product-item .cart-product-item-price-wrapper .price-item .old {
  color: #FF0000;
  text-decoration: line-through;
  font-size: 20px;
}
.cart-items-wrapper .cart-product-item .cart-product-item-price-wrapper .item-quantity {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 15px;
}
.cart-items-wrapper .cart-product-item .cart-product-item-price-wrapper .item-quantity .del-icon {
  color: #8E8E8E;
  font-size: 14px;
  cursor: pointer;
}
.cart-items-wrapper .cart-product-item .cart-product-item-price-wrapper .item-quantity .quantity {
  margin-left: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .bot-info__nav {
    display: none !important;
  }
  .cart-product-item {
    flex-wrap: wrap;
  }
  .cart-product-item .cart-product-item-photo {
    width: 25% !important;
  }
  .cart-product-item .cart-product-item-photo .item-good {
    width: 100% !important;
  }
  .cart-product-item .cart-product-item-info {
    width: 75% !important;
    margin-left: 0 !important;
    padding: 0 5px;
  }
  .cart-product-item .cart-product-item-price-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.submit-cart-button-wrapper {
  margin: 15px auto 0;
  max-width: 600px;
}
.submit-cart-button-wrapper .submit-cart-button {
  width: 100%;
  height: 65px;
  text-align: center;
  line-height: 65px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  background: #7CBC0A;
  font-size: 27px;
  font-family: Roboto-Light;
  color: #FFFFFF;
  display: block;
}
.submit-cart-button-wrapper .submit-cart-button:hover {
  background: #6ca409;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}
.default-button {
  padding: 0 15px;
  width: 100%;
  text-align: center;
  line-height: 51px;
  border-radius: 5px;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  font-size: 18px;
  color: #8e8e8e;
  display: block;
  height: 51px;
  margin-left: 5px;
}
.default-button:hover {
  background: #EfEfEf;
  color: black;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}
.promocode-input {
  min-width: 200px;
  max-height: 51px;
}
.options-wrapper {
  padding: 5px 0;
  border-bottom: 1px solid #cecece;
}
.options-wrapper .options-wrapper-title {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
  margin: 10px 0;
}
.options-wrapper .options-info {
  color: #7CBC0A;
  cursor: pointer;
  font-size: 21px;
  margin-left: 5px;
}
.options-wrapper .options-item {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
}
.options-wrapper .options-item .options-item-image {
  width: 100px;
  min-width: 100px;
  height: 75px;
  margin-right: 10px;
}
.options-wrapper .options-item .options-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.options-wrapper .options-item .options-item-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 15px;
}
.options-wrapper .options-item .options-item-sidebar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.options-wrapper .options-item .options-item-sidebar-price {
  display: block;
  width: 100%;
  text-align: left;
}
.options-wrapper .options-item .options-item-sidebar-select-mark {
  display: block;
  width: 100%;
  font-size: 25px;
  color: #7CBC0A;
  text-align: right;
}
.options-wrapper .options-item .options-item-sidebar-select-mark .zmdi-check-circle {
  display: none;
}
.options-wrapper .options-item .options-item-sidebar-select-mark .zmdi-plus-circle-o {
  display: block;
}
.options-wrapper .options-item.active {
  border: 1px solid #7CBC0A;
}
.options-wrapper .options-item.active .options-item-sidebar-select-mark .zmdi-check-circle {
  display: block;
}
.options-wrapper .options-item.active .options-item-sidebar-select-mark .zmdi-plus-circle-o {
  display: none;
}
.quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  background: #F2F2F2;
  padding: 9px 5px 7px 5px;
  border-radius: 7px;
}
.quantity .change {
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  cursor: pointer;
  transition: 0.25s;
  text-decoration: none;
}
.quantity .change.white {
  background: #FFFFFF;
}
.quantity .change.minus {
  width: 37px;
  height: 37px;
  border: none;
}
.quantity .change.plus {
  width: 37px;
  height: 37px;
}
.quantity .change:hover {
  background: #7cbc0a;
  color: #fff;
  transition: 0.25s;
}
.quantity .num {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  padding: 0 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .row-collection .quantity {
    height: 34px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .row-collection .quantity {
    max-width: 60px;
  }
}
.tool {
  cursor: help;
  position: relative;
}
.tool::before,
.tool::after {
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: -100;
}
.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 100;
}
.tool::before {
  border-style: solid;
  border-width: 1em 0.75em 0 0.75em;
  border-color: #3E474F transparent transparent transparent;
  bottom: 100%;
  content: "";
  margin-left: -0.5em;
  transition: all 0.2s cubic-bezier(0.84, -0.18, 0.31, 1.26), opacity 0.2s 0.2s;
  transform: scale(0.6) translateY(-90%);
}
.tool:hover::before,
.tool:focus::before {
  transition: all 0.2s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
}
.tool::after {
  background: #3E474F;
  border-radius: 0.25em;
  bottom: 180%;
  color: #EDEFF0;
  content: attr(data-tip);
  margin-left: -8.75em;
  padding: 1em;
  transition: all 0.2s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
  transform: scale(0.6) translateY(50%);
  width: 17.5em;
}
.tool:hover::after,
.tool:focus::after {
  transition: all 0.2s cubic-bezier(0.84, -0.18, 0.31, 1.26);
}
@media (max-width: 760px) {
  .tool::after {
    font-size: 0.75em;
    margin-left: -5em;
    width: 10em;
  }
}
@media (max-width: 767px) {
  .filter-list-close-button {
    display: block !important;
  }
  .sub-category-wrapper {
    margin: 20px 0;
  }
  .sub-category-wrapper .tags-menu-category-wrapper {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .sub-category-wrapper .tags-menu-category-wrapper .quick-filter {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .sub-category-wrapper .tags-menu-category-wrapper .quick-filter .link {
    flex: 0 0 auto;
    white-space: nowrap;
    max-height: 40px;
    min-height: 40px;
  }
  .sub-category-wrapper .tags-menu-category-wrapper .quick-filter .link:last-child {
    margin-right: 0;
  }
  .sub-category-wrapper .tags-menu-triangle-left,
  .sub-category-wrapper .tags-menu-triangle-right {
    position: relative;
  }
  .sub-category-wrapper .tags-menu-triangle-left::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #7CBC0A;
    border-bottom: 10px solid transparent;
  }
  .sub-category-wrapper .tags-menu-triangle-right::after {
    content: '';
    position: absolute;
    top: 10px;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #7CBC0A;
    border-bottom: 10px solid transparent;
  }
  .sub-category-wrapper .on-left.tags-menu-triangle-left::before {
    border-right: 10px solid #CECECE;
  }
  .sub-category-wrapper .on-right.tags-menu-triangle-right::after {
    border-left: 10px solid #CECECE;
  }
}
.header__nav_v2 {
  background: #8ccc33;
  height: 70px;
  margin-bottom: 14px;
  position: relative;
  z-index: 100;
}
.header__nav_v2:after {
  background: hsla(0, 0%, 100%, 0.3);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.header__nav_v2 ul {
  list-style-type: none;
  padding: 0;
}
.header__nav_v2 .header-nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  font-family: Roboto;
  font-size: 15px;
}
.header__nav_v2 .header-nav-wrapper .header-naw-main-category {
  text-align: center;
}
.header__nav_v2 .header-nav-wrapper > li {
  flex-grow: 1;
}
.header__nav_v2 .header-nav-wrapper > li:hover .menu-dropdown {
  display: block;
}
.header__nav_v2 .header-nav-wrapper > li a {
  padding: 20px 5px 22px;
}
.header__nav_v2 .header-nav-wrapper > li .menu-dropdown {
  display: none;
}
.header__nav_v2 .header-nav-wrapper .header-naw-main-link {
  color: #FFFFFF;
  text-transform: uppercase;
}
.header__nav_v2 .header-nav-wrapper .menu-dropdown {
  padding: 20px 0 30px;
  background: red;
  position: absolute;
  left: 0;
  right: 0;
  top: 92%;
  z-index: 6000;
  background: #FFFFFF;
  border-bottom: 1px solid #7CBC0A;
}
.header__nav_v2 .header-nav-wrapper .menu-dropdown .menu-dropdown-category {
  text-align: left;
  padding-left: 75px;
  position: relative;
}
.header__nav_v2 .header-nav-wrapper .menu-dropdown .menu-dropdown-category .menu-dropdown-category-img {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.header__nav_v2 .header-nav-wrapper .menu-dropdown .menu-dropdown-category .menu-dropdown-category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__nav_v2 .header-nav-wrapper .menu-dropdown .menu-dropdown-category a {
  transition: 0.15s ease all !important;
}
.header__nav_v2 .header-nav-wrapper .menu-dropdown .menu-dropdown-category a:hover {
  color: #7CBC0A !important;
}
.header__nav_v2 .header-nav-wrapper .menu-dropdown .menu-dropdown-category .menu-dropdown-category-list {
  padding-top: 5px;
}
.header__nav_v2 .header-nav-wrapper .menu-dropdown .menu-dropdown-category .menu-dropdown-category-list > li ul li {
  font-size: 13px;
}
.header__nav_v2 .header-nav-wrapper .menu-dropdown .menu-dropdown-category .menu-dropdown-category-list > li ul li a {
  padding-left: 20px;
}
.header__nav_v2 .header-nav-wrapper .menu-dropdown .menu-dropdown-category .menu-dropdown-category-list > li a {
  padding: 10px 10px 10px 0;
  color: #393939;
  text-decoration: none;
  font-weight: bold;
}
.ff-roboto-bold {
  font-family: Roboto-Bold;
}
.fs-17px {
  font-size: 17px;
}
.fs-20px {
  font-size: 20px;
}
.cursor-pointer {
  cursor: pointer;
}
.position-static {
  position: static;
}
.position-relative {
  position: relative;
}
.filter-list {
  position: relative;
}
.button-open-sidebar-filter {
  padding: 2px 45px;
  background: #7CBC0A;
  color: white;
  border-color: transparent;
  border-radius: 5px;
  font-size: 15px;
}
.mobile-sort-category-select .sort-wrapper {
  top: 0;
}
.filter-list-close-button {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
.filter-list-close-button:before {
  -webkit-font-smoothing: antialiased;
  padding: 8px 12px;
  border: 1px solid #cecece;
  border-radius: 5px;
  color: #000;
  content: "\f136";
  display: inline-block;
  font: normal normal normal 21px/1 Material-Design-Iconic-Font;
  font-size: inherit;
  text-rendering: auto;
}
.promo-in-price-box {
  text-align: center;
  padding: 15px 0;
  font-family: Roboto-Light;
}
.dropzone.custom-dropzone-style {
  border: 1px solid #7CBC0A;
}
