/**
* Custom product display shortcode styles.
*/
/**
 * SCSS variables.
 */
/**
 * Electroline colors
 */
/**
 * Electroline mixins.
 */
/**
 * Bundle modal.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=greek,greek-ext");
.product-bundle-response-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.2);
  z-index: 1000000;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-bundle-response-modal-dialog {
  position: relative;
  background: white;
  width: 60%;
  border-radius: 10px;
}

.product-bundle-response-modal-dismiss {
  color: white;
  font-weight: bold;
  position: absolute;
  background: none;
  border: none;
  font-size: 24px;
  top: 10px;
  right: 10px;
}
.product-bundle-response-modal-dismiss:hover {
  cursor: pointer;
}

.product-bundle-response-modal-image {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.product-bundle-response-modal-product-title {
  color: #302E2F;
  text-align: center;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}

.product-bundle-response-modal-title {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

.product-bundle-response-modal-dialog .modal-header, .product-bundle-response-modal-dialog .modal-footer {
  border: none;
  padding: 0;
}
.product-bundle-response-modal-dialog .modal-footer {
  margin-top: 0;
}

.product-bundle-response-modal-product-code {
  text-align: center;
  font-weight: bold;
}

.add-bundled-to-cart__product-price {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.purchase-bundled-item {
  font-weight: bold;
  width: 100%;
  background: rgb(255, 204, 51);
  color: black;
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  outline: none;
  box-shadow: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
.purchase-bundled-item:hover {
  cursor: pointer;
}

.choose-your-gift-slider {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.choose-your-gift-control {
  background: none;
  border: none;
  outline: none !important;
}
.choose-your-gift-control:hover {
  cursor: pointer;
}
.choose-your-gift-control:active {
  border: none;
  outline: none;
}

.choose-your-gift-control {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.choose-your-gift-control--prev {
  left: -20px;
}

.choose-your-gift-control--next {
  right: -20px;
}

.bundle-modal-slider {
  margin-left: 40px;
  margin-right: 40px;
}

#product-bundle-response-modal-dialog {
  max-width: 600px;
}

.purchase-bundled-item--disabled {
  background: grey;
  pointer-events: none;
}

.add-bundled-to-cart__checkbox-modal {
  margin-rigth: 10px;
}

/**
 * Express shipping styles.
 */
.cyta-tooltip__text {
  margin: 15px;
  padding: 5px;
  background: black;
  display: block;
  color: lightgrey;
  text-align: left;
}

.cyta-tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  right: calc(100% - 31px);
  min-width: 325px;
  max-height: 400px;
  max-width: 350px;
  background: #494949;
}
.cyta-tooltip::after {
  content: "";
  position: absolute;
  top: calc(100% - 3px);
  left: calc(100% - 38px);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #494949;
}

.express-delivery-listing-text {
  padding-left: 11px;
  margin-bottom: 5px;
  font-weight: bold;
}

.info-icon-wrapper {
  position: relative;
}

.cyta-tooltip--visible {
  display: block;
}

.cyta-content-below-banner__icon {
  width: 15px !important;
  height: 15px !important;
}
.cyta-content-below-banner__icon:hover {
  cursor: pointer;
}
.cyta-content-below-banner__icon svg {
  width: 15px !important;
  height: 15px !important;
}

.cyta-tooltip {
  min-width: 150px;
}

.cyta-tooltip {
  max-width: 250px;
}

/**
 * Air conditioner modal.
 *
 * @package electroline
 */
/**
 * Electroline mixins.
 */
/**
 * Electroline colors
 */
.ac-installation-response-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.2);
  z-index: 1000000;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ac-installation-response-modal-dialog {
  position: relative;
  background: white;
  width: 60%;
  border-radius: 10px;
}

.ac-installation-response-modal-dismiss {
  color: white;
  font-weight: bold;
  position: absolute;
  background: none;
  border: none;
  font-size: 24px;
  top: 10px;
  right: 10px;
}
.ac-installation-response-modal-dismiss:hover {
  cursor: pointer;
}

