.notice {
  background-color: var(--slgrey);
  padding: 14px;
}

.page-header {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.02px;
  padding-bottom: 40px;
}

.product-details {
  border-bottom: 2px solid var(--lgrey);
  padding-bottom: 50px;
  overflow:hidden;
}

.product-thumbs .carousel-item img {
  width: 25%;
}

.large-image-wrapper {
  max-height: 700px;
}

.large-image-wrapper .product-image-wrapper {
  position: relative;
  padding-bottom: 70%;
}

.large-image-wrapper .product-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
}

.large-image-wrapper .product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-thumbs .product-image-wrapper {
  object-fit: cover;
  width: 80px;
  height: 80px;
  display: flex !important;
  justify-content: center;
}

.product-thumbs .product-image-wrapper img {
  object-fit: cover;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid var(--lgrey);
}

.product-thumbs {
  margin-top: 32px;
}

.slick-track
{
  display: flex !important;
}

.slick-slide
{
  height: inherit !important;
  z-index:0!important;
}

.colours-container .btn {
  padding: 0;
  border-radius: 50% !important;
  margin-right: 16px;
}

.light-container .btn-group {
  display: flex;
}

.light-container .btn {
  border-radius: 110px !important;
  background: none;
  border: 1px solid var(--lgrey);
  margin-right: 0;
  width: 100%;
  justify-content: center;
}

.product-logo {
  margin-bottom: 28px;
}

.colours-container {
  margin-top: 42px;
  margin-bottom: 45px;
}

.light-container {
  margin-bottom: 42px;
}

.add-to-cart {
  margin-top: 56px;
  width: 100%;
  justify-content: center;
}

.quantity-container{
  margin-top:56px;
  border: 1px solid var(--lgrey);
  border-radius: 1000px;
}

.decrease-quantity{
  border-right: 1px solid var(--lgrey);
  padding: 9px 15px;
  cursor:pointer;
}

.increase-quantity{
  border-left: 1px solid var(--lgrey);
  padding: 9px 15px;
    cursor:pointer;

}

.shortcuts {
  border: 1px solid var(--lgrey);
  border-radius: 110px;
  margin-top: 64px;
}

.shortcuts .btn-light {
  background-color: transparent;
  font-weight: 600;
  font-size: 14px;
  padding: 16.5px 0;
}

.shortcuts .btn-light:active,
.shortcuts .btn-light:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #D6F5FF;
}

.description {
  padding-top: 84px;
  padding-bottom: 84px;
  margin-top: 100px;
}

.technical-data .section {
  margin-bottom: 64px;
}

.circular-image {
  border-radius: 250px;
  position: relative;
  top: 100%;
  height: 466px;
  width: 300px;
  padding-bottom: unset;
  transform: translate(-50%, -50%);
  cursor: auto;
  left: 50%;
  margin-top: 80px;
  margin-bottom: -100%;
}

.circular-image:hover {
  transform: translateY(calc(-50% - 10px));
}

.technical-data {
  padding-top: 296px;
  padding-bottom: 64px;
  border-bottom: 2px solid var(--lgrey);
}

.technical-data h2 {
  padding-bottom: 15px;
}

.spec-group {
  margin-top: 15px;
  margin-bottom: 15px;
}

#ProductEnquiry {
    
}

.product-enquiry-errors
{
    display:none;
    list-style:none;
    color:var(--orange);
    padding-left:4px;
}

.stock-level-msg
{
    display:none;
}

@media screen and (min-width: 768px) {
  .light-container .btn {
    margin-right: 15px;
  }

  .add-to-cart {
    width: unset;
    justify-content: unset;
  }

  .circular-image {
    border-radius: 250px;
    position: absolute;
    top: 35%;
    height: 716px;
    width: 460px;
    padding-bottom: unset;
    transform: translateY(-50%);
    cursor: auto;
    left: unset;
  }

  .technical-data {
    padding-top: 132px;
    padding-bottom: 64px;
    border-bottom: 2px solid var(--lgrey);
  }

  .technical-data .section {
    margin-bottom: 0;
  }

  .border-right {
    border-right: 1px solid #C4C4C4;
  }


}