.loading-container {
  --overlay: transparent;
  --spinner: #8bca0b;
  position: relative;
}
.loading-container:after,
.loading-container:before {
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.loading-container[loading=true] {
  min-height: 1rem;
}
.loading-container[loading=true]:after {
  background-color: var(--overlay);
  z-index: 1;
  content: "";
  opacity: 0.5;
}
.loading-container[loading=true]:before {
  opacity: 1;
  content: "\f110";
  font-family: FontAwesome;
  color: var(--spinner);
  font-weight: 800;
  font-size: 1rem;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
html body .ajax-add-cart {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
html body .ajax-add-cart input {
  max-width: 58px !important;
  height: 34px !important;
  padding: 0px 10px !important;
  margin: 0 !important;
  border: 1px solid #efefef !important;
  border-radius: 5px 0px 0px 5px !important;
}
html body .ajax-add-cart .icon {
  cursor: pointer;
}
html body .ajax-add-cart .icon:hover {
  opacity: 0.8;
}
html body .ajax-add-cart .add-to-cart-container {
  height: 34px;
}
#link_360_email_tyres_app * {
  box-sizing: border-box;
}
#link_360_email_tyres_app .gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 99999;
}
#link_360_email_tyres_app .gallery-modal .nav-button {
  position: absolute;
  top: calc(50% - 40px);
  font-size: 20px;
  background: #8bca0b;
  padding: 20px 10px;
  cursor: pointer;
  color: #fff;
  transition: 0.5s all;
  opacity: 1;
}
#link_360_email_tyres_app .gallery-modal .nav-button:hover {
  opacity: 0.8;
}
#link_360_email_tyres_app .gallery-modal .nav-button.back {
  left: -34px;
}
#link_360_email_tyres_app .gallery-modal .nav-button.forward {
  right: -34px;
}
#link_360_email_tyres_app .gallery-modal .inner {
  background: #fff;
  position: relative;
  max-width: calc(50vw + 10px);
  transition: 0.5s all;
  padding: 10px 5px;
  width: 51vw;
  min-height: 12.5vw;
  max-height: 60vh;
}
#link_360_email_tyres_app .gallery-modal .inner .title-bar {
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 2px solid #8bca0b;
}
#link_360_email_tyres_app .gallery-modal .inner .title-bar .title {
  padding: 10px;
  font-weight: bold;
}
#link_360_email_tyres_app .gallery-modal .inner .title-bar .title .brand-title {
  color: #8bca0b;
  padding-right: 5px;
}
#link_360_email_tyres_app .gallery-modal .inner .close-button {
  text-align: center;
  padding: 10px;
  background: #8bca0b;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: 0.5s all;
}
#link_360_email_tyres_app .gallery-modal .inner .close-button:hover {
  opacity: 0.8;
}
#link_360_email_tyres_app .gallery-modal .gallery {
  overflow-y: auto;
  max-height: 52vh;
}
#link_360_email_tyres_app .gallery-modal .gallery::-webkit-scrollbar {
  width: 5px;
  position: absolute;
}
#link_360_email_tyres_app .gallery-modal .gallery::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(139,202,11,0.3);
  border-radius: 10px;
  position: absolute;
}
#link_360_email_tyres_app .gallery-modal .gallery::-webkit-scrollbar-thumb {
  position: absolute;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(139,202,11,0.5);
}
#link_360_email_tyres_app .gallery-modal .gallery .item {
  position: relative;
  padding: 10px;
  cursor: pointer;
  height: 12.5vw;
  width: calc(12.5vw - 2px);
  opacity: 1;
  transition: 0.5s all;
}
#link_360_email_tyres_app .gallery-modal .gallery .item:hover {
  opacity: 0.8;
}
#link_360_email_tyres_app .gallery-modal .gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#link_360_email_tyres_app .gallery-modal .gallery .item .selection {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.2);
  padding: 5px;
  font-size: 24px;
}
#link_360_email_tyres_app .gallery-modal .gallery .item .selection:after {
  font-family: 'fontawesome';
  content: "\f111";
  color: #fff;
}
#link_360_email_tyres_app .gallery-modal .gallery .item .selection.active:after {
  content: "\f058";
}
#link_360_email_tyres_app .gallery-modal .gallery .item .info-layer {
  position: absolute;
  bottom: 10px;
  background: rgba(0,0,0,0.5);
  left: 10px;
  right: 10px;
  opacity: 1;
  color: #fff;
  padding: 10px;
  transition: 0.5s all;
  text-align: center;
}
#link_360_email_tyres_app .gallery-modal .gallery .item:hover .info-layer {
  opacity: 1;
}
#link_360_email_tyres_app {
  opacity: 0;
  transition: 0.5s all;
  padding-left: 20px;
}
#link_360_email_tyres_app.active {
  opacity: 1;
}
#link_360_email_tyres_app .floating-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #8bca0b;
  color: #fff;
  z-index: 99;
}
#link_360_email_tyres_app .floating-bar .view-list {
  padding: 20px;
  opacity: 1;
  transition: 0.5s all;
}
#link_360_email_tyres_app .floating-bar .view-list:hover {
  opacity: 0.8;
}
#link_360_email_tyres_app .floating-bar .view-list span {
  text-decoration: underline;
}
#link_360_email_tyres_app .floating-bar .view-list i {
  padding-left: 10px;
}
#link_360_email_tyres_app .email-underlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.1);
  z-index: 99;
}
#link_360_email_tyres_app .items-list {
  max-height: 70vh;
  overflow-y: auto;
  padding: 0 10px 0 10px;
  margin-bottom: 20px;
}
#link_360_email_tyres_app .items-list .single_product .info_side {
  padding-left: 10px !important;
}
#link_360_email_tyres_app .items-list::-webkit-scrollbar {
  width: 4px;
}
#link_360_email_tyres_app .items-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(139,202,11,0.3);
  border-radius: 10px;
}
#link_360_email_tyres_app .items-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(139,202,11,0.5);
}
#link_360_email_tyres_app .items-list .item {
  padding: 0 !important;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px !important;
}
#link_360_email_tyres_app .items-list .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #c4c4c4;
}
#link_360_email_tyres_app .items-list .item .ux-bar {
  right: 0;
  color: #000;
  font-size: 14px;
  order: 3;
}
#link_360_email_tyres_app .items-list .item .ux-bar .select-images {
  margin-right: 20px;
  cursor: pointer;
  transition: 0.5s all;
}
#link_360_email_tyres_app .items-list .item .ux-bar .select-images:hover {
  color: #8bca0b;
}
#link_360_email_tyres_app .items-list .item .ux-bar .select-images i {
  padding-right: 5px;
}
#link_360_email_tyres_app .items-list .item .ux-bar .remove-button {
  color: #f00;
  padding: 5px;
  cursor: pointer;
  transition: 0.5s all;
  opacity: 1;
}
#link_360_email_tyres_app .items-list .item .ux-bar .remove-button:hover {
  color: #8bca0b;
}
#link_360_email_tyres_app .items-list .item .title {
  padding: 0;
}
#link_360_email_tyres_app .items-list .item .title span {
  text-align: start;
}
#link_360_email_tyres_app .items-list .item .title span.brand-title {
  padding-right: 5px;
}
#link_360_email_tyres_app .items-list .item .title a {
  font-size: 16px;
  text-align: start;
  line-height: 18px;
  pointer-events: none;
  cursor: not-allowed;
}
#link_360_email_tyres_app .items-list .item p {
  font-size: 13px;
  line-height: 18px;
}
#link_360_email_tyres_app .items-list .item img {
  width: 80px;
}
#link_360_email_tyres_app .toggle-block {
  cursor: pointer;
  opacity: 1;
  transition: 0.5s all;
}
#link_360_email_tyres_app .toggle-block .email {
  padding-right: 10px;
}
#link_360_email_tyres_app .toggle-block:hover {
  opacity: 0.58;
}
#link_360_email_tyres_app .toggle-block .toggle-switch {
  font-size: 20px;
  padding-left: 10px;
  border-color: #8bca0b;
}
#link_360_email_tyres_app .toggle-block .toggle-switch:not(.on) {
  -webkit-text-stroke: 1px #8bca0b;
  -webkit-text-fill-color: transparent;
}
#link_360_email_tyres_app .toggle-block .toggle-switch.on {
  color: #8bca0b;
}
#link_360_email_tyres_app .message-box {
  opacity: 0;
  transition: 0.5s opacity;
  text-align: center;
}
#link_360_email_tyres_app .message-box.active {
  padding-top: 40px;
  opacity: 1;
  color: #000;
}
#link_360_email_tyres_app .loading-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
  color: #fff;
  font-size: 30px;
  opacity: 0;
  transition: 0.5s opacity;
}
#link_360_email_tyres_app .loading-layer.active {
  z-index: 9999999;
  opacity: 1;
  visibility: visible;
}
#link_360_email_tyres_app .app-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99999;
  transition: 0.25s all;
  transform: scaleX(0);
  transition-timing-function: ease-in-out;
  transform-origin: right;
  color: #fff;
  box-shadow: -10px 0px 20px rgba(0,0,0,0.05);
  padding-right: 5px;
}
#link_360_email_tyres_app .app-block.active {
  opacity: 1;
  transform: scaleX(1);
}
#link_360_email_tyres_app .app-block .close-button {
  position: absolute;
  top: 0;
  left: 0;
  background: #8bca0b;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s all;
  opacity: 1;
}
#link_360_email_tyres_app .app-block .close-button:hover {
  opacity: 0.7;
}
#link_360_email_tyres_app .app-block .faux-check {
  cursor: pointer;
  transition: 0.5s all;
  opacity: 1;
}
#link_360_email_tyres_app .app-block .faux-check:hover {
  opacity: 0.6;
}
#link_360_email_tyres_app .app-block .faux-check i {
  color: #000;
  margin-right: 10px;
}
#link_360_email_tyres_app .app-block .faux-check span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
#link_360_email_tyres_app .app-block label {
  margin-bottom: 0px;
  padding-bottom: 20px;
  border: 0px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
