.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.section-title-text {
  margin-top: 5vw;
  margin-left: 5%;
  padding-left: 1%;
}
.padding-left-1 {
  padding-left: 1%;
}
.section-title-heading {
  color: #897d5a;
  font-size: 28px;
  font-weight: 300;
  margin-block-end: 0.13em;
}
.section-title-subheading {
  padding-left: 2px;
  color: #696868;
  font-weight: 400;
  font-size: 14px;
  margin-block-start: 0.37em;
}
.bestseller-container {
  margin-top: 2vw;
  margin-right: 5%;
  margin-left: 5%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: space-around;
  align-items: flex-start;
}
.wrap-items {
  flex-wrap: wrap;
  justify-content: left;
}
.bestseller-item-margin-bottom {
  margin-bottom: 2vw;
}
.bestseller-item {
  width: 25%;
  padding: 0 1%;
  height: auto;
  -ms-grid-column: span 1;
  grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
.star-rating {
  color: #976900;
  color: #ddd;
  font-size: 14px;
  position: relative;
}
.grey {
  color: #ddd;
}
.star-full:before {
  color: #976900;
  content: "\2605";
  position: absolute;
  left: 0;
}
.star-half:before {
  color: #976900;
  content: "\2605";
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
}
.bestseller-item .bestseller-item-info h4 {
  font-size: 1vw;
  color: #333;
  margin: 0.5vw 0;
}
.bestseller-image {
  width: 100%;
  position: relative;
}
.bestseller-image .pt-img-roll-over {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.bestseller-image:hover .pt-img-roll-over {
  opacity: 1;
}
.occasion-container {
  width: 50%;
  padding: 0 1%;
  height: auto;
  position: relative;
}
.occasion-image {
  width: 100%;
  height: auto;
  position: relative;
}
.occasion-title {
  position: absolute;
  top: 2vw;
  right: 1vw;
  width: 40%;
}
.occasion-title p {
  font-size: 3vw;
  line-height: 4.5vw;
}
.occasion-title h1 {
  font-size: 2.5vw;
  line-height: 4vw;
}
.occasion-container h4 {
  font-size: 1.5vw;
  line-height: 2vw;
}
.occasion-container .w-col-9 {
  width: 100%;
}
.bestseller-image img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid-4 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 3vw;
  grid-row-gap: 16px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 3vw 1fr 3vw 1fr 3vw 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.footer {
  height: auto;
  background-color: #e0e0dd;
  cursor: pointer;
}
.heading {
  font-weight: 400;
}
.heading-2 {
  font-size: 18px;
  font-weight: 400;
  text-align: right;
}
.html-embed {
  color: #976900;
}
.about-us-container {
  width: 100%;
  height: 20.5vw;
  margin-top: 6vw;
  background-image: url(../jpg/nyc-about-us_2560x526.jpg);
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.holiday-banner {
  width: 100%;
  height: 528px;
  background-image: url(../jpg/2_2560b-2.jpg);
  background-position: 100% 50%;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.holiday-banner2 {
  margin-top: 30px;
  width: 100%;
  height: 528px;
  background-image: url(../jpg/2_2560b-2.jpg);
  background-position: 100% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.holiday-banner21 {
  margin-top: 30px;
  width: 100%;
  height: 528px;
  background-image: url(../jpg/2_2560b-3.jpg);
  background-position: 100% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.holiday-banner3 {
  margin-top: 30px;
  width: 100%;
  height: 528px;
  background-image: url(../jpg/2_2560b-4.jpg);
  background-position: 100% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.about-us-container .section-title-text {
  position: absolute;
  margin-top: 0;
}
.about-us-text-container {
  width: auto;
  margin-top: 3vw;
  margin-right: 5vw;
  margin-left: 5vw;
  padding-top: 0;
  text-align: left;
}
.paragraph {
  font-size: 16px;
}
.btn-clear {
  border: 1px solid #000;
  border-radius: 20px;
  background-color: transparent;
  color: #181717;
  text-transform: uppercase;
}
.btn-clear:hover {
  border-color: #8c54aa;
  color: #8c54aa;
}
.gift-type {
  margin-top: 2vw;
  margin-right: 6vw;
  margin-left: 6vw;
}
.gift-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.gift-grid-item {
  position: relative;
  width: 17.1vw;
  height: 17.1vw;
  background-position: 50% 50%;
  background-size: cover;
}
.gift-grid-item img {
  width: 100%;
  height: 100%;
}
.grid-item-text {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  height: 35px;
  background-color: rgba(137, 125, 90, 0.9);
  color: #fff;
  text-align: center;
}
.text-block {
  padding-top: 6px;
  font-size: 20px;
  letter-spacing: 0.2px;
}
.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cart-col {
  text-align: right;
}
.corp-row {
  margin-top: 1vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.2vw;
}
.corp-container {
  position: relative;
  width: 49.5%;
  height: 25vw;
  clear: none;
  margin-bottom: 2.5vw;
}
.corp-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  margin-top: 3vw;
  margin-right: 3vw;
}
.corp-header {
  margin-top: 0;
  margin-bottom: 2vw;
  margin-left: 0;
  color: #393838;
  font-size: 2.2vw;
  font-weight: 400;
}
.deal-row {
  margin-top: 1vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.2vw;
}
.deal-item {
  width: 32%;
  margin: 0 2% 2%;
  align-self: flex-start;
}
.deal-item-image img {
  height: auto;
  width: 100%;
}
.deal-item-text {
  text-align: center;
  font-size: 1vw;
}
.features-container {
  margin: 2vw 0;
}
.deal-container {
  position: relative;
  width: 49.5%;
  height: 25vw;
  clear: none;
  margin-bottom: 2.5vw;
  background-color: #897d5a9a;
}
.banner-container {
  height: auto;
  margin-bottom: 0vw;
  background-color: #fff;
  margin-top: 4vw;
}
.deal-clip-path {
  float: right;
  clear: none;
  background-color: rgba(137, 125, 90, 0.6);
  text-align: left;
}
.deal-image {
  width: 25vw;
  float: none;
  text-align: left;
}
.mow-container {
  width: 100%;
  height: 2.6vw;
  min-width: 100%;
  background-image: url(../index.html);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0;
  margin-bottom: 0;
}
.banner-image {
  width: 100%;
}
.image-14 {
  padding: 0;
  float: left;
  clear: none;
  text-align: left;
}
.deal-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  margin-top: 1vw;
  margin-left: 1vw;
}
.deal-header {
  margin-top: 0;
  margin-bottom: 1vw;
  margin-left: 0;
  color: #393838;
  font-size: 1.8vw;
  font-weight: 700;
}
.deal-name {
  width: 50%;
  font-size: 2.6vw;
  line-height: 3vw;
  margin: 1.7vw 0;
}
.deal-description {
  width: 50%;
  font-size: 1.2vw;
  line-height: 1.5vw;
  margin-bottom: 1vw;
}
.deal-text .subscribe {
  margin-top: -10px;
}
.deal-button {
  border: 1px solid #000;
  border-radius: 20px;
  background-color: transparent;
  color: #000;
}
.deal-price {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  margin-top: 0;
  margin-right: 1vw;
  margin-bottom: 1vw;
  padding: 0 10px 21px;
  border: 3px solid #fff;
  border-radius: 32vw;
  background-color: rgba(231, 17, 17, 0.87);
  color: #fffcfc;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}
.footer-container {
  margin-top: 0;
  margin-right: 3vw;
  margin-left: 3vw;
  padding-top: 3vw;
  padding-bottom: 2vw;
  font-variation-settings: "wght" 600;
}
.menu-heading {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
}
.menu-list {
  padding-left: 0;
  list-style-type: none;
}
.list-item {
  list-style-type: none;
}
.list-item-2 {
  list-style-type: none;
}
.list-item-3 {
  list-style-type: none;
}
.list-2 {
  list-style-type: none;
}
.menu-item {
  padding-top: 4px;
  padding-bottom: 4px;
}
.menu-item a {
  color: #333;
}
.menu-item a:hover {
  color: #8c54aa;
}
.heading-3 {
  font-size: 20px;
}
.menu-bold {
  font-size: 18px;
}
.paragraph-2 {
  font-size: 20px;
}
.link {
  text-decoration: none;
}
.sub-footer {
  background-color: rgba(137, 125, 90, 0.53);
  color: #fff;
}
.div-block {
  height: 60px;
  margin-right: 3vw;
  margin-left: 3vw;
}
.grid-7 {
  margin-right: 3vw;
  margin-left: 3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.heading-4 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.image-15 {
  text-align: left;
}
.footer-logo {
  text-align: center;
}
.footer-tos {
  text-align: right;
}
.pruduct-grid {
  margin-top: 0;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.background-white-clear {
  background-color: rgba(255, 255, 255, 0.502);
}
.address-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.address-info {
  width: 70%;
  margin: 1vw 0;
}
.address-info h1 {
  margin: 2vw 0;
}
.address-info th,
.address-info td {
  font-size: 15px;
  padding: 1vw 0 !important;
}
.address-info td a {
  color: #333;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}


.gold {
  background-color: #817554;
}
.height-5 {
  height: auto;
  width: 100%;
  text-align: center;
  color: #fff;
}
.height-5 h4 {
  line-height: 5vw;
  font-size: 1.5vw;
  font-weight: 300;
  margin: 0;
}
.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: flex-start;
  align-items: stretch;
  background-color: #f5f7f9;
}
.center-white {
  background-color: #fff;
  justify-content: center;
}
.form-center {
  align-self: flex-start;
  width: 70%;
  background-color: #fff;
  align-self: stretch;
  position: relative;
  width: 40%;
  margin: 3vw 0;
}
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 10000;
}
.loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}
#loader .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #4d2c60;
}
#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}
#loader-1:after {
  border: 10px solid #ccc;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.social-icon,
.social-icon ul,
.social-icon li {
  margin: 0;
  padding: 2px;
}
.social-icon li {
  list-style: none outside none;
  display: inline-block;
}
@media (max-width: 1920px) {
  .mow-container {
    height: 3.6vw;
    background-image: url(../index.html);
  }
  .holiday-banner3 {
    height: 462px;
    background-image: url(../jpg/2_1920b-2.jpg);
  }
  .about-us-container {
    height: 395px;
    background-image: url(../jpg/nyc-about-us_1920x395.jpg);
  }
  .holiday-banner {
    height: 462px;
    background-image: url(../jpg/2_1920b-3.jpg);
  }
  .holiday-banner2 {
    height: 462px;
    background-image: url(../jpg/2_1920b-3.jpg);
  }
  .holiday-banner21 {
    height: 462px;
    background-image: url(../jpg/2_1920b-4.jpg);
  }
  .gift-grid-item {
    width: 16.9vw;
    height: 16.9vw;
  }
  .deal-description {
    margin-bottom: 1.5vw;
  }
  .product-left {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 1440px) {
  .mow-container {
    height: 4.8vw;
    background-image: url(../index.html);
  }
  .holiday-banner3 {
    height: 429px;
    background-image: url(../jpg/2_1440b-2.jpg);
  }
  .bestseller-item .bestseller-item-info h4 {
    font-size: 1.2vw;
  }
  .gift-grid-item {
    width: 16.7vw;
    height: 16.7vw;
    background-image: url(../jpg/23_300.jpg);
  }
  .holiday-banner {
    height: 429px;
    background-image: url(../jpg/2_1440b-3.jpg);
  }
  .holiday-banner2 {
    height: 429px;
    background-image: url(../jpg/2_1440b-3.jpg);
  }
  .holiday-banner21 {
    height: 429px;
    background-image: url(../jpg/2_1440b-4.jpg);
  }
  .deal-header {
    margin-bottom: 0;
  }
  .deal-name {
    width: 50%;
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 1280px) {

  .mow-container {
    height: 5.4vw;
    background-image: url(../index.html);
  }
  .holiday-banner3 {
    height: 396px;
    background-image: url(../jpg/2_1280b-2.jpg);
  }
  .bestseller-item .bestseller-item-info h4 {
    font-size: 1.3vw;
  }
  .about-us-container .section-title-text {
    margin-top: -3vw;
  }
  .about-us-container {
    height: 263px;
    background-image: url(../jpg/nyc-about-us_1280x263.jpg);
  }
  .holiday-banner {
    height: 396px;
    background-image: url(../jpg/2_1280b-3.jpg);
  }
  .holiday-banner2 {
    height: 396px;
    background-image: url(../jpg/2_1280b-3.jpg);
  }
  .holiday-banner21 {
    height: 396px;
    background-image: url(../jpg/2_1280b-4.jpg);
  }
  .gift-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .gift-grid-item {
    width: 21.1vw;
    height: 21.1vw;
  }
  .subscribe form {
    height: 40px;
  }
  .subscribe input:focus + label {
    -webkit-transform: translateY(-15px) translateX(6px) scale(0);
    transform: translateY(-15px) translateX(6px) scale(0);
  }
  ul.slides {
    width: 50vw;
    height: 50vw;
  }
  .carousel {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1180px) {
  .subscribe button {
    width: 60px;
    font-size: 0.8em;
  }
}
@media (max-width: 1024px) {
  .holiday-banner3 {
    height: 380px;
    background-image: url(../jpg/2_1024b-2.jpg);
  }
  .mow-container {
    height: 6.8vw;
    background-image: url(../index.html);
  }
  .bestseller-item .bestseller-item-info h4 {
    font-size: 1.8vw;
  }
  .bestseller-item {
    width: 50%;
    margin-bottom: 6vw;
  }
  .bestseller-container {
    flex-wrap: wrap;
  }
  .about-us-container {
    height: 210px;
    background-image: url(../jpg/nyc-about-us_1024x210.jpg);
  }
  .holiday-banner {
    height: 380px;
    background-image: url(../jpg/2_1024b-3.jpg);
  }
  .holiday-banner2 {
    height: 380px;
    background-image: url(../jpg/2_1024b-3.jpg);
  }
  .holiday-banner21 {
    height: 380px;
    background-image: url(../jpg/2_1024b-4.jpg);
  }
  .gift-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .gift-grid-item {
    width: 28.3vw;
    height: 28.3vw;
  }
  .subscribe input {
    font-size: 0.9em;
  }
  .subscribe form {
    width: 30vw;
    margin: 0 auto;
  }
  .occasion-container {
    width: 100%;
  }
  .occasion-title {
    top: 4vw;
    right: 3vw;
  }
  .occasion-title h1 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .occasion-container h4 {
    font-size: 2.5vw;
    line-height: 4vw;
  }
  .deal-item-text {
    font-size: 1.5vw;
  }
  .left-margin form {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .holiday-banner3 {
    height: 356px;
    background-image: url(../jpg/2_960b-2.jpg);
  }
  .mow-container {
    height: 7.2vw;
    background-image: url(../index.html);
  }
  .bestseller-image {
    width: 42.4vw;
    height: 42.4vw;
  }
  .about-us-container .section-title-text {
    margin-top: -5vw;
  }
  .about-us-container {
    margin-top: 8vw;
    height: 197px;
    background-image: url(../jpg/nyc-about-us_960x197.jpg);
  }
  .holiday-banner {
    height: 356px;
    background-image: url(../jpg/2_960b-3.jpg);
  }
  .holiday-banner2 {
    height: 356px;
    background-image: url(../jpg/2_960b-3.jpg);
  }
  .holiday-banner21 {
    height: 356px;
    background-image: url(../jpg/2_960b-4.jpg);
  }
  .deal-row {
    flex-direction: column;
    align-content: space-between;
  }
  .deal-container {
    width: 100%;
    height: 40vw;
    margin: 2vw 0;
  }
  .banner-container {
    width: 100%;
    height: auto;
    margin: 1vw 0 3vw;
  }
  .deal-image {
    width: 40vw;
  }
  .banner-image {
    width: 100vw;
    text-align: center;
  }
  .deal-header {
    margin-bottom: 4vw;
    font-size: 3vw;
  }
  .deal-name {
    width: 100%;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
  .deal-description {
    width: 60%;
    font-size: 3vw;
    line-height: 4vw;
    margin-bottom: 2vw;
  }
  .subscribe form {
    height: 50px;
    width: 40vw;
  }
  .subscribe button {
    width: 90px;
    font-size: 1.2em;
  }
  .subscribe input:focus + label {
    -webkit-transform: translateY(-15px) translateX(6px) scale(0.7);
    transform: translateY(-15px) translateX(6px) scale(0.7);
  }
  .subscribe input {
    font-size: 1.1em;
  }
}
@media (max-width: 800px) {
  .mow-container {
    height: 8.7vw;
    background-image: url(../index.html);
  }
  .bestseller-item .bestseller-item-info h4 {
    font-size: 2.1vw;
  }
  .about-us-container .section-title-text {
    margin-top: -11vw;
  }
  .about-us-container {
    margin-top: 14vw;
    height: 164px;
    background-image: url(../jpg/nyc-about-us_800x164.jpg);
  }
  .holiday-banner {
    height: 297px;
    background-image: url(../jpg/2_800b-2.jpg);
  }
  .holiday-banner2 {
    height: 297px;
    background-image: url(../jpg/2_800b-2.jpg);
  }
  .holiday-banner21 {
    height: 297px;
    background-image: url(../jpg/2_800b-3.jpg);
  }
  .holiday-banner3 {
    height: 297px;
    background-image: url(../jpg/2_800b-4.jpg);
  }
  .gift-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .gift-grid-item {
    width: 43vw;
    height: 43vw;
    background-image: url(../jpg/23_450.jpg);
  }
  .subscribe form {
    height: 40px;
  }
  .subscribe button {
    width: 80px;
    font-size: 0.8em;
  }
  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 3vw 0;
    grid-row-gap: 0;
  }
  h6 {
    margin: 10px 0 !important;
  }
  .testimonial-section {
    display: none;
  }
}
@media (max-width: 720px) {
  .about-us-text-container .w-row .w-col.w-col-9 {
    width: 100% !important;
    margin-bottom: 2vw;
  }
  .about-us-text-container .w-col-3 {
    margin-top: 0;
  }
  .about-us-text-container .w-row .w-col.w-col-3 {
    width: 75%;
  }
  .about-us-text-container {
    margin-bottom: 8vw;
  }
  .btn-clear {
    width: 200px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .holiday-banner3 {
    height: 11vw;
    background-image: url(../jpg/640x70.jpg);
  }
  .mow-container {
    height: 11vw;
    background-image: url(../index.html);
  }
  .bestseller-item {
    width: 100%;
  }
  .bestseller-image {
    width: 88vw;
    height: 88vw;
  }
  .gift-title-mobile {
    font-size: 4vw;
    line-height: 4.4vw;
    margin-top: 10px;
  }
  .about-us-container .section-title-text {
    margin-top: -18vw;
  }
  .about-us-container {
    margin-top: 23vw;
    height: 131px;
    background-image: url(../jpg/nyc-about-us_640x131.jpg);
  }
  .holiday-banner {
    height: 360px;
    background-position: 50% 50%;
    background-image: url(../jpg/2_640b-2.jpg);
  }
  .gift-grid-item {
    background-image: url(../jpg/23_300.jpg);
  }
  .holiday-banner2 {
    height: 360px;
    background-position: 50% 50%;
    background-image: url(../jpg/2_640b-2.jpg);
  }
  .holiday-banner21 {
    height: 360px;
    background-position: 50% 50%;
    background-image: url(../jpg/2_640b-3.jpg);
  }
  .holiday-banner3 {
    height: 360px;
    background-position: 50% 50%;
    background-image: url(../jpg/2_640b-4.jpg);
  }
  .occasion-container h4 {
    font-size: 3.5vw;
    line-height: 5vw;
  }
  .bestseller-item .bestseller-item-info h4 {
    font-size: 3vw;
    margin-top: 1vw;
  }
  .deal-item {
    margin: -1% 2%;
  }
  .subscribe form {
    width: 50vw;
    height: 30px;
  }
  .left-margin form {
    margin-top: 15px;
  }
  .bestseller-image .pt-img-roll-over {
    display: none;
  }
}
@media (max-width: 480px) {
  .holiday-banner3 {
    height: 14.8vw;
    background-image: url(../jpg/480x70.jpg);
  }
  .mow-container {
    height: 14.8vw;
    background-image: url(../index.html);
  }
  .gift-title-mobile {
    font-size: 5vw;
    line-height: 5.4vw;
  }
  .about-us-container .section-title-text {
    margin-top: -34vw;
  }
  .about-us-container {
    margin-top: 42vw;
    height: 98px;
    background-image: url(../jpg/nyc-about-us_480x98.jpg);
  }
  .holiday-banner {
    height: 270px;
    background-image: url(../jpg/2_480b-2.jpg);
  }
  .holiday-banner2 {
    height: 270px;
    background-image: url(../jpg/2_480b-2.jpg);
  }
  .holiday-banner21 {
    height: 270px;
    background-image: url(../jpg/2_480b-3.jpg);
  }
  .holiday-banner3 {
    height: 270px;
    background-image: url(../jpg/2_480b-4.jpg);
  }
  .about-us-text-container p {
    margin: 30px 0;
  }
  .gift-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .gift-grid-item {
    width: 88vw;
    height: 88vw;
    background-image: url(../jpg/23_450.jpg);
  }
  .occasion-container h4 {
    font-size: 4.5vw;
    line-height: 6vw;
  }
  .deal-item {
    margin: -4% 2%;
  }
  .subscribe form {
    width: 75vw;
  }
  .deal-button {
    padding: 5px 10px;
  }
}
@media (max-width: 320px) {
  .mow-container {
    height: 22.1vw;
    background-image: url(../index.html);
  }
  .holiday-banner3 {
    height: 22vw;
    background-image: url(../jpg/320x70.jpg);
  }
  .about-us-container .section-title-text {
    margin-top: -38vw;
  }
  .about-us-container {
    margin-top: 45vw;
    height: 65px;
    background-image: url(../jpg/nyc-about-us_320x65.jpg);
  }
  .holiday-banner {
    height: 180px;
    background-image: url(../jpg/2_320b-2.jpg);
  }
  .holiday-banner2 {
    height: 180px;
    background-image: url(../jpg/2_320b-2.jpg);
  }
  .holiday-banner21 {
    height: 180px;
    background-image: url(../jpg/2_320b-3.jpg);
  }
  .holiday-banner3 {
    height: 180px;
    background-image: url(../jpg/2_320b-4.jpg);
  }
  .gift-grid-item {
    background-image: url(../jpg/23_300.jpg);
  }
  .subscribe form {
    width: 90vw;
  }
}
.warningNewWindowPopup {
  display: none;
  width: 30%;
  color: #fff;
  background-color: #9180a6;
  line-height: 2vw;
  position: relative;
  left: 33%;
  top: 10%;
  height: 4%;
  z-index: 11;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.siteMapNewWindowWarning {
  display: none;
  text-transform: none;
  border-radius: 6px;
  width: 100%;
  color: #fff;
  background-color: #9180a6;
  line-height: 1vw;
  position: absolute;
  left: 33%;
  top: -33%;
  height: 77%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.warningNewWindowPopupOrders {
  display: none;
  width: 17%;
  color: #fff;
  background-color: #9180a6;
  line-height: 1vw;
  position: absolute;
  left: 30%;
  top: 35%;
  height: 3%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  text-align: center;
}
.warningNewWindowPopupProductAccess {
  display: none;
  width: 30%;
  color: #fff;
  background-color: #9180a6;
  position: relative;
  left: 1%;
  top: 10%;
  height: 4%;
  z-index: 11;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  padding: 1px;
}
.warningNewWindowPopupCart {
  display: none;
  width: 10%;
  color: #fff;
  background-color: #9180a6;
  line-height: 1vw;
  position: relative;
  left: 2%;
  top: 0%;
  height: 4%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
