 /* @import url(//db.onlinewebfonts.com/c/09d57d76383244264b7bdef717efcb36?family=Gotham+HTF+Book); */

 @font-face {
   font-family: "Gotham-HTF-Book";
   src: url("Gotham-HTF-Book.woff2") format("woff"),
        url("Gotham-HTF-Book.woff2") format("woff2");
 }

.text-align-right {
  text-align: right;
}

#description-prod .wrap-image .monogramming {
  /*width: 288px;*/
  height: 580px;
}

.product__images img {
  max-width: 85%;
}
.product__images .slider-thumbnails li {
  position: relative;
}
.product__images .slider-thumbnails li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.no-touch .page-pdp .add-to-bag:hover {
  background-color: #fff;
  color: #000 !important;
}

/* product page */
.single-product {
  background-color: #F7F7F7;
}
.single-product.woocommerce .rating {
  display: inline-block;
}
.single-product .page-pdp .product-name {
  margin-bottom: 0;
}
.single-product .page-pdp .product__images .bx-wrapper {
  width: 100%;
}
.single-product .page-pdp .single_variation_wrap {
  padding-top: 10px;
}
.single-product .page-pdp .simple-slider__slide {
  background-color: #fff;
}
.single-product .page-pdp .poptions {
  padding-top: 0;
}
.single-product .page-pdp .product__desc .item-id {
  padding-bottom: 15px;
}
.single-product .page-pdp .review-product-block .woocommerce-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  margin-top: 10px;
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-style: normal;
}
.single-product .page-pdp .review-product-block .wrap-reviews {
  max-width: none;
}
.single-product .page-pdp .review-product-block .wrap-reviews .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-product .page-pdp .review-product-block .wrap-reviews .woocommerce-review__author {
  margin-bottom: 5px;
}
.single-product .page-pdp .favorite-products .products__list {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .single-product .page-pdp .review-product-block {
    padding-top: 13px;
    margin-bottom: 0;
  }
  .single-product .page-pdp .review-product-block .woocommerce-product-rating {
    text-align: left;
    line-height: 2.3;
  }
  .single-product .page-pdp .review-product-block .wrap-google-reviews {
    text-align: right;
  }
  .single-product .page-pdp .review-product-block .wrap-google-reviews.center {
    text-align: center;
    margin-bottom: 40px;
  }
  .single-product .page-pdp .review-product-block h3 {
    padding-top: 10px;
    text-align: left;
  }
  .single-product .page-pdp .review-product-block .wrap-reviews {
    margin-top: 6px;
  }
  .single-product .page-pdp .review-product-block .cta-it-block-write-review {
    margin-top: 44px;
    margin-bottom: 45px;
  }
  .single-product .page-pdp .review-product-block .cta-it-block-write-review.mt {
    margin-top: 0;
  }
  .single-product .page-pdp .favorite-products .products__list {
    width: 100%;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .single-product .page-pdp .review-product-block .cta-it-block-write-review.mt {
    margin-top: 10px;
  }
  .single-product .page-pdp .review-product-block .wrap-google-reviews, .single-product .page-pdp .review-product-block .woocommerce-noreviews {
    text-align: center;
  }
  .single-product .page-pdp .review-product-block h3 {
    font-size: 24px;
  }
  .single-product .page-pdp .review-product-block .woocommerce-product-rating {
    margin-bottom: 0;
  }
  .single-product .page-pdp .product__price {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .single-product .page-pdp .product__price span {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
}
.page-pdp {
  background-color: #F7F7F7;
  padding-top: 20px;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.page-pdp .close {
  opacity: 1;
  color: #000;
  font-weight: 300;
  font-size: 49px;
  font-family: "GillSans-Light", Arial, sans-serif;
}
.page-pdp .overlay-spec-image {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 50%;
  position: relative;
  text-align: center;
  clear: both;
}
.page-pdp .overlay-spec-image.open {
  display: block;
  opacity: 1;
  visibility: visible;
}
.page-pdp .fa {
  font-family: FontAwesome;
}
.page-pdp .product__details {
  margin-bottom: 60px;
  padding-top: 44px;
}
.page-pdp .bx-thumbnail-product {
  width: 74px;
  float: left;
  max-height: 290px;
  overflow: hidden;
}
.page-pdp .bx-thumbnail-product a {
  display: inline-block;
  margin-bottom: 10px !important;
  padding: 23px 5px;
  background-color: #fff;
}
.page-pdp .bx-thumbnail-product .active {
  border: 1px solid #dfdfdf;
}
.page-pdp .right-link {
  float: right;
  display: inline-block;
  padding-top: 23px;
}
.page-pdp .right-link a {
  font-size: 12px;
  text-decoration: underline;
  color: #393939;
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
}
.page-pdp .product__desc {
  padding-left: 75px;
  overflow: visible;
}
.page-pdp .product__desc .product-name {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #000000;
  margin-top: 10px;
}
.page-pdp .product__desc .product__price ins,
.page-pdp .product__desc .product__price del {
  font-weight: 300;
}
.page-pdp .product__desc .product__price del {
  margin-left: -3px;
}
.page-pdp .product__desc .product__price {
  font-family: "Gotham-HTF-Book", "Gotham Meduim", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #393939;
  /*margin-top: 16px;*/
}
@media (min-width: 1025px) {
  .page-pdp .product__desc .product__price {
    margin-top: 15px;
  }
}
.page-pdp .product__desc .item-id {
  /*font-family: "Gill Sans", "GillSans", Arial, sans-serif;*/
  font-family: "GillSans-Light Gill Sans", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #393939;
  /*margin-top: 3px;*/
}
.page-pdp .product__desc .info {
  display: inline-block;
  height: 14px;
  width: 14px;
  border: 1px solid #333;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  font-size: 12px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.page-pdp .product__desc .color_product {
  margin-top: 16px;
}
.page-pdp .product__desc .color_product .wrap-colors {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -3px;
  position: relative;
}
.page-pdp .product__desc .color_product .hover-outline {
  border: 1px solid transparent;
  width: 36px;
  height: 36px;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-pdp .product__desc .color_product .hover-outline > .hover-color-popup {
  display: none;
  opacity: 0;
}
.page-pdp .product__desc .color_product .hover-outline > .hover-color-popup::before {
  content: " ";
  border: 16px solid transparent;
  border-top: 20px solid rgb(255, 255, 255);
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -34px;
  left: 58px;
}
.page-pdp .product__desc .color_product .hover-outline > .hover-color-popup .color-or-image {
  width: 120px;
  height: 86px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.page-pdp .product__desc .color_product .hover-outline.active {
  border: 1px solid #000;
}
.page-pdp .product__desc .color_product .hover-outline:hover {
  border: 1px solid #000;
}
.page-pdp .product__desc .color_product .hover-outline:hover > .hover-color-popup {
  display: block;
  opacity: 1;
  position: absolute;
  width: 150px;
  height: 133px;
  background-color: #fff;
  z-index: 9;
  top: -160px;
  left: -57px;
  padding: 17px 15px 0px 17px;
  -webkit-box-shadow: 1px 1px 1px #dedede, -1px 1px 1px #dedede, 1px -1px 1px #dedede, 1px 0px 1px #dedede;
          box-shadow: 1px 1px 1px #dedede, -1px 1px 1px #dedede, 1px -1px 1px #dedede, 1px 0px 1px #dedede;
}
.page-pdp .product__desc .color_product .hover-outline:hover > .hover-color-popup p {
  font-size: 9px;
  color: #000;
  padding-top: 10px;
}
.page-pdp .product__desc .color_product .hover-outline .color-variable {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: inline-block;
  margin: 2px;
  cursor: pointer;
}
.page-pdp .product__desc .color_product .hover-outline.black .color-variable {
  background-color: #000;
}
.page-pdp .product__desc .color_product .hover-outline.black .color-or-image {
  background-color: #000;
  background-image: url("../img/texture-black.png");
  background-repeat: no-repeat;
}
.page-pdp .product__desc .color_product .hover-outline.tan .color-variable {
  background-color: #a3512e;
}
.page-pdp .product__desc .color_product .hover-outline.tan .color-or-image {
  background-color: #a3512e;
  background-repeat: no-repeat;
}
.page-pdp .product__desc .color_product .hover-outline.brown .color-variable {
  background-color: #81402c;
}
.page-pdp .product__desc .color_product .hover-outline.brown .color-or-image {
  background-color: #000;
  background-image: url("../img/texture-black.png");
  background-repeat: no-repeat;
}
.page-pdp .product__desc .color_product .hover-outline.dark-brown .color-variable {
  background-color: #141414;
}
.page-pdp .product__desc .color_product .hover-outline.dark-brown .color-or-image {
  background-color: #000;
  background-image: url("../img/texture-black.png");
  background-repeat: no-repeat;
}
.page-pdp .product__desc .color-title {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
}
.page-pdp .product__desc .color-title .name-color {
  font-weight: 400;
}
.page-pdp .product__desc .woocommerce-breadcrumb {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.13px;
  color: #000000;
}
.page-pdp .product__desc .woocommerce-breadcrumb a {
  color: #000;
}
.page-pdp .product__desc .woocommerce-breadcrumb .ending-product {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
}
.page-pdp .product__desc .wrap-data-quanity {
  position: relative;
  display: inline-block;
}
.page-pdp .product__desc .product_quanity {
  margin-bottom: 32px;
}
.page-pdp .product__desc .product_quanity .input-number {
  width: 130px;
  margin-left: 40px;
  top: 8px;
}
.page-pdp .product__desc .product_quanity label {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
  top: -10px;
}
.page-pdp .product__desc .product_quanity input {
  width: 130px;
  border: 1px solid #b4b4b4;
  padding: 5px;
  background: #fdfdfd;
  height: 50px;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-family: "GillSans", Arial, sans-serif;
  text-align: center;
  outline: none;
  display: inline-block;
}
.page-pdp .product__desc .product_quanity .input-number-decrement, .page-pdp .product__desc .product_quanity .input-number-increment {
  background: #000;
  display: inline-block;
  -webkit-transform: none;
          transform: none;
  width: auto;
  height: auto;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  font-size: 25px;
  width: 20px;
  height: 30px;
}
.page-pdp .product__desc .product_quanity .input-number-increment {
  top: 10px;
  right: 17px;
  border: 0;
}
.page-pdp .product__desc .product_quanity .input-number-decrement {
  top: 7px;
  bottom: auto;
  left: 20px;
  border: 0;
}
.page-pdp .product__desc .product_quanity .input-number-decrement::before, .page-pdp .product__desc .product_quanity .input-number-increment::before, .page-pdp .product__desc .product_quanity .input-number-increment::after {
  content: none;
}
.page-pdp .maccordian .acchead .icon:after {
  width: 2px;
}
.page-pdp .acchead {
  font-size: 16px;
  margin-top: 38px;
  font-family: "GillSans", Arial, sans-serif;
  font-weight: 400;
}
.page-pdp .acchead .icon {
  margin: 3px 9px 3px 0;
}
.page-pdp .accbody {
  padding-top: 18px;
}
.page-pdp .accbody .detail-item .value {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  color: #393939;
}
.page-pdp .detail-item {
  line-height: 18px;
}
.page-pdp .detail-item .label {
  font-weight: 400;
}
.page-pdp .monogramming-block {
  position: relative;
}
.page-pdp .monogramming-block .options {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  display: none;
}
.page-pdp .monogramming-block .right-link {
  position: absolute;
  top: 6px;
  right: 0px;
  padding-top: 0;
}
.page-pdp .monogramming-block h6 {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.16px;
  color: #000000;
}
.page-pdp .monogramming-block p {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.14px;
  color: #000000;
  text-align: justify;
  margin-top: 6px;
  margin-bottom: 20px;
}
.page-pdp .monogramming-block .monogram-btn {
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  margin: 0 auto;
  max-width: 300px;
  padding: 14px 10px;
  height: 50px;
  letter-spacing: 1px;
}
.page-pdp .monogramming-block .monogram-btn:hover {
  background-color: #000;
  color: #fff;
}
.page-pdp .border-bottom-or {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 15px 0 15px;
}
.page-pdp .border-bottom-or span {
  color: #C4C4C4;
  display: inline-block;
  font-size: 12px;
}
.page-pdp .border-bottom-or::before {
  content: " ";
  display: block;
  border-top: 1px solid #C4C4C4;
  position: absolute;
  top: 6px;
  width: calc(50% - 20px);
  left: 0;
}
.page-pdp .border-bottom-or::after {
  content: " ";
  display: block;
  border-top: 1px solid #C4C4C4;
  position: absolute;
  top: 6px;
  width: calc(50% - 20px);
  right: 0;
}
.page-pdp .add-to-bag {
  display: block;
  margin: 15px auto;
  height: 50px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  color: #fff !important;
  background-color: #000;
  max-width: 300px;
  width: 100%;
  letter-spacing: 0.5px;
  border: 1px solid;
}
.page-pdp .free-shipping-option {
  margin-top: 15px;
  font-size: 14px;
  line-height: 22px;
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-weight: 400;
  text-align: center;
}
.page-pdp .product__images .bx-wrapper {
  width: calc(100% - 85px);
  float: left;
}
.page-pdp .product__images .bx-wrapper .fa {
  font-weight: 400;
}
.page-pdp .product__images .bx-wrapper li {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 618px;
}
.page-pdp .wrap-thumb-slider {
  width: 74px;
  float: left;
  margin-top: -15px;
  margin-right: 10px;
}
.page-pdp .prev-control, .page-pdp .next-control {
  width: 38px;
  height: 54px;
  margin: 0;
  display: inline-block;
  background-position: center;
  font-size: 40px;
}
.page-pdp .fixed-container {
  height: 60px;
}
.page-pdp .fixed-container.sticky {
  position: sticky;
  top: 0;
  padding-top: 140px;
  margin-top: -140px;
  z-index: 9;
}
.page-pdp .fixed-submenu-block {
  background-color: #E2E2E2;
  min-height: 60px;
  width: 100%;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);
}
.page-pdp .fixed-submenu-block.fixed {
  position: fixed;
  z-index: 9;
}
.page-pdp .fixed-submenu-block ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-pdp .fixed-submenu-block ul li {
  display: inline-block;
  text-transform: uppercase;
  padding: 23px 24px;
}
.page-pdp .fixed-submenu-block ul li::marker {
  display: none;
}
.page-pdp .fixed-submenu-block ul li a {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.8px;
  color: #000000;
}
.page-pdp #description-prod.text-image-block {
  margin: 66px 0px 40px;
}
.page-pdp .text-image-block {
  margin: 40px 0px;
}
.page-pdp .text-image-block .wrap-image {
  padding: 0 0px;
  margin-left: 15px;
  width: 100%;
  height: 580px;
  max-width: 580px;
}
.page-pdp .text-image-block .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-pdp .text-image-block .wrap-content {
  padding-top: 175px;
}
.page-pdp .text-image-block .wrap-content .subline {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #393939;
  padding-top: 0;
}
.page-pdp .text-image-block .wrap-content h3 {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.78px;
  color: #393939;
  margin: 20px auto 0px auto;
  max-width: 345px;
}
.page-pdp .text-image-block .wrap-content p {
  text-align: center;
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #393939;
  padding: 20px 40px 0;
}
.page-pdp .text-image-block.with-slider .wrap-content {
  padding-top: 140px;
  text-align: center;
}
.page-pdp .fullwidth-image-text-block {
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-pdp .fullwidth-image-text-block .width-control {
  max-width: 564px;
}
.page-pdp .fullwidth-image-text-block .wrap-content {
  padding-top: 40px;
  padding-left: 90px;
}
.page-pdp .fullwidth-image-text-block .wrap-content h2 {
  font-family: ChronicleFine-Roman, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 65px;
  letter-spacing: 2.848px;
  color: #FFFFFF;
  max-width: 410px;
  margin-bottom: 40px;
}
.page-pdp .fullwidth-image-text-block .wrap-content h6 {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: 0.89px;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.page-pdp .fullwidth-image-text-block .wrap-content p {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #FFFFFF;
  padding-bottom: 0px;
  padding-top: 5px;
  margin-bottom: 0px;
  margin-top: 14px;
}
.page-pdp .cta-monogram {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.875px;
  color: #FFFFFF;
  padding: 15px 30px;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  min-width: 300px;
  border: 1px solid #fff;
}
.page-pdp .cta-it-block {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.875px;
  color: #000;
  padding: 15px 30px;
  margin-top: 0;
  display: inline-block;
  min-width: 200px;
  border: 1px solid #000;
  margin-top: 15px;
  background-color: #fff;
}
.page-pdp .cta-it-block-write-review {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.875px;
  color: #000;
  padding: 15px 30px;
  margin-top: 0;
  display: inline-block;
  min-width: 230px;
  border: 1px solid #000;
  margin-top: 15px;
  background-color: #fff;
  text-align: center;
}
.page-pdp .spacer {
  border: 1px solid #C4C4C4;
  margin-top: 0px;
}
.page-pdp .review-product-block {
  margin-bottom: 40px;
}
.page-pdp .review-product-block h3 {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 25px;
  letter-spacing: 0px;
  margin-top: 15px;
  color: #393939;
}
.page-pdp .review-product-block .count-reviews {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.page-pdp .review-product-block .review {
  display: inline-block;
  margin-top: 10px;
}
.page-pdp .review-product-block .review .fa {
  padding-right: 1px;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-family: FontAwesome;
}
.page-pdp .review-product-block .date {
  font-style: normal;
  padding-left: 6px;
  margin-top: -1px;
  margin-bottom: 20px;
  font-size: 13px !important;
  line-height: 20px;
}
.page-pdp .review-product-block .wrap-reviews {
  margin-top: 30px;
}
.page-pdp .review-product-block .wrap-reviews .title {
  font-family: "GillSans", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.16px;
  color: #393939;
  margin-bottom: 0px;
}
.page-pdp .review-product-block .wrap-reviews .review {
  margin-top: 5px;
}
.page-pdp .review-product-block .wrap-reviews p, .page-pdp .review-product-block .wrap-reviews .read-more, .page-pdp .review-product-block .wrap-reviews .read-more-close {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
  color: #393939;
}
.page-pdp .review-product-block .one-review {
  margin-bottom: 40px;
}
.page-pdp .review-product-block .wrap-google-reviews {
  text-align: center;
}
.page-pdp .review-product-block .google-review-btn {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.875px;
  color: #FFFFFF;
  background-color: #000;
  display: inline-block;
  text-transform: uppercase;
  padding: 15px;
  min-width: 240px;
}
.page-pdp .favorite-products {
  padding: 15px 0px 60px 0px;
}
.page-pdp .favorite-products .wrap-title-favorites.desktop {
  display: block;
}
.page-pdp .favorite-products .favorite-prod {
  float: left;
  max-width: 300px;
  margin-left: 25px;
  min-height: 355px;
}
.page-pdp .favorite-products .wrapper {
  max-width: calc(100% - 220px);
  float: left;
}
.page-pdp .favorite-products .wrap-title-favorites {
  width: 216px;
  float: left;
}
.page-pdp .favorite-products .wrap-title-favorites h4, .page-pdp .favorite-products .wrap-title-favorites h2 {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 30px;
  letter-spacing: 2.5px;
  color: #393939;
}
.page-pdp .favorite-products .wrap-title-favorites h2 {
  margin-top: 10px;
  text-transform: uppercase;
}
.page-pdp .favorite-products .white-bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  min-height: 305px;
  padding: 0px 36px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.page-pdp .favorite-products .white-bg img {
  margin: auto;
}
.page-pdp .favorite-products .left {
  width: calc(100% - 80px);
  display: inline-block;
  float: left;
}
.page-pdp .favorite-products .right {
  display: inline-block;
  width: 75px;
  float: right;
}
.page-pdp .bx-wrapper .bx-controls-direction a {
  position: relative;
}
.page-pdp .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 5px;
}
.page-pdp .bx-wrapper .bx-controls-direction a.bx-next {
  right: 5px;
}
.page-pdp .product__images.mobile {
  display: none;
}
.page-pdp .visible-767 {
  display: none !important;
}
.page-pdp .visible-375 {
  display: none !important;
}
.page-pdp .wrap-title-favorites.mobile {
  display: none;
}
.page-pdp .product__images .bx-wrapper img {
  object-fit: contain;
  overflow: hidden;
}
.page-pdp .product__desc .product__price {
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .page-pdp .product__images, .page-pdp .overlay-spec-image {
    padding-left: 30px;
  }
  .page-pdp .product__desc {
    padding-right: 30px;
  }
  .page-pdp .container-correction {
    max-width: 975px;
    width: 100%;
  }
}
@media (min-width: 1201px) and (max-width: 1210px) {
  .page-pdp .favorite-products .favorite-prod {
    max-width: 296px;
  }
}
@media (min-width: 1201px) {
  .page-pdp .container {
    padding-right: 30px !important;
    padding-left: 30px !important;
    max-width: 1260px;
    width: 100%;
  }
  .page-pdp #description-prod.text-image-block {
    margin-top: 102px;
  }
}
@media (min-width: 1026px) and (max-width: 1199px) {
  .page-pdp .favorite-products .favorite-prod {
    max-width: 228px;
  }
  .page-pdp .favorite-products .white-bg img {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  .page-pdp .product__details {
    margin-bottom: 55px;
    padding-top: 27px;
  }
  .page-pdp .product__desc {
    padding-left: 20px;
  }
  .page-pdp .product__desc .product-name {
    margin-top: 13px;
    margin-bottom: 0px;
  }
  .page-pdp .product__desc .product_quanity label {
    top: -14px;
  }
  .page-pdp .product__desc .color_product {
    margin-top: 13px;
  }
  .page-pdp .acchead {
    margin-top: 37px;
  }
  .page-pdp .accbody {
    padding-top: 17px;
  }
  .page-pdp .free-shipping-option {
    font-size: 13px;
  }
  .page-pdp .product__images .bx-wrapper li {
    min-height: 456px;
  }
  .page-pdp .product__images .bx-wrapper img {
    /*max-width: 316px;*/
    width: 316px;
    height: 316px;
  }
  .page-pdp .monogramming-block h6 {
    margin-top: 11px;
  }
  .page-pdp .text-image-block .wrap-content {
    padding-top: 104px;
  }
  .page-pdp .text-image-block .wrap-content p {
    padding: 20px 2px 0;
    margin-bottom: 0px;
  }
  .page-pdp .text-image-block .wrap-content .cta-it-block {
    margin-top: 31px;
  }
  .page-pdp .text-image-block .wrap-image {
    max-width: 460px;
    height: 460px;
  }
  .page-pdp .fullwidth-image-text-block .wrap-content {
    padding-left: 70px;
  }
  .page-pdp .text-image-block.with-slider .bx-wrapper {
    padding-left: 20px;
  }
  .page-pdp .text-image-block.with-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 15px;
  }
  .page-pdp .text-image-block.with-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 30px;
  }
  .page-pdp .text-image-block.with-slider .wrap-content {
    padding-top: 83px;
  }
  .page-pdp .text-image-block.with-slider .slider-under-product img {
    width: 100%;
    min-height: 460px;
  }
  .page-pdp .bx-wrapper .bx-controls-direction a {
    width: 17px;
    height: 21px;
  }
  .page-pdp .fixed-container {
    height: 51px;
  }
  .page-pdp .fixed-submenu-block {
    min-height: 51px;
    height: 51px;
  }
  .page-pdp .fixed-submenu-block ul li {
    padding: 19px 24px 15px 24px;
  }
  .page-pdp .fixed-submenu-block ul li a {
    font-weight: normal;
  }
  .page-pdp .favorite-products {
    padding: 6px 0px 60px 0px;
  }
  .page-pdp .favorite-products .wrapper {
    max-width: calc(100% - 195px);
    float: right;
    padding-top: 10px;
  }
  .page-pdp .favorite-products .color-blocks {
    display: none;
  }
  .page-pdp .favorite-products .left {
    float: none;
    width: 100%;
  }
  .page-pdp .favorite-products .wrap-title-favorites {
    /*max-width: 188px;*/
  }
  .page-pdp .favorite-products .favorite-prod {
    display: inline-block;
    max-width: 240px;
    margin-left: 21px;
    min-height: 263px;
    width: 30%;
  }
  .page-pdp .favorite-products .white-bg {
    min-height: 245px;
  }
  .page-pdp .favorite-products .white-bg img {
    display: block;
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .page-pdp .container-correction {
    max-width: 970px;
  }
  .page-pdp .right-link {
    padding-top: 12px;
  }
  .page-pdp .width-control {
    max-width: 480px;
  }
  .page-pdp .product__details {
    padding-top: 18px;
  }
  .page-pdp .product__desc .product_quanity label {
    top: -2px;
  }
  .page-pdp .product__desc .product_quanity .input-number {
    margin-left: 25px;
  }
  .page-pdp .product__desc .product_quanity input {
    width: 80px;
    height: 30px;
  }
  .page-pdp .product__desc .product_quanity .input-number-decrement {
    top: -2px;
    bottom: auto;
    left: 9px;
  }
  .page-pdp .product__desc .product_quanity .input-number-increment {
    top: 1px;
    right: 54px;
  }
  .page-pdp .product__desc .color_product .hover-outline {
    height: 37px;
  }
  .page-pdp .fixed-container {
    height: 51px;
  }
  .page-pdp .fixed-submenu-block {
    min-height: 51px;
    height: 51px;
  }
  .page-pdp .fixed-submenu-block ul li {
    padding: 19px 24px 15px 24px;
  }
  .page-pdp .accbody {
    padding-top: 15px;
  }
  .page-pdp .detail-item {
    line-height: 16px;
    font-size: 13px;
  }
  .page-pdp .monogramming-block {
    margin-top: 18px;
    margin-bottom: 15px;
  }
  .page-pdp .monogramming-block p {
    margin-bottom: 18px;
  }
  .page-pdp .monogramming-block .monogram-btn {
    max-width: 250px;
    letter-spacing: 0px;
  }
  .page-pdp .add-to-bag {
    max-width: 250px;
  }
  .page-pdp .free-shipping-option {
    font-size: 13px;
  }
  .page-pdp .text-image-block .wrap-content {
    padding-top: 130px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-pdp .text-image-block .wrap-content h3 {
    margin: 16px auto 0px auto;
    max-width: 254px;
    font-size: 24px;
    line-height: 26px;
  }
  .page-pdp .text-image-block .wrap-content p {
    padding: 20px 2px 0;
    font-size: 13px;
    line-height: 18px;
  }
  .page-pdp .cta-monogram {
    font-size: 12px;
  }
  .page-pdp .review-product-block .review {
    letter-spacing: 1px;
  }
  .page-pdp .text-image-block.with-slider .slider-under-product img {
    width: 100%;
    min-height: 460px;
  }
  .page-pdp .text-image-block.with-slider .wrap-content {
    padding-top: 125px;
  }
  .page-pdp .text-image-block.with-slider .wrap-content h3 {
    margin: 21px auto 0px auto;
    max-width: 275px;
  }
  .page-pdp .text-image-block.with-slider .wrap-content p {
    margin-bottom: 0px;
  }
  .page-pdp .text-image-block.with-slider .wrap-content .cta-it-block {
    margin-top: 22px;
  }
  .page-pdp .text-image-block.with-slider .bx-wrapper {
    margin-top: 25px;
  }
  .page-pdp .cta-it-block {
    font-size: 12px;
    padding: 10px 5px;
    min-width: 150px;
  }
  .page-pdp .fullwidth-image-text-block .wrap-content {
    padding-left: 70px;
  }
  .page-pdp .review-product-block .one-review {
    margin-bottom: 30px;
  }
  .page-pdp .review-product-block .wrap-google-reviews {
    margin-top: 10px;
  }
  .page-pdp .review-product-block .google-review-btn {
    padding: 10px;
    min-width: 220px;
    height: 40px;
    font-size: 12px;
  }
  .page-pdp .bx-wrapper .bx-controls-direction {
    top: 50%;
  }
  .page-pdp .text-image-block.with-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 33px;
  }
  .page-pdp .review-product-block {
    margin-top: 6px;
  }
}
@media screen and (max-width: 980px) {
  .page-pdp .container-correction {
    padding: 0 15px;
  }
  .page-pdp .favorite-products .favorite-prod {
    width: 29%;
    float: right;
  }
  .page-pdp .favorite-products .white-bg {
    padding: 0 15px;
  }
  .page-pdp .favorite-products .white-bg img {
    width: 100%;
  }
  .page-pdp .fixed-submenu-block ul li {
    padding: 19px 6px 15px 6px;
  }
  .page-pdp .fixed-submenu-block ul li a {
    font-weight: 400;
  }
  .page-pdp .text-image-block.with-slider .slider-under-product img {
    min-height: 336px;
  }
  .page-pdp .text-image-block .wrap-image {
    max-width: 340px;
    height: 340px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .single-product .page-pdp .simple-slider__slide {
    max-width: max-content;
  }
}
@media screen and (max-width: 769px) {
  .page-pdp .width-control {
    max-width: 340px;
  }
  .page-pdp .product__details {
    padding-top: 0;
    margin-bottom: 62px;
  }
  .page-pdp .product__images {
    padding-left: 24px;
    padding-top: 10px;
  }
  .page-pdp .product__images img {
    width: 100%;
  }
  .page-pdp .product__images .bx-wrapper img {
    width: 227px;
    height: 227px;
  }
  .page-pdp .product__images .bx-wrapper li {
    min-height: 330px;
  }
  .page-pdp .wrap-thumb-slider {
    width: 51px;
  }
  .page-pdp .bx-thumbnail-product {
    width: 51px;
    max-height: 200px;
  }
  .page-pdp .bx-thumbnail-product a {
    padding: 16px 3px;
  }
  .page-pdp .prev-control, .page-pdp .next-control {
    height: 30px;
    font-size: 32px;
  }
  .page-pdp .wrap-thumb-slider {
    width: 51px;
  }
  .page-pdp .product__desc {
    padding-left: 24px;
  }
  .page-pdp .product__desc .woocommerce-breadcrumb {
    padding-top: 0px;
  }
  .page-pdp .product__desc .product-name {
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .single-product .page-pdp .product__details .royce-star-rating {
    padding-top: 5px;
    /*margin-top: 0px;*/
  }
  .page-pdp .product__desc .product__price {
    /*margin-top: 0px;*/
  }
  .page-pdp .product__desc .color_product {
    margin-top: 14px;
  }
  .page-pdp .product__desc .color_product .hover-outline {
    width: 37px;
  }
  .page-pdp .product__desc .item-id {
    margin-top: 1px;
  }
  .page-pdp .product__desc .product_quanity {
    margin-top: 12px;
  }
  .page-pdp .acchead {
    margin-top: 34px;
  }
  .page-pdp .add-to-bag {
    margin: 17px auto;
  }
  .page-pdp .free-shipping-option {
    line-height: 14px;
  }
  .page-pdp .monogramming-block {
    margin-top: 14px;
    margin-bottom: 20px;
  }
  .page-pdp .monogramming-block p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 20px;
    margin-top: 17px;
  }
  .page-pdp .monogramming-block .right-link {
    top: 4px;
  }
  .page-pdp .container-correction {
    width: 100%;
  }
  .page-pdp .fixed-submenu-block ul li {
    padding: 19px 14px 15px 14px;
  }
  .page-pdp .fixed-submenu-block ul li a {
    font-weight: 400;
    font-size: 12px;
  }
  .page-pdp .text-image-block .wrap-content {
    padding-top: 58px;
  }
  .page-pdp .text-image-block .wrap-content .subline {
    font-size: 13px;
  }
  .page-pdp .text-image-block .wrap-content p {
    font-size: 13px;
  }
  .page-pdp .text-image-block .wrap-image {
    max-width: 340px;
  }
  .page-pdp .fullwidth-image-text-block .wrap-content {
    padding-left: 86px;
  }
  .page-pdp .fullwidth-image-text-block .width-control {
    max-width: 545px;
  }
  .page-pdp .cta-monogram {
    padding: 15px 22px;
    min-width: 200px;
  }
  .page-pdp .text-image-block.with-slider .wrap-content {
    padding-top: 25px;
  }
  .page-pdp .review-product-block {
    width: 100%;
    margin-top: 25px;
  }
  .page-pdp .review-product-block .container-correction {
    padding: 0 15px;
  }
  .page-pdp .cta-it-block-write-review {
    padding: 10px 17px;
    min-width: 180px;
    font-size: 13px;
  }
  .page-pdp .maccordian {
    margin-bottom: 28px;
  }
  .page-pdp .right-link {
    position: relative;
    top: -30px;
    padding-top: 0px;
  }
  .page-pdp .favorite-products {
    padding: 0 0px 30px 0px;
    margin-top: 27px;
  }
  .page-pdp .favorite-products .wrapper {
    max-width: calc(100% - 188px);
    width: 100%;
  }
  .page-pdp .favorite-products .container-correction {
    padding: 0px 15px;
  }
  .page-pdp .favorite-products .favorite-prod {
    float: left;
    margin-left: 12px;
    min-height: 220px;
    width: 31%;
  }
  .page-pdp .favorite-products .white-bg {
    padding: 0px 6px;
    min-height: 172px;
    margin-bottom: 10px;
  }
  .page-pdp .favorite-products .white-bg img {
    max-width: 154px;
    width: 80%;
  }
  .page-pdp .favorite-products .wrap-title-favorites h4, .page-pdp .favorite-products .wrap-title-favorites h2 {
    font-size: 21px;
    line-height: 26px;
    padding-left: 5px;
  }
  .page-pdp .favorite-products .title {
    font-size: 12px;
  }
  .page-pdp .text-image-block.with-slider .slider-under-product img {
    min-height: 336px;
  }
  .page-pdp .text-image-block.with-slider .bx-wrapper {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  #description-prod .wrap-image .monogramming {
    /*width: 288px;*/
    height: 580px;
  }
  #monogramModal .modal-image {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-pdp .fixed-container.sticky {
    padding-top: 150px;
    margin-top: -150px;
  }
  .page-pdp .spacer {
    margin-right: 15px;
    margin-left: 15px;
  }
  .page-pdp .review-product-block .container-correction, .page-pdp .favorite-products .container-correction {
    max-width: none;
    padding-right: 30px;
    padding-left: 30px;
  }
  .page-pdp .product_quantity {
    position: relative;
  }
  .page-pdp .product_quantity .right-link {
    padding-top: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .single-product .page-pdp .single_variation_wrap {
    display: grid;
    padding-top: 0;
  }
  .page-pdp .product__desc .item-id {
    /*font-size: 12px;*/
  }
  .page-pdp .border-bottom {
    margin: 0 auto;
  }
  .page-pdp .border-bottom-or {
    margin: 0 auto;
    max-width: 520px;
  }
  .page-pdp .visible-767 {
    display: block !important;
  }
  .page-pdp .hidden-767 {
    display: none;
  }
  .page-pdp .width-control {
    max-width: 480px;
  }
  .page-pdp .product__images.desktop {
    display: none;
  }
  .page-pdp .product__images.mobile {
    display: block;
  }
  .page-pdp .product__images {
    padding-left: 0px;
  }
  .page-pdp .product__images img {
    max-width: 430px;
    margin: 73px 36px;
  }
  .page-pdp .wrapper-mobile {
    max-width: 500px;
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
  }
  .page-pdp .woocommerce-breadcrumb {
    display: none;
  }
  .page-pdp .right-link {
    top: 0;
  }
  .page-pdp .maccordian {
    margin-bottom: -4px;
  }
  .page-pdp .text-image-block.with-slider {
    margin-bottom: 30px;
  }
  .page-pdp .text-image-block.with-slider .bx-wrapper {
    padding-left: 0px;
  }
  .page-pdp .text-image-block.with-slider .wrap-content {
    padding-top: 33px;
  }
  .page-pdp .text-image-block.with-slider .wrap-content .cta-it-block {
    margin-top: 25px;
  }
  .page-pdp .product__desc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-pdp .product__desc .product-name {
    margin-top: 40px;
  }
  .page-pdp .product__desc .item-id {
    /*font-size: 14px;*/
  }
  .page-pdp .product__desc .color_product {
    margin-top: 15px;
    margin-bottom: -5px;
  }
  .page-pdp .product__desc .color_product .hover-outline {
    width: 35px;
    height: 35px;
  }
  .page-pdp .monogramming-block {
    margin-top: 18px;
    margin-bottom: 10px;
  }
  .page-pdp .monogramming-block .right-link {
    display: none;
  }
  .page-pdp .monogramming-block h6 {
    margin-bottom: 0px;
    line-height: 21px;
  }
  .page-pdp .monogramming-block .options {
    margin-top: 5px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0px;
    text-decoration: underline;
    color: #000;
  }
  .page-pdp .monogramming-block p {
    font-size: 13px;
    line-height: 19px;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .page-pdp .monogramming-block .monogram-btn {
    margin-top: 13px;
    font-size: 13px;
  }
  .page-pdp .product__details {
    margin-bottom: 5px;
    padding-top: 0;
  }
  .page-pdp .tab-header-and-content {
    padding-bottom: 10px;
  }
  .page-pdp .text-image-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-pdp .text-image-block .wrap-image {
    max-width: 500px;
    margin-left: 0px;
    height: auto;
  }
  .page-pdp .text-image-block .wrap-content {
    padding-top: 20px;
  }
  .page-pdp .text-image-block .wrap-content h3 {
    max-width: 554px;
  }
  .page-pdp .text-image-block .wrap-content p {
    max-width: 554px;
    line-height: 17px;
  }
  .page-pdp .fullwidth-image-text-block .wrap-content {
    padding-left: 50px;
  }
  .page-pdp .review-product-block h3 {
    text-align: center;
    margin-top: 22px;
  }
  .page-pdp .review-product-block .wrap-align {
    text-align: center;
  }
  .page-pdp .review-product-block .wrap-reviews {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 37px;
  }
  .page-pdp .review-product-block .wrap-reviews .date {
    font-size: 13px;
  }
  .page-pdp .text-align-center-mobile {
    text-align: center;
  }
  .page-pdp .free-shipping-option {
    line-height: 18px;
    margin-top: 18px;
  }
  .page-pdp .favorite-products {
    padding: 0 0px 55px 0px;
    margin-top: 10px;
  }
  .page-pdp .favorite-products .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-pdp .favorite-products .container-correctio {
    padding: 0 5px;
  }
  .page-pdp .favorite-products .wrapper {
    max-width: 100%;
    float: none;
  }
  .page-pdp .favorite-products .favorite-prod {
    float: left;
    margin-left: 0;
    min-height: 220px;
    width: 25%;
    padding: 0 5px;
  }
  .page-pdp .favorite-products .white-bg {
    padding: 0px 6px;
    min-height: 180px;
    margin-bottom: 8px;
  }
  .page-pdp .favorite-products .white-bg img {
    max-width: 170px;
    width: 80%;
  }
  .page-pdp .favorite-products .wrap-title-favorites {
    width: 100%;
    max-width: 100%;
  }
  .page-pdp .favorite-products .wrap-title-favorites h4 {
    font-size: 21px;
    line-height: 27px;
    margin-top: 3px;
    letter-spacing: 0px;
  }
  .page-pdp .favorite-products .wrap-title-favorites h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page-pdp .favorite-products .title {
    font-size: 12px;
  }
  .page-pdp .favorite-products .wrap-title-favorites.desktop {
    display: none;
  }
  .page-pdp .wrap-title-favorites.mobile {
    display: block;
  }
  .page-pdp .cta-it-block-write-review {
    margin-top: 20px;
  }
  .page-pdp .add-to-bag.btn.js-order {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media (max-width: 530px) {
  .page-pdp {
    overflow: hidden;
  }
  .page-pdp .product__images img {
    max-width: 300px;
    margin: 36px 6px;
  }
  .page-pdp .product__images .bx-wrapper {
    margin: 0;
  }
  .amw-acp-wrap.open {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
  }
  .all-characters-popup {
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media (min-width: 531px) {
  .all-characters-popup {
    position: absolute;
    top: 200px;
    right: 40px;
  }
}
@media screen and (max-width: 375px) {
  .page-pdp .visible-375 {
    display: block !important;
  }
  .page-pdp .hidden-375 {
    display: none;
  }
  .page-pdp .product__details {
    padding-top: 0;
  }
  .page-pdp .product__images {
    padding-top: 5px;
  }
  .page-pdp .product__images img {
    max-width: 248px;
    margin: 40px 6px;
  }
  .page-pdp .product__desc {
    padding: 0 10px;
  }
  .page-pdp .product__desc .product-name {
    margin-top: 29px;
  }
  .page-pdp .product__desc item-id {
    font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  }
  .page-pdp .product__desc .color_product {
    margin-top: 20px;
  }
  .page-pdp .product__desc .product_quanity .input-number {
    margin: 9px auto 0 auto;
  }
  .page-pdp .text-image-block .wrap-content {
    padding-top: 25px;
  }
  .page-pdp .text-image-block .wrap-content h3 {
    margin-top: 25px;
  }
  .page-pdp .text-image-block .wrap-content p {
    padding-top: 25px;
  }
  .page-pdp .text-image-block .wrap-content p:not(.subline) {
    padding-top: 12px;
  }
  .page-pdp .text-image-block.with-slider {
    margin-bottom: 20px;
  }
  .page-pdp .text-image-block.with-slider .slider-under-product img {
    min-height: 288px;
    max-width: 280px;
  }
  .page-pdp .text-image-block.with-slider .bx-wrapper {
    max-width: 280px !important;
  }
  .page-pdp .text-image-block.with-slider .wrap-content {
    padding-top: 22px;
  }
  .page-pdp .text-image-block.with-slider .wrap-content h3 {
    margin-top: 22px;
    margin-bottom: 5px;
  }
  .page-pdp .text-image-block.with-slider .wrap-content p:not(.subline) {
    padding-top: 5px;
    margin-bottom: 15px;
  }
  .page-pdp .text-image-block.with-slider .wrap-content .cta-it-block {
    margin-top: 2px;
  }
  .page-pdp .review-product-block {
    margin-bottom: 20px;
    padding: 0 9px;
  }
  .page-pdp .review-product-block h3 {
    margin-bottom: 7px;
  }
  .page-pdp .cta-it-block-write-review {
    margin-top: 11px;
  }
  .page-pdp .favorite-products {
    padding: 0 5px 15px 5px;
  }
  .page-pdp .favorite-products .container-correction {
    padding: 0 10px;
  }
  .page-pdp .favorite-products .wrapper {
    max-width: 100%;
  }
  .page-pdp .favorite-products .favorite-prod {
    float: left;
    margin-left: 0;
    min-height: 215px;
    width: 50%;
  }
  .page-pdp .favorite-products .white-bg {
    padding: 0px 6px;
    min-height: 138px;
  }
  .page-pdp .favorite-products .white-bg img {
    max-width: 154px;
    width: 80%;
  }
  .page-pdp .favorite-products .wrap-title-favorites {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .page-pdp .favorite-products .wrap-title-favorites h4, .page-pdp .favorite-products .wrap-title-favorites h2 {
    font-size: 21px;
    line-height: 27px;
    margin-top: 0px;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .page-pdp .favorite-products .title {
    font-size: 12px;
    margin-bottom: 0;
  }
  .page-pdp .fullwidth-image-text-block {
    min-height: 660px;
    padding: 0 5px;
  }
  .page-pdp .fullwidth-image-text-block .wrap-content {
    margin-top: 26px;
    padding-left: 0;
    padding-top: 0;
  }
  .page-pdp .fullwidth-image-text-block .wrap-content h2 {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .page-pdp .fullwidth-image-text-block .wrap-content p {
    font-size: 13px;
    line-height: 17px;
  }
  .page-pdp .cta-monogram {
    font-size: 12px;
    margin-bottom: 40px;
    padding: 10px;
  }
  .page-pdp .free-shipping-option {
    line-height: 16px;
  }
  .page-pdp .acchead {
    margin-top: 18px !important;
  }
  .page-pdp .accbody {
    padding-top: 20px;
  }
  .page-pdp .monogramming-block h6 {
    margin-top: 26px;
  }
  .page-pdp .monogramming-block p {
    margin-top: 25px;
  }
  .page-pdp .page-pdp .monogramming-block p {
    font-size: 14px;
    line-height: 17px;
  }
  .page-pdp .add-to-bag {
    margin-top: 14px;
  }
  .page-pdp .text-image-block {
    margin-top: 27px;
  }
  .page-pdp .text-image-block.with-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 12px;
  }
  .page-pdp .text-image-block.with-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 12px;
  }
}
@media screen and (max-width: 320px) {
  .page-pdp .product__images .bx-wrapper img {
    width: 207px;
    max-height: 207px;
  }
  .page-pdp .tab-header-and-content {
    padding: 0 35px;
  }
  .page-pdp .container-correction {
    padding: 0 15px;
  }
  .page-pdp .text-image-block {
    margin-top: 20px;
  }
  .page-pdp .text-image-block .wrap-image {
    margin-left: 0px;
    height: auto;
  }
  .page-pdp free-shipping-option {
    line-height: 1;
  }
  .page-pdp .fixed-container {
    display: none;
  }
  .page-pdp .fixed-submenu-block {
    display: none;
  }
  .page-pdp .wrapper-mobile {
    max-width: 288px;
  }
  .page-pdp .product__desc {
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-pdp .monogramming-block .monogram-btn {
    font-size: 12px;
    max-width: 300px;
  }
  .page-pdp .monogramming-block h6 {
    font-size: 18px;
  }
  .page-pdp .monogramming-block p {
    margin-top: 27px;
  }
  .page-pdp .add-to-bag {
    font-size: 12px;
    max-width: 300px;
    width: 100%;
  }
  .page-pdp .fullwidth-image-text-block {
    min-height: 660px;
  }
  .page-pdp .fullwidth-image-text-block .wrap-content {
    margin-top: 26px;
    padding-left: 0px;
    padding-top: 0px;
  }
  .page-pdp .fullwidth-image-text-block .wrap-content h2 {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .page-pdp .fullwidth-image-text-block .wrap-content p {
    font-size: 13px;
    line-height: 17px;
  }
  .page-pdp .cta-monogram {
    font-size: 12px;
    margin-bottom: 40px;
    padding: 10px;
  }
  .page-pdp .review-product-block {
    padding: 0 9px;
  }
}
.overlay-spec-image .wrap-modal-image {
  max-width: 600px;
  padding: 130px 84px;
  background-color: #fff;
}

#monogramModal {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #fff;
  border: 1px solid #000;
  margin: -30px -20px 0 -20px;
}
#monogramModal.open {
  display: block;
  opacity: 1;
  visibility: visible;
}
#monogramModal .return-to {
  color: #000000;
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.13px;
  line-height: normal;
  text-decoration: underline;
}
#monogramModal .modal-content {
  border-radius: 0;
  background-color: #fff;
  width: 50%;
  position: relative;
  left: 50%;
  top: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #000;
}
#monogramModal .info-row {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
  color: #000000;
  margin-top: 17px;
}
#monogramModal .info-row span {
  font-family: "Goudy-Serial-Light";
}
#monogramModal .info-row a {
  float: right;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  padding-right: 0px;
  padding-top: 3px;
}
#monogramModal .modal-dialog {
  width: 100%;
  max-width: 1200px;
}
#monogramModal .foil-color {
  margin-top: 20px;
}
#monogramModal .foil-color p {
  color: #000000;
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0px;
  line-height: normal;
  text-align: left;
}
#monogramModal .foil-color p span {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
}
#monogramModal .wrap-btn {
  margin-top: 14px;
}
#monogramModal .wrap-btn button {
  padding: 12px 30px;
  border: 1px solid #B2B2B2;
  color: #000;
  margin-right: 7px;
  text-transform: uppercase;
  min-width: 150px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#monogramModal .wrap-btn button:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
#monogramModal .wrap-btn button.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
#monogramModal .monogramming-text input, #monogramModal .field-monogram_initials input, #monogramModal .field-monogram_name input {
  height: 50px;
  width: 100%;
  border: 1px solid #000;
  margin-top: 20px;
  padding: 0 15px;
}
#monogramModal .monogramming-text input::-webkit-input-placeholder, #monogramModal .field-monogram_initials input::-webkit-input-placeholder, #monogramModal .field-monogram_name input::-webkit-input-placeholder {
  text-align: center;
  color: #888;
  text-transform: uppercase;
}
#monogramModal .monogramming-text input::-moz-placeholder, #monogramModal .field-monogram_initials input::-moz-placeholder, #monogramModal .field-monogram_name input::-moz-placeholder {
  text-align: center;
  color: #888;
  text-transform: uppercase;
}
#monogramModal .monogramming-text input:-ms-input-placeholder, #monogramModal .field-monogram_initials input:-ms-input-placeholder, #monogramModal .field-monogram_name input:-ms-input-placeholder {
  text-align: center;
  color: #888;
  text-transform: uppercase;
}
#monogramModal .monogramming-text input::-ms-input-placeholder, #monogramModal .field-monogram_initials input::-ms-input-placeholder, #monogramModal .field-monogram_name input::-ms-input-placeholder {
  text-align: center;
  color: #888;
  text-transform: uppercase;
}
#monogramModal .monogramming-text input::placeholder, #monogramModal .field-monogram_initials input::placeholder, #monogramModal .field-monogram_name input::placeholder {
  text-align: center;
  color: #888;
  text-transform: uppercase;
}
#monogramModal .wrap-content-popup {
  margin-bottom: 57px;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 15px;
}
#monogramModal .product-name {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 15px;
}
#monogramModal .product__price {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #000000;
  margin-top: 18px;
}
#monogramModal .add-to-bag {
  display: block;
  margin: 20px auto 10px auto;
  height: 50px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  color: #fff !important;
  background-color: #000;
  max-width: 300px;
  letter-spacing: 0.5px;
}
#monogramModal .add-to-bag:hover {
  background-color: #fff;
  color: #000 !important;
  border-color: #000;
}
#monogramModal .final-p {
  color: #000000;
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.13px;
  line-height: 20px;
  text-align: center;
  margin-top: 20px;
}
#monogramModal .wrap-colors {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
#monogramModal .monogramming-text {
  margin-top: 7px;
  position: relative;
}
#monogramModal .monogramming-text::after {
  content: " ";
  display: block;
  height: 50px;
  width: 1px;
  position: absolute;
  border-right: 1px solid #000000;
  left: 50px;
  top: 0;
}
#monogramModal .close {
  padding-right: 10px;
  padding-top: 6px;
}
#monogramModal #select-monogramming {
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  overflow: hidden !important;
  background: #fff url(../img/chevron-down.svg) no-repeat center center;
  background-position: 17px;
  background-size: 19px;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #000000;
  -moz-text-align-last: center;
       text-align-last: center;
}
#monogramModal .hover-outline {
  border: 1px solid transparent;
  width: 36px;
  height: 36px;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
  position: relative;
}
#monogramModal .hover-outline > .hover-color-popup {
  display: none;
  opacity: 0;
}
#monogramModal .hover-outline > .hover-color-popup::before {
  content: " ";
  border: 16px solid transparent;
  border-top: 20px solid rgb(255, 255, 255);
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -34px;
  left: 58px;
}
#monogramModal .hover-outline > .hover-color-popup .color-or-image {
  width: 120px;
  height: 86px;
}
#monogramModal .hover-outline.active {
  border: 1px solid #000;
}
#monogramModal .hover-outline:hover {
  border: 1px solid #000;
}
#monogramModal .hover-outline:hover > .hover-color-popup {
  display: block;
  opacity: 1;
  position: absolute;
  width: 150px;
  height: 133px;
  background-color: #fff;
  z-index: 9;
  top: -160px;
  left: -57px;
  padding: 17px 15px 0px 17px;
  -webkit-box-shadow: 1px 1px 1px #dedede, -1px 1px 1px #dedede, 1px -1px 1px #dedede, 1px 0px 1px #dedede;
          box-shadow: 1px 1px 1px #dedede, -1px 1px 1px #dedede, 1px -1px 1px #dedede, 1px 0px 1px #dedede;
}
#monogramModal .hover-outline:hover > .hover-color-popup p {
  font-size: 9px;
  color: #000;
  padding-top: 10px;
}
#monogramModal .hover-outline .color-variable {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: inline-block;
  margin: 2px;
}
#monogramModal .hover-outline.black .color-variable {
  background-color: #000;
}
#monogramModal .hover-outline.black .color-or-image {
  background-color: #000;
  background-image: url("../img/texture-black.png");
  background-repeat: no-repeat;
}
#monogramModal .hover-outline.tan .color-variable {
  background-color: #a3512e;
}
#monogramModal .hover-outline.tan .color-or-image {
  background-color: #a3512e;
  background-repeat: no-repeat;
}
#monogramModal .hover-outline.brown .color-variable {
  background-color: #81402c;
}
#monogramModal .hover-outline.brown .color-or-image {
  background-color: #000;
  background-image: url("../img/texture-black.png");
  background-repeat: no-repeat;
}
#monogramModal .hover-outline.grey .color-variable {
  background-color: grey;
}
#monogramModal .hover-outline.grey .color-or-image {
  background-color: grey;
  background-repeat: no-repeat;
}
#monogramModal .hover-outline.gold .color-variable {
  background-color: gold;
}
#monogramModal .hover-outline.gold .color-or-image {
  background-color: gold;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1250px) {
  #description-prod .wrap-image .monogramming {
    width: 580px;
    height: 580px;
  }
  #monogramModal {
    margin: -30px 0px 0 -40px;
  }
  .page-pdp .wrap-modal-image img {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1025px) {
  #monogramModal {
    margin: 0px 0px 0 0px;
  }
}
@media screen and (max-width: 1024px) {
  #monogramModal .modal-content {
    left: auto;
    width: 80%;
    right: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .page-pdp .favorite-products .wrap-title-favorites {
    text-align: center;
  }
  .page-pdp .acchead {
    font-size: 15px !important;
    margin-top: 20px !important;
  }
  .overlay-spec-image .wrap-modal-image {
    display: none;
    margin: 40px auto;
    padding: 80px 64px;
  }
  #monogramModal {
    margin-top: 34px;
    margin-bottom: 60px;
  }
  #monogramModal .return-to {
    position: relative;
    top: -8px;
  }
  #monogramModal .modal-image {
    margin: 30px 0;
    text-align: center;
  }
  #monogramModal .modal-image img {
    width: 50%;
  }
  #monogramModal .product__price,
  #monogramModal .royce-sales-and-stock-notes,
  .page-pdp .product__desc .product-name {
    text-align: center;
  }
  .page-pdp .fixed-container {
    display: none;
  }
  .page-pdp .fixed-submenu-block {
    display: none;
  }
  .page-pdp .overlay-spec-image {
    width: 100%;
  }
  .page-pdp .fixed-container.sticky {
    padding-top: 95px;
    margin-top: -95px;
  }
  .page-pdp .product__desc .product_quanity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 26px;
    margin-top: 17px;
  }
  .page-pdp .product__desc .product_quanity .input-number-decrement {
    top: -2px;
    bottom: auto;
    left: 30px;
  }
  .page-pdp .product__desc .product_quanity .input-number-increment {
    top: 1px;
    right: 29px;
  }
  .page-pdp .product__desc .product_quanity label {
    display: block;
    top: 2px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .page-pdp .product__desc .product_quanity .input-number {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 13px auto 0 auto;
  }
  .page-pdp .product__desc .product_quanity .right-link {
    float: none;
    padding-top: 5px;
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-pdp .text-image-block.with-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 15px;
  }
  .page-pdp .text-image-block.with-slider .bx-wrapper .slider-under-product div {
    width: auto !important;
  }
  .page-pdp .text-image-block.with-slider .bx-wrapper .bx-viewport {
    height: auto !important;
  }
  .page-pdp #description-prod.text-image-block {
    margin-top: 10px;
  }
  .single-product .page-pdp .product__desc .item-id {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  #monogramModal .modal-content {
    width: 90%;
  }
  .overlay-spec-image .wrap-modal-image {
    padding: 60px 45px;
  }
}
@media screen and (max-width: 375px) {
  #monogramModal #select-monogramming {
    padding-left: 60px;
    font-size: 12px;
  }
  #monogramModal .info-row a {
    text-align: left;
    float: none;
    display: block;
  }
  .single-product .page-pdp .review-product-block .wrap-google-reviews.center {
    margin-bottom: 20px;
  }
  .page-pdp #description-prod.text-image-block {
    margin-top: 30px;
  }
}
.modal-backdrop {
  background-color: transparent;
}

