:root {
  --color-main: #38f;
  --color-main-act: #35f;
  --color-gray: #6c7279;
  --color-gray-light: #eaedf0;
  --color-gray-light-hover: #dde1e6;
  --color-green: #28a745;
  --color-green-act: #2ab54a;
}

.login_submit,
.register_link,
.img_profile_done,
.resize-done,
.lingua_dropdown a,
.order_btn,
.form_input,
.form_submit,
.consult_btn,
.btn_consult,
.acm_head,
.prod_btn,
.cart_total_btn,
.as_dot .owl-dot span,
.filters_reset_btn,
.mgrf_done  {
  -webkit-transition: background 0.2s ease;
     -moz-transition: background 0.2s ease;
       -o-transition: background 0.2s ease;
      -ms-transition: background 0.2s ease;
          transition: background 0.2s ease;
}

.app_table td:nth-child(1) {
  width: 10%;
}
.app_table td:nth-child(2) {
  width: 40%;
}
.app_table td:nth-child(3) {
  width: 24%;
}
.app_table td:nth-child(4) {
  width: 8%;
}
.app_table td:last-child {
  width: 18%;
}

.product_elem,
.vendor_elem,
.event_elem,
.item_elem {
  background: #fff;
  display: flex;
  position: relative;
  box-shadow: 0 0 28px rgba(0,0,0,.08);
}
.product_elem,
.vendor_elem {
  flex-direction: column;
  justify-content: space-between;
}
.vendor_elem {
  align-items: center;
}
.vendor_elem .pe_title,
.vendor_elem .pe_desc {
  text-align: center;
  color: #000;
}

.product_elem:not(.publication_elem) .pe_img + .pe_pad {
  padding-bottom: 0;
}

.vendor_img {
  width: 100%;
  max-width: 250px;
  border-radius: 50%;
  aspect-ratio: 1;
  overflow: hidden;
}

.p_aside_wrap {
  background: #f5f5f5;
}

.order_form_wrap {
  background: #f5f5f5;
  height: 100%;
}




@media (min-width: 1px) {

  .as_wrap {
    border-radius: 12px;
    overflow: hidden;
  }

  .pe_desc {
    margin-top: 8px;
    font-size: 10px;
    font-weight: 300;
  }

}

@media (min-width: 400px) {

}

@media (min-width: 450px) {

}

@media (max-width: 560px) {

}

@media (min-width: 561px) {

}

@media (max-width: 767px) {

  .app_table tr:not(.product-tr, .order-wrapper-tr) td.table_shrink:nth-child(1) {
    width: 94px;
    padding-left: 0;
    border-right: none;
  }
  .app_table tr:not(.product-tr, .order-wrapper-tr) td.table_shrink:nth-child(2) {
    width: calc(100% - 94px);
    border-left: none;
  }

}

@media (min-width: 768px) {

  .flex_grid .product_elem,
  .flex_grid .vendor_elem {
    width: calc(((100% + 20px) / 3) - 20px);
  }

}

@media (max-width: 991px) {

  .p_action {
    display: none;
  }
  .p_action_mini {
    background: #fff;
    width: 100%;
    padding: 15px 0;
    position: sticky;
    bottom: 0;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
  }
  .p_action_mini .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p_action_mini .prod_price_field {
    margin-right: 30px;
    display: flex;
    align-items: end;
  }

  .p_priceold {
    margin-left: 10px;
  }

}

@media (min-width: 992px) {

  .flex_grid .product_elem,
  .product-list .flex_grid .product_elem {
    width: calc(((100% + 30px) / 3) - 30px);
  }
  .flex_grid .vendor_elem,
  .vendor_field .vendor_elem {
    width: calc(((100% + 30px) / 4) - 30px);
  }

  .pe_title {
    font-size: 18px;
    font-weight: 500;
  }
  .pe_desc {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
  }
  .pe_price {
    font-size: 22px;
  }

  .p_content {
    width: calc(100% - 370px);
    float: left;
  }
  .p_aside {
    width: 320px;
    float: right;
    position: sticky;
    top: 30px;
  }
  .p_action .prod_price_field {
    width: 100%;
    float: left;
  }

}

@media (min-width: 1500px) {

  .flex_grid.prline .product_elem {
    width: calc(((100% + 30px) / 6) - 30px);
  }
  .flex_grid .product_elem {
    width: calc(((100% + 30px) / 5) - 30px);
  }
  .product-list .flex_grid .product_elem {
    width: calc(((100% + 30px) / 4) - 30px);
  }

}