/**
 * TOC
 *
 * store locator (TODO may be separated out and import)
 */

.mainbox {
  max-width: 1600px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/*
   pages/range.php
   override styling for html coming from $item->get_long_desc()
*/
#overview p:first-of-type {
  display: none !important;
}
#overview p:nth-last-child(2) {
  display: none !important;
}

#overview font {
  color: black !important;
  display: block !important;
  margin-bottom: 10px !important;
}

#overview p strong {
  display: inline-block !important;
  margin-bottom: 5px !important;
}

#overview strong strong {
  text-decoration: underline !important;
}

#overview p,
#overview ul {
  margin-bottom: 10px !important;
}

/* #overview table {
   display: none;
} */

/* Specs table on product page */
.hide-scrollbar {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

/*
   pages/range.php
   remove outline and center slides
*/
.slick-slide:focus {
  outline: none;
}

.slider-for,
.slider-nav {
  width: 90%;
}

.slider-for .slick-track {
  display: flex;
  align-items: center;
}
.slider-for .slick-track .slick-slide {
  display: flex;
  justify-content: flex-end;
}

.slick-prev:before,
.slick-next:before {
  color: #2d3748;
}

@media only screen and (min-width: 1541px) {
  .visible-up-1540 {
    display: none;
  }
}

@media only screen and (max-width: 1289px) {
  .visible-up-1540 {
    display: none;
  }
}

@media only screen and (min-width: 1541px) {
  .navbar-list-1540 {
    display: flex;
  }
}

/* Navbar Hover Animation */
.nav-item:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  border-bottom: 3px solid #2d3748;
  transition: width 0.3s ease, border-color 0.5s ease;
}

.nav-item:hover:after {
  width: 100%;
  border-bottom: 2px solid #2d3748;
}

/* faq page */

.yt-vid {
  margin: 1.75em 0;
  /* iframe video workaround */
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.yt-vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* tablet and desktop */

#purchaseDate:before {
  content: attr(placeholder) !important;
  color: #4a5568;
  margin-right: 1rem;
}

#purchaseDate:focus:before,
#purchaseDate:valid:before {
  content: "";
}

#long_desc p br {
  display: none;
}

#long_desc p font strong {
  font-size: 0.875rem;
  color: #22333b;
}

/* Equal width slides for slider on accessory.php */
.range-slider .slick-track {
  display: flex !important;
}

.range-slider .slick-slide {
  height: inherit !important;
}

.slider-nav .slick-current {
  border-color: #22333b;
}

/* Active Campaign Newsletter in footer */
._form-label {
  display: none !important;
}

._form._form_8 {
  margin: 0 !important;
  padding: 0 !important;
}

._form_element {
  width: 100% !important;
}
._form_element input {
  width: 100% !important;
}

._button-wrapper {
  margin: 0 !important;
}

._button-wrapper #_form_8_submit {
  margin: 0 !important;
  display: block !important;
  width: 100% !important;
}

._form_8 ._form-thank-you {
  color: white;
  font-family: "Libre Baskerville";
}

@media (min-width: 640px) {
  ._form._form_8 {
    width: 100% !important;
  }

  ._form_element {
    margin: 0 !important;
  }

  ._button-wrapper {
    width: 25% !important;
    display: inline-block !important;
    margin: 0 !important;
  }

  #_form_8_submit {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  ._form_element {
    width: 75% !important;
  }

  ._field-wrapper input {
    width: 100% !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
}

/* Active Campaign Newsletter modal on the home page */
._form_10 {
  margin-top: 15% !important;
}

/* IE fixes */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-fix {
    display: block;
  }
  .ie-fix-zindex {
    z-index: 2;
  }
}

/* call to order (large phone number) */
.call-to-order {
  max-width: 360px;
  margin: 0 auto;
}
.call-to-order .heading {
  font-size: 18px;
}
.tel-num {
  font-size: 36px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .call-to-order {
    margin: 2em 0;
  }
  .call-to-order .heading {
    font-size: 12px;
  }
  .tel-num {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .call-to-order {
    margin: 2em 0;
  }
}

/* AUX */
/* hiddens, mobile first, display block/none */
.is-hidden-phone {
  display: none;
}

@media screen and (min-width: 768px) {
  .is-hidden-tablet {
    display: none;
  }
  .is-hidden-phone {
    display: block;
  }
}

.min-width-167-px {
  min-width: 167px;
}

.max-width-height-for-leg-options img {
  max-width: 62px;
  min-height: 75px;
}

#modal-image {
  width: 100px;
  min-width: 100px;
  height: 100px;
}

