/* STRUTURE */
.dvore-product-view-simple-1,
.dvore-product-view-multiple-1,
.dvore-product-view-subscription-1,
.dvore-product-view-downloadable-1 {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 15px;
  -ms-grid-columns: 40% 15px auto;
  grid-template-columns: 40% auto;
  grid-auto-rows: 1fr;
  padding: 50px 50px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
}
.dvore-product-view-simple-1 {
      grid-template-areas:
    "breadcrumb breadcrumb breadcrumb"
    "images titles titles"
    "images sku sku"
    "images ticket-parknet-extra ticket-parknet-extra"
    "images collections collections"
    "images price price"
    "images validity validity"
    "images advanced-inventory advanced-inventory"
    "images cta cta"
    "images cta-quote cta-quote"
    "images linked-products linked-products"
    "images description description"
    "images table table"
    "images file file"
    "images tags tags"
    "images brands brands"
    "images addthis addthis";
  -ms-grid-rows: (min-content)[14];
  grid-template-rows: repeat(14, -webkit-min-content);
  grid-template-rows: repeat(14, min-content);
}
.dvore-product-view-multiple-1 {
    grid-template-areas:
  "breadcrumb breadcrumb breadcrumb"
  "images titles titles"
  "images sku sku"
  "images collections collections"
  "images price price"
  "images validity validity"
  "images advanced-inventory advanced-inventory"
  "images variants variants"
  "images cta cta"
  "images cta-quote cta-quote"
  "images linked-products linked-products"
  "images description description"
  "images table table"
  "images file file"
  "images button button"
  "images tags tags"
  "images brands brands"
  "images addthis addthis";
  -ms-grid-rows: (min-content)[16];
  grid-template-rows: repeat(16, -webkit-min-content);
  grid-template-rows: repeat(16, min-content);
}
.dvore-product-view-subscription-1,
.dvore-product-view-downloadable-1 {
      grid-template-areas:
    "breadcrumb breadcrumb breadcrumb"
    "images titles titles"
    "images sku sku"
    "images collections collections"
    "images price price"
    "images validity validity"
    "images advanced-inventory advanced-inventory"
    "images variants variants"
    "images cta cta"
    "images cta-quote cta-quote"
    "images description description"
    "images table table"
    "images file file"
    "images button button"
    "images tags tags"
    "images brands brands"
    "images addthis addthis";
  -ms-grid-rows: (min-content)[16];
  grid-template-rows: repeat(16, -webkit-min-content);
  grid-template-rows: repeat(16, min-content);
}
.dvore-product-view-breadcrumbs {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: breadcrumb;
  margin-bottom: 10px;
}
.dvore-product-view-multiple-1 > .dvore-product-view-breadcrumbs {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.dvore-product-view-subscription-1 > .dvore-product-view-breadcrumbs, .dvore-product-view-downloadable-1 > .dvore-product-view-breadcrumbs {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.dvore-product-view-images {
  -ms-grid-row: 2;
  -ms-grid-row-span: 14;
  -ms-grid-column: 1;
  grid-area: images;
  position: relative;
}
.dvore-product-view-multiple-1 > .dvore-product-view-images {
  -ms-grid-row: 2;
  -ms-grid-row-span: 15;
  -ms-grid-column: 1;
}
.dvore-product-view-subscription-1 > .dvore-product-view-images, .dvore-product-view-downloadable-1 > .dvore-product-view-images {
  -ms-grid-row: 2;
  -ms-grid-row-span: 15;
  -ms-grid-column: 1;
}
.dvore-product-view-titles-container,
.dvore-product-view-title {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: titles;
}
.dvore-product-view-multiple-1 > .dvore-product-view-titles-container,
.dvore-product-view-multiple-1 > .dvore-product-view-title {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-subscription-1 > .dvore-product-view-titles-container, .dvore-product-view-downloadable-1 > .dvore-product-view-titles-container,
.dvore-product-view-subscription-1 > .dvore-product-view-title, .dvore-product-view-downloadable-1 > .dvore-product-view-title {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-description {
  -ms-grid-row: 11;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: description;
  line-height: 1.5;
}
.dvore-product-view-description h1 {
  font-size: 20px;
}
.dvore-product-view-multiple-1 > .dvore-product-view-description {
  -ms-grid-row: 11;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-subscription-1 > .dvore-product-view-description, .dvore-product-view-downloadable-1 > .dvore-product-view-description {
  -ms-grid-row: 11;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-description ul {
  padding-left: 20px;
}
.dvore-product-view-variants {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: variants;
}
.dvore-product-view-subscription-1 > .dvore-product-view-variants, .dvore-product-view-downloadable-1 > .dvore-product-view-variants {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-cta {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: cta;
}
.dvore-product-view-multiple-1 > .dvore-product-view-cta {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-subscription-1 > .dvore-product-view-cta, .dvore-product-view-downloadable-1 > .dvore-product-view-cta {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-cta-quote {
  -ms-grid-row: 10;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: cta-quote;
}
.dvore-product-view-multiple-1 > .dvore-product-view-cta-quote {
  -ms-grid-row: 10;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-subscription-1 > .dvore-product-view-cta-quote, .dvore-product-view-downloadable-1 > .dvore-product-view-cta-quote {
  -ms-grid-row: 10;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-price {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  grid-area: price;
}
.dvore-product-view-multiple-1 > .dvore-product-view-price {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.dvore-product-view-subscription-1 > .dvore-product-view-price, .dvore-product-view-downloadable-1 > .dvore-product-view-price {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.dvore-product-view-file-attributes {
  -ms-grid-row: 13;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: file;
}
.dvore-product-view-multiple-1 > .dvore-product-view-file-attributes {
  -ms-grid-row: 13;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-subscription-1 > .dvore-product-view-file-attributes, .dvore-product-view-downloadable-1 > .dvore-product-view-file-attributes {
  -ms-grid-row: 13;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-front-product-ticket-parknet-extra-data-container {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: ticket-parknet-extra;
  margin-top: 10px;
}
.dvore-product-view-button {
  -ms-grid-row: 14;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: button;
  margin-top: 20px;
}
.dvore-product-view-subscription-1 > .dvore-product-view-button, .dvore-product-view-downloadable-1 > .dvore-product-view-button {
  -ms-grid-row: 14;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-add-this {
  -ms-grid-row: 15;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: addthis;
}
.dvore-product-list-dynamic-linked-products {
  grid-area: linked-products;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 8px;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 2px solid var(--color-pale-grey);
}
.dvore-product-list-dynamic-linked-products .dvore-product-list {
  display: flex;
  grid-gap: 12px;
  flex-direction: row;
  position: relative;
}
.dvore-product-list-dynamic-linked-products .dvore-product-list .dvore-product-list-img-container {
  width: 40px;
  height: 40px;
  position: static;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border: 3px solid var(--color-white);
  outline: 1px solid var(--color-pale-grey);
}
.dvore-product-list-dynamic-linked-products .dvore-product-list .dvore-product-list-img-container > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.dvore-product-list-dynamic-linked-products .dvore-product-list.active .dvore-product-list-img-container {
  outline: 2px solid var(--color-dark);
}
.dvore-product-list-dynamic-linked-products .dvore-product-list .dvore-product-list-info {
  border: none;
  justify-content: center;
  padding: 5px 0px;
}
.dvore-product-list-dynamic-linked-products .dvore-product-list .dvore-product-list-info .dvore-product-list-title {
  font-size: 1rem;
  height: auto;
}
.dvore-product-list-dynamic-linked-products .dvore-product-list .dvore-product-list-img-container figure {
  padding-bottom: 100%;
  position: relative;
}
.dvore-product-list-dynamic-linked-products .dvore-product-list .dvore-product-list-img-container figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dvore-product-view-multiple-1 > .dvore-product-view-add-this {
  -ms-grid-row: 16;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-subscription-1 > .dvore-product-view-add-this, .dvore-product-view-downloadable-1 > .dvore-product-view-add-this {
  -ms-grid-row: 16;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-button .dvore-product-view-button-status {
  margin-bottom: 10px;
}
.dvore-product-view-attributes-table {
  -ms-grid-row: 12;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: table;
  margin-top: 10px;
}
.dvore-product-view-multiple-1 > .dvore-product-view-attributes-table {
  -ms-grid-row: 12;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-subscription-1 > .dvore-product-view-attributes-table, .dvore-product-view-downloadable-1 > .dvore-product-view-attributes-table {
  -ms-grid-row: 12;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-attributes-table table td {
  line-height: 1.5;
  border-top: none;
  border-bottom: 1px solid var(--color-pale-grey);
}
.dvore-product-view-tab-content {
  padding-top: 15px;
}
.dvore-product-view-attributes-table table td:first-child {
  padding-left: 0;
}
.dvore-product-view-attributes-table .dvore-product-view-tab-title-link {
  color: var(--color-dark);
  font-weight: 800;
  font-size: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dvore-product-view-attributes-table .dvore-product-view-tab-title-link:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f067";
  opacity: 1;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.dvore-product-view-attributes-table .dvore-product-view-tab-title-link:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f068";
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  right: 0;
}

.dvore-product-view-attributes-table .dvore-product-view-tab-title-link[aria-expanded="true"]:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  opacity: 1;
}

.dvore-product-view-attributes-table .dvore-product-view-tab-title-link[aria-expanded="true"]:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  opacity: 0;
}
/* END STRUTURE */

/* CUSTOMIZATION */
.dvore-product-view-title {
  font-size: 30px;
  font-family: var(--font-title);
  margin-bottom: 10px;
}
.dvore-product-view-price {
  font-size: 24px;
  font-family: var(--font-title);
  font-weight: 800;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
span.dvore-product-regular-price {
  text-decoration: line-through;
  color: var(--color-primary);
  font-weight: bold;
  font-family: var(--font-title);
  margin-right: 5px;
  margin-left: 5px;
}
span.dvore-product-regular-price+span.dvore-product-promo-price+span.dvore-product-regular-price {
  margin-left: 0;
}
span.dvore-product-promo-price {
  color: var(--color-error);
  font-weight: bold;
  font-family: var(--font-title);
  margin-right: 5px;
}
span.dvore-product-promo-price+span.dvore-product-regular-price+span.dvore-product-promo-price {
  margin-right: 0;
}
.dvore-product-view-product-sku {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  font-weight: normal;
  font-size: 20px;
  grid-area: sku;
  margin-bottom: 20px;
}
.dvore-product-view-multiple-1 > .dvore-product-view-product-sku {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-subscription-1 > .dvore-product-view-product-sku, .dvore-product-view-downloadable-1 > .dvore-product-view-product-sku {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}

.dvore-product-view-variants {
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 2px solid var(--color-pale-grey);
}
.dvore-product-variant-color-name,
.dvore-product-variant-size-name {
    text-transform: uppercase;
}
.dvore-product-variants-color-title,
.dvore-product-variants-size-title,
.dvore-product-variants-material-title {
  font-size: 14px;
  font-weight: 800;
  font-family: var(--font-title);
  margin-bottom: 5px;
}
.dvore-product-variants-color-option,
.dvore-product-variants-size-option,
.dvore-product-variants-material-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dvore-product-variants-color,
.dvore-product-variants-material {
  margin-bottom: 1.5rem;
}
.dvore-product-variants-color-option .dvore-product-variants-color-container {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border: 3px solid var(--color-white);
  outline: 1px solid var(--color-pale-grey);
}
.dvore-product-variants-color-option
  .dvore-product-variants-color-container.active {
  outline: 1px solid var(--color-dark);
}
.dvore-product-variants-color-option
  .dvore-product-variants-color-container:hover {
  outline-color: var(--color-dark);
}
.dvore-product-variants-size-option .dvore-product-variants-size-container,
.dvore-product-variants-material-option
  .dvore-product-variants-material-container {
  position: relative;
  border: 1px solid var(--color-dark);
  color: var(--color-dark);
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.dvore-product-variants-size-option .dvore-product-variants-size-container,
  .dvore-product-variants-material-option .dvore-product-variants-material-container,
  .dvore-product-variants-color-option .dvore-product-variants-color-container {
    margin-bottom: 10px;
  }
.dvore-product-variants-size-option
  .dvore-product-variants-size-container.active,
.dvore-product-variants-material-option
  .dvore-product-variants-material-container.active {
  background-color: var(--color-dark);
  color: var(--color-white);
}
.dvore-product-variants-size-option
  .dvore-product-variants-size-container:hover,
.dvore-product-variants-material-option
  .dvore-product-variants-material-container:hover {
  background-color: var(--color-dark);
  color: var(--color-white);
}
.dvore-product-variants-color-option
  .dvore-product-variants-color-container
  input,
.dvore-product-variants-size-option
  .dvore-product-variants-size-container
  input,
.dvore-product-variants-material-option
  .dvore-product-variants-material-container
  input {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  visibility: hidden;
}
.dvore-product-variants-color-option .dvore-product-variants-color-btn,
.dvore-product-variants-size-option .dvore-product-variants-size-btn,
.dvore-product-variants-material-option .dvore-product-variants-material-btn {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
  cursor: pointer;
}
.dvore-product-variants-size-option .dvore-product-variants-size-btn,
.dvore-product-variants-material-option .dvore-product-variants-material-btn {
  min-width: 40px;
  text-align: center;
}
.dvore-product-view-simple-1 .dvore-product-view-cta,
.dvore-product-view-multiple-1 .dvore-product-view-cta {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 2px solid var(--color-pale-grey);
  -ms-grid-columns: -webkit-min-content 15px 1fr;
  -ms-grid-columns: min-content 15px 1fr;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
}
.dvore-product-view-simple-1 .dvore-product-view-cta-quote,
.dvore-product-view-multiple-1 .dvore-product-view-cta-quote {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 20px 0;
  margin: 20px 0 20px 0;
  border-bottom: 2px solid var(--color-pale-grey);
  -ms-grid-columns: -webkit-min-content 15px 1fr;
  -ms-grid-columns: min-content 15px 1fr;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
}
.dvore-product-view-simple-1 .dvore-product-view-cta,
.dvore-product-view-multiple-1 .dvore-product-view-cta,
.dvore-product-view-quantity,
.dvore-product-view-simple-1 .dvore-product-view-cta-quote,
.dvore-product-view-multiple-1 .dvore-product-view-cta-quote {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.dvore-product-view-multiple-1 > .dvore-product-view-cta .dvore-product-view-quantity {
  height: 45px;
}
.dvore-product-view-subscription-1 .dvore-product-view-cta,
.dvore-product-view-downloadable-1 .dvore-product-view-cta,
.dvore-product-view-subscription-1 .dvore-product-view-cta-quote,
.dvore-product-view-downloadable-1 .dvore-product-view-cta-quote {
  border-bottom: 2px solid var(--color-pale-grey);
  border-top: 2px solid var(--color-pale-grey);
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.dvore-product-view-subscription-1 .dvore-product-view-cta .dvore-product-view-cart,
.dvore-product-view-downloadable-1 .dvore-product-view-cta .dvore-product-view-cart,
.dvore-product-view-subscription-1 .dvore-product-view-cta .dvore-product-view-cart-quote,
.dvore-product-view-downloadable-1 .dvore-product-view-cta .dvore-product-view-cart-quote {
  margin-top: 20px;
}
.asSpinner_disabled .asSpinner-down,
.asSpinner_disabled .asSpinner-up,
.asSpinner_disabled:hover .asSpinner-down,
.asSpinner_disabled:hover .asSpinner-up {
  background-color: var(--color-grey) !important;
}
.dvore-product-view-quantity .asSpinner-up:before,
.dvore-product-view-quantity .asSpinner-down:before {
  line-height: 1;
}
.dvore-product-view-cta .dvore-product-view-oos {
  font-weight: 800;
  font-size: 1.2rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.dvore-product-view-file-attributes,
.dvore-product-view-text-attributes,
.dvore-product-view-brands {
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 2px solid var(--color-pale-grey);
}
.dvore-product-view-file-attributes > .btn {
  position: relative;
  padding-left: 40px;
}
.dvore-product-view-file-attributes > .btn {
  margin: 5px;
}
.dvore-product-view-file-attributes > .btn:before {
  position: absolute;
  content: "\f0ed";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  left: 15px;
  line-height: 22px;
}
.dvore-product-view-simple-1 .dvore-product-view-cta,
.dvore-product-view-multiple-1 .dvore-product-view-cta,
.dvore-product-view-downloadable-1 .dvore-product-view-cta,
.dvore-product-view-simple-1 .dvore-product-view-cta-quote,
.dvore-product-view-multiple-1 .dvore-product-view-cta-quote,
.dvore-product-view-downloadable-1 .dvore-product-view-cta-quote {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.dvore-product-view-simple-1 .dvore-product-view-cta .asSpinner,
.dvore-product-view-multiple-1 .dvore-product-view-cta .asSpinner, 
.dvore-product-view-downloadable-1 .dvore-product-view-cta .asSpinner,
.dvore-product-view-simple-1 .dvore-product-view-cta-quote .asSpinner,
.dvore-product-view-multiple-1 .dvore-product-view-cta-quote .asSpinner, 
.dvore-product-view-downloadable-1 .dvore-product-view-cta-quote .asSpinner {
    height: 100%;
}
.dvore-product-view-validity-status,
.dvore-product-view-button-status {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: validity;
    margin: 10px 0 10px 0;
}
.dvore-product-view-multiple-1 > .dvore-product-view-validity-status,
.dvore-product-view-multiple-1 > .dvore-product-view-button-status {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-subscription-1 > .dvore-product-view-validity-status, .dvore-product-view-downloadable-1 > .dvore-product-view-validity-status,
.dvore-product-view-subscription-1 > .dvore-product-view-button-status, .dvore-product-view-downloadable-1 > .dvore-product-view-button-status {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
/* END CUSTOMIZATION */

/* TAGS */
.dvore-product-view-tags {
  -ms-grid-row: 14;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: tags;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 2px solid var(--color-pale-grey);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.dvore-product-view-multiple-1 > .dvore-product-view-tags {
  -ms-grid-row: 15;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-subscription-1 > .dvore-product-view-tags, .dvore-product-view-downloadable-1 > .dvore-product-view-tags {
  -ms-grid-row: 15;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-tags .dvore-product-tag > a:hover {
  color: var(--color-dark);
  border-color: var(--color-dark);
}
.dvore-product-view-tags .dvore-product-tag > a {
  display: block;
  padding: 5px;
  border: 1px solid var(--color-pale-grey-darken);
  color: var(--color-pale-grey-darken);
  font-size: 0.8em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.dvore-product-view-tags .dvore-product-tag {
  margin: 5px 0;
}
.dvore-product-view-tags .dvore-product-tag:not(:last-child) {
  margin-right: 10px;
}
/* END TAGS */

/* ADDTHIS */
.dvore-product-view-add-this {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid var(--color-pale-grey);
}
/* END ADDTHIS */

/* COLLECTIONS */
.dvore-product-view-collections {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: collections;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5px 0 15px 0;
}
.dvore-product-view-multiple-1 > .dvore-product-view-collections {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-subscription-1 > .dvore-product-view-collections, .dvore-product-view-downloadable-1 > .dvore-product-view-collections {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-collections .dvore-product-collection {
  padding: 0 0 5px 0;
  border-bottom: 1px solid var(--color-dark);
  font-size: 0.8em;
}
.dvore-product-view-collections .dvore-product-collection > a {
  color: var(--color-dark);
}
.dvore-product-view-collections .dvore-product-collection:not(:last-child) {
  margin-right: 10px;
}
.dvore-product-view-collections .dvore-product-collection {
  margin-bottom: 10px;
}
/* END COLLECTIONS */

/* BRANDS */
.dvore-product-view-brands {
  grid-area: brands;
  display: flex;
  flex-direction: row;
  grid-gap: 5px;
}
.dvore-product-view-brands .dvore-product-view-brands-label {
  margin-bottom: 0;
  display: block;
}
.dvore-product-view-brands img {
  max-width: 175px;
}
.dvore-product-view-multiple-1 > .dvore-product-view-brands {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.dvore-product-view-subscription-1 > .dvore-product-view-brands, .dvore-product-view-downloadable-1 > .dvore-product-view-brands {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.dvore-product-view-brands img {
  width: 100%;
}
.dvore-product-view-brands img:not(:first-child) {
  margin-left: 10px;
}
/* END BRANDS */

/* PRODUCT STATE */
.dvore-product-state {
  position: absolute;
  top: 20px;
  left: -10px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% + 20px);
}
.dvore-product-state > div:not(:last-child) {
  margin-bottom: 5px;
}
.dvore-product-state a {
  color: var(--color-white);
}
.dvore-product-state a:hover {
  color: var(--color-white);
}
.dvore-product-state .dvore-product-state-new-product,
.dvore-product-state .dvore-product-state-featured-product,
.dvore-product-state .dvore-product-state-on-sale-product {
  margin-right: auto;
}
.dvore-product-state .dvore-product-state-new-product,
.dvore-product-state .dvore-product-state-featured-product,
.dvore-product-state .dvore-product-state-on-sale-product {
  padding: 10px;
  font-size: 1.2em;
  background-color: var(--color-error);
  color: var(--color-white);
}
.dvore-product-state.dvore-product-state-2 {
  left: -30px;
  top: 10px;
}
.dvore-product-state-2 .dvore-product-state-promotion {
  margin-left: auto;
  background-color: var(--color-error);
  padding: 5px;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  font-size: 12px;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.dvore-product-state-2
  .dvore-product-state-promotion
  .dvore-product-state-promotion-name,
.dvore-product-state-2
  .dvore-product-state-promotion
  .dvore-product-state-promotion-amount {
  color: var(--color-white);
}
.dvore-product-state-2
  .dvore-product-state-promotion
  .dvore-product-state-promotion-name {
  margin-bottom: 0.125rem;
}
.dvore-product-state-2
  .dvore-product-state-promotion
  .dvore-product-state-promotion-amount {
  font-size: 1.25rem;
}
.dvore-product-view-price .dvore-product-price-regular-price {
  text-decoration: line-through;
  font-size: 80%;
  font-weight: 300;
}
.dvore-product-view-price .dvore-product-price-promo-price {
  margin-left: 10px;
  color: var(--color-error);
}
/* END PRODUCT STATE */

/* RELATED PRODUCTS */
.dvore-product-view-related-products {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 50px;
}
/*.dvore-product-view-related-product-container {
  padding: 50px 50px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid var(--color-pale-grey);
}
.dvore-product-view-related-product-container-title {
  display: block;
  font-size: 30px;
  font-family: var(--font-title);
  color: var(--color-dark);
  margin-bottom: 1rem;
}
.dvore-product-list-container {
  padding-bottom: 0 !important;
}*/
/* END RELATED PRODUCTS */

/* PROMOTION */
.dvore-product-view-price {
  font-size: 2rem;
  font-family: var(--font-title);
  font-weight: 800;
  margin: 0;
}
.dvore-product-view-price .dvore-product-list-price-regular-price {
  text-decoration: line-through;
  font-size: 80%;
  font-weight: 300;
}
.dvore-product-view-price .dvore-product-list-price-promo-price {
  color: var(--color-error);
  margin: 10px 0;
}
/* END PROMOTION */


/* TABULATIONS */
.dvore-product-view-informations{
  display: none !important;
}
/* END TABULATIONS */
/* RELATED PRODUCTS */
.dvore-product-view-related-product-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 50px;
}
h2.dvore-product-view-related-product-container-title {
  font-size: 28px;
  font-family: var(--font-title);
  margin-bottom: 0;
}
.dvore-product-view-related-product-container .dvore-product-list .dvore-product-list-img-container figure {
  padding-bottom: 100%;
}
.dvore-product-preview-modal .modal-dialog.modal-lg {
  max-width: 900px;
}
.dvore-product-preview-modal .dvore-product-view-simple-1 .dvore-product-view-breadcrumbs .dvore-breadcrumbs {
  padding-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
.dvore-product-view-breadcrumbs .dvore-breadcrumbs {
  padding-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
.dvore-product-preview-modal .dvore-product-view-simple-1 .dvore-product-view-cart .btn {
  font-size: 16px;
  padding: 0.6rem 1rem;
}
.dvore-product-preview-modal .dvore-product-view-simple-1 .dvore-product-view-cta {
  margin-top: 15px;
}
.dvore-product-preview-modal .dvore-product-view-simple-1 .dvore-product-view-title {
  font-size: 26px;
}
.dvore-product-preview-modal .dvore-product-view-simple-1 button.close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
}
/* RESPONSIVE */
@media (max-width: 991px) {
  .dvore-product-view-simple-1,
  .dvore-product-view-multiple-1,
  .dvore-product-view-downloadable-1 {
    padding: 25px;
    grid-column-gap: 25px;
  }
  .dvore-product-view-images {
    margin: 20px 0;
  }
  .dvore-product-view-info-container {
    padding: 0 0 0 25px;
  }
  .dvore-product-view-related-product-container {
    padding: 0 25px;
  }
}
@media (max-width: 820px) {
  .dvore-product-view-file-attributes {
    margin: 0px 20px 0 20px;
    padding: 0;
    border-top: none;
  }
  .dvore-product-view-breadcrumbs {
    margin: 0 25px 10px 25px;
  }
  .dvore-product-state {
    width: 100%;
    left: 0;
  }
  .dvore-product-view-simple-1,
  .dvore-product-view-multiple-1,
  .dvore-product-view-downloadable-1 {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-auto-rows: inherit;
    padding: 25px 0;
  }
  .dvore-product-view-simple-1,
  .dvore-product-view-downloadable-1,
  .dvore-product-view-subscription-1 {
        grid-template-areas:
      "breadcrumb breadcrumb"
      "titles titles"
      "sku sku"
      "collections collections"
      "price price"
      "validity validity"
      "images images"
      "advanced-inventory advanced-inventory"
      "cta cta"
      "cta-quote cta-quote"
      "linked-products linked-products"
      "description description"
      "table table"
      "file file"
      "button button"
      "tags tags"
      "brands brands"
      "addthis addthis";
      -ms-grid-rows: (min-content)[16];
      grid-template-rows: repeat(16, -webkit-min-content);
      grid-template-rows: repeat(16, min-content);
  }
  .dvore-product-view-multiple-1 {
        grid-template-areas:
      "breadcrumb breadcrumb"
      "titles titles"
      "sku sku"
      "collections collections"
      "price price"
      "validity validity"
      "images images"
      "advanced-inventory advanced-inventory"
      "linked-products linked-products"
      "description description"
      "table table"
      "file file"
      "button button"
      "variants variants"
      "cta cta"
      "cta-quote cta-quote"
      "tags tags"
      "brands brands"
      "addthis addthis";
      -ms-grid-rows: (min-content)[17];
      grid-template-rows: repeat(17, -webkit-min-content);
      grid-template-rows: repeat(17, min-content);
  }
  .dvore-product-view-images {
    width: 100%;
  }
  .dvore-product-view-info-container {
    width: 100%;
    padding: 0;
  }
  .dvore-product-view-title,
  .dvore-product-view-price,
  .dvore-product-view-description,
  .dvore-product-view-collections,
  .dvore-product-view-brands,
  .dvore-product-view-variants,
  .dvore-product-view-validity-status,
  .dvore-product-view-button-status,
  .dvore-product-view-attributes-table,
  .dvore-product-view-sku {
    margin-left: 25px;
    margin-right: 25px;
  }
  .dvore-product-view-variants {
    border-bottom: 2px solid var(--color-pale-grey);
    border-top: none;
    padding: 0px 0 20px 0;
    margin: 0px 25px 20px 25px;
  }
  .dvore-product-view-cta,
  .dvore-product-view-cta-quote {
    border-top: none !important;
    margin: 0 25px 20px 25px !important;
    padding: 0 0 20px 0 !important;
    width: calc(100% - 45px) !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dvore-product-list-dynamic-linked-products {
    margin: 0 25px 20px 25px !important;
  }
  .dvore-product-view-tags {
    margin-left: 25px;
    margin-right: 25px;
  }
  .dvore-product-view-add-this {
    margin: 10px 20px 0 20px;
  }
  .dvore-product-view-breadcrumbs {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-breadcrumbs {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-images {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-images {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-titles-container,
.dvore-product-view-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-titles-container,
.dvore-product-view-multiple-1 > .dvore-product-view-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-description {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-description {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-variants {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-cta {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-cta {
    -ms-grid-row: 14;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-cta-quote {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-cta-quote {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-price {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-price {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dvore-product-view-file-attributes {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-file-attributes {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-button {
    -ms-grid-row: 14;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-button {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-add-this {
    -ms-grid-row: 16;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-add-this {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-attributes-table {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-attributes-table {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-product-sku {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-product-sku {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-validity-status,
.dvore-product-view-button-status {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-validity-status,
.dvore-product-view-multiple-1 > .dvore-product-view-button-status {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-tags {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-tags {
    -ms-grid-row: 16;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-collections {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-collections {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-brands {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-brands {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
}

@media (max-width: 680px) {
  .dvore-product-view-brands {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    justify-self: flex-start;
    margin-bottom: 20px;
  }
  .dvore-product-view-brands img {
    max-height: 70px;
  }
  .dvore-product-view-simple-1,
  .dvore-product-view-downloadable-1,
  .dvore-product-view-subscription-1 {
        grid-template-areas:
      "breadcrumb"
      "titles"
      "sku"
      "collections"
      "price"
      "validity"
      "images"
      "advanced-inventory"
      "cta"
      "cta-quote"
      "linked-products"
      "description"
      "table"
      "file"
      "button"
      "tags"
      "brands"
      "addthis";
      -ms-grid-rows: (min-content)[17];
      grid-template-rows: repeat(17, -webkit-min-content);
      grid-template-rows: repeat(17, min-content);
  }
  .dvore-product-view-multiple-1 {
        grid-template-areas:
      "breadcrumb"
      "titles"
      "collections"
      "price"
      "validity"
      "images"
      "advanced-inventory"
      "variants"
      "cta"
      "cta-quote"
      "linked-products"
      "description"
      "table"
      "file"
      "button"
      "tags"
      "brands"
      "addthis";
      -ms-grid-rows: (min-content)[17];
      grid-template-rows: repeat(17, -webkit-min-content);
      grid-template-rows: repeat(17, min-content);
  }
  .product-page .dvore-breadcrumbs,
  .dvore-product-preview-modal .dvore-product-view-simple-1 .dvore-breadcrumbs {
    font-size: 0.8rem;
    padding: 0;
  }
  .dvore-product-view-simple-1 .dvore-product-view-title,
  .dvore-product-preview-modal .dvore-product-view-simple-1 .dvore-product-view-title {
    font-size: 20px;
  }
  .dvore-product-view-breadcrumbs {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-breadcrumbs {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-images {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-images {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-titles-container,
.dvore-product-view-title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-titles-container,
.dvore-product-view-multiple-1 > .dvore-product-view-title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-description {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-description {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-variants {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-cta {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-cta {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-cta-quote {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-cta-quote {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-price {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-price {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dvore-product-view-file-attributes {
    -ms-grid-row: 14;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-file-attributes {
    -ms-grid-row: 14;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-button {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-button {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-add-this {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-add-this {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-attributes-table {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-attributes-table {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-product-sku {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-validity-status,
.dvore-product-view-button-status {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-validity-status,
.dvore-product-view-multiple-1 > .dvore-product-view-button-status {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-tags {
    -ms-grid-row: 16;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-tags {
    -ms-grid-row: 16;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-collections {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-collections {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-brands {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-brands {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@media (max-width: 480px) {
  .dvore-product-view-breadcrumbs,
  .dvore-product-view-title,
  .dvore-product-view-price,
  .dvore-product-view-description,
  .dvore-product-view-collections,
  .dvore-product-view-brands,
  .dvore-product-view-variants,
  .dvore-product-view-validity-status,
  .dvore-product-view-button-status,
  .dvore-product-view-attributes-table,
  .dvore-product-view-tags {
    margin-left: 10px;
    margin-right: 10px;
  }
  .dvore-product-view-cta,
  .dvore-product-view-cta-quote,
  .dvore-product-list-dynamic-linked-products,
  .dvore-product-view-sku {
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: calc(100% - 20px) !important;
  }
  .dvore-product-view-related-product-container {
    padding: 0 10px;
  }
}

@media (max-width: 320px) {
  .dvore-product-view-cart {
    margin-top: 10px;
  }
  .dvore-product-view-cta,
  .dvore-product-view-cta-quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* PRODUCT VIEW SIZE WITH QUANTITY */
.dvore-product-view-variants-with-inventory .asSpinner {
  height: 45px;
}
.dvore-product-view-variants-with-inventory .asSpinner > input[type="text"] {
  width: 40px;
  padding: 5px;
  text-align: center;
  font-size: 14px;
}
.dvore-product-view-variants-with-inventory .asSpinner .asSpinner-down,
.dvore-product-view-variants-with-inventory .asSpinner .asSpinner-up {
  font-family: "Font Awesome 5 Pro";
}
.dvore-product-view-variants-with-inventory .asSpinner .asSpinner-up:before {
  content: "\f077" !important;
  position: relative;
  top: -1px;
}
.dvore-product-view-variants-with-inventory .asSpinner .asSpinner-down:before {
  content: "\f078" !important;
  bottom: 3px;
  position: relative;
}
.dvore-product-view-variants-with-inventory .asSpinner .asSpinner-up:before,
.dvore-product-view-variants-with-inventory .asSpinner .asSpinner-down:before {
  font-size: 12px !important;
}
.dvore-product-view-variants-with-inventory .asSpinner .asSpinner-control {
  width: 25px;
}
.dvore-product-view-variants-with-inventory .dvore-product-variants-size-quantity {
  border: 1px solid var(--color-pale-grey);
}
.dvore-product-view-variants-with-inventory .dvore-product-variants-size-option .dvore-product-variants-size-container {
  margin-right: 0;
}
.dvore-product-view-variants-with-inventory .dvore-product-variants-size-with-inventory {
  margin-right: 10px;
  margin-bottom: 5px;
}
.dvore-product-view-variants-with-inventory .asSpinner .asSpinner-down:hover,
.dvore-product-view-variants-with-inventory .asSpinner .asSpinner-up:hover {
  background-color: var(--color-dark);
  color: var(--color-white);
  cursor: pointer;
}
.dvore-product-view-variants-with-inventory .asSpinner.asSpinner_disabled .asSpinner-up:hover,
.dvore-product-view-variants-with-inventory .asSpinner.asSpinner_disabled .asSpinner-down:hover {
  cursor: not-allowed;
  color: #a3afb7;
}
.dvore-product-view-variants-with-inventory .dvore-product-variants-color-option,
.dvore-product-view-variants-with-inventory .dvore-product-variants-size-option,
.dvore-product-view-variants-with-inventory .dvore-product-variants-material-option {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.dvore-product-view-variants.dvore-product-view-variants-with-inventory  {
    overflow-x: auto;
    padding-left: 5px;
}
.dvore-product-view-variants-with-inventory .dvore-product-variants-size-option .dvore-product-variants-size-container:hover {
  background-color: var(--color-white);
  color: var(--color-dark);
}
.dvore-product-view-variants-with-inventory .dvore-product-variants-size-option .dvore-product-variants-size-container label.dvore-product-variants-size-btn,
.dvore-product-view-variants-with-inventory .dvore-product-variants-size-option .dvore-product-variants-size-quantity label.dvore-product-variants-size-btn {
    cursor: default;
}
.dvore-product-variants-size-container.disable,
.dvore-product-variants-material-container.disable {
  background-color: var(--color-pale-grey) !important;
  border-color: var(--color-pale-grey);
  color: var(--color-pale-grey-darken) !important;
}
.dvore-product-variants-size-container.disable:hover,
.dvore-product-variants-size-container.disable:hover label
.dvore-product-variants-material-container.disable:hover,
.dvore-product-variants-material-container.disable:hover label,
a.btn.disabled {
  cursor: not-allowed;
}
/* perso */
.dvore-product-variants-size-with-inventory .dvore-product-variants-size-quantity,
.dvore-product-variants-size-with-inventory .dvore-product-variants-size-choose-quantity {
  margin-top: 45px;
  position: relative;
}
.dvore-product-variants-size-option .dvore-product-variants-size-with-inventory:first-child .dvore-product-variants-size-quantity:before {
  content: "Quantité disponible";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  min-width: 200px;
  font-size: 14px;
  font-weight: 800;
  font-family: var(--font-title);
}
.dvore-product-variants-size-option .dvore-product-variants-size-with-inventory:first-child .dvore-product-variants-size-choose-quantity:before {
  content: "Votre commande";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  min-width: 200px;
  font-size: 14px;
  font-weight: 800;
  font-family: var(--font-title);
}
html[lang="fr"] .dvore-product-variants-size-option .dvore-product-variants-size-with-inventory:first-child .dvore-product-variants-size-quantity:before {
  content: "Quantité disponible";
}
html[lang="fr"] .dvore-product-variants-size-option .dvore-product-variants-size-with-inventory:first-child .dvore-product-variants-size-choose-quantity:before {
  content: "Votre commande";
}
html[lang="en"] .dvore-product-variants-size-option .dvore-product-variants-size-with-inventory:first-child .dvore-product-variants-size-quantity:before {
  content: "Available quantity";
}
html[lang="en"] .dvore-product-variants-size-option .dvore-product-variants-size-with-inventory:first-child .dvore-product-variants-size-choose-quantity:before {
  content: "Your order";
}
/*INVENTORY*/
.dvore-product-view-advanced-inventory {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: advanced-inventory;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px solid var(--color-pale-grey);
  font-size: 18px;
}
.dvore-product-view-multiple-1 > .dvore-product-view-advanced-inventory {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.dvore-product-view-subscription-1 > .dvore-product-view-advanced-inventory, .dvore-product-view-downloadable-1 > .dvore-product-view-advanced-inventory {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
@media (max-width: 820px) {
  .dvore-product-view-advanced-inventory {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-advanced-inventory {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 680px) {
  .dvore-product-view-advanced-inventory {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dvore-product-view-multiple-1 > .dvore-product-view-advanced-inventory {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
.dvore-product-view-advanced-inventory-icon {
  margin-right: 10px;
}
.dvore-product-view-advanced-inventory-icon .fas {
  font-size: 2rem;
}
.dvore-product-view-user-store {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
span.dvore-product-view-user-store-picked {
  font-weight: 900;
  font-family: var(--font-title);
  font-size: 1.75rem;
}
.dvore-product-attributes-choices .checkbox-custom {
  margin-top: 5px;
  margin-bottom: 5px;
}
.dvore-product-attributes-choices .row {
  margin: 0;
}
.dvore-product-attributes-choices .checkbox-custom.col-12 {
  padding: 0 0 0 2px;
}
.dvore-product-attributes-choices .checkbox-custom label::before {
  border-color: var(--color-dark-grey);
  margin-left: 0 !important;
}
.checkbox-custom label::after {
  margin-left: 0 !important;
}
.dvore-product-attributes-choices .checkbox-custom label a {
  text-decoration: underline !important;
  text-transform: initial !important;
  color: var(--color-primary) !important;
  margin-right: 5px;
  margin-left: 5px;
}
.dvore-product-attributes-choices .checkbox-custom label a:hover,
.dvore-product-attributes-choices .checkbox-custom label a:active,
.dvore-product-attributes-choices .checkbox-custom label a:focus {
  text-decoration: none;
}
.dvore-product-attributes-choices .checkbox-custom label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkbox-custom input[type="radio"], .checkbox-custom input[type="checkbox"] {
  position: absolute;
}
.pac-container {
  z-index: 10000;
}
.dvore-front-shop-inventory-items-check-availability-content-location-address-title {
  font-family: var(--font-title);
  font-weight: 800;
  color: var(--color-dark);
  font-size: 1.25rem;
}
.dvore-front-shop-inventory-items-check-availability-content-location-address-line,
.dvore-front-shop-inventory-items-check-availability-content-store-address-line,
.dvore-front-shop-inventory-items-check-availability-content-location-address-city-state-zip-line,
.dvore-front-shop-inventory-items-check-availability-content-store-address-line {
  font-size: 1.15rem;
  color: var(--color-dark);
}
.dvore-front-shop-inventory-location-choice-button {
  color: var(--color-primary);
  padding: 0 !important;
  font-size: 1.25rem !important;
}
.dvore-product-view-choice-delivery-process-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.dvore-product-view-choice-delivery-process-wrapper .dvore-product-view-choice-delivery-process-choice + .dvore-product-view-choice-delivery-process-choice {
  margin-left: 10px;
}
/* INVENTORY - MODAL */
.btn.dvore-front-shop-inventory-store-choice-button:hover,
.btn.dvore-front-shop-inventory-store-choice-button:active,
.btn.dvore-front-shop-inventory-store-choice-button:focus {
  opacity: 0.5;
}
.dvore-front-shop-inventory-items-check-availability-content-stock-choice-container,
.dvore-front-shop-inventory-modal-stock-pick-up-delivery {
  font-size: 1.15rem;
  color: var(--color-dark);
}
.dvore-front-shop-inventory-items-check-availability-content-location-choice-container {
  max-width: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dvore-front-shop-inventory-items-check-availability-content-location-stock-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dvore-front-shop-inventory-items-check-availability-content-location-address-container {
  width: 100%;
}
.dvore-front-shop-inventory-items-check-availability-content-store-address-container {
  width: 100%;
}
.dvore-front-shop-inventory-items-check-availability-content-store-address-title {
  font-weight: 900;
  font-family: var(--font-title);
  font-size: 16px;
}
.dvore-front-shop-inventory-items-check-availability-content-store-choice-container {
  max-width: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dvore-front-shop-inventory-items-check-availability-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dvore-front-shop-inventory-items-check-availability-content-location-address-title {
  font-family: var(--font-title);
  font-weight: 800;
  color: var(--color-dark);
  font-size: 1.25rem;
}
.dvore-front-shop-inventory-items-check-availability-content-location-address-line,
.dvore-front-shop-inventory-items-check-availability-content-store-address-line,
.dvore-front-shop-inventory-items-check-availability-content-location-address-city-state-zip-line,
.dvore-front-shop-inventory-items-check-availability-content-store-address-line {
  font-size: 1.15rem;
  color: var(--color-dark);
}
.dvore-front-shop-inventory-location-choice-button {
  color: var(--color-primary);
  padding: 0 !important;
  font-size: 1.25rem !important;
}
.btn.dvore-front-shop-inventory-store-choice-button:hover,
.btn.dvore-front-shop-inventory-store-choice-button:active,
.btn.dvore-front-shop-inventory-store-choice-button:focus {
  opacity: 0.5;
}
.dvore-front-shop-inventory-items-check-availability-content-store-choice-container p {
  font-family: var(--font-title);
  line-height: 1.571429;
  padding: 0.8rem 1rem;
  background-clip: initial !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  white-space: nowrap;
  text-align: center !important;
  border-color: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.dvore-front-shop-inventory-store-choice-button {
  font-size: 16px;
  padding: 0;
}
.btn.dvore-front-shop-inventory-store-choice-button,
.dvore-front-shop-inventory-items-check-availability-content-store-choice-container p {
  font-size: 14px;
  padding: 0;
}
#dvore_front_shop_inventory_choice_modal .modal-dialog,
.modal-dialog {
  max-width: 700px;
}
.dvore-front-shop-inventory-items-check-availability-header .form-control {
  border: none;
  border-bottom: 1px solid var(--color-dark) !important;
  font-size: 12px;
  border-radius: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
.dvore-front-shop-inventory-items-check-availability-header .form-control::-webkit-input-placeholder {
  font-size: 1.25rem;
  color: var(--color-dark);
}
.dvore-front-shop-inventory-items-check-availability-header .form-control::-moz-placeholder {
  font-size: 1.25rem;
  color: var(--color-dark);
}
.dvore-front-shop-inventory-items-check-availability-header .form-control:-ms-input-placeholder {
  font-size: 1.25rem;
  color: var(--color-dark);
}
.dvore-front-shop-inventory-items-check-availability-header .form-control::-ms-input-placeholder {
  font-size: 1.25rem;
  color: var(--color-dark);
}
.dvore-front-shop-inventory-items-check-availability-header .form-control::placeholder,
.dvore-front-shop-inventory-items-check-availability-header .form-control {
  font-size: 1.25rem;
  color: var(--color-dark);
}
#mainModal .modal-title {
  font-size: 20px;
}
.dvore-front-modal-shop-inventory-locations-container,
.dvore-front-shop-inventory-items-check-availability-content-location,
.dvore-front-modal-shop-inventory-stores-container,
.dvore-front-shop-inventory-items-check-availability-content-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  background-color: var(--color-pale-grey);
  padding: 15px 20px;
}
.modal-backdrop {
  background-color: var(--color-dark);
}
.modal-backdrop.show {
  opacity: .75;
}
.dvore-front-modal-shop-inventory-stores-container.active,
.dvore-front-shop-inventory-items-check-availability-content-store.active {
  background-color: var(--color-primary);
}
.dvore-front-modal-shop-inventory-stores-container.active .dvore-front-shop-inventory-items-check-availability-content-store-address-container,
.dvore-front-modal-shop-inventory-stores-container.active .dvore-front-shop-inventory-modal-stock-pick-up-delivery,
.dvore-front-modal-shop-inventory-stores-container.active .btn.dvore-front-shop-inventory-store-choice-button,
.dvore-front-modal-shop-inventory-stores-container.active .dvore-front-shop-inventory-items-check-availability-content-store-choice-container,
.dvore-front-modal-shop-inventory-stores-container.active .dvore-front-shop-inventory-items-check-availability-content-store-address-line,
.dvore-front-shop-inventory-items-check-availability-content-store.active .dvore-front-shop-inventory-items-check-availability-content-store-address-container,
.dvore-front-shop-inventory-items-check-availability-content-store.active .dvore-front-shop-inventory-modal-stock-pick-up-delivery,
.dvore-front-shop-inventory-items-check-availability-content-store.active .dvore-front-shop-inventory-modal-stock-pick-up,
.dvore-front-shop-inventory-items-check-availability-content-store.active .dvore-front-shop-inventory-modal-stock-delivery,
.dvore-front-shop-inventory-items-check-availability-content-store.active .btn.dvore-front-shop-inventory-store-choice-button,
.dvore-front-shop-inventory-items-check-availability-content-store-stock-container.active .dvore-front-shop-inventory-items-check-availability-content-store-choice-container,
.dvore-front-shop-inventory-items-check-availability-content-store-stock-container.active .dvore-front-shop-inventory-items-check-availability-content-store-address-line,
.dvore-front-shop-inventory-items-check-availability-content-store.active .h1,
.dvore-front-shop-inventory-items-check-availability-content-store.active .h2,
.dvore-front-shop-inventory-items-check-availability-content-store.active .h3,
.dvore-front-shop-inventory-items-check-availability-content-store.active .h4,
.dvore-front-shop-inventory-items-check-availability-content-store.active .h5, 
.dvore-front-shop-inventory-items-check-availability-content-store.active .h6,
.dvore-front-shop-inventory-items-check-availability-content-store.active .dvore-front-shop-inventory-items-check-availability-content-store-choice-container p {
  color: var(--color-white);
}
.dvore-front-modal-shop-inventory-stores-container>div:nth-child(2),
.dvore-front-shop-inventory-items-check-availability-content-store>div:nth-child(2) {
  padding: 0 10px;
  width: 100%;
}
.dvore-product-view-choice-delivery-process-wrapper .btn.btn-primary.btn-outline:hover,
.dvore-product-view-choice-delivery-process-wrapper .btn.btn-primary.btn-outline:active,
.dvore-product-view-choice-delivery-process-wrapper .btn.btn-primary.btn-outline:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.dvore-front-shop-product-view-cta-multiple-group-options {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.dvore-front-shop-product-view-cta-multiple-group-options a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.input-group .form-control {
  width: 100%;
}
.alert ul {
  padding-left: 20px;
}
.alert ul li {
  padding-left: 0;
}
.dvore-shop-inventory-delivery-check-postal-code-content .form-group .input-group .form-group {
  margin-bottom: 0;
}
.dvore-shop-inventory-delivery-check-postal-code-content .input-group .form-control,
.dvore-shop-inventory-delivery-check-postal-code-content .input-group .input-group-btn .btn {
  height: 45px;
}
.dvore-shop-inventory-delivery-check-postal-code-content .input-group .input-group-btn {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.dvore-product-view-cta label,
.dvore-product-view-cta-quote label {
  font-weight: 500 !important;
}
.dvore-front-shop-inventory-modal-stock-pick-up-delivery > div+div {
  margin-top: 10px;
}
.dvore-front-shop-inventory-modal-stock-pick-up,
.dvore-front-shop-inventory-modal-stock-delivery {
  font-size: 14px;
}
.dvore-front-shop-inventory-modal-stock-status > p {
  line-height: 1.15;
}
.dvore-front-shop-inventory-modal-stock-status > p+p {
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid var(--color-dark);
}
.dvore-front-shop-inventory-items-check-availability-content-store.active .dvore-front-shop-inventory-modal-stock-status > p+p {
  border-left-color: var(--color-white);
}
@media (max-width: 820px) {
  .dvore-product-view-advanced-inventory {
    margin-left: 25px !important;
    margin-right: 25px !important;
    width: calc(100% - 50px) !important;
  }
}
@media (max-width: 819px) {
  .dvore-product-attributes-choices .checkbox-custom label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .dvore-product-view-advanced-inventory {
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: calc(100% - 20px) !important;
  }
}