.product-page__openable-window-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 75px;
  background-color: #ededed;
  padding-left: 3%;
  padding-right: 3%;
}

.product-page__openable-window-outer-circle {
  position: relative;
  min-height: 34px;
  min-width: 34px;
  border-radius: 100%;
  background-color: var(--primary-color);
  /* border: 1px solid white; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-page__openable-window-header-openable-wrapper {
  display: flex;
  align-items: center;
}

.product-page__openable-button-text {
  display: none;
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 700;

  &.active {
    display: block;
  }
}

@media (max-width: 1536px) {
  body .locations-map__locations-bottom-button {
    width: 37%;
  }

  #content .itl-product-card-recommended {
    width: 90%;
  }
}

@media (max-width: 1420px) {
  body .ital-product-page-container-wrapper {
    display: flex;
    justify-content: center;
  }

  #content .itl-product-card-recommended {
    width: 90%;
  }

  body .container {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  body #product-product .itl-right-content-product {
    margin-left: 20px;
  }

  body .ital-main-image-wrapper .ital-main-image-box .ital-main-image {
    max-width: 100%;
    max-height: 100%;
  }

  /* #product-product .itl-right-content-product {
        width: 50%;
    }

    body #product-product .ital-main-image-wrapper .ital-main-image-box {
        width: 100%;
        height: 100%;
    }

    body .ital-thumbnails {
        overflow-x: hidden;
    }


    body .ital-image-block {
        min-height: 80vh;
    } */

  /* body .ital-main-image-wrapper{
        height: 500px;
    } */

  body .ital-main-image {
    width: unset;
  }

  body .itl-call-us-box {
    margin-left: 0;
  }

  body .itl-call-us-title-box {
    margin-left: unset;
    margin-right: 22px;
    font-size: 12px;
    margin-left: 14px;
  }

  body .itl-main-content-product-page {
    /* min-height: 75vh; */
    /* min-height: 100%; */
  }
}

@media (max-width: 1280px) {
  .ital-main-image-box .itl-picture-count {
    bottom: 16px;
    left: 13px;
    font-size: 32px;
  }

  .ital-main-image-box .itl-picture-count span {
    left: 0px;
    margin-left: 44px;
    font-size: 11px;
    margin-top: 7px;
    font-weight: 400;
  }

  body .itl-call-us-box .itl-call-us-title-box .itl-call-us-title-arrow {
    right: 0;
  }

  #content .itl-product-card-recommended {
    width: 90%;
  }
}

@media (min-width: 930px) and (max-width: 1023px) {
  body .container {
    max-width: 930px;
  }
}

@media (min-width: 930px) {
  .product-page__openable-block-window {
    display: none;
  }
}

