.decorated-footer-module {
  padding: 65px 0;
  position: relative;
}
.decorated-footer-module p {
  text-align: center;
  color: #242322;
  font-size: 12px;
  margin-bottom: 0;
}
.decorated-footer-module .wine-decor {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 260px;
}
.decorated-footer-module .footer-bgr-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
}
.decorated-footer-module .footer-decor-2 {
  position: absolute;
  right: 20%;
  bottom: 0;
  width: 180px;
}
.decorated-footer-module .footer-decor-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 290px;
  margin-bottom: -65px;
}
@media (max-width: 767px) {
  .decorated-footer-module .footer-decor-3 {
    width: 236px;
  }
  .decorated-footer-module .footer-decor-2 {
    right: 29%;
    width: 142px;
  }
}
@media (max-width: 575px) {
  .decorated-footer-module .decorated-footer-module {
    padding: 15px 0 65px 0;
  }
  .decorated-footer-module .decorated-footer-module .footer-decor-3 {
    width: 203px;
    margin-bottom: -65px;
  }
  .decorated-footer-module .decorated-footer-module .footer-decor-2 {
    display: none;
  }
  .decorated-footer-module .decorated-footer-module .wine-decor {
    width: 200px;
  }
}
@media (max-width: 425px) {
  .decorated-footer-module .footer-decor-3 {
    width: 185px;
    margin-bottom: -87px;
  }
  .decorated-footer-module .footer-decor-2 {
    width: 113px;
    margin-bottom: -9px;
  }
  .decorated-footer-module .wine-decor {
    width: 181px;
  }
}
@media (max-width: 390px) {
  .decorated-footer-module {
    padding: 0 0 65px 0;
  }
  .decorated-footer-module p {
    padding: 0 20px;
  }
  .decorated-footer-module .wine-decor {
    width: 161px;
    margin-bottom: 0;
  }
}