.ac-installation-response-modal-image {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.ac-installation-response-modal-product-title {
  color: #302E2F;
  text-align: center;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}

.modal .ac-installation-response-modal {
  align-items: center;
  justify-content: center;
}

.single-location-data {
  margin-bottom: 3px;
  margin-top: 3px;
}

.location-availability {
  margin-right: 5px;
}

.ac-installation-response-modal-dialog .modal-body {
  max-height: 500px;
  overflow: auto;
}

.ac-installation-response-modal-dialog .modal-content {
  display: block;
  box-shadow: none !important;
  border: none;
}

.ac-installation-response-modal-title {
  text-align: center;
  font-size: 18px;
  font-family: "Helvetica Neue", Arial, sans-serif, Arial, sans-serif;
  margin-bottom: 10px;
}

.ac-installation-response-modal-dialog .modal-header {
  border-bottom: none !important;
}

.ac-installation-modal-body {
  padding: 0;
}

.ac-installation-response-modal-dialog .modal-header {
  padding: 0;
}

.ac-installation-response-modal-dismiss {
  position: absolute;
  right: -20px;
  top: -5px;
}
.ac-installation-response-modal-dismiss *:hover {
  outline: none;
}

.ac-installation-response-modal-footer {
  padding: 0;
}

.ac-installation-text {
  display: block;
  margin-bottom: 20px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.ac-installation-response-modal-title {
  font-size: 22px;
}

.ac-installation-text p {
  display: inline;
}

.ac-installation-response-modal-dialog {
  padding: 10px 30px 0;
}

.ac-installation-response-modal-dismiss {
  color: black;
}

.ac-installation-response-modal-footer {
  padding-bottom: 0 !important;
  margin-left: 0;
  margin-right: 0;
}

.purchase-ac-unit {
  margin-bottom: 0 !important;
  border: none;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 16px;
  font-weight: bold;
  background: #ffcc33;
  color: #302E2F;
  text-decoration: none;
  padding: 8px 20px;
  text-align: center;
}
.purchase-ac-unit:hover {
  cursor: pointer;
}

.ac-installation-consent {
  margin-bottom: 20px;
}

.ac-consent-form-group {
  margin-top: 10px;
}

.ac-consent-checkbox {
  margin-right: 5px;
}

.single-product-add-to-cart-submit--add-ac-to-cart {
  text-decoration: none;
  color: black;
}
.single-product-add-to-cart-submit--add-ac-to-cart:hover {
  color: white;
  background-color: black;
}

#ac-no-resources {
  align-items: center;
}

#ac-installation-response .ac-installation-response-modal-dismiss {
  right: 0;
}

.modal-dialog {
  padding: 30px !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

.modal-btn-dismiss {
  font-family: "Open Sans", sans-serif;
  right: 5px !important;
  top: 5px;
  font-size: 22px;
  color: grey;
}
.modal-btn-dismiss:hover {
  color: red;
}

.modal-body,
.modal-body > div,
.modal-body .ac-installation-text,
.modal-content {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1;
}

.modal-body {
  height: unset;
  overflow: auto;
  margin-bottom: 10px;
}

.modal-content {
  height: 100%;
}

#purchase-ac {
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 12px 20px;
}

.ac-installation-response-modal-footer {
  margin-top: 5px;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .modal-dialog {
    height: 670px !important;
    width: 910px !important;
  }
}
:root #location-response-modal-dialog {
  padding-right: 0 !important;
}
:root #location-response-modal-dialog .modal-body {
  padding-right: 10px;
}

/**
 * Availability c styling.
 */
/**
 * Electroline mixins.
 */
/**
 * Electroline colors
 */
/**
 * SCSS variables.
 */
.availability-row {
  letter-spacing: -0.3px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 10px;
  border-bottom: 1px solid rgba(56, 53, 57, 0.5);
  display: grid;
  grid-column-gap: 18px;
  grid-template-columns: 26px auto;
}
.availability-row * {
  text-align: left;
}

.location-modal-title {
  font-family: "CF Panoptik", sans-serif !important;
}

.icon-available-online svg {
  width: 25.662px;
}
.icon-available-online svg .to-fill {
  fill: #347C43;
}

.availability-row,
.availability-text-wrapper {
  font-family: "CF Panoptik", Arial, sans-serif;
  font-size: 15px;
  color: #383539;
  font-weight: 400;
  line-height: 24px;
}
.availability-row .open-locations,
.availability-text-wrapper .open-locations {
  color: #0e3460;
}

