.js_clipboard_msg {
  display: inline-block;
  padding: 4px 8px;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(-5px);
  white-space: nowrap;
  pointer-events: none;
  /* чтобы клики проходили сквозь */
}
/* Класс для состояния «показать» */
.js_clipboard_msg--visible {
  opacity: 1;
  transform: translateY(0);
}
/* Анимация автоматического скрытия через ключевые кадры */
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.js_clipboard_msg--auto {
  animation: fadeOutUp 2.4s ease forwards;
  /* где 2.4s = delay (2s) + 0.4s на сам fade */
}
.vinsearch-result-title {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #F3F3F3;
}
.vinsearch-result-title > * {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .vinsearch-result-title > * {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) {
  .vinsearch-result-title > * {
    font-size: 24px;
  }
}
.vinsearch-result-title > * > span {
  color: #e66d21;
  font-size: inherit;
  font-weight: inherit;
}
.vinsearch-no_result_note {
  margin-bottom: 1.5rem;
  border-radius: 10px;
  padding: 1.5rem;
  background-color: #F3F3F3;
}
.vinsearch-no_result_note p {
  margin-bottom: 10px;
  font-weight: 400;
  color: #000;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .vinsearch-no_result_note p {
    font-size: 18px;
  }
}
.vinsearch-no_result_note p:last-child {
  margin-bottom: 0px;
}
.vinsearch-error_message_container {
  border-left: 5px solid #C62828;
  background-color: rgba(198, 40, 40, 0.05);
  padding: 0.75rem;
}
.vinsearch-error_message_container p {
  margin-bottom: 10px;
}
.vinsearch-error_message_container p:last-child {
  margin-bottom: 0px;
}
.fake-select-wrapper {
  position: relative;
  width: 100%;
  cursor: pointer;
  user-select: none;
}
.fake-select-wrapper .fake-select-selected {
  padding-left: 0.75rem;
  padding-right: calc(@gutter_x2 + @fake_select_dropdown_w);
  padding-top: 10px;
  padding-bottom: 10px;
  background: #007acc;
  color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 20;
}
.fake-select-wrapper .fake-select-selected::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0.75rem;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 100%;
  background-image: url("/wa-apps/shop/plugins/vinsearch/img/svg/dropdown_white.svg");
  -moz-transform: rotate(0deg);
  /* For Firefox */
  -ms-transform: rotate(0deg);
  /* For IE */
  -webkit-transform: rotate(0deg);
  /* For Safari, Chrome, iOS */
  -o-transform: rotate(0deg);
  /* For Opera */
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fake-select-wrapper .fake-select-selected.active::after {
  -moz-transform: rotate(180deg);
  /* For Firefox */
  -ms-transform: rotate(180deg);
  /* For IE */
  -webkit-transform: rotate(180deg);
  /* For Safari, Chrome, iOS */
  -o-transform: rotate(180deg);
  /* For Opera */
  transform: rotate(180deg);
}
.fake-select-wrapper .fake-select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #CFD8DC;
  border-radius: 10px;
  border-top: none;
  z-index: 10;
  max-height: 500px;
  overflow-y: auto;
  margin-top: -10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.fake-select-wrapper .fake-select-options .fake-select-option {
  padding: 5px;
  border-bottom: 1px solid #CFD8DC;
  font-weight: 400;
}
.fake-select-wrapper .fake-select-options .fake-select-option:hover {
  background: #F3F3F3;
}
.fake-select-wrapper .fake-select-options .fake-select-option:first-child {
  padding-top: 15px;
}
.fake-select-wrapper .fake-select-options .fake-select-option:last-child {
  border-bottom: none;
}
.fake-select-wrapper .fake-select-options .fake-select-option.active {
  background-color: #CFD8DC;
  color: #000;
}
.vinsearch-products-section_head {
  margin-bottom: 0.75rem;
}
.vinsearch-products-section_head .vinsearch-products-section_head-row {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-section_head .vinsearch-products-section_head-row {
    flex-wrap: nowrap;
  }
}
.vinsearch-products-section_head .vinsearch-products-section_head-row:last-child {
  margin-bottom: 0px;
}
.vinsearch-products-section_head .vinsearch-products-section_head-row > div {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.vinsearch-products-section_head .vinsearch-products-section_head-row .vinsearch-products-section_head-title {
  flex-grow: 1;
  order: 2;
}
@media only screen and (min-width: 576px) {
  .vinsearch-products-section_head .vinsearch-products-section_head-row .vinsearch-products-section_head-title {
    order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-section_head .vinsearch-products-section_head-row .vinsearch-products-section_head-title {
    order: 2;
  }
}
.vinsearch-products-section_head .vinsearch-products-section_head-row .vinsearch-products-section_head-title * {
  margin-bottom: 0px;
}
.vinsearch-products-section_head .vinsearch-products-section_head-row .vinsearch-products-section_head-brand_image,
.vinsearch-products-section_head .vinsearch-products-section_head-row .vinsearch-products-section_head-image {
  flex-grow: 0;
}
.vinsearch-products-section_head .vinsearch-products-section_head-row .vinsearch-products-section_head-brand_image img,
.vinsearch-products-section_head .vinsearch-products-section_head-row .vinsearch-products-section_head-image img {
  height: auto;
}
.vinsearch-products-section_head .vinsearch-products-section_head-row .vinsearch-products-section_head-image {
  order: 1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-section_head .vinsearch-products-section_head-row .vinsearch-products-section_head-image {
    width: 120px;
  }
}
.vinsearch-products-section_head .vinsearch-products-section_head-row .vinsearch-products-section_head-image img {
  margin: auto;
  width: auto;
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-section_head .vinsearch-products-section_head-row .vinsearch-products-section_head-image img {
    width: 100%;
  }
}
.vinsearch-products-section_head .vinsearch-products-section_head-row .vinsearch-products-section_head-brand_image {
  width: 100%;
  order: 3;
  display: none;
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-section_head .vinsearch-products-section_head-row .vinsearch-products-section_head-brand_image {
    display: block;
    width: 80px;
    order: 3;
  }
}
.vinsearch-products-section_head .vinsearch-products-section_head-row .vinsearch-products-section_head-brand_image img {
  width: 100%;
  margin: auto;
  max-width: 80px;
}
.vinsearch-products-section_head .sep {
  width: 100%;
  height: 1px;
  background-color: #F3F3F3;
}
.vinsearch-products-meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  opacity: 0;
  z-index: 0;
}
.vinsearch-products-aggregates-nav {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-nav {
    margin-bottom: 3rem;
  }
}
.vinsearch-products-aggregates-nav h2 {
  position: relative;
  display: block;
}
.vinsearch-products-aggregates-nav ul {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.vinsearch-products-aggregates-nav ul li {
  position: relative;
  display: block;
  margin-bottom: 0.375rem;
}
.vinsearch-products-aggregates-nav ul li:last-child {
  margin-bottom: 0px;
}
.vinsearch-products-aggregates-nav ul li a {
  color: #3769AD;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
}
.vinsearch-products-aggregates-nav ul li a:hover {
  text-decoration: underline;
}
.vinsearch-products-aggregates-nav ul li a > span {
  font-weight: 700;
}
.vinsearch-products-aggregates-nav .vinsearch-products-aggregates-nav-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-nav .vinsearch-products-aggregates-nav-row {
    flex-wrap: nowrap;
  }
}
.vinsearch-products-aggregates-nav .vinsearch-products-aggregates-nav-row > div {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: auto;
}
.vinsearch-products-aggregates-nav .vinsearch-products-aggregates-nav-row .vinsearch-products-aggregates-nav-list {
  flex-grow: 1;
}
.vinsearch-products-aggregates-nav .vinsearch-products-aggregates-nav-row .vinsearch-products-aggregates-nav-video {
  padding-top: 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-nav .vinsearch-products-aggregates-nav-row .vinsearch-products-aggregates-nav-video {
    width: auto;
    padding-top: 0px;
  }
}
.vinsearch-products-aggregates-nav .vinsearch-products-aggregates-nav-row .vinsearch-products-aggregates-nav-video iframe {
  position: relative;
  display: block;
  margin: auto;
  width: 300px;
  height: 150px;
  border: none;
}
@media only screen and (max-width: 575px) {
  .vinsearch-products-aggregates-nav .vinsearch-products-aggregates-nav-row .vinsearch-products-aggregates-nav-video iframe {
    width: 500px;
    height: 250px;
  }
}
@media only screen and (max-width: 520px) {
  .vinsearch-products-aggregates-nav .vinsearch-products-aggregates-nav-row .vinsearch-products-aggregates-nav-video iframe {
    width: 450px;
    height: 225px;
  }
}
@media only screen and (max-width: 450px) {
  .vinsearch-products-aggregates-nav .vinsearch-products-aggregates-nav-row .vinsearch-products-aggregates-nav-video iframe {
    width: 400px;
    height: 200px;
  }
}
@media only screen and (max-width: 400px) {
  .vinsearch-products-aggregates-nav .vinsearch-products-aggregates-nav-row .vinsearch-products-aggregates-nav-video iframe {
    width: 350px;
    height: 175px;
  }
}
@media only screen and (max-width: 350px) {
  .vinsearch-products-aggregates-nav .vinsearch-products-aggregates-nav-row .vinsearch-products-aggregates-nav-video iframe {
    width: 300px;
    height: 150px;
  }
}
@media only screen and (min-width: 576px) {
  .vinsearch-products-aggregates-nav .vinsearch-products-aggregates-nav-row .vinsearch-products-aggregates-nav-video iframe {
    width: 500px;
    height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-nav .vinsearch-products-aggregates-nav-row .vinsearch-products-aggregates-nav-video iframe {
    width: 460px;
    height: 260px;
  }
}
.vinsearch-products-aggregates-list {
  padding-top: 1.5rem;
  border-top: 2px solid #CFD8DC;
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-aggregates-list {
    margin-bottom: 3rem;
    padding-top: 0px;
    border-top: none;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item {
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    border: none;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_head {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #F3F3F3;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_head .aggregate_title {
  margin-bottom: 0.375rem;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_head .aggregate_title:last-child {
  margin-bottom: 0px;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_head .aggregate_title h3 {
  font-size: 22px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_head .aggregate_title h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_head .aggregate_title h3 {
    font-size: 32px;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_head .aggregate_description p {
  margin-bottom: 0.375rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_head .aggregate_description p:last-child {
  margin-bottom: 0px;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product {
  padding-bottom: 1.5rem;
  margin-bottom: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product {
    padding-bottom: 2.25rem;
    border-bottom: 3px solid #CFD8DC;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp {
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row > div {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-image {
  position: relative;
  top: 0;
  height: 200px;
  max-height: 200px;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-image {
    position: sticky;
    display: block;
    margin-bottom: 0px;
    width: 18%;
    min-width: 18%;
    height: 160px;
    max-height: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-image {
    width: 12%;
    min-width: 12%;
    height: 180px;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-image img {
  display: none;
  margin: auto;
  height: auto;
  max-width: 350px;
  max-height: inherit;
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-image img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-image img.active {
  display: block;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info {
  width: 100%;
  min-width: 100%;
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info {
    width: 82%;
    min-width: 82%;
  }
}
@media only screen and (min-width: 1200px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info {
    width: 88%;
    min-width: 88%;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info > .sep {
  width: 100%;
  height: 1px;
  background-color: #F3F3F3;
  margin-bottom: 1.5rem;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-name {
  margin-bottom: 0.375rem;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-name > h4 {
  margin-bottom: 0px;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-name > h4 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-name > h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-name > h4 {
    font-size: 28px;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-name > h4 a {
  font-size: inherit;
  color: #000;
  text-decoration: none;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-name > h4 a:hover {
  text-decoration: underline;
  color: #3769AD;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-codes {
  margin-bottom: 1.5rem;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-codes ul {
  position: relative;
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-codes ul {
    flex-wrap: nowrap;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-codes ul li {
  position: relative;
  display: block;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  width: 50%;
  margin-top: 0.75rem;
}
@media only screen and (min-width: 576px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-codes ul li {
    width: auto;
    margin-top: 0px;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-codes ul li > .aggregate_product-js_any_code {
  position: relative;
  display: none;
  font-weight: 400;
  color: #77909b;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-codes ul li > .aggregate_product-js_any_code {
    font-size: 14px;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-codes ul li > .aggregate_product-js_any_code:hover {
  cursor: pointer;
  color: #000;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-codes ul li > .aggregate_product-js_any_code.active {
  display: block;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-codes ul li .js_clipboard_msg {
  position: absolute;
  top: 100%;
  left: 0;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-props_tags {
  margin-bottom: 0.75rem;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-props_tags ul {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  padding-left: 0px;
  margin-bottom: 0px;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-props_tags ul > li {
  position: relative;
  display: block;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-props_tags ul > li img {
  width: auto;
  height: 20px;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-short_description {
  margin-bottom: 1.5rem;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-short_description p {
  margin-bottom: 0.75rem;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-short_description p:last-child {
  margin-bottom: 0px;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-skus {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-skus {
    display: flex;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-skus .aggregate_product-sku {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  margin-bottom: 0.375rem;
  width: 50%;
  min-width: 50%;
}
@media only screen and (min-width: 576px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-skus .aggregate_product-sku {
    margin-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-skus .aggregate_product-sku {
    width: 20%;
    min-width: 10%;
  }
}
@media only screen and (min-width: 1800px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-skus .aggregate_product-sku {
    width: 10%;
    min-width: 10%;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-skus .aggregate_product-sku.active .aggregate_product-sku-wrapp {
  cursor: pointer;
  border: 1px solid #007acc;
  background-color: #007acc;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-skus .aggregate_product-sku.active .aggregate_product-sku-wrapp h5 {
  color: #fff;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-skus .aggregate_product-sku .aggregate_product-sku-wrapp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #CFD8DC;
  padding: 10px;
  width: 100%;
  height: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-skus .aggregate_product-sku .aggregate_product-sku-wrapp:hover {
  cursor: pointer;
  border: 1px solid #007acc;
  background-color: #007acc;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-skus .aggregate_product-sku .aggregate_product-sku-wrapp:hover h5 {
  color: #fff;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-skus .aggregate_product-sku .aggregate_product-sku-wrapp h5 {
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 11px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-skus .aggregate_product-sku .aggregate_product-sku-wrapp form {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-skus-mobile {
  display: block;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-skus-mobile {
    display: none;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-top_features {
  margin-bottom: 1.5rem;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-top_features .aggregate_product-top_feature {
  margin-bottom: 0.75rem;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-top_features .aggregate_product-top_feature:last-child {
  margin-bottom: 0px;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-top_features .aggregate_product-top_feature .aggregate_product-top_feature-title {
  margin-bottom: 0.375rem;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-top_features .aggregate_product-top_feature .aggregate_product-top_feature-title h6 {
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-top_features .aggregate_product-top_feature .aggregate_product-top_feature-title h6 {
    font-size: 18px;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-top_features .aggregate_product-top_feature .aggregate_product-top_feature-val p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-top_features .aggregate_product-top_feature .aggregate_product-top_feature-val p span.aggregate_product-js_top_attr_val {
  font-family: inherit;
  font-size: inherit;
  color: #3769AD;
  text-decoration: underline;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-top_features .aggregate_product-top_feature .aggregate_product-top_feature-val p span.aggregate_product-js_top_attr_val:hover {
  cursor: pointer;
  text-decoration: none;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-stock {
  margin-bottom: 0.75rem;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-stock > span {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-stock > span > span.icon {
  width: 20px;
  min-width: 20px;
  margin-right: 10px;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-stock > span > span.icon > svg {
  width: inherit;
  min-width: inherit;
  height: auto;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-stock > span > span.text {
  font-size: 16px;
  font-weight: 400;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-stock > span.in_stock > span.icon > svg path {
  fill: #0b0;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-stock > span.in_stock > span.text {
  color: #0b0;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-stock > span.out_of_stock > span.icon > svg path {
  fill: #CFD8DC;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-stock > span.out_of_stock > span.text {
  color: #CFD8DC;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions:last-child {
  margin-bottom: 0px;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions > div {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions > div {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-price .pricing_price_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-price .pricing_price_row span.price,
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-price .pricing_price_row span.compare-at-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  line-height: 1;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-price .pricing_price_row span.price > span,
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-price .pricing_price_row span.compare-at-price > span {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin-left: 5px;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-price .pricing_price_row span.price {
  color: #e66d21;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-price .pricing_price_row span.price {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-price .pricing_price_row span.price {
    font-size: 24px;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-price .pricing_price_row span.compare-at-price {
  color: #CFD8DC;
  opacity: 1;
  font-size: 16px;
  text-decoration: none;
  margin: 0;
  margin-left: 10px;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-price .pricing_price_row span.compare-at-price::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #a3b4bc;
  left: 0;
  top: 50%;
  -moz-transform: rotate(-7deg);
  /* For Firefox */
  -ms-transform: rotate(-7deg);
  /* For IE */
  -webkit-transform: rotate(-7deg);
  /* For Safari, Chrome, iOS */
  -o-transform: rotate(-7deg);
  /* For Opera */
  transform: rotate(-7deg);
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart {
  order: 4;
  margin-left: auto;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 576px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart {
    width: 100%;
    margin-left: 0px;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-color: #FFDA47;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 5px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 575px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart {
    height: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart {
    max-width: 183px;
    height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart {
    margin-top: 2.25rem;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart:hover {
  cursor: pointer;
  background-color: #ffd014;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart.disabled {
  background-color: #F3F3F3;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart.disabled:hover {
  cursor: default;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart.disabled > span {
  color: #77909b;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart.disabled svg path {
  fill: #77909b;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart.disabled svg circle {
  stroke: #77909b;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart > span {
  position: relative;
  display: block;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart span.icon {
  margin-right: 0px;
}
@media only screen and (max-width: 575px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart span.icon {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart span.icon {
    margin-right: 10px;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart span.icon svg {
  width: 26px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart span.icon svg {
    width: 30px;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart span.text {
  display: none;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart span.text {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-add_to_cart .js_aggregate_product-add_to_cart span.text {
    display: block;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-qty {
  order: 1;
}
@media only screen and (max-width: 575px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-qty {
    order: 3;
  }
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-qty {
    order: 1;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-separator {
  order: 2;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-separator > span {
  position: relative;
  display: block;
  width: 1px;
  height: 30px;
  background-color: #F3F3F3;
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-separator > span {
    background-color: #CFD8DC;
    height: 40px;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-price {
  order: 3;
}
@media only screen and (max-width: 575px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-price {
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-actions .aggregate_product-action-price {
    order: 3;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info {
  margin-bottom: 1.5rem;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table {
  width: 100%;
  border-collapse: collapse;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table thead tr th {
  background-color: #77909b;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table thead tr th {
    white-space: nowrap;
  }
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table tr {
  border-bottom: 1px solid #CFD8DC;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table tr th,
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table tr td {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  color: #000;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table tr th .js_flex_attribute-val,
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table tr td .js_flex_attribute-val {
  display: none;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table tr th .js_flex_attribute-val.active,
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table tr td .js_flex_attribute-val.active {
  display: block;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table tr th {
  font-weight: 700;
  font-size: 14px;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table tr td {
  font-weight: 400;
  font-size: 12px;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table tr td a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: underline;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table tr td a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #007acc;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table tr td:nth-child(1) {
  width: 70%;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table tr td:nth-child(2) {
  width: 30%;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table tr .audit {
  white-space: nowrap;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table tr:first-child {
  border-top: 1px solid #CFD8DC;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info table tr:nth-child(odd) {
  background-color: #F3F3F3;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info .aggregate_product-additional_info-tabs ul {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info .aggregate_product-additional_info-tabs ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info .aggregate_product-additional_info-tabs ul li span {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #77909b;
  border-bottom: 1px dashed #CFD8DC;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info .aggregate_product-additional_info-tabs ul li span.active {
  color: #e66d21;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info .aggregate_product-additional_info-tabs ul li span:hover {
  cursor: pointer;
  color: #e66d21;
  border-bottom: 1px solid #e66d21;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info .aggregate_product-additional_info-tab {
  display: none;
  padding-top: 0.75rem;
}
.vinsearch-products-aggregates-list .vinsearch-products-aggregates-item > .wrapp .aggregate_products .aggregate_product .aggregate_product-wrapp .aggregate_product-row .aggregate_product-info .aggregate_product-additional_info .aggregate_product-additional_info-tab.active {
  display: block;
}
.vinsearch-products-section_type_data {
  margin-bottom: 2.25rem;
}
.vinsearch-products-section_type_data .type_description {
  margin-bottom: 0.75rem;
}
.vinsearch-products-section_type_data .type_description p {
  margin-bottom: 0.75rem;
  font-weight: 400;
  font-size: 18px;
}
.vinsearch-products-section_type_data .type_description p:last-child {
  margin-bottom: 0px;
}
.vinsearch-products-section_type_data .type_attributes ul {
  position: relative;
  display: block;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.vinsearch-products-section_type_data .type_attributes ul li {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.vinsearch-products-section_type_data .type_attributes ul li:last-child {
  margin-bottom: 0px;
}
#vinsearch-ravdesk-form_container {
  display: none;
}
#vinsearch-ravdesk-form_container.active {
  display: block;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp {
  padding: 2.25rem;
  border-radius: 20px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form {
  position: relative;
  display: flex;
  flex-direction: column;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form.js_on_sending .ravdesk_form_actions .ravdesk_form_action.ravdesk_form_action-submit input[type="submit"] {
  background-color: #CFD8DC;
  color: #000;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form.js_on_sending .ravdesk_form_actions .ravdesk_form_action.ravdesk_form_action-submit .click_wall {
  display: block;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form.js_on_sending .ravdesk_form_actions .ravdesk_form_action.ravdesk_form_action-submit .click_wall:hover,
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form.js_on_sending .ravdesk_form_actions .ravdesk_form_action.ravdesk_form_action-submit input[type="submit"]:hover {
  cursor: default;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  #vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field {
    width: 33.3%;
  }
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field.field-additional_info {
  width: 100%;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-name label {
  font-size: 14px;
  color: #a3b4bc;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value input[type="text"],
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value input[type="phone"],
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value input[type="email"],
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value textarea {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border: 2px solid #CFD8DC;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
  margin: 0px!important;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  font-size: 18px;
  font-weight: 400;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value input[type="text"]:hover,
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value input[type="phone"]:hover,
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value input[type="email"]:hover,
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value textarea:hover {
  border: 2px solid #007acc;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value input[type="text"]:focus,
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value input[type="phone"]:focus,
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value input[type="email"]:focus,
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value textarea:focus {
  border: 2px solid #000;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value input[type="text"].error_field,
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value input[type="phone"].error_field,
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value input[type="email"].error_field,
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value textarea.error_field {
  border: 2px solid #C62828 !important;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value input {
  height: 40px;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value textarea {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  resize: vertical;
  height: 80px;
  min-height: 80px;
  max-height: 250px;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value .ravdesk_field_error_notif {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #C62828;
  font-weight: 700;
  line-height: 1;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value .js_custom_fileinput_container input {
  top: 0;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value .js_custom_fileinput_container label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value .js_custom_fileinput_container label .icon {
  min-width: 35px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  background-image: url("/wa-apps/shop/plugins/vinsearch/img/icons/sprite_fileinput.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0px 0px;
  margin-right: 15px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value .js_custom_fileinput_container label span.js_custom_fileinput_filename {
  overflow: hidden;
  width: 100%;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value .js_custom_fileinput_container label span.js_custom_fileinput_filename > span {
  position: relative;
  font-size: 16px;
  color: #a3b4bc;
  font-weight: 400;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value .js_custom_fileinput_container label span.js_custom_fileinput_filename::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 55%);
  z-index: 100;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value .js_custom_fileinput_container label:hover {
  cursor: pointer;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value .js_custom_fileinput_container label:hover .icon {
  opacity: 1;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value .js_custom_fileinput_container label:hover span.js_custom_fileinput_filename > span {
  color: #007acc;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value .js_custom_fileinput_container input.error_field + label .icon {
  background-position: 0 -35px;
  opacity: 1!important;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value .js_custom_fileinput_container input.error_field + label span.js_custom_fileinput_filename > span {
  color: #C62828;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value .js_custom_fileinput_container.js_file_in label .icon {
  background-position: 0 -70px;
  opacity: 1!important;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_fields_groups .ravdesk_fields_group .fields .wa-field .wa-value .js_custom_fileinput_container.js_file_in label span.js_custom_fileinput_filename > span {
  font-size: 14px;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_form_agree p {
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: #77909b;
  font-weight: 400;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_form_agree p:last-child {
  margin-bottom: 0px;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_form_agree p a {
  font-size: inherit;
  font-family: inherit;
  text-decoration: underline;
  color: #3769AD;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_form_agree p a:hover {
  cursor: pointer;
  text-decoration: none;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_form_messages .ravdesk_form_messages-crit_errors.active {
  margin-top: 1.5rem;
  padding: 0.75rem;
  border-left: 5px solid #C62828;
  background-color: rgba(198, 40, 40, 0.05);
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_form_messages .ravdesk_form_messages-crit_errors.active span {
  font-size: 16px;
  font-weight: 400;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_form_messages .ravdesk_form_messages-common_errors.active {
  margin-top: 1.5rem;
  padding: 0.75rem;
  border-left: 5px solid #e66d21;
  background-color: rgba(230, 109, 33, 0.05);
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_form_messages .ravdesk_form_messages-common_errors.active span {
  font-size: 16px;
  font-weight: 400;
  color: #e66d21;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_form_messages .ravdesk_form_messages-fields_errors.active {
  display: none!important;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_form_actions {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_form_actions .ravdesk_form_action-submit input[type="submit"] {
  position: relative;
  display: block;
  border: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  background-color: #007acc;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_form_actions .ravdesk_form_action-submit input[type="submit"]:hover {
  cursor: pointer;
  background-color: #006bb3;
}
#vinsearch-ravdesk-form_container .vinsearch-ravdesk-form_wrapp form .ravdesk_form_actions .ravdesk_form_action-submit .click_wall {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}