#link_360_email_tyres_app .app-block textarea,
#link_360_email_tyres_app .app-block input {
  margin: 0;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  color: #9a9a9a;
}
#link_360_email_tyres_app .app-block textarea {
  max-height: 200px;
  min-height: 200px;
  max-width: 100%;
  min-width: 100%;
}
#link_360_email_tyres_app .app-block .input-row {
  margin-bottom: 30px;
  width: 50%;
}
#link_360_email_tyres_app .app-block .input-row:nth-of-type(even) {
  padding-left: 20px;
}
#link_360_email_tyres_app .app-block .input-row:nth-of-type(odd) {
  padding-right: 20px;
}
#link_360_email_tyres_app .app-block button {
  padding: 10px;
  background: #8bca0b;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s all;
  opacity: 1;
  font-family: Montserrat;
}
#link_360_email_tyres_app .app-block button:hover {
  opacity: 0.7;
}
#link_360_email_tyres_app .app-block button:before {
  padding-right: 10px;
}
#link_360_email_tyres_app .app-block .email-panel {
  width: 40vw;
  padding: 0 40px;
}
#link_360_email_tyres_app .app-block .email-panel .controls {
  margin-top: 40px;
  position: relative;
  padding-top: 40px;
}
#link_360_email_tyres_app .app-block .email-panel .controls:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #363636;
  height: 1px;
}
#link_360_email_tyres_app .app-block .email-panel .controls .back-button {
  text-decoration: underline;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  text-decoration-line: underline;
  color: #000;
  cursor: pointer;
  opacity: 1;
  transition: 0.5s all;
}
#link_360_email_tyres_app .app-block .email-panel .controls .back-button:hover {
  color: #8bca0b;
}
#link_360_email_tyres_app .app-block .email-panel .controls .back-button i {
  padding-right: 20px;
}
#link_360_email_tyres_app .app-block .email-panel .submit {
  margin-top: 40px;
}
#link_360_email_tyres_app .app-block .title {
  padding: 50px 10px 40px 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