/* Monogramming Form start */
label[for=choose_style] {
  text-transform: capitalize;
}

.field-choose_option p, .field-choose_style p {
  display: inline-block;
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
  color: #000000;
}

.field-choose_option {
  padding-top: 15px;
}

/* Monogramming Form end */
/* Customer Reviews start */
.woocommerce .star-rating {
  float: left;
}

.one-review .description p:not(:first-child) {
  display: none;
}
.one-review .description .read-more-close {
  text-transform: capitalize;
  display: none;
}

.read-more::before {
  content: "... ";
}

/* Customer Reviews end */
/* See All Characters Popup start */
.all-characters-popup {
  z-index: 9;
  width: 300px;
  padding: 3px 20px 35px 20px;
  border: 1px solid black;
  background-color: white;
  display: none;
}
.all-characters-popup p {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 15px;
}
.all-characters-popup p:last-child {
  margin-bottom: 0;
}
.all-characters-popup .description span {
  font-family: "Goudy-Serial-Light";
}
.all-characters-popup .characters {
  width: 100%;
  background-color: whitesmoke;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
.all-characters-popup .characters span {
  font-family: "Goudy-Serial-Light";
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 4px;
}
.all-characters-popup .characters .numeric, .all-characters-popup .characters .symbols {
  font-size: 14px;
  letter-spacing: 1px;
}
.all-characters-popup .close {
  color: #4c4c4c;
  font-size: 40px;
}
.all-characters-popup .close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.all-characters-popup .initial-fullname-image-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 15px;
}
.all-characters-popup .initial-fullname-image-container img {
  position: absolute;
  height: 100%;
}
.all-characters-popup .initial-fullname-image-container .placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.all-characters-popup .subheader {
  padding-bottom: 10px;
  font-weight: 400;
}
.all-characters-popup .styling {
  display: none;
}

/* pdp pop-ups */
.amw-color-circles {
  text-align: center;
  padding-bottom: 10px;
}
.amw-color-circles label {
  text-indent: -9999px;
  margin-bottom: 0;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #676767;
}

/* See All Characters Popup end */

/* gift packaging slider images fit */
#gift-packaging img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}