/*mystery-box-module*/
.mystery-box-module {
  padding: 65px 0 70px 0;
  background: #FAF7FA;
  position: relative;
}
.mystery-box-module h3 {
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 48px;
  margin-top: 35px;
}
.mystery-box-module .mask-gr {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
}
.mystery-box-module .mystery-star {
  position: absolute;
  left: 0;
  margin-top: -205px;
  top: 50%;
  z-index: 1;
  width: 280px;
  margin-left: -112px;
}
.mystery-box-module .mystery-box {
  position: absolute;
  bottom: 0;
  width: 120px;
  right: 0;
  margin-bottom: -64px;
  z-index: 1;
}
.mystery-box-module ul li {
  position: relative;
  padding: 27px 0 0 42px;
  color: #000000;
  font-family: FedraSerifAPro, sans-serif;
}
.mystery-box-module ul li .list-logo-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  text-align: center;
  padding: 0 14px 0 0;
  margin-top: 31px;
}
.mystery-box-module ul li:nth-child(1) .list-logo-image {
  margin-top: 28px;
}
.mystery-box-module ul li img {
  max-height: 36px;
}
.mystery-box-module ul li span {
  display: block;
  font-family: "FedraSansPro", sans-serif;
  color: #6A6665;
  font-size: 12px;
}
.mystery-box-module .mystery-box-img {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}
.mystery-box-module .mystery-box-img .bottle img {
  width: 180px;
  margin-bottom: 15px;
  margin-right: 15px;
}
.mystery-box-module .mystery-box-img .box-img {
  position: relative;
}
.mystery-box-module .mystery-box-img .box-img h3 {
  position: absolute;
  color: #E30613;
  top: 25%;
  font-size: 40px;
  text-transform: CAPITALIZE;
  left: 50%;
  margin-left: -133px;
  margin-top: -40px;
}
.mystery-box-module .mystery-box-img .box-img img {
  width: 405px;
}
.mystery-box-module .mystery-box-img .mystery-box-module .mystery-box-img .wine-count {
  position: absolute;
  background: white;
  border-radius: 100px;
  bottom: 0;
  width: 96px;
  height: 96px;
  border: 1px solid #E81E25;
  left: 0;
}
.mystery-box-module .mystery-box-img .wine-count span {
  color: #E81E25;
  font-size: 55px;
  display: block;
  text-align: center;
  margin-top: -5px;
}
@media (max-width: 1200px) {
  .mystery-box-module h3 {
    margin-top: 5px;
  }
  .mystery-box-module .mystery-star {
    margin-top: -94px;
    top: 0;
  }
}
@media (max-width: 992px) {
  .mystery-box-module h3 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 5px;
  }
  .mystery-box-module .mystery-star {
    margin-top: -92px;
    width: 258px;
    margin-left: -91px;
  }
}
@media (max-width: 850px) {
  .mystery-box-module .mystery-box-img .wine-count {
    width: 75px;
    height: 75px;
  }
  .mystery-box-module .mystery-box-img .wine-count span {
    font-size: 47px;
  }
}
@media (max-width: 780px) {
  .mystery-box-module h3 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .mystery-box-module ul {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .mystery-box-module {
    padding: 45px 0 55px 0;
  }
  .mystery-box-module .mystery-box-img .box-img h3 {
    font-size: 30px;
    margin-left: -100px;
  }
  .mystery-box-module .mystery-box {
    width: 90px;
  }
}
@media (max-width: 425px) {
  .mystery-box-module .mystery-box-img .box-img img {
    width: 325px;
  }
  .mystery-box-module .mystery-box-img .bottle img {
    width: 140px;
  }
  .mystery-box-module .mystery-box-img .wine-count {
    width: 65px;
    height: 65px;
  }
  .mystery-box-module .mystery-box-img .wine-count span {
    font-size: 40px;
  }
  .mystery-box-module .mystery-star {
    display: none;
  }
}
@media (max-width: 370px) {
  .mystery-box-module .mystery-box-img .box-img h3 {
    font-size: 22px;
    margin-left: -75px;
    margin-top: -27px;
  }
  .mystery-box-module .mystery-box-img .wine-count {
    width: 57px;
    height: 57px;
  }
  .mystery-box-module .mystery-box-img .wine-count span {
    margin-top: -3px;
    font-size: 31px;
  }
}

/*newsletter.gift*/
.newsletter.gift {
  padding: 80px 0 60px 0;
  background: #242424;
  border: none;
  position: relative;
  margin-bottom: 0;
  color: #fff;
}
.newsletter.gift .container {
  position: initial;
}
.newsletter.gift h3 {
  font-family: "FSerProB", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  padding: 0 232px;
  line-height: 37px;
  margin-bottom: 10px;
  margin-top: 25px;
}
.newsletter.gift p {
  font-size: 14px;
  line-height: 24px;
  padding: 0 170px 30px 170px;
  opacity: 1;
}
.newsletter.gift .news-cont {
  padding: 0 120px;
}
.newsletter.gift .newsletter-form {
  background-size: cover;
  padding: 70px 0;
}
.newsletter.gift .newsletter-star-bgr {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 38px;
}
.newsletter.gift form button {
  height: 45px;
  color: #242424;
  background-color: #EAC19B;
}
.newsletter.gift form button:hover {
  border: 1px solid white;
  background: #fff;
}
.newsletter.gift form .form-group .checkmark2 {
  position: absolute;
  height: 21px;
  width: 21px;
  background-color: white;
  border-radius: 0;
  border: 0.5px solid #BBC1C5;
  top: 0;
  left: 0;
  margin-left: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-border-image: none;
  -webkit-appearance: none;
  margin-top: -1px;
}
.newsletter.gift form .form-group .checkmark2:after {
  content: "";
  position: absolute;
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.newsletter.gift form .form-group .form-check2 input:checked ~ .checkmark2:after {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.newsletter.gift form .form-group .form-check2 .checkmark2:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid #163746;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.newsletter.gift form .form-group.checkbox2 {
  margin-left: 0;
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  margin-top: 14px;
}
.newsletter.gift form .form-group.checkbox2 input {
  position: absolute;
  left: 0;
  top: 5px;
  margin-left: 5px;
  z-index: -2;
}
.newsletter.gift form .form-group.checkbox2 label {
  color: white;
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .newsletter.gift h3 {
    padding: 0 189px;
  }
  .newsletter.gift p {
    padding: 0 75px;
  }
}
@media (max-width: 854px) {
  .newsletter.gift h3 {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .newsletter.gift {
    padding: 50px 0 50px 0;
  }
  .newsletter.gift h3 {
    padding: 0 20px;
  }
  .newsletter.gift p {
    padding: 0 20px;
  }
  .newsletter.gift form {
    padding: 0 25px;
  }
  .newsletter.gift form button {
    margin: 0;
  }
  .newsletter.gift .newsletter-form {
    padding: 26px 0 50px 0;
  }
}
@media (max-width: 575px) {
  .newsletter.gift {
    padding: 40px 0 50px 0;
  }
  .newsletter.gift h3 {
    font-size: 20px;
    line-height: 33px;
    margin-top: 15px;
  }
  .newsletter.gift .form-group.checkbox2 label {
    font-size: 12px;
    line-height: 18px;
  }
  .newsletter.gift form button {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .newsletter.gift h3 {
    padding: 0 11px;
  }
}

/*product-slide-module*/
.product-slide-module {
  background: #FFE8CF;
  position: relative;
  padding: 55px 0;
}
.product-slide-module .left-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.product-slide-module .gift-box-sec {
  position: absolute;
  bottom: 0;
  left: 26%;
  margin-bottom: -40px;
  z-index: 1;
  width: 145px;
}
.product-slide-module .star-sec {
  position: absolute;
  bottom: 0;
  right: 7%;
  width: 110px;
  margin-bottom: -27px;
}
.product-slide-module .left-mask-2 {
  position: absolute;
  left: 0;
  width: 325px;
  top: 9%;
  margin-left: -234px;
}
.product-slide-module .right-mask {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.product-slide-module .products-list .product-item {
  background: #fff;
  padding: 5px;
  height: 440px;
}
.product-slide-module .products-list .product-item .product-action {
  opacity: 0;
  display: none;
}
.product-slide-module .products-list .product-item:hover .product-action {
  opacity: 1;
  display: block;
}
.product-slide-module .product-labels {
  top: 5px;
  left: 5px;
}
.product-slide-module .add-fav {
  top: 5px;
  right: 5px;
}
.product-slide-module.holiday-offers .product-article .product-image a {
  padding: 13px 28px 26px 28px;
}
.product-slide-module h2 {
  color: #471755;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 60px;
  width: 476px;
  margin: 35px 0 0 100px;
}
.product-slide-module h3 {
  margin-top: 60px;
  font-size: 22px;
  line-height: 30px;
}
.product-slide-module .product-info {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product-slide-module .wine-img img {
  width: 250px;
}
.product-slide-module .see-more {
  text-align: center;
  margin-top: 35px;
}
.product-slide-module .decoration {
  position: absolute;
  top: 0;
  left: 50%;
  width: 176px;
  z-index: 1;
  margin-left: -78px;
  margin-top: -35px;
}
.product-slide-module .star-decoration {
  position: absolute;
  left: 0;
  width: 137px;
  top: 21%;
}
.product-slide-module .gift-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130px;
  margin-bottom: -137px;
  z-index: 1;
}
@media (max-width: 1315px) {
  .product-slide-module .star-decoration {
    top: 24%;
  }
}
@media (max-width: 1150px) {
  .product-slide-module .see-more {
    margin-top: 10px;
  }
}
@media (max-width: 1140px) {
  .product-slide-module .gift-box-sec {
    left: 17%;
  }
}
@media (max-width: 1024px) {
  .product-slide-module .see-more {
    margin-top: -41px;
  }
}
@media (max-width: 992px) and (min-width: 575px) {
  .product-slide-module .left-mask-2 {
    top: 23%;
  }
}
@media (max-width: 992px) {
  .product-slide-module h2 {
    padding: 0 20px;
    margin: 64px 0 0 0;
    width: 100%;
    font-size: 30px;
    line-height: 50px;
  }
  .product-slide-module .see-more {
    margin-top: 10px;
  }
  .product-slide-module .product-slide-module.holiday-offers .product-article .product-info .product-action {
    padding: 0 15px 20px 15px;
    height: 100%;
  }
}
@media (max-width: 820px) {
  .product-slide-module .gift-box-sec {
    left: 10%;
  }
}
@media (max-width: 767px) {
  .product-slide-module h2 {
    font-size: 26px;
    line-height: 43px;
  }
  .product-slide-module .product-slide-module.holiday-offers .product-article .product-info .product-action {
    height: 100%;
  }
  .product-slide-module .product-slide-module.holiday-offers .product-article .product-info .product-action a {
    font-size: 12px;
  }
  .product-slide-module .wine-img img {
    width: 200px;
  }
  .product-slide-module .gift-box {
    width: 111px;
    margin-bottom: -104px;
  }
  .product-slide-module .star-decoration {
    top: 22%;
  }
}
@media (max-width: 666px) {
  .product-slide-module .gift-box-sec {
    left: 5%;
    width: 123px;
  }
}
@media (max-width: 640px) {
  .product-slide-module .products-list .product-item {
    height: 550px;
  }
  .product-slide-module .products-list .product-item .product-action {
    opacity: 1;
    display: block;
  }
}
@media (max-width: 575px) {
  .product-slide-module h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 35px;
    padding: 0 5px;
  }
  .product-slide-module .wine-img {
    text-align: center;
  }
  .product-slide-module.holiday-offers .product-article .product-info .product-name {
    padding: 13px 5px 23px 5px;
  }
}
@media (max-width: 500px) {
  .product-slide-module .star-decoration {
    width: 94px;
    top: 29%;
  }
  .product-slide-module .decoration {
    width: 96px;
    margin-left: -48px;
    margin-top: -20px;
  }
}
@media (max-width: 425px) {
  .product-slide-module.holiday-offers .product-article .product-info .product-action {
    padding: 0 10px;
  }
  .product-slide-module h2 {
    font-size: 20px;
    line-height: 33px;
  }
  .product-slide-module h3 {
    margin-top: 40px;
  }
  .product-slide-module .star-decoration {
    top: 26%;
  }
  .product-slide-module .gift-box {
    width: 82px;
    margin-bottom: -80px;
  }
  .product-slide-module .gift-box-sec {
    width: 103px;
    left: 0;
  }
  .product-slide-module.holiday-offers .product-article .product-info .product-name:after {
    margin-bottom: 12px;
  }
  .product-slide-module.holiday-offers .product-article .product-info .product-prices {
    padding: 0 0 15px 0;
  }
  .product-slide-module .product-article .product-info .product-name h5 {
    padding: 3px 8px 7px 8px;
    height: 67px;
  }
  .product-slide-module.holiday-offers .product-article {
    margin-bottom: 0;
    height: 484px;
  }
  .product-slide-module .left-mask-2 {
    width: 160px;
    margin-left: -120px;
  }
}
@media (max-width: 361px) {
  .product-slide-module .star-decoration {
    width: 83px;
  }
}
@media (max-width: 340px) {
  .product-slide-module .star-decoration {
    top: 31%;
  }
}
@media (max-width: 321px) {
  .product-slide-module .star-decoration {
    top: 32%;
  }
}

.carousel-block {
  position: absolute;
  right: 15%;
  bottom: 25%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 18px;
  color: #fff;
  text-align: center;
}
.carousel-block h1 {
  color: #E5BA5F;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 11px;
}
.carousel-block h2 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 38px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 23px;
}
.carousel-block p {
  color: white;
  margin: 0 auto 22px auto;
  width: 300px;
  font-size: 15px;
  line-height: 23px;
}
@media (max-width: 880px) {
  .carousel-block {
    position: static;
    padding-top: 55px;
    padding-bottom: 105px;
  }
}
@media (max-width: 767px) {
  .carousel-block h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .carousel-block h1 {
    font-size: 14px;
    line-height: 23px;
  }
}
@media (max-width: 575px) {
  .carousel-block h1,
  .carousel-block h2 {
    padding: 0 10px;
  }
}

a.btn.buy {
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/*two-banners-module*/
.two-banners-module {
  padding: 70px 0;
  position: relative;
}
.two-banners-module .module-banner {
  position: relative;
}
.two-banners-module .module-banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.two-banners-module .module-banner:hover:before {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  z-index: 1;
}
.two-banners-module .module-banner a.gift-box {
  position: relative;
  width: 100%;
  display: block;
}
.two-banners-module .module-banner a.gift-box img {
  width: 100%;
}
.two-banners-module .module-banner .module-banner-choice {
  position: absolute;
  bottom: 15%;
  margin-left: 55px;
  margin-top: -14px;
}
.two-banners-module .module-banner .module-banner-choice h3 {
  text-align: right;
}
.two-banners-module .module-banner .module-banner-choice.right-banner {
  right: 0;
  margin-right: 55px;
}
.two-banners-module img.left-decoration {
  position: absolute;
  left: 0;
  width: 180px;
  top: 0;
  margin-top: 10px;
  margin-left: -31px;
  z-index: 1;
}
.two-banners-module img.right-decoration {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: -144px;
  width: 180px;
  z-index: 1;
}
.two-banners-module .three-banners .module-banner .module-banner-choice {
  bottom: 50% !important;
  top: auto;
  left: 0;
  text-align: center !important;
  margin: 0 0 -22px 0 !important;
  width: 100%;
  padding: 0 !important;
}
@media (max-width: 1150px) {
  .two-banners-module .two-banners-module-container {
    padding: 0 70px;
  }
}
@media (max-width: 1100px) {
  .two-banners-module .two-banners-module-container {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .two-banners-module .module-banner .module-banner-choice h2 {
    line-height: 34px;
    margin-bottom: 4px;
  }
  .two-banners-module .module-banner .module-banner-choice h3 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 860px) {
  .two-banners-module .module-banner img {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .two-banners-module {
    padding: 50px 0 10px 0;
  }
  .two-banners-module .module-banner {
    text-align: center;
    margin-bottom: 20px;
  }
  .two-banners-module img.right-decoration {
    margin-bottom: -135px;
    width: 135px;
  }
  .two-banners-module .module-banner .module-banner-choice.left-banner {
    width: 100%;
    left: 0;
    margin: 0;
    text-align: left;
    padding-left: 28px;
  }
  .two-banners-module .module-banner .module-banner-choice.left-banner h3 {
    text-align: left;
  }
  .two-banners-module .module-banner .module-banner-choice.left-banner .red-eclipse {
    left: 0;
    margin-left: 165px;
  }
}
@media (max-width: 600px) {
  .two-banners-module img.right-decoration {
    margin-bottom: -88px;
    width: 135px;
  }
}
@media (max-width: 575px) {
  .two-banners-module {
    padding: 40px 0 10px 0;
  }
}
@media (max-width: 425px) {
  .two-banners-module .module-banner .module-banner-choice.left-banner {
    bottom: 15%;
  }
  .two-banners-module .module-banner .module-banner-choice.right-banner a.buy {
    margin-left: 25px;
  }
  .two-banners-module img.right-decoration {
    width: 98px;
  }
  .two-banners-module img.left-decoration {
    width: 70px;
  }
  .two-banners-module .module-banner .module-banner-choice.right-banner {
    margin-right: 25px;
  }
}

.two-banners-module .three-banners .module-banner .module-banner-choice .btn.buy {
  padding: 0 15px;
  min-width: 144px;
}

/*holiday-offers*/
.holiday-offers {
  padding: 40px 0 33px 0;
  position: relative;
}
.holiday-offers h3 {
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 34px;
  font-family: FSerProB, sans-serif;
  font-weight: 700;
}
.holiday-offers .gift-image {
  position: absolute;
  left: 0;
  top: 50%;
  width: 475px;
  margin-left: -331px;
  margin-top: -220px;
  z-index: 2;
}
.holiday-offers .category-choice {
  text-align: center;
  padding: 0 105px;
  margin-bottom: 30px;
}
.holiday-offers .category-choice button {
  display: block;
  border: 1px solid #D2D2D2;
  padding: 8px 0;
  color: #4E1E50;
  cursor: pointer;
  width: 100%;
  outline: none;
  background: white;
}
.holiday-offers .category-choice button:hover {
  border: 1px solid #4E1E50;
}
.holiday-offers .category-choice button.active {
  border: 1px solid #4E1E50;
}
.holiday-offers .product-article {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.holiday-offers .product-article .product-info:hover {
  margin-bottom: 0;
}
.holiday-offers .product-article .product-image {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 3;
}
.holiday-offers .product-article .product-image a {
  display: block;
  background: #FCFCFC;
  padding: 13px 30px;
  position: relative;
  text-align: center;
}
.holiday-offers .product-article .product-image a img.new-icon {
  position: absolute;
  left: 0;
  max-width: 35px;
  margin-left: 14px;
  top: 0;
  margin-top: 20px;
}
.holiday-offers .product-article .product-info {
  z-index: 4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  background: white;
  overflow: hidden;
}
.holiday-offers .product-article .product-info:hover {
  -ms-transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}
.holiday-offers .product-article .product-info:hover .product-action {
  position: inherit;
  opacity: 1;
  height: 115px;
}
.holiday-offers .product-article .product-info .product-action {
  height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.holiday-offers .product-article .product-info .product-action a {
  display: block;
  width: 100%;
  padding: 0;
  text-transform: none;
  font-size: 13px;
}
.holiday-offers .product-article .product-info .product-action a.buy {
  margin-bottom: 10px;
}
.holiday-offers .product-article .product-info .product-action a.view {
  display: block;
  text-align: center;
  width: 100%;
  padding: 11px 0 10px 0;
  border: 1px solid #461754;
  color: #461754;
}
.holiday-offers .product-article .product-info .product-action a.view:hover {
  background: #461754;
  color: white;
}
.holiday-offers .product-article .product-info .product-name {
  font-size: 12px;
  line-height: 20px;
  padding: 13px 15px 20px 15px;
  font-weight: lighter;
  height: 96px;
  margin: 0;
  position: relative;
  font-family: FSerProB, sans-serif;
  color: #000;
  text-align: center;
}
.holiday-offers .product-article .product-info .product-name:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #bbb;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.holiday-offers .product-article .product-info .product-desk {
  text-align: center;
  color: #6a6665;
  display: -webkit-box;
  display: flex;
  font-size: 12px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 50px;
  padding-top: 22px;
}
.holiday-offers .product-article .product-info .product-prices {
  text-align: center;
  padding: 17px 0 15px 0;
  background: white;
}
.holiday-offers .product-article .product-info .product-prices span {
  color: #000000;
}
.holiday-offers .product-article.see-more a {
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
  width: 42px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.holiday-offers .product-article.see-more img.bgr-effect {
  position: absolute;
  right: 0;
  height: 100%;
  bottom: 0;
}
.holiday-offers .product-article .product-info.tequila .product-name {
  padding: 13px 45px 20px 45px;
}
.holiday-offers .see-more {
  position: relative;
}
.holiday-offers .see-more .info-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.holiday-offers .see-more .more-info {
  color: white;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  z-index: 100;
  top: 50%;
  font-size: 15px;
  line-height: 26px;
  margin-top: -39px;
  padding: 0 18px;
}
.holiday-offers .star-decor {
  position: absolute;
  top: 0;
  width: 146px;
  right: 0;
  margin-top: -40px;
}
.holiday-offers .star-decor-sec {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 57%;
  width: 140px;
  margin-left: -73px;
  margin-bottom: -40px;
}
@media (max-width: 1200px) {
  .holiday-offers .category-choice {
    padding: 0 40px;
  }
  .holiday-offers .product-article .product-info.tequila .product-name {
    padding: 13px 10px 20px 10px;
  }
}
@media (max-width: 1187px) {
  .holiday-offers .product-article .product-info .product-prices {
    padding: 12px 0 15px 0;
  }
  .holiday-offers .product-article .product-info .product-desk {
    min-height: 75px;
  }
  .holiday-offers .product-article .product-info .product-name {
    padding: 13px 5px 20px 5px;
  }
}
@media (max-width: 992px) {
  .holiday-offers .category-choice .col-md-4:nth-child(1) button, .holiday-offers .category-choice .col-md-4:nth-child(2) button, .holiday-offers .category-choice .col-md-4:nth-child(3) button {
    margin-bottom: 10px;
  }
  .holiday-offers .product-article {
    margin-bottom: 30px;
  }
  .holiday-offers .product-article .product-info .product-action a {
    font-size: 12px;
  }
  .holiday-offers .product-article.see-more img.bgr-effect, .holiday-offers .product-article.see-more {
    height: 92%;
  }
  .holiday-offers .holiday-offers .product-article .product-info .product-action {
    height: 100%;
    opacity: 1;
    background: white;
  }
  .holiday-offers .holiday-offers .product-article .product-info .product-action a.view {
    display: none;
  }
}
@media (max-width: 767px) {
  .holiday-offers {
    padding-top: 25px;
  }
  .holiday-offers .product-article.see-more img.bgr-effect {
    position: static;
    width: 100%;
    height: 100%;
  }
  .holiday-offers h3 {
    font-size: 22px;
    line-height: 29px;
  }
  .holiday-offers .category-choice button {
    margin-bottom: 10px;
  }
  .holiday-offers.slide-offer .product-article .product-info:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .holiday-offers.slide-offer .gift-image {
    width: 475px;
    margin-top: -253px;
  }
  .holiday-offers .product-article {
    height: 100%;
  }
  .holiday-offers .product-article .product-info:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 575px) {
  .holiday-offers .product-article .product-info .product-name:after {
    margin-bottom: 7px;
  }
  .holiday-offers .product-article .product-info .product-desk {
    min-height: 100%;
    padding-top: 7px;
  }
  .holiday-offers .product-article .product-info .product-prices {
    padding: 10px 0 15px 0;
  }
  .holiday-offers .product-article .product-info .product-name {
    padding: 13px 5px 25px 5px;
    height: auto;
  }
  .holiday-offers .product-article.see-more .more-info {
    width: 100%;
    text-align: center;
    font-size: 21px;
    line-height: 33px;
  }
  .holiday-offers .product-article.slide-offer .product-article .product-info .product-name {
    height: 80px;
  }
  .holiday-offers .product-article.slide-offer .product-article .product-info .product-desk {
    min-height: 43px;
  }
}
@media (max-width: 540px) {
  .holiday-offers.slide-offer .gift-image {
    display: none;
  }
}
@media (max-width: 425px) {
  .holiday-offers {
    padding-top: 15px;
  }
  .holiday-offers .holiday-offers.food-and-wine .product-article.see-more img.bgr-effect,
  .holiday-offers .holiday-offers.food-and-wine .product-article.see-more {
    max-height: 439px;
  }
  .holiday-offers h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 0 38px;
  }
  .holiday-offers .product-article {
    margin-bottom: 25px;
  }
  .holiday-offers .category-choice {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .holiday-offers .star-decor {
    display: none;
  }
}
@media (max-width: 425px) {
  .holiday-offers .product-article .product-info .product-name {
    height: 76px;
  }
}
@media (min-width: 992px) {
  .holiday-offers .product-article {
    height: 514px;
  }
}