.availability-icon-wrapper {
  max-height: 25px;
}

.orange-check-mark {
  width: 15.864px;
  height: auto;
}

.open-locations--image {
  display: block;
}
.open-locations--image > .open-locations-img {
  display: block;
}

.express-delivery-subtext {
  display: block;
  font-size: 13px;
}

.availability-row--in-stores {
  padding-bottom: 8px;
}

.icon-express-delivery {
  width: 25.662px;
  height: auto;
}

.listing-product-availability .icon-express-delivery {
  position: relative;
  left: -3px !important;
}

.open-locations-image {
  width: 23px;
  height: auto;
  position: relative;
}

.availability-row--express-shipping .express-delivery-info-wrapper {
  position: relative;
  top: 3px;
}
.availability-row--express-shipping svg {
  width: 10px;
  height: auto;
}
.availability-row--express-shipping svg:hover {
  cursor: pointer;
}

.icon-not-available {
  width: 15.864px;
  height: auto;
  position: relative;
  top: 3px;
  left: 4px;
}

.availability-icon-wrapper--in-stores {
  position: relative;
}

.availability-icon-wrapper--in-stores .open-locations-img {
  position: relative;
  top: -3px;
}

.in-store-availability-supertext {
  display: block;
  line-height: 15px;
}

.availability-icon-wrapper--express-shipping {
  position: relative;
  top: 2px;
}

/**
 * Shortcode filter styles.
 */
.c-filters {
  position: sticky;
  top: 110px;
  width: 350px;
  text-align: left;
  margin-bottom: 20px;
}

.c-filters__inner {
  padding-left: 55px;
  padding-right: 15px;
  max-height: calc(100vh - 121px);
  overflow-y: auto;
}

.c-filters-price-range-filter {
  margin-right: 20px;
}
.c-filters-price-range-filter .ui-slider-handle {
  border-radius: 50%;
}
.c-filters-price-range-filter .ui-slider-handle:hover {
  cursor: grab;
}

.c-filters-title {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 22px;
  color: #6d6f6e;
  font-weight: bold;
}

.sliderValue {
  pointer-events: none;
}

.c-filters-price-slider-values {
  display: flex;
  justify-content: space-between;
}

.c-price-slider-price-data {
  display: inline-block;
  border: none;
  background: none;
  width: 50px;
  text-align: right;
}

.c-filters-price-slider-values {
  margin-top: 10px;
}

.c-price-slider-start-group {
  position: relative;
  left: -30px;
}

.c-filters-attribute-filter__title {
  font-size: 16px;
  color: #6d6f6e;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.c-filters-attribute-filter-option {
  display: grid;
  grid-template-columns: 20px auto;
  margin-bottom: 5px;
}

.c-filters-attribute-filter-option__checkbox {
  height: 15px;
  width: 15px;
  position: relative;
  top: -2px;
}

.c-filters-title svg {
  display: none;
}

@media screen and (max-width: 1300px) {
  .c-filters-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
  }
  .c-filters-title svg {
    position: relative;
    top: 3px;
    display: inline;
  }
  .c-filters-title svg:hover {
    cursor: pointer;
  }
  .c-filters-title svg .to-fill {
    fill: #6d6f6e;
  }
  .c-filters {
    position: unset;
  }
}
@media screen and (max-width: 1060px) {
  .custom-product-display-filters {
    top: 60px;
  }
  .c-filters__inner {
    max-height: calc(100vh - 65px);
  }
}
.listing-product-sticker,
.right-promo-sticker {
  max-width: 70px !important;
  height: auto !important;
  min-width: 70px;
}

.right-promo-sticker-2 {
  margin-top: 25px;
}

.right-promo-stickers {
  position: absolute;
  right: -17px;
  top: 10px;
  max-width: 110px;
}

.single-product-sticker {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}

.single-product-sticker.single-product-sticker--left-2 {
  top: 90px;
}

.left-promo-sticker {
  position: absolute;
  left: 10px;
  top: 15px;
}

.left-promo-sticker.left-promo-sticker--2 {
  top: 120px;
}

