.kylWishlistNotification {
  position: fixed;
  bottom: 30px;
  right: -100%;
  transition: all ease 1000ms;
  display: block !important;
  z-index: 9999;
}
.kylWishlistNotification.show {
  right: 20px;
}
@media (min-width: 1400px) {
  .kylWishlistNotification.show {
    right: calc((100vw - 1400px) / 2);
  }
}
.kylWishlistNotification .content {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px;
  background: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0016);
}
.kylWishlistNotification .content .wrapperImage {
  flex: 0 0 auto;
}
.kylWishlistNotification .content .wrapperImage .image {
  max-height: 120px;
  width: auto;
}
.kylWishlistNotification .content .wrapperText {
  flex: 1 1 auto;
}
.kylWishlistNotification .content .wrapperText .message {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  color: black;
  margin: 0 0 8px 0;
}
.kylWishlistNotification .content .wrapperText .openKylWishlistOverlay {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  text-decoration: underline;
  color: black;
  cursor: pointer;
}
.kylWishlistOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: white;
  padding: 25px 20px;
  overflow: scroll;
}
.kylWishlistOverlay.show {
  display: block !important;
}
.kylWishlistOverlay .overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}
.kylWishlistOverlay .overlay .closeKylWishlistOverlay {
  width: 20px;
  height: 20px;
  align-self: flex-end;
  background: transparent url('/wp-content/plugins/kylWishlist/assets/svg/close_24dp_FILL0_wght400_GRAD0_opsz24.svg') center center no-repeat;
  cursor: pointer;
}
.kylWishlistOverlay .overlay .content {
  width: 100%;
}
@media (min-width: 768px) {
  .kylWishlistOverlay .overlay .content {
    max-width: 500px;
    margin: 0 auto;
  }
}
.kylWishlistOverlay .overlay .content .heading {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  color: black;
  margin: 0 0 16px 0;
}
.kylWishlistOverlay .overlay .content .search {
  margin-bottom: 20px;
}
.kylWishlistOverlay .overlay .content .search input {
  width: 100%;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: black;
  border: none;
  border-bottom: 1px solid black;
  padding: 15px 0;
  background: transparent url('/wp-content/plugins/kylWishlist/assets/svg/search_24dp_FILL0_wght400_GRAD0_opsz24.svg') right center no-repeat;
}
.kylWishlistOverlay .overlay .content .products .product {
  display: flex;
  position: relative;
  margin: 0 0 20px;
  padding: 20px 0 0;
}
.kylWishlistOverlay .overlay .content .products .product::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E2E2E2;
}
.kylWishlistOverlay .overlay .content .products .product .remove {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: transparent url('/wp-content/plugins/kylWishlist/assets/svg/delete_24dp_FILL0_wght200_GRAD0_opsz24.svg') center center / auto 24px no-repeat;
  padding: 0;
  border: none;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperImage {
  flex: 0 0 80px;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperImage img {
  width: 100%;
  height: auto;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent {
  flex: 1 0 auto;
  padding-left: 13px;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .productName {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  color: black;
  margin: 0 0 5px 0;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .rating {
  margin-bottom: 7px;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .rating .stars {
  display: flex;
  gap: 7px;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .rating .stars span {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: transparent url('/wp-content/plugins/kylWishlist/assets/svg/star_24dp_FILL0_wght400_GRAD0_opsz24.svg') center center / 100% 100% no-repeat;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .rating .stars span.iconStarFull {
  background-image: url('/wp-content/plugins/kylWishlist/assets/svg/star_24dp_FILL1_wght400_GRAD0_opsz24.svg');
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .color {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: black;
  margin: 0 0 5px 0;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .sale p {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  line-height: 15px;
  text-transform: uppercase;
  color: white;
  background: red;
  padding: 3px 12px;
  display: inline-block;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .wrapperQuantitySize {
  display: flex;
  justify-content: space-between;
  margin: 17px 0 0;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .wrapperQuantitySize .quantity {
  display: flex;
  justify-content: space-around;
  flex: 0 0 calc(50% - 4px);
  border: 1px solid black;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .wrapperQuantitySize .quantity .quantityMinus,
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .wrapperQuantitySize .quantity .quantityPlus {
  background: unset;
  padding: 0;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .wrapperQuantitySize .quantity label {
  pointer-events: none;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .wrapperQuantitySize .quantity label input {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  color: black;
  padding: 0;
  border: none;
  max-width: 50px;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .wrapperQuantitySize .size {
  flex: 0 0 calc(50% - 4px);
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .wrapperQuantitySize .size label select {
  border: 1px solid black;
  width: 100%;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  color: black;
  padding: 0;
  height: 100%;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .wrapperPriceAddToCart {
  display: flex;
  justify-content: space-between;
  margin: 14px 0 0;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .wrapperPriceAddToCart .prices {
  padding-right: 20px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: black;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .wrapperPriceAddToCart .prices del {
  text-decoration-color: red;
  text-decoration-thickness: 2px;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .wrapperPriceAddToCart .prices ins {
  color: red;
  text-decoration: none;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .wrapperPriceAddToCart .prices .unitPrice {
  font-weight: 400;
  font-size: 15px;
}
.kylWishlistOverlay .overlay .content .products .product .wrapperContent .wrapperPriceAddToCart .addToCart .addToKylCart {
  width: 120px;
  height: 55px;
  border: 2px solid black;
  background: black url('/wp-content/plugins/kylWishlist/assets/svg/shopping_cart_24dp_FILL0_wght200_GRAD0_opsz24.svg') center center / 20px 20px no-repeat;
  padding: 0;
}
.kylWishlistOverlay .overlay .content .summary {
  margin: 0 0 30px 0;
  border-top: 1px solid #E2E2E2;
  padding: 20px 0 0;
}
.kylWishlistOverlay .overlay .content .summary > div {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
.kylWishlistOverlay .overlay .content .summary .title,
.kylWishlistOverlay .overlay .content .summary .cost {
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: black;
}
.kylWishlistOverlay .overlay .content .summary .grandTotal .title,
.kylWishlistOverlay .overlay .content .summary .grandTotal .cost {
  font-weight: 700;
}
.kylWishlistOverlay .overlay .content .summary .grandTotal .title {
  text-transform: uppercase;
}
.kylWishlistOverlay .overlay .content .buttons {
  margin: 0 0 20px 0;
}
.kylWishlistOverlay .overlay .content .buttons button {
  border: 2px solid black;
  background: white;
  padding: 20px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: black;
  cursor: pointer;
  transition: all ease 300ms;
  width: 100%;
}
.kylWishlistOverlay .overlay .content .buttons button:hover {
  background: black;
  color: white;
}
.kylWishlistOverlay .overlay .content .buttons button:not(:last-child) {
  margin: 0 0 20px 0;
}
.kylWishlistOverlay .overlay .content .share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kylWishlistOverlay .overlay .content .share .description {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: black;
  margin: 0 20px 0 0;
}
.kylWishlistOverlay .overlay .content .share .icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