#link_360_email_tyres_app .app-block .main-panel {
  width: 320px;
}
#link_360_email_tyres_app .app-block .main-panel button {
  border: 2px solid;
}
#link_360_email_tyres_app .app-block .main-panel button:focus {
  outline: none;
}
#link_360_email_tyres_app .app-block .main-panel .button-block {
  position: absolute;
  bottom: 10px;
  padding-top: 20px;
  background: #fff;
  left: 0;
  right: 0;
}
#link_360_email_tyres_app .app-block .main-panel .all-buttons {
  padding: 0 10px;
}
#link_360_email_tyres_app .app-block .main-panel .select-all {
  margin-top: 10px;
  padding: 5px;
  background: #fff;
  color: #8bca0b;
  font-size: 14px;
  border: 2px solid #8bca0b;
}
#link_360_email_tyres_app .app-block .main-panel .clear-items {
  padding: 5px;
  border: 2px solid #dc0000;
  background: #fff;
  color: #dc0000;
  margin-top: 10px;
  font-size: 14px;
}
.single_wheel {
  position: relative;
}
.single_wheel .email-layer {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 3;
  transition: 0.5s all;
  cursor: pointer;
}
.single_wheel .email-layer:after {
  font-family: 'fontawesome';
  content: "\f10c";
  position: absolute;
  bottom: -2px;
  left: -2px;
  font-size: 22px;
  font-weight: 300;
  color: #8bca0b;
}
.single_wheel .email-layer.active:after {
  content: "\f058";
  color: #8bca0b;
}
@media (min-width: 1040px) {
  .floating-bar {
    display: none;
  }
}
@media (max-width: 1040px) {
  .single_wheel .email-layer:after {
    bottom: 60%;
    left: 0;
  }
  #link_360_email_tyres_app .app-block {
    bottom: 10px;
    top: 60px;
    bottom: 20vh;
  }
  #link_360_email_tyres_app .app-block:not(.mobile) {
    opacity: 0;
    z-index: -3;
  }
  #link_360_email_tyres_app .app-block .title {
    padding: 20px 0;
  }
  #link_360_email_tyres_app .app-block .email-panel {
    padding: 0px 20px;
    width: 100vw;
  }
  #link_360_email_tyres_app .app-block .email-panel .message-box {
    padding-top: 10px;
  }
  #link_360_email_tyres_app .app-block .email-panel .submit {
    margin-top: 20px !important;
  }
  #link_360_email_tyres_app .app-block .email-panel .controls {
    margin-top: 0;
    padding-top: 10px;
  }
  #link_360_email_tyres_app .app-block .email-panel .controls:after {
    display: none;
  }
  #link_360_email_tyres_app .app-block .email-panel label {
    padding-bottom: 5px;
  }
  #link_360_email_tyres_app .app-block .email-panel .input-row {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  #link_360_email_tyres_app .app-block .email-panel textarea {
    max-height: 100px;
    min-height: 100px;
  }
  #link_360_email_tyres_app .app-block .main-panel .items-list {
    max-height: 50vh;
  }
}
@media (max-width: 540px) {
  #link_360_email_tyres_app {
    display: none !important;
  }
  .single_wheel .email-layer {
    display: none !important;
  }
}
.generic-product-list {
  display: grid;
  grid-template-columns: 6fr 6fr;
  column-gap: 20px;
  row-gap: 90px;
}
@media (max-width: 1040px) {
  .generic-product-list {
    grid-template-columns: 12fr;
    row-gap: 20px;
  }
}
.generic-product-item {
  display: grid;
  grid-template-columns: 4fr 8fr;
  column-gap: 20px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .generic-product-item {
    grid-template-columns: 12fr;
  }
}
.generic-product-variation {
  display: flex;
  gap: 10px;
  align-items: center;
  --price-size: 80px;
  --meta-size: 120px;
  --stock-size: 60px;
  --other-size: 100px;
}
@media (max-width: 540px) {
  .generic-product-variation {
    --price-size: 60px;
    --meta-size: 60px;
    --stock-size: 60px;
    --other-size: 80px;
  }
}
.generic-product-variation .var-info.meta,
.generic-product-variation .var-head.meta {
  width: var(--meta-size);
  flex-grow: 1;
}
.generic-product-variation .var-info.price,
.generic-product-variation .var-head.price {
  width: var(--price-size);
  text-align: end;
}
.generic-product-variation .var-info.stock,
.generic-product-variation .var-head.stock {
  width: var(--stock-size);
  text-align: center;
}
.generic-product-variation .var-info.other,
.generic-product-variation .var-head.other {
  width: var(--other-size);
}