@media screen and (max-width: 1366px) {
  .single-product-content {
    padding-left: 45px;
    padding-right: 45px;
  }
  .right-promo-stickers,
  .right-promo-sticker,
  .single-product-sticker {
    width: 85px;
    height: auto;
  }
}
@media screen and (max-width: 1366px) {
  .right-promo-stickers,
  .right-promo-sticker,
  .single-product-sticker {
    width: 85px;
    height: auto;
  }
}
.listing-product-details__promotion-text {
  z-index: 4;
  padding-top: 4px;
  padding-bottom: 4px;
}

.listing-product-details__promotion-text a {
  color: white !important;
  text-decoration: none;
}

.listing-product-details__promotion-text:not(:empty) {
  border: 1px solid #2a2939;
  color: #2a2939;
  padding: 0 10px;
  min-height: 28px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #e2e2e3;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.display-products-promo-stickers {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
}
.display-products-promo-stickers .right-promo-stickers {
  top: 0 !important;
}

.custom-bundle-text {
  background: #ec0000;
  font-size: 14px;
  color: white;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px 40px;
  max-width: 300px;
  margin-bottom: 30px;
  display: block;
  margin: 0 auto 20px;
}

.product-wrapper a {
  text-decoration: none !important;
}

.custom-bundle-text--custom-product-display {
  width: calc(100% - 10px);
}

.express-delivery-listing-text {
  color: #302E2F;
  font-weight: bold;
  text-decoration: none !important;
  text-decoration-style: unset;
}

.custom-product-display {
  font-family: "CF Panoptik", sans-serif;
  text-align: center;
  --fixed-area-height: 130px;
  --price-and-buy-height: 80px;
}

.product-content {
  flex-grow: 1;
  justify-content: left;
  flex-direction: column;
  display: flex;
}

.product-content__banners {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
}

.custom-product-display .row {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
}

.custom-product-display .product-link {
  max-width: 100%;
}

.custom-product-display .product-col {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
}

.product-col__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.single-custom-product-display {
  position: relative;
  margin-bottom: 60px;
}

.product-col__inner--left {
  justify-content: flex-start;
}

.product-col__inner--right {
  justify-content: flex-end;
}

.product-col__inner--center {
  justify-content: center;
}

.custom-product-display .product-wrapper {
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
  flex-direction: column;
}

.custom-product-display .single-product__single-custom-banner {
  position: relative;
  top: 0;
}

.custom-product-display .product-wrapper {
  overflow: hidden;
  background: #fff;
  padding: 10px 20px var(--fixed-area-height) 20px;
  height: 100%;
  width: 300px;
  position: relative;
  -webkit-box-shadow: 0px 2px 9px 0px rgb(181, 181, 181);
  -moz-box-shadow: 0px 2px 9px 0px rgb(181, 181, 181);
  box-shadow: 0px 2px 9px 0px rgb(181, 181, 181);
}

.custom-product-display .product-title {
  margin: 10px 0 5px 0;
  min-height: 84px;
}

.custom-product-display .product-title * {
  font-size: 18px;
  margin: 0;
  color: #343434;
  line-height: 22px;
}

.custom-product-display .product-description {
  margin-bottom: 0;
}

.custom-product-display .product-description ul {
  padding-left: 0;
  list-style-position: inside;
  width: 100%;
  list-style-type: none;
  margin-bottom: 5px;
}

.custom-product-display .product-description li {
  margin-top: 7px;
  margin-bottom: 7px;
}

.custom-product-display .product-it-number {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 10px;
}

.custom-product-display .product-it-number * {
  font-style: italic;
}

.custom-product-display .product-img {
  display: block !important;
  visibility: visible !important;
  max-width: 90%;
  margin: 0 auto;
  height: auto;
}

:root .custom-product-display .price {
  padding-left: 0;
}

.custom-product-display .price .regular-price {
  color: #343434;
}

.custom-product-display .product-it-number,
.custom-product-display .product-description,
.custom-product-display .price .regular-price.old-price {
  color: #9c9c9c;
  font-size: 16px;
  font-weight: 500;
}

.custom-product-display .price .price-without-loyalty {
  top: 2px;
  position: relative;
}

