/*button*/
.button-gift {
    padding: 8.64px;
    display: flex;
    border-radius: 11px;
    border: 1px solid #6747E5;
    width: 100%;
}
.button-gift .button-gift-text {
    flex: 1 1 auto;
    text-align: center;
}
.button-gift .button-gift-text p:first-child {
    font-family: 'SF Pro Rounded';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.434118px;
    color: #6747E5;
    margin-bottom: 4px;
}
.swiper-pagination-bullet-active {
    background: #6747E5 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet {
    width: 25px;
    height: 8px;
    border-radius: 10px;
    opacity: 0.4;
    background: #ffffff;
}
#offerDetails .swiper-pagination {
    left: 50%;
    transform: translate(-50%, 0);
}
#offerImageSlider .swiper-button-next, #offerImageSlider .swiper-button-prev {
    cursor: pointer;
    display: block;
    opacity: 0.7;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all .12s ease-out;
    background: #e8e8e8 url("/images/arrow-none-new-rigth.svg") center center no-repeat;
}
#offerImageSlider {
    border-radius: 10px;
}
#offerImageSlider .swiper-button-prev {
    background: #e8e8e8 url(/images/arrow-none-new-left.svg) center center no-repeat;
}
#offerImageSlider .swiper-button-next:after {
    display: none!important;
}

#statisticsButton {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    margin: 0;
    left: 10px;
    cursor: pointer;
}
.button-gift .button-gift-text p:last-child {
    font-family: 'SF Pro Rounded';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.434118px;
    color: #686868;
}
.button-gift .new {
    height: 20px;
    width: 31px;
    padding: 5px;
    background: #FDAA03;
    border-radius: 6px;
    font-family: 'SF Pro Rounded';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    letter-spacing: -0.434118px;
    text-transform: uppercase;
    color: #FFFFFF;
}
a.button-gift:hover {
    border-bottom-color: #6747E5;
}

/*modal*/
.modal-gift {
    font-family: 'SF Pro Rounded';
}
.modal-gift .modal-content {
    border: none !important;
    border-radius: 12px;
}
.modal-gift .modal-header .close {
    padding: 1rem 1.3rem!important;
    font-size: 1.3rem;
    font-weight: normal;
    opacity: 1;
}
.modal-gift .modal-header {
    border: none;
}
.modal-gift .modal-body {
    padding-top: 0!important;
}
.modal-gift .modal-title {
    font-weight: 700;
    font-size: 20px;
}
#choiceGiftModal .modal-choice-buttons a{
    text-decoration: none;
    color: #FFFFFF;
}
#choiceGiftModal .modal-choice-buttons a:hover {
    background-color: rgb(143, 93, 238);
    transition-duration: 0.3s;
}
#choiceGiftModal .modal-choice {
    background: #6747E5;
    border-radius: 14px;
    padding: 13px 3px 21px 3px;
}
#choiceGiftModal .choice-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFFFFF;
}
#choiceGiftModal .choice-icon span {
    font-size: 24px;
    line-height: 40px;
}
#choiceGiftModal .choice-text {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
}
#choiceGiftModal .modal-choice-myself-btn {
    background: #6747E5;
    border-radius: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
}
@media (min-width: 576px){
    .modal-gift .modal-dialog {
        max-width: 544px!important;
    }
    #choiceGiftModal .modal-dialog {
        margin: 105px auto;
    }
}
@media (max-width: 570px){
    .modal-gift .modal-title {
        margin-top: 15px;
    }
}
#giftMassage {
     height: 10rem;
     resize: none;
 }
#massageGiftModal .modal-subtitle {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
#massageGiftModal .modal-gift-massage {
    padding-right: 3rem;
}
#massageGiftModal .massage-patterns a {
    padding: 10px 18px;
    border-radius: 23px;
    margin-right: 6px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #000000;
}
#massageGiftModal .gift-modal-btn {
    padding: 0 7rem;
}
.m-purple {
    background-color: #F5EFFF;
}
.m-blue {
    background-color: #EFF9FF;
}
.m-orange {
    background-color: #FFEFEF;
}
#confirmGiftModal .confirm-gift--img {
    width: 100%;
    height: 164px !important;
    background-color: #ffffff;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#confirmGiftModal .confirm-container {
    padding: 0 6rem 0 6rem;
}
.fw-400 {
    font-weight: 400!important;
}
.fw-600 {
    font-weight: 600!important;
}
.gift-modal-btn {
    padding: 0 4.5rem;
}
.gift-modal-btn a{
    background: #6747E5;
    border-radius: 14px;
    color: #FFFFFF !important;
    text-decoration: none;
}
#giftCertificateBtn {
    line-height: 16px;
}
#giftCertificateBtn span {
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}
.gift-modal-btn a:hover {
    background-color: rgb(143, 93, 238);
    text-decoration: none;
    color: #FFFFFF;
    transition-duration: 0.3s;
}
.swiper-slide iframe {
    width: 100%;
    height: 365px;
    border: 0;
    border-radius: 10px;
}
.swiper-slide img {
    border-radius: 10px;
}
@media screen and (max-width: 600px) {
    .swiper-slide iframe {
        height:61.7vw !important;
    }
}
@media screen and (max-width: 1200px) {
    .swiper-slide iframe {
        height: 326px;
    }
}
@media screen and (min-width: 1600px) {
    .swiper-slide iframe {
        height: 389px;
    }
}



