.title-404 {
  text-align: center;
  font-size: 36px;
  padding-top: 100px;
}

.coctail-summary {
  padding-top: 50px;
}
.coctail-summary .cocktails-slider__item {
  width: 100% !important;
}
.coctail-summary h2, .coctail-summary h3, .coctail-summary h5 {
  font-size: 1.3rem;
  margin-top: 10px;
  margin-bottom: 0.7rem;
  color: #1d1d1d;
  font-weight: 700;
}

.cocktail-content {
  margin-top: 100px;
  margin-bottom: 50px;
}

.list-news_title {
  font-family: var(--font-body);
  color: #000;
  font-size: 1.4rem;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

body.logged-in .header {
  top: 32px;
}

.wrapper {
  padding-top: 54px;
}

.container .text-title-block1.rd-first-video, .container .text-title-block1.rd-second-video {
  margin-top: 50px;
}
@media (max-width: 630px) {
  .container .text-title-block1.rd-second-video iframe {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 450px) {
  .container .text-title-block1.rd-second-video iframe {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 350px) {
  .container .text-title-block1.rd-second-video iframe {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 250px) {
  .container .text-title-block1.rd-second-video iframe {
    width: 100%;
    height: 200px;
  }
}

.rd-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.rd-embed-container iframe, .rd-embed-container object, .rd-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container-rev.cocktail-single.rd-youtube {
  display: flex;
  justify-content: center;
}
.container-rev.cocktail-single.rd-youtube .embed-box {
  width: 100%;
}
.container-rev.cocktail-single.rd-youtube .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.container-rev.cocktail-single.rd-youtube .embed-container iframe, .container-rev.cocktail-single.rd-youtube .embed-container object, .container-rev.cocktail-single.rd-youtube .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .d-sm-none {
    display: none;
  }
}

.header .menu-main-menu-en-container {
  float: right;
}
.header .rd-header-social {
  float: right;
  margin-top: 20px;
  margin-left: 40px;
}
.header .rd-header-social li {
  float: left;
}
.header .rd-header-social li a {
  height: 20px;
  width: 20px;
  margin: 0 0.7rem;
  display: inline-block;
}
.header .rd-header-social li a svg g {
  fill: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .rd-header-social li a:focus, .header .rd-header-social li a:hover {
  outline: 0;
  color: #ccc;
}
.header .rd-header-social li a:focus svg g, .header .rd-header-social li a:hover svg g {
  fill: #ccc;
}
@media (max-width: 767px) {
  .header .rd-header-social {
    float: left;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.nice-btn {
  width: auto;
}

.rd-flex-row.rd-flex-row-wrap {
  flex-wrap: wrap;
}

.shopify-buy-frame--product {
  width: 100% !important;
  max-width: 100% !important;
}

.product-buy-button-wrapper > .shopify-buy-frame {
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
}
.product-buy-button-wrapper > .shopify-buy-frame > iframe {
  width: auto !important;
}

/*# sourceMappingURL=custom.css.map */