.bg-color-pinkish {
  --bg-opacity: 1;
  background-color: #f7f7fb;
}

.bg-color-pinkish-on-hover:hover {
  --bg-opacity: 1;
  background-color: #f7f7fb;
  background-color: rgba(247, 247, 251, var(--bg-opacity));
}

.fixed-header-row {
  position: sticky;
  top: 0;
}

.fuel-types-container {
  display: flex;
  padding-bottom: 10px;
}

.shapes {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.fuel-types {
  max-width: 100%;
  display: flex;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .fuel-types {
    flex-flow: column;
  }
}

.trim-colors-container {
  display: flex;
  justify-content: space-evenly;
}

@media only screen and (max-width: 768px) {
  .trim-colors-container {
    flex-flow: column;
  }
}

.color-name {
  font-size: 0.6rem;
  font-weight: 700;
}

.oven-colors-container-wrapper {
  width: 100%;
  line-height: 0.8;
  display: inline-flex;
  justify-content: space-evenly;
}

@media only screen and (max-width: 1289px) {
  .oven-colors-container-wrapper {
    flex-flow: column;
    align-items: center;
  }
}

.oven-colors-container {
  max-width: 100%;
  margin: 5px;
  display: flex;
  justify-content: space-evenly;
  flex-flow: column;
}

@media only screen and (max-width: 1289px) {
  .oven-colors-container {
    width: 60%;
    flex-flow: row;
  }

  .color-container {
    width: 50%;
  }

  .oven-color-mini {
    margin: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .oven-colors-container {
    width: 100%;
  }
}

.main-container {
  background-image: url(https://www.ilveusa.com/css/main.css?v=11.0);
  background-position: center; /* Center the image */
}

.contact-us-heading {
  font-family: serif;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 158px;
  padding-top: 40px;
  color: #c9d3e2;
  font-size: 70px;
  line-height: 37px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .contact-us-heading {
    padding-left: 0px;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .contact-us-heading {
    padding-top: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 50px;
  }
}

.div-block-17 {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .div-block-17 {
    width: 70%;
  }
}

@media only screen and (max-width: 640px) {
  .div-block-17 {
    width: 100%;
    border: 1px none #000;
    background-color: #fff;
    background-image: none;
  }
}

.div-block-14 {
  width: 100%;
  height: 100%;
}

.contact-us-form {
  margin: 0 0 15px;
}

.contact-us-email-form {
  margin-top: 20px;
}

.contact-us-inputs-containers-wrapper {
  display: flex;
  flex-direction: column;
}

.contact-us-inputs-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.field_label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #929298;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.w-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.text-field {
  height: 37.9924201965332px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #c9d3e2;
  font-size: 12px;
}

.text-field-message {
  height: 100px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #c9d3e2;
  font-size: 12px;
}

.div-block-15 {
  display: flex;
  justify-content: center;
}

.submit-button {
  display: inline-block;
  padding: 9px 15px;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0.375rem;
}

.w-button {
  width: 100px;
  margin-top: 20px;
  background-color: #081c40;
}

@media only screen and (max-width: 640px) {
  .w-button {
    margin-top: 0px;
  }
}

.product-types-wrapper {
  width: 90%;
  padding-left: 5%;
  margin-bottom: 15px;
}

.product-types-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media only screen and (max-width: 911px) {
  .product-types-container {
    flex-direction: column;
  }
}

.product-types-wrapper input[type="checkbox"] {
  display: none;
}

.product-types-wrapper label div {
  width: 20px;
  height: 20px;
  margin: 0 2px;
  margin-top: 5px;
  cursor: pointer;
  background-image: url(../images/icons/Ring.svg);
  background-repeat: no-repeat;
}

.product-type {
  cursor: pointer;
  color: #929298;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 911px) {
  .product-type {
    font-size: 12px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

.select-type-heading {
  font-family: "Nanum Myeongjo", serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 12px;
}

.heading-contact {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  color: #929298;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

@media only screen and (max-width: 640px) {
  .heading-contact {
    line-height: 17px;
  }
}

.heading-5 {
  font-family: "Nanum Myeongjo", serif;
  display: block;
  margin-top: 40px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  line-height: 44px;
}

@media only screen and (max-width: 768px) {
  .heading-5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .heading-5 {
    margin-top: 0px;
  }
}

/* store locator start */

/* #sl-page here just in case for specificity */

/* layout upper section */
.slupper-container {
  display: flex;
  flex-wrap: wrap;
}

.map-container {
  width: 100%;
  min-height: 500px;
  order: 1;
}
.stores-list-container {
  width: 100%;
  order: 2;
  height: 366px;
}
@media screen and (min-width: 850px) {
  .stores-list-container {
    width: 34%;
    height: 500px;
    order: 1;
  }
  .map-container {
    width: 66%;
    min-height: 500px;
    order: 2;
  }
}

/* typography */
.sl-h1 {
  font-size: 1.5em;
  text-align: center;
  margin: 2em 0 1em 0;
}
.sl-h2 {
  font-size: 1.5em;
  text-align: center;
  margin: 2em 0 0 0;
}
.sl-subh {
  font-size: 1.13em;
  margin: 0 0 1em 0;
  text-align: center;
}

/* sub-heading gray 1 */
.shg1 {
  color: gray;
  font-style: italic;
  font-family: sans-serif;
}

.store-card {
  display: flex;
  padding: 1em;
}
.store-card .left {
  width: 66%;
}
.store-card .right {
  width: 34%;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.store-card .card-contact {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.store-card .card-contact .icon {
  display: block;
  width: 34px;
  padding: 4px;
}

/* 2nd part of page, honeycomb section */
/* always center content/columns AND needed for honeycomb effect (tablet and wider) */
#sl-page .section-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* flexbox layout/columns */
.rings-container,
.rings-container-even-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

#sl-page .ring {
  display: flex;
  width: 250px;
  height: 250px;
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/icons/ring-hex-back.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#sl-page .ring-placeholder {
  display: flex;
  width: 250px;
  height: 250px;
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/icons/hex-ring-placeholder.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

#sl-page .logo {
  max-width: 66%;
  margin-top: 10%;
}
#sl-page .logo.with-title {
  margin-top: 2%;
}

.ring .contact {
  height: 14%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;

  margin-top: 4%;
}
.ring .contact .icon {
  display: flex;
  justify-content: center;
  width: 22%;
}
.ring .ring-title {
  font-size: 1.25em;
}

/* aux */
.hod .logo {
  max-width: 78%;
}
@media screen and (max-width: 767px) {
  .ring-placeholder {
    display: none;
  }
}

/* honeycomb */
@media screen and (min-width: 768px) {
  .rings-container {
    max-width: 100%;
  }
  .rings-container-even-row {
    max-width: 75%;
  }

  .rings-container,
  .rings-container-even-row {
    flex-wrap: nowrap;
  }
  .ring,
  .ring-placeholder {
    width: 215px;
    height: 215px;
  }
}

/* ie fixes */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ring .logo {
    display: block;
    width: 145px;
  }
  .ring .contact {
    display: block;
  }
  .ring .contact .icon {
    display: inline;
    position: relative;
  }
  .ring .iie-web {
    right: 19px;
  }
  .ring .iie-phone {
    left: 22px;
    bottom: 30px;
  }

  .card-contact .icon img {
    display: inline-block;
    margin: 4px;
    max-width: 26px;
  }
  .store-focus-trigger {
    margin: 0.5em;
  }
}

.bg-search {
  background-color: #081c40;
}
.bg-clear {
  background-color: #808080;
}
.bg-search:hover {
  background-color: #081c40dd;
}
.bg-clear:hover {
  background-color: #929298dd;
}
/* store locator end */

.uppercase {
  text-transform: uppercase;
}

.navbar-menu-links {
  font-family: Montserrat, sans-serif;
}

.navbar-menu-links-13 {
  font-size: 13px;
}

.navbar-menu-links-12 {
  font-size: 12px;
}

.menu-links-gray {
  color: #818184;
  /* color: rgb(75, 75, 77);
  opacity: 0.6; */
}

.phone-number-link {
  width: 161px;
  border-style: solid;
  border-width: 2px;
  border-color: #f7f7fb;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: rgb(146, 146, 152) 0px 1px 2px -2px;
  transition-property: background-color, opacity, color;
  transition-duration: 400ms, 400ms, 400ms;
  transition-timing-function: ease, ease, ease;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: capitalize;
  max-width: 100%;
  display: inline-block;
}

.phone-number-link:hover {
  background-color: #f7f7fb;
}

.phone-number-container {
  width: 100%;
  padding: 7px 0px;
  height: 100%;
  font-family: Montserrat, sans-serif;
  color: #818184;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
}

.phone-number-container:hover {
  color: rgb(75, 75, 77);
}

.general-button-style-wrapper {
  display: inline-block;
  width: 200px;
  margin-top: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(201, 211, 226);
  border-radius: 0px;
  background-color: transparent;
  box-shadow: rgb(146, 146, 152) 0px 1px 2px -2px;
  transition-property: background-color, opacity, color;
  transition-duration: 400ms, 400ms, 400ms;
  transition-timing-function: ease, ease, ease;
  color: white;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
}

.general-button-style-wrapper:hover {
  background-color: rgb(201, 211, 226);
  color: black;
}

.general-button-style {
  width: 100%;
  height: 100.019%;
  padding: 7px 15px;
  font-family: Montserrat, sans-serif;
  color: rgb(149, 149, 169);
  background-color: white;
  transition-property: background-color, opacity, color;
  transition-duration: 400ms, 400ms, 400ms;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}

.general-button-style:focus {
  outline: none;
}

.general-button-style:hover {
  color: white;
  background-color: rgb(201, 211, 226);
  font-weight: 500;
}

/*Styles for generic header*/
.generic-header-container-wrapper {
  text-align: center;
  margin: auto;
  width: 940px;
  max-width: 100%;
  margin-bottom: 30px;
}

@media all and (-ms-high-contrast: none) {
  .generic-header-container-wrapper {
    margin-top: 110px;
  }
}

@media only screen and (max-width: 768px) {
  .generic-header-container-wrapper {
    width: 70%;
  }
}

.generic-header-container {
  width: 100%;
  border-bottom: 1px solid black;
}

.generic-header-container h1 {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .generic-header-container h1 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 470px) {
  .generic-header-container h1 {
    font-size: 27px;
  }
}

.generic-header-container-wrapper .generic-header-message {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #818184;
  opacity: 0.6;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .generic-header-container-wrapper {
    margin-bottom: 15px;
  }
  .generic-header-container-wrapper .generic-header-message {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.generic-header-container-wrapper .generic-header-message.below-header-message {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .generic-header-container-wrapper
    .generic-header-message.below-header-message {
    margin-top: 15px;
  }
}

/*End of styles for generic header*/

/* Styles for captcha form */
.captcha-verification {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #818184;
  letter-spacing: normal;
  font-weight: normal;
  margin-bottom: 5px;
  word-spacing: 1px;
  text-transform: uppercase;
}

.captcha-verification input {
  margin-bottom: 15px;
}

/* End of tyles for captcha form */

.general-input-style {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  padding-left: 0.75rem;
  border-width: 0.5px;
  --border-opacity: 1;
  border-color: #c9d3e2;
  outline: 0;
}

.general-input-style:focus, .w-input:focus, .text-field-message:focus {
  border-color: rgba(226, 232, 240, 1);
  outline: 0;
}

.general-input-style::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.general-input-style:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.general-input-style::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.general-input-style::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.general-checkbox-style {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("../static-sub/www/100x100x100/site-info/images/icons/Open.svg");
  background-repeat: no-repeat;
}

/* range , range hoods, cooktops product pages sliders
  This is the style to make the sliders appear nicely and gradually after they have loaded
*/
.slider-for,
.slider-nav,
.product-accessories-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slider-for.slick-initialized,
.slider-nav.slick-initialized,
.product-accessories-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

#product-container {
  font-family: Montserrat, serif;
  width: 90%;
}

#product-container .product-option-hover-effect {
  /* width: 85px; */
  width: 95px;
  height: auto;
  margin: 2px;
  padding: 5px;
  border: 2px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #product-container .product-option-hover-effect {
    display: inline;
  }
}

#product-container .product-option-hover-effect:hover {
  border-color: black;
}

#product-container .selected-product {
  border: 2px solid black;
}

@media only screen and (max-width: 768px) {
  .product-accessories-container {
    width: 95%;
    margin: auto;
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 485px) {
  .product-accessories-container {
    width: 90%;
  }
}

.product-accessories-slider {
  margin-top: 32px;
}

.product-accessory {
  padding: 0px 15px;
}

.accessory-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-accessory-image {
  height: 100px;
  margin: auto;
  margin-bottom: 10px;
}

.filter-item {
  width: 240px;
  display: inline-block;
  position: relative;
  outline: 0;
  cursor: pointer;
  margin-top: 10px;
}
.filter-item.open > .select-box,
.filter-item:focus > .select-box,
.filter-item:hover > .select-box {
  -webkit-box-shadow: 0 0 2px #7799d0;
  box-shadow: 0 0 2px #7799d0;
  border-color: #7799d0;
}

.filter-item .select-box {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  border: 1px solid #a4a4a4;
  border-radius: 2px;
  padding: 5px 8px;
  margin: 0;
}

.select-box .placeholder {
  color: #ccc;
}

.filter-item > .select-box > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  display: block;
  margin: 7px 0;
}

.filter-item > .select-box > label > i {
  background-image: url("../site-info/images/icons/arrow-down.png");
  background-position: 50%;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
  cursor: pointer;
}

.filter-item > .optWrapper {
  display: none;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 35px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
  padding: 7px 0px;
}

.filter-item > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  max-height: 250px;
}

.filter-item > .optWrapper ul {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.filter-item > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.filter-item > .optWrapper > .options li.opt {
  padding: 6px;
  padding-left: 35px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.filter-item .select-all > span,
.filter-item > .optWrapper > .options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.filter-item > .optWrapper > .options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.optWrapper ul {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.filter-item > .optWrapper > .options li label {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

#kitsSliderItemFilter {
  display: none;
  opacity: 0;
}

.filter-reset {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  display: inline-block;
  margin-left: 11px;
  cursor: pointer;
  color: hsla(31.791044776119403, 57.26%, 54.12%, 1);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(31.791044776119403, 57.26%, 54.12%, 1);
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.filter-reset:hover {
  font-size: 12px;
}

@media only screen and (max-width: 440px) {
  .filter-reset {
    margin-top: 10px;
    margin-left: 0px;
  }
}

.product-option {
  font-size: 18px;
}

.accessory_name {
  text-align: center;
  max-width: 100%;
  height: 50px;
  padding: 0 10px;
  overflow-y: hidden;
}

#short_description {
  font-size: 16px;
  color: rgba(31, 31, 31, 0.43);
  line-height: 1.55;
}

.product-page-main-heading {
  font-size: 32px;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

@media only screen and (max-width: 768px) {
  .product-page-main-heading {
    font-size: 24px;
    margin-top: 1.5rem;
  }
}

@media only screen and (min-width: 769px) {
  .min-769-w-1\/2 {
    width: 50%;
  }

  .min-769-screen-size-flex {
    display: flex;
  }

  .min-769-items-start {
    align-items: flex-start;
  }

  .min-769-ml-24 {
    margin-left: 6rem;
  }

  .min-769-hidden {
    display: none;
  }

  .min-769-w-6\/10 {
    width: 60%;
  }

  .min-w-4\/10 {
    width: 40%;
  }

  .min-769-mb-0 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 375px) {
  .product-page-breadcrumb {
    font-size: 14px;
  }
}

.description-paragraph {
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  color: black;
  font-size: 17px;
  line-height: 26px;
}

.enter-to-win h1 {
  text-transform: uppercase;
}

.enter-to-win .message {
  font-size: 16px;
  text-decoration: initial;
  margin-top: 1rem;
}

.form-explanation {
  color: #929298;
  font-size: 13px;
}

.loader {
  border: 12px solid #f3f3f3; /* Light grey */
  border-top: 12px solid #000;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1.3s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#mobile-menu #search-mobile {
  color: black;
  background-color: white;
}

#mobile-menu #search-mobile::placeholder {
  color: rgb(107, 100, 100);
}

#feedback-survey {
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    border: 1px solid #c9d3e2;
    padding: 4px 6px;
}
#feedback-survey:focus {
    outline: none;
}