﻿.hide {
  display: none;
}
.lockBodyScroll {
  overflow: hidden;
}
@media only screen and (min-width: 800px) {
  #serpPdpLite #serpModal {
    min-width: 790px;
    box-sizing: content-box;
  }
}
#serpPdpLite .modal {
  display: block;
  margin: inherit;
}
#serpPdpLite .modal#serpModal .header {
  height: 0px;
}
#serpPdpLite .modal#pdpOptionSelectionModal {
  margin: 0;
  box-sizing: content-box;
}
#serpPdpLite .modal#pdpOptionSelectionModal #pdpModalClose .times {
  font-size: 15px;
}
#serpPdpLite #serpAddToCartModalClose {
  padding: 6px 14px;
  cursor: pointer;
  background-color: #fff;
  border: none;
  top: 0;
  right: 0px;
  position: absolute;
  border: 1px solid transparent;
}
#serpPdpLite #serpAddToCartModalClose:focus {
  border: 1px dotted black;
  border-top-right-radius: 14px;
}
#serpPdpLite #serpAddToCartModalClose .times {
  font-size: 15px;
}
#serpPdpLite #upsellModal {
  overflow-x: hidden;
  overflow-y: hidden;
  right: 0;
  box-sizing: content-box;
}
#serpPdpLite #upsellModal .item-carousel .slide-container .slide {
  width: 150px;
}
#serpPdpLite #upsellModal #upsellStyles {
  border-collapse: inherit;
}
#serpPdpLite #upsellModal .item-carousel.upsellCarousel .slide-container .slide .title {
  height: 38px;
}
#serpPdpLite #upsellModal #upsellModalClose .times {
  font-size: 15px;
}
#serpPdpLite #upsellModal .content > div.also-purchased {
  margin-top: 30px;
}
#serpPdpLite #linkToPdp {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  float: right;
  padding-top: 10px;
}
#serpPdpLite #product-details #product-variations .productVariations .category h1,
#serpPdpLite #product-details #product-variations .productVariations .category .h1 {
  font-size: 20px;
}
#serpPdpLite #product-details #product-variations .productVariations .category {
  float: unset;
}
#serpPdpLite #product-details .color-options .color-circle {
  height: 32px;
  width: 32px;
}
#serpPdpLite #product-details #product-variations .productVariations .sizeSection {
  padding-top: 10px;
}
#serpPdpLite #product-details #product-variations .productVariations .quantitySection {
  padding-top: 10px;
}
#serpPdpLite #product-details #product-variations .productVariations {
  padding-left: 11px;
}
@media only screen and (max-width: 767px) {
  #serpPdpLite #product-details #product-thumbnails .swiper-mainimage .swiper-wrapper .swiper-slide img {
    max-width: 180px;
  }
  #serpPdpLite #product-details .addToCart {
    display: block;
    box-sizing: content-box;
  }
  #serpPdpLite #product-details .addToCartButton {
    max-width: 280px;
  }
  #serpPdpLite #product-details #product-variations .productVariations .quantitySection .price-container {
    margin-right: 25px;
  }
  #serpPdpLite #linkToPdp {
    margin-right: 25px;
  }
  #serpPdpLite #stickyArea {
    padding-top: 15px;
  }
  #serpPdpLite #product-details #product-variations .productVariations .colorSection {
    padding-top: 15px;
  }
  #serpPdpLite #upsellModal .info-box {
    margin-right: 0.5rem;
  }
  #serpPdpLite .modal#pdpOptionSelectionModal #addToCartModal.addToCartButton {
    max-width: 330px;
  }
}