@media (max-width: 929px) {
  .itl-bredcrumbs-wrapper {
    margin: 0 10px 0 10px;
    position: relative;

    &:hover .itl-child-bredcrumbs-wrapper {
      visibility: hidden;
      opacity: 0;
      transform: translateX(0px);
    }

    &:hover .itl-child-bredcrumbs-placeholder {
      visibility: hidden;
    }

    &:hover .itl-parent-bredcrumb {
      text-decoration: underline;
    }

    &>li {
      display: flex;
    }
  }

  #product-product .ital-main-image-wrapper:first-child .ital-main-image-box,
  #product-product .ital-main-image-wrapper:last-child .ital-main-image-box {
    border-radius: unset;
  }

  .product-page__openable-block-window {
    display: block;
    width: 100%;
    height: 100%;
    /* background-color: black; */
    position: fixed;
    visibility: hidden;
    top: 0;
    z-index: 300;
    transform: translateX(-100%) translateY(0);
    transition: all 0.17s ease-in;
    visibility: hidden;

    &.active {
      visibility: visible;
      transform: translateX(0) translateY(0);
    }
  }

  .product-page__openable-window-close:before,
  .product-page__openable-window-close:after {
    position: absolute;
    left: 47%;
    top: 30%;
    content: " ";
    height: 14px;
    width: 2px;
    border-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
  }

  .product-page__openable-window-close:before {
    transform: rotate(45deg);
  }

  .product-page__openable-window-close:after {
    transform: rotate(-45deg);
  }

  .product-page__openable-section-wrapper {
    margin-top: -1px;
    /* padding-top: 35px; */
    padding-bottom: 27px;
    /* padding-left: 6.3%; */
    padding-left: 3%;
    padding-right: 6.3%;
    height: calc(100% - 73px);
    width: 100%;
    overflow-y: auto;
    background-color: white;
  }

  .product-page__openable-section {
    display: none;

    &.active {
      display: block;
    }
  }

  .product-page__openable-section[caller-id="itl-product-description"] {
    color: var(--primary-color);
    padding-top: 15px;
  }

  .product-page__openable-section[caller-id="itl-product-attributes"] {
    color: var(--primary-color);
    padding-left: 3.3%;
    padding-top: 35px;

    & .tab-pane {
      margin-left: -4%;
    }

    & .itl-group-name {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 18px;
      margin-top: -3px;
    }

    & .itl-group-box {
      margin-left: 2px;
      margin-bottom: 48px;
    }

    & .itl-attribute-box {
      display: flex;
      width: 103%;
      font-size: 12px;
      font-weight: 500;
      min-height: 37px;
      align-items: center;
      padding-left: 15px;
      border-bottom: 1px solid var(--primary-color);

      &:first-child {
        border-top: 1px solid var(--primary-color);
      }

      /* &:last-child {
                margin-bottom: 22px;
            } */
    }

    & .itl-attribute-name {
      padding-right: 3.9%;
      margin-left: -1px;
      width: 44.9%;
      padding-bottom: 7px;
      padding-top: 8px;
      font-weight: 400;
    }

    & .itl-attribute-text {
      font-weight: 500;
      padding-top: 10px;
      padding-bottom: 10px;
      align-self: baseline;
      width: calc(42% - 17px);
    }
  }

  body .ital-product-page-container-wrapper {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }

  #product-product#product-product {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 100%;
  }

  body .itl-main-content-product-page {
    flex-direction: column;
  }

  body .ital-image-block-wrapper {
    width: 60%;
    align-self: center;
  }

  #product-product .ital-main-image-wrapper .ital-main-image-box {
    &.product-page__first-image::after {
      border-top-right-radius: unset;
    }
  }

  .itl-breadcrumb {
    padding-left: 16px;
    margin: 0 0 11px -2px;
  }

  .itl-breadcrumb .itl-back-page-img-button {
    width: 14px;
    height: 12px;
  }

  .itl-back-page-link-button {
    font-size: 12px;
    font-weight: 500;
  }

  .breadcrumb .itl-breadcrumb>div {
    padding-right: 6px;
  }

  .itl-breadcrumb {
    padding-top: 19px;
  }

  .itl-breadcrumb .itl-back-page-link-button {
    align-items: center;
  }

  .itl-breadcrumb>li:first-child {
    padding-right: 14px;
  }

  .itl-parent-home-wrapper {
    padding-right: 5px;
  }

  .itl-home:before {
    width: 16px;
    height: 16px;
  }

  .itl-parent-bredcrumb {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.1px;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .ital-breadcrumb-arrow-box {
    display: none;
  }

  .itl-bredcrumbs-wrapper {
    margin: 0 5px 0 7px;
  }

  .itl-breadcrumb .itl-breadcrumb-title {
    font-size: 12px;
    /* font-weight: 500; */
    letter-spacing: -0.1px;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .product-page__mobile-hidden {
    display: none;
  }

  .thumbnails.ital-thumbnails {

    &.mobile-thumbnails {
      display: block;
    }

    &.desktop-thumbnails {
      display: none;
    }
  }

  .ital-main-image-box .itl-picture-count {
    bottom: 16px;
    left: 13px;
    font-size: 32px;
  }

  .ital-main-image-box .itl-picture-count span {
    left: 0px;
    margin-left: 44px;
    font-size: 11px;
    margin-top: 7px;
  }

  body #product-product .itl-right-content-product {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: unset;
    padding-top: 26px;
  }

  #product-product .itl-right-content-product {
    width: 100%;
  }

  #content .itl-product-card-recommended {
    width: 90%;
  }

  body .map-header-fade {
    transform: translateY(-30px);
  }
}

