.productVariants td:nth-of-type(2) {
  font-size: 13px;
  font-weight: 600;
  max-width: 100px;
}

.content_right div.text_textarea textarea {
  height: 78px !important;
}

.continue_purchase {
  width: 230px;
  bottom: -113px !important;
  background-color: #dfb407 !important;
}

.button_print {
  bottom: -70px !important;
  background-color: #36a3f0 !important;
}

.content_right .button_login {
  font-size: 18px !important;
  font-weight: 500 !important;
  left: 0px !important;
  transform: skewX(0deg) !important;
  padding: 12px 25px !important;
}

.content_right .button_login span {
  transform: skewX(0deg) !important;
}

.menu_left ul li ul li a, .menu_left ul li ul li span {
  border-right: 2px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.menu_left ul li ul li ul {
  padding: 6px 0 0 0 !important;
}

.menu_left ul.zakaznik li ul li a, .menu_left ul.zakaznik li ul li span {
    padding: 8px 20px 8px 16px !important;
}

div.listProducts span.listProductsDetail a {
  font-weight: 600;
  text-decoration: none;
  margin-top: 18px;
  float: right;
  background: #f79e68;
  color: #fff;
  padding: 4px 6px;
  font-size: 15px;
  border-radius: 2px;
}

div.listProducts span.listProductsDetail a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 550px) {
  .under_note {
      margin-top: 10px !important;
  }
  .continue_purchase {
      position: static !important;
      margin-top: 12px !important;
  }
}

@media (min-width: 550px) {
  .productVariants td:nth-of-type(3) {
      max-width: 180px !important;
  }  
}

@media (max-width: 400px) {
    .listProducts span.listProductsImg img, .listNewsArticles span.listNewsArticlesImg img {
        max-height: none !important;
    }
}

@media (min-width: 1320px) {
  div.menu_left_eshop > ul > li.active_menu_item > a,
  div.menu_left_eshop > ul > li.active_menu_item > span {
    position: relative;
  }

  div.menu_left_eshop > ul > li.active_menu_item > a::before,
  div.menu_left_eshop > ul > li.active_menu_item > span::before {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    content: "";
    width: 25px;
    height: 25px;
    background: #f0c519 url("/images/close.svg") center center no-repeat;
    background-size: 18px 18px;
    cursor: pointer;
  }

  div.menu_left_eshop>ul>li.active_menu_item>ul>li>a, div.menu_left_eshop>ul>li.active_menu_item>ul>li>span {
    border-right-color: transparent;
  }

  div.menu_left_eshop > ul > li.temp_hid {
    cursor: pointer;
  }

  div.menu_left_eshop > ul > li.temp_hid > a, div.menu_left_eshop > ul > li.temp_hid > span {
    border-right: 2px solid #ddd;
  }

  div.menu_left_eshop > ul > li.temp_hid > a:hover, div.menu_left_eshop > ul > li.temp_hid > span:hover {
    border-right: 2px solid #f0c519;
  }
}