@font-face {
    font-family: 'Bulgatti';
    src: url('../fonts/BulgattiRegular.eot');
    src: url('../fonts/BulgattiRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BulgattiRegular.woff2') format('woff2'),
        url('../fonts/BulgattiRegular.woff') format('woff'),
        url('../fonts/BulgattiRegular.ttf') format('truetype'),
        url('../fonts/BulgattiRegular.svg#BulgattiRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tw Cen MT';
    src: url('../fonts/TwCenMT-Regular.eot');
    src: url('../fonts/TwCenMT-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TwCenMT-Regular.woff2') format('woff2'),
        url('../fonts/TwCenMT-Regular.woff') format('woff'),
        url('../fonts/TwCenMT-Regular.ttf') format('truetype'),
        url('../fonts/TwCenMT-Regular.svg#TwCenMT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tw Cen MT Condensed';
    src: url('../fonts/TwCenMT-Condensed.eot');
    src: url('../fonts/TwCenMT-Condensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TwCenMT-Condensed.woff2') format('woff2'),
        url('../fonts/TwCenMT-Condensed.woff') format('woff'),
        url('../fonts/TwCenMT-Condensed.ttf') format('truetype'),
        url('../fonts/TwCenMT-Condensed.svg#TwCenMT-Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.cms-gift-conent {
    max-width: 1000px;
    margin: 0 auto;
}
.cms-gift-title {
  text-align: center;
  margin: 0 auto;
  max-width: 95%;
}
.cms-gift-title .title-1{
  font-size: 130px;
  font-family: 'Bulgatti', sans-serif;
  color: #000;
  font-weight: 400;
}

.cms-gift-title .title-2{
  font-size: 160px;
  font-family: 'Tw Cen MT', sans-serif;
  color: #fff;
  font-weight: normal;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
  /* display: flex; */
}
.cms-gift-wrraper {
    position: relative;
    margin-top: -30px;
    z-index: 1;
}
.cms-gift-wrraper::before,
.cms-gift-wrraper::after {
    content: "";
    position: absolute;
    width: 184px;
    height: 134px;
    background-repeat: no-repeat;
    background-size: contain;
}

.cms-gift-wrraper::before {
  background-image: url('../img/gift-left.png');
  margin-right: 30px;
  left: 22px;
  top: -128px;
  z-index: 1;
}
.cms-gift-wrraper::after {
  background-image: url('../img/gift-right.png');
  right: 29px;
  top: -102px;
  z-index: 1;
}
.cms-gift-row {
    box-shadow: 5px 6px 10px -10px #111;
    border-radius: 20px;
    position: relative;
}

.cms-gift-wrraper .cms-gift-row .price {
  width: 100px;
  background: #c70f13;
  color: #fff;
  letter-spacing: -2px;
  padding: 26px 2px;
  text-align: center;
  line-height: 1.2;
  border-radius: 20px 1px 1px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cms-gift-wrraper .cms-gift-row:nth-child(2n) .price {
  background: linear-gradient(0deg, rgb(43, 40, 40) 35%, rgb(94, 90, 94) 100%);
}
.cms-gift-wrraper .cms-gift-row .label-price {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
}

.cms-gift-row .price-value {
    font-size: 35px;
    font-weight: 500;
}

.cms-gift-row .label-from{
  font-size: 21px;
}
.cms-gift-row:before {
    width: 94%;
    content: "";
    height: 9px;
    background: #3a3837;
    display: block;
    margin: 0 auto 0px;
}
.cms-gift-row:not(:first-child)::before{
  height: 11px;
  background: linear-gradient(0deg, rgb(51, 51, 51) 0%, rgb(87, 86, 86) 35%, rgb(171, 170, 171) 100%);
}
.gift-items-content {
    display: flex;
}
.cms-gift-items {
    max-width: calc(100% - 100px);
}
.cms-gift-items img.mgift_thumb {
    max-width: 132px;
    width: 100%;
}
.cms-gift-items .splide__slide{
  text-align: center;
}
.cms-gift-items .splide__slide:after {
  content: url(../img/separator-yellow.png);
  position: absolute;
  left: 0px;
}
.cms-gift-items .splide__arrow--next {
    right: 0;
}
.cms-gift-items .splide__arrow {
    border-radius: 10px;
}
.price-value{
  position: relative;
}
.price-value span{
  font-size: 18px;
  position: absolute;
}
.cms-gift-items .gp-name{
  font-family: 'Tw Cen MT Condensed', sans-serif;
  color: #c50e12;
  font-size: 20px;
  text-align: center;
}
.md-gift-price-desc, .md-gift-checkout-desc {
  text-align: center;
}
.md-gift-checkout-desc .red{
  color: #da021b;
}
.md-gift-price-desc{
  text-transform: uppercase;
  color: #da021b;
  font-size: 22px;
  margin: 18px 0px 0px;
}
.md-gift-checkout-desc {
  font-weight: bold;
  color: #000;
  font-size: 22px;
}
.md-gift-checkout-desc .md-cart{
  background-image: url('../img/cart.png');
  width: 31px;
  height: 33px;
  display: inline-block;
}
.md-gift-checkout-desc .md-arrow{
  background-image: url('../img/fleche.png');
  width: 35px;
  height: 47px;
  display: inline-block;
  vertical-align: bottom;
}
@media(max-width:880px){
  .cms-gift-title .title-2 {
      font-size: 93px;
  }
  .cms-gift-wrraper::before {
      left: 10px;
      top: -61px;
  }
  .cms-gift-wrraper::before, .cms-gift-wrraper::after {
      width: 102px;
      height: 70px;
  }
  .cms-gift-wrraper::after {
      right: 13px;
      top: -49px;
  }
  .cms-gift-row .price-value {
      font-size: 30px;
      font-weight: 500;
  }
  .cms-gift-wrraper .cms-gift-row .label-price {
      font-size: 20px;
  }

}

@media(max-width:768px){
  .cms-gift-title .title-1 {
      font-size: 50px;
  }

  .cms-gift-title .title-2 {
      font-size: 55px;
  }
  .cms-gift-wrraper {
      margin-top: 0px;
  }

}

@media (max-width: 600px) {
  .cms-gift-wrraper::before, .cms-gift-wrraper::after {
    width: 60px;
    height: 48px;
  }
  .cms-gift-wrraper::before {
    left: 8px;
    top: -37px;
  }
  .cms-gift-title .title-2 {
    font-size: 35px;
  }
  .cms-gift-title .title-1 {
    font-size: 37px;
  }
  .md-gift-price-desc {
    font-size: 15px;
  }
  .md-gift-checkout-desc {
    font-size: 14px;
    line-height: 13px;
  }
  .cms-gift-row:first-child:before {
      width: 100%;
  }
  .cms-gift-wrraper::after {
   right:0px;
  }
  .cms-gift-wrraper::before {
      left: -2px;
  }
  .cms-gift-wrraper .cms-gift-row:first-child .price{
   border-radius: 0px 1px 1px 20px;
  }

  .cms-gift-wrraper .cms-gift-row .label-price {
    font-size: 16px;
  }
  .cms-gift-row .price-value {
    font-size: 22px;
  }
  .price-value span {
      font-size: 14px;
  }
  .cms-gift-wrraper .cms-gift-row .price{
     padding: 15px 2px;
  }
  .cms-gift-items .gp-name {
      font-size: 13px;
  }
  .cms-gift-wrraper .cms-gift-row .price {
    width: 80px;
  }
  .cms-gift-items {
    max-width: calc(100% - 80px);
  }
  .cms-gift-items .splide__arrow {
      border-radius: 5px;
  }
  .cms-gift-items .splide__arrow {
    width: 1.5em;
    height: 1.5em;
  }
  .cms-gift-items .splide__arrow--prev {
      left: 2px;
  }
  .cms-gift-items .splide__slide:after {
    display: none;
  }
  .cms-gift-wrraper::after {
      top: -32px;
  }
  .cms-gift-row .label-from {
    font-size: 17px;
  }
  .cms-gift-items .splide__slide .giftProduct {
      height: 100%;
      display: flex;
      align-items: center;
  }
  .cms-gift-row:before {
    width: 90%;
  }
}