@media (max-width: 768px) {
  body .catalog-arrows {
    display: none;
  }

  #content .itl-product-card-recommended {
    width: 98%;
  }

  body #content .itl-recommended-box-wrapper .slick-slide {
    position: relative;

    &::after {
      content: "";
      width: 0px;
      height: 100%;
      position: absolute;
      right: 0px;
      top: 0px;
      background-color: #dde0e9;
    }
  }

  body .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  #content .slick-current .itl-product-card-recommended,
  #content .slick-current .itl-product-card-recommended>a {
    border-top-left-radius: 0px;
  }

  #content .last-active .itl-product-card-recommended,
  #content .last-active .itl-product-card-recommended>a {
    border-top-right-radius: 0px;
  }

  .itl-recommended-box {
    &.only-mobile-recs {
      display: block;
    }
  }

  .itl-noslide-recommended-box {
    &.only-mobile-recs {
      display: none;
    }
  }

  body #content .itl-recommended-box>div {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #content .itl-recomend-products-title {
    padding-left: 14px;
  }

  .itl-product-card-recommended:hover .itl-bottom-part-product-card {
    background-color: unset;
    color: var(--primary-color);
  }

  .itl-product-card-recommended:hover .itl-bottom-part-product-card .product-title-arrow {
    background: url(../../image/ital/arrow_black.png) no-repeat center center;
    background-size: cover;
  }

  .itl-product-card-recommended .itl-bottom-part-product-card .product-title:hover {
    color: var(--primary-color);
  }

  .product-page__custom-carousel-dots {
    height: 40px;
    top: -19px;
    position: relative;
    width: 100%;
  }

  .product-page__custom-carousel-dots .slick-dots {
    bottom: 0;
  }

  .product-page__custom-carousel-dots .slick-dotted.slick-slider {
    margin-bottom: 1px;
  }

  .product-page__custom-carousel-dots .catalog-dots-container {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .product-page__custom-carousel-dots .slick-dots {
    position: relative;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  .product-page__custom-carousel-dots .slick-dots li {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .product-page__custom-carousel-dots .slick-active {
    position: relative;
    width: 20px;
    height: 100%;
    margin: 0;
  }

  .product-page__custom-carousel-dots .slick-dots li button:before {
    content: none;
  }

  .product-page__custom-carousel-dots .slick-dots li button {
    width: 100%;
    height: 1px;
    border: none;
    background-color: rgba(30, 43, 101, 0.25);
    border-radius: 0;
    cursor: pointer;
    padding: 0px;
    transition: all 0.12s ease-in;
  }

  .product-page__custom-carousel-dots .slick-dots li.slick-active button {
    background-color: var(--primary-color);
    width: 100%;
    height: 2px;
    padding: 0px;
    transition: all 0.12s ease-in;
  }

  .itl-recommended-box-wrapper {
    margin-bottom: 0px;
  }

  /* .slick-slide {
        visibility: hidden;
        transition: all 0.2s ease-in;

        &.slick-active {
            visibility: visible;
            transition: all 0.2s ease-in;

        }
    } */

  /* .body .slick-slide{
        margin-right:20px;
    } */

  #content .itl-product-card-recommended {
    /* margin-right: 23px; */
  }

  .itl-noslide-recommended-box {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    gap: 4px;
    position: relative;

    &>div:not(:last-child) {
      padding-right: 0;
      border-right: 0px solid #dde0e9;
    }

    &>div:first-child {
      border-top-left-radius: unset;
    }

    &>div:last-child {
      border-top-right-radius: unset;
    }
  }
}

@media (max-width: 640px) {
  .product-page__custom-carousel-dots {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 540px) {
  body .ital-image-block-wrapper {
    width: 100%;
  }

  #product-product .itl-right-content-product .itl-product-item {
    letter-spacing: 0;
    margin-bottom: 18px;
    font-size: 12px;
  }

  .itl-right-content-product .itl-product-title {
    padding-right: 110px;
    line-height: 28px;
    padding-right: 75px;
    font-size: 22px;
    word-spacing: 5px;
    margin-bottom: 6px;
  }

  #product-product .itl-right-content-product .itl-product-item.itl-product-small-description {
    letter-spacing: 0;
    margin-bottom: 28px;
  }

  #product-product .itl-right-content-product .itl-product-item.itl-product-price {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 25px;
  }

  #product-product .itl-right-content-product .itl-product-description {
    padding-bottom: 3.4%;
    padding-top: 3.4%;
    padding-left: 2.6%;
    align-items: center;
    letter-spacing: 0;
  }

  .itl-product-description-name-image-wrapper>svg {
    width: 16px;
    height: 16px;
  }

  .itl-right-content-product .itl-product-description .itl-product-tab-description {
    width: 16px;
    height: 16px;
  }

  #product-product .itl-product-description .itl-product-tab-arrow {
    width: 20px;
    height: 10px;
    justify-self: end;
    margin-left: unset;
    margin-right: 14px;
  }

  .itl-product-description-name {
    font-size: 13px;
    font-weight: 600;
  }

  body .download_catalog_link {
    margin-top: 37px;
    margin-left: 14px;
    margin-bottom: 36px;

    &>svg {
      width: 15px;
      height: 15px;
      margin-right: 13px;
    }
  }

  #product-product .itl-right-content-product .download_catalog_link_text {
    font-size: 13px;
    font-weight: 500;
    margin-top: -2px;
    letter-spacing: 0;
  }

  /* .where-buy-button-arrow-wrapper {
    display: none;
  } */



  /* .where-buy-button-text-wrapper {
    width: 100%;
  }  */


  body .itl-right-content-product .where-buy-button-box {
    width: 100%;
    justify-content: center;
    margin-bottom: 29px;
  }

  .itl-right-content-product .where-buy-button-box .where-buy-button-text {
    height: 62px;
    width: 100%;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
  }

  .itl-right-content-product .where-buy-button-box .where-buy-button-arrow {
    display: none;
  }

  body .itl-call-us-box {
    padding-top: 17px;
  }

  body .itl-call-us-box .itl-call-us-title-box .itl-call-us-title-arrow {
    right: -6px;
  }

  .itl-call-us-box .itl-call-us-title-box .itl-call-us-title-arrow {
    width: 9px;
    height: 9px;
  }

  body .itl-call-us-title-img {
    display: block;
    width: 15px;
    height: 17px;
  }

  body .itl-call-us-title {
    margin-right: 4px;
  }

  body .itl-call-us-box .itl-call-us-content-box {
    &.active {
      margin-left: -1px;
      padding-bottom: 18px;
      padding-left: 0px;
      margin-top: 42px;
    }
  }

  body .itl-call-us-content-img {
    margin-bottom: 15px;
  }

  body .itl-call-us-content-text {
    font-size: 11px;
    font-weight: 500;
  }

  body .itl-call-us-content-item:nth-child(2) .itl-call-us-content-text {
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .itl-main-content-product-page {
    margin-bottom: 18px;
  }

  #content .itl-recomend-products-title {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
    padding-left: 14px;
    padding-right: 16px;
  }

  .itl-recommended-box .slick-initialized {
    width: 100vw;
  }

  #content .itl-product-card-recommended {
    max-width: 250px;
    width: 98.5%;
    min-height: 332px;
    max-height: fit-content;
    margin-right: unset;
    overflow: hidden;
  }

  .itl-product-card-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 252px;
    /* background-color: #eeeeee; */
    margin-bottom: 2px;
  }

  .carousel-inner>.item>a>img,
  .carousel-inner>.item>img,
  .img-responsive,
  .thumbnail a>img,
  .thumbnail>img {
    width: 100%;
    max-width: unset;
  }

  .itl-product-card-recommended .itl-product-card-recommended-sticker-new {
    width: 74.5px;
    height: 29.8px;
    font-size: 13px;
    font-weight: 600;
  }

  .itl-bottom-part-product-card .product-title .product-title-text {
    font-size: 12px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: unset;
    max-height: unset;
  }

  .itl-product-card-recommended .itl-bottom-part-product-card {
    padding: 7px 15px 4px 13px;
    height: unset;
  }

  .itl-product-card-recommended .itl-bottom-part-product-card .product-title-arrow {
    height: 11px;
    width: 12px;
  }

  body .itl-bottom-part-product-card .product-title {
    margin-bottom: 0px;
  }

  body .itl-bottom-part-product-card .itl-product-item {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 3px;
  }

  #product-product .ital-where-buy-chapter {
    font-size: 18px;
  }

  #product-product .ital-where-buy-chapter {
    margin-top: -6px;
    margin-bottom: 16px;
  }
}