.selectize-control.form-control {
    border: 0;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
}

.selectize-dropdown.form-control {
    height: auto;
    width: auto;
}

.selectize-control.form-control .selectize-input:after {
    content: '' !important;
}

.font-error {
    color: #C68D7F;
}

.styler-form-input {
    display: none !important;
}


.popup-window-close-icon:after {
    display: block;
    position: absolute;
    top: 70%;
    left: 0;
    -webkit-transform: translate3d(-70%, -30%, 0);
    transform: translate3d(-70%, -30%, 0);
    width: 15px;
    height: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNzg3IDFMNSAzLjc4NyAyLjIxMyAxIDEgMi4yMTMgMy43ODcgNSAxIDcuNzg3IDIuMjEzIDkgNSA2LjIxMyA3Ljc4NyA5IDkgNy43ODcgNi4yMTMgNSA5IDIuMjEzIiBmaWxsPSIjOTk5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
}

.menu-popup .menu-popup-item {
    background-color: transparent;
    display: block;
    cursor: pointer;
    height: 36px;
    position: relative;
    text-decoration: none;
    outline: none;
    white-space: nowrap;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.ins-catalog-top-banner {
    margin: 0 auto 20px;
    padding: 10px 0;
    font-family: OpiumNewWebNormal, Circe;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    text-align: center;
}

.ins-catalog-top-banner__title {
    font-size: 27px;
    line-height: 140%;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.ins-catalog-top-banner__desc {
    font-size: 16px;
}

@media (min-width: 426px) {
    .ins-catalog-top-banner {
        margin: 10px auto 40px;
        padding: 20px 0;
    }

    .ins-catalog-top-banner__title {
        font-size: 40px;
    }
}
.gifts-section-description {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #BF9B91;
}
