/* Variables */
/* Common styles */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: arial, "Open Sans", sans-serif;
  overflow-x: hidden;
}

button:hover {
  opacity: 0.8;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

.submenu, .only_products .two_items, .pagination, .spinner .spinner_content, .spinner, .menu_s .menu_content .two_items, .menu_s .self_content .self_item .item_price, .menu_s .self_content, .menu_s .menu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination, .spinner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu_s .menu_content .two_items, .menu_s .self_content .self_item .item_price, .menu_s .self_content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu_s .menu_content .two_items, .menu_s .self_content .self_item .item_price {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_s .self_content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu_s .self_content .self_item .item_price button {
  text-transform: uppercase;
  background: #ec1e1e;
  color: #fff;
  border: 1px solid #ec1e1e;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}

.menu_s {
  max-width: 1183px;
  margin: 24px auto 0;
}
.menu_s .menu_list {
  margin-bottom: 28px;
  border-bottom: none;
  max-width: 1183px;
  width: 100%;
}
.menu_s .menu_list span {
  margin-right: 0;
  padding: 17px 13px;
  display: block;
}
.menu_s a {
  text-decoration: none;
}
.menu_s span {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.menu_s span.active_menu {
  color: #ec1e1e;
}
.menu_s span.active_menu:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #ec1e1e;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.menu_s .menu_content > div {
  display: none;
}
.menu_s .active_content {
  display: block !important;
}
.menu_s .self_content {
  margin-bottom: 25px;
  margin-top: 55px;
}
.menu_s .self_content .selected {
  box-shadow: 0 0 14px #ec1e1e;
}
.menu_s .self_content .self_item {
  max-width: 277px;
  width: 100%;
  text-align: center;
  border: 1px solid black;
  padding: 20px;
  box-sizing: border-box;
}
.menu_s .self_content .self_item .jsModalTrigger .menu_item_description span {
  text-transform: unset;
}
.menu_s .self_content .self_item a {
  color: #000;
}
.menu_s .self_content .self_item img {
  max-width: 235px;
  width: 100%;
  height: 132px;
  margin-bottom: 22px;
}
.menu_s .self_content .self_item .small_img {
  position: absolute;
  width: 30px;
  opacity: 0;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  top: 140px;
  right: 519px;
}
.menu_s .self_content .self_item .menu_item_description {
  max-width: 235px;
  width: 100%;
  height: 71px;
  margin-bottom: 40px;
}
.menu_s .self_content .self_item .menu_item_description h4 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 1px;
  text-transform: uppercase;
}
.menu_s .self_content .self_item .menu_item_description a {
  font-size: 13px;
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-height: 1.4;
}
.menu_s .self_content .self_item .item_price {
  margin-top: 22px;
  padding: 0 17px;
}
.menu_s .self_content .self_item .item_price span {
  font-size: 20px;
  font-weight: 600;
}
.menu_s .self_content .self_item .item_price button {
  font-size: 13px;
  padding: 7px 13px;
}
.menu_s .self_content img {
  max-width: 579px;
  width: 100%;
}
.menu_s .self_content .swiper-wrapper img {
  max-height: 353px;
}
.menu_s .self_content > div {
  max-width: 579px;
  width: 100%;
  max-height: 359px;
}
.menu_s .menu_content {
  position: unset;
}
.spinner .spinner_content {
  border: 1px solid #afafaf;
  margin-top: 1px;
  display: table !important;
}
.spinner button {
  width: 17px;
  height: 30px;
  -webkit-appearance: none;
  background: #afafaf;
  border: 1px solid #afafaf;
  color: #fff;
  outline: none;
  cursor: pointer;
}
.spinner span {
  min-width: 22px;
  height: 30px;
  -webkit-appearance: none;
  background: #afafaf;
  border: 1px solid #afafaf;
  color: #fff;
  outline: none;
  cursor: pointer;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
}
.spinner .increase {
  width: 18px !important;
}
.spinner .check {
  background: #afafaf00;
  border: none;
  color: grey;
  font-size: 17px;
  cursor: default;
}
.spinner input[type=number] {
  width: 45px;
  height: 28px;
  -webkit-appearance: none;
  outline: none;
  border: 0;
  text-align: center;
  color: #ec1e1e;
  font-weight: bold;
}
.spinner input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.pagination {
  margin-top: 37px;
}
.pagination a {
  text-decoration: none;
  color: #000;
  margin-left: 2px;
  font-size: 14px;
  padding: 7px 12px;
}
.pagination a:hover {
  padding: 7px 12px;
  background: #ebebeb;
}
.pagination .active_page {
  padding: 7px 12px;
  background: #ebebeb;
}
.pagination .disable {
  color: rgba(128, 128, 128, 0.7);
}

.only_products .two_items {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100% !important;
  max-width: initial !important;
  height: auto !important;
  max-height: none !important;
}
.only_products .two_items .self_item {
  margin-bottom: 25px;
}

.menu_list a:after {
  content: "";
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  height: 2px;
  display: none;
  background: #ec1e1e;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.menu_list a {
  text-decoration: none;
}

.menu_list span:after:hover {
  display: block;
}

.menu_list span:hover {
  color: #ec1e1e;
}

.submenu {
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.submenu a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  display: block;
  margin-right: 27px;
  line-height: 1.8;
}
.submenu a:hover {
  color: #ec1e1e !important;
}
.submenu .active_submenu_item {
  color: #ec1e1e !important;
}

.profile {
  position: relative;
}
.profile .profile_dropdown {
  position: absolute;
  right: -48px;
  top: 22px;
  width: 250px;
  display: none;
  z-index: 10;
}
.profile .profile_dropdown .arrow-up {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 13px solid white;
  position: absolute;
  top: 5px;
  right: 49px;
}
.profile .profile_dropdown .prof_content {
  box-sizing: border-box;
  padding: 25px 0 8px;
  background: #fff;
  box-shadow: 0 0 11px grey;
  margin-top: 16px;
}
.profile .profile_dropdown .prof_content img {
  margin-right: 19px;
}
.profile .profile_dropdown .prof_content .jsModalTrigger {
  margin-bottom: 8px;
}
.profile .profile_dropdown a {
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 14px;
  padding: 16px 25px;
  height: 16px;
}
.profile .profile_dropdown a:hover {
  background: #F6F6F6;
}
.profile .profile_dropdown a span {
  position: relative;
  top: -6px;
}
.profile .profile_dropdown .nameSurname {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 0 25px;
  margin-bottom: 24px;
}
.profile:hover .profile_dropdown {
  display: block;
}

.added_product_alert {
  width: 100%;
  position: fixed;
  height: 100vh;
  background: rgba(128, 128, 128, 0.12);
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
}
.added_product_alert .success, .added_product_alert .cancel {
  background: white;
  width: 300px;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 14px rgba(155, 199, 155, 0.71);
  border-radius: 4px;
}
.added_product_alert .success p, .added_product_alert .cancel p {
  font-size: 14px;
}
.added_product_alert .cancel p {
  color: #ec1e1e;
}
.added_product_alert .success p {
  color: #4CAF50;
}
.added_product_alert .cancel {
  box-shadow: 0 0 14px rgba(199, 155, 155, 0.71);
}

.success-checkmark {
  width: 80px;
  height: 115px;
}
.success-checkmark .canceled_icon {
  width: 80px;
  height: 80px;
  border: 3px solid #ec1e1e;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  color: #ec1e1e;
  padding-top: 13px;
  box-sizing: border-box;
  animation: rotate-cancel 0.5s linear;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #FFFFFF;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

@keyframes rotate-cancel {
  0% {
    transform: rotate(0deg);
  }
  52% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.main_menu_ {
  box-shadow: 0 5px 10px #888888;
}

/*# sourceMappingURL=menu.css.map */