.custom-product-display .price .special-price {
  font-size: 20px;
  color: red;
  position: relative;
  top: 2px;
  margin-left: 5px;
}

:root .custom-product-display .price .regular-price,
:root .custom-product-display .price .regular-price * {
  font-size: 20px;
  text-decoration: none !important;
}

.custom-product-display .price .regular-price.old-price {
  font-size: 14px;
  position: relative;
}

.custom-product-display .price del {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  text-decoration: none;
}

.custom-product-display .price del::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  bottom: 10px !important;
  left: 0;
  background: red;
  transform: rotate(-7deg);
}

.custom-product-display .fixed-area {
  position: absolute;
  height: var(--fixed-area-height);
  width: 100%;
  left: 0;
  bottom: 0;
}

.custom-product-display .price {
  text-align: left;
  padding-left: 20px;
}

.custom-product-display .price,
.custom-product-display .buy-it-now {
  line-height: var(--price-and-buy-height);
}

.custom-product-display .buy-it-now {
  background: #0099C9;
  color: #fff;
}

.custom-product-display .buy-it-now i {
  font-size: 24px;
}

.custom-product-display .price {
  border-top: 1px solid lightgrey;
}

.custom-product-display .buy-it-now i {
  font-size: 35px;
  position: relative;
  top: 10px;
  margin-right: 10px;
}

.custom-product-display .buy-it-now--out-of-stock {
  background: grey;
  display: none;
  pointer-events: none;
}

.custom-product-display .diagonal-banner--loyalty {
  background: #EC0029;
}

.custom-product-display .diagonal-banner.diagonal-banner--new-product {
  background: #8BC53E;
}

.custom-product-display .diagonal-banner.diagonal-banner--amazing-price {
  background: rgb(255, 204, 51);
}

.custom-product-display .diagonal-banner.diagonal-banner--last-pieces {
  background: #11AADE;
}

.custom-product-display .buy-it-now-text {
  font-weight: 500;
}

.custom-product-display .price-and-buy-it-now,
.custom-product-display .price,
.custom-product-display .buy-it-now {
  height: var(--price-and-buy-height);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.custom-product-display .buy-it-now {
  font-size: 20px;
  display: none;
}

.custom-product-display .product-wrapper:hover .buy-it-now {
  display: block;
}

.custom-product-display .product-wrapper:hover .price {
  display: none;
}

.custom-product-display .diagonal-banner {
  position: absolute;
  width: 250px;
  top: 30px;
  left: -70px;
  background: #FF1360;
  padding-top: 9px;
  padding-bottom: 9px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  transform: rotate(-45deg);
}

.custom-product-display .buy-it-now-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.single-custom-product-display--hidden {
  display: none !important;
}

.custom-product-display--with-filters {
  display: grid;
  grid-template-columns: 350px auto;
}

.custom-product-display-filters {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  background: gainsboro;
}

#show-filters {
  display: none;
}
#show-filters svg {
  position: relative;
  top: 3px;
}
#show-filters:hover {
  color: red;
  cursor: pointer;
}

.custom-product-display-price--mobile {
  display: none;
}

@media screen and (max-width: 1300px) {
  #show-filters {
    display: block;
    z-index: 2;
  }
  .custom-product-display-filters {
    position: fixed;
    top: 85px;
    z-index: 3;
    left: -350px;
  }
  .custom-product-display-filters--mobile-visible {
    left: 0;
  }
  .custom-product-display--with-filters {
    display: block;
  }
}
@media (min-width: 1600px) {
  .custom-product-display .product-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .custom-product-display .buy-it-now {
    display: block !important;
  }
  .custom-product-display .product-wrapper:hover .price.custom-product-display-price--mobile {
    display: block !important;
  }
  .custom-product-display .custom-product-display-price--mobile {
    display: block !important;
    position: relative !important;
    top: 20px;
    padding-left: 0;
    text-align: center;
    height: auto;
    border-top: none;
    line-height: initial !important;
  }
  .custom-product-display .buy-it-now--out-of-stock {
    display: block;
  }
}
.right-promo-stickers {
  right: 0;
  top: 10px;
}

/*# sourceMappingURL=custom-product-display2.css.map */
