.variations.style__radio li:hover span.radio_styled,
.variations.style__radio li.is-selected span.radio_styled,
.variations.style__radio li.is-selected-nt span.radio_styled {
    border-color: #56cfe1;
}

.kalles-default-distance > .container,
.type_collection_list > .container,
.kalles-otp-01__featured-collection-2,
.kalles-otp-01__promotion {
    margin: 0 auto 40px !important;
}

.kalles-section_type_featured_blog {
    background-color: #ffffff;
}

    .kalles-section_type_featured_blog > .container {
        margin: 0 auto 85px;
    }

.kalles-otp-01__feature {
    margin: 0 auto 0px;
}

.kalles-otp-01__promotion .nt_promotion h3,
.kalles-otp-01__promotion .nt_promotion h4 {
    color: #ffffff
}

.kalles-otp-01__promotion .nt_promotion > a:after {
    background-color: #000000;
    opacity: 1.0;
    background: linear-gradient( 0deg, rgba(33, 33, 33, 0) 43.38%, rgba(33, 33, 33, 0.63) 100%);
}

.kalles-otp-01__promotion .item__position {
    padding-top: 140.631579%;
}

.kalles-section__type_instagram_shop {
    background-color: #ffffff !important;
}

/* ==========================================================================
*! spin
========================================================================== */
.spin-position__01 {
    transform: translate(-39%, -39%);
    top: 39%;
    left: 39%;
}

.spin-position__02 {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.spin-position__03 {
    transform: translate(-67%, -32%);
    top: 32%;
    left: 67%
}

.spin-position__04 {
    transform: translate(-44%, -98%);
    top: 98%;
    left: 44%
}

.spin-position__05 {
    transform: translate(-79%, -28%);
    top: 28%;
    left: 79%
}

.spin-position__06 {
    transform: translate(-48%, -66%);
    top: 66%;
    left: 48%
}

.spin-position__07 {
    transform: translate(-42%, -66%);
    top: 66%;
    left: 42%
}

.spin-position__08 {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.spin-position__09 {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

/* ==========================================================================
*! shipping info
========================================================================== */
.kalles-section__type_shipping {
    background-color: #ffffff !important;
}

    .kalles-section__type_shipping > .container {
        margin: 50px auto 0;
    }

    .kalles-section__type_shipping .use_border_true .nt_shipping:after {
        border-color: #dddddd
    }

    .kalles-section__type_shipping .icon {
        color: #9e9e9e
    }

    .kalles-section__type_shipping .content {
        color: #878787
    }

        .kalles-section__type_shipping .content h3 {
            color: #222222;
            font-family: 'Alegreya Sans', sans-serif;
        }

/* ==========================================================================
* age verify section
========================================================================== */
.popup_age_wrap {
    position: relative;
    overflow: hidden;
    margin: 30px auto;
    padding: 30px;
    width: 100%;
    max-width: 700px;
    background-color: #ffffff;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .popup_age_wrap:before {
        content: '';
        opacity: 0.28;
        position: absolute;
        background: #fff;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 40;
        pointer-events: none;
    }

    .popup_age_wrap.mfp-with-anim.tc > * {
        position: relative;
        z-index: 50;
    }

    .popup_age_wrap h4 {
        color: #fff;
        font-weight: 500;
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 20px;
    }

.age_verify_buttons {
    margin-top: 25px;
    margin-bottom: -10px;
}

    .age_verify_buttons > a {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        padding: 12px 20px;
        font-weight: 500;
        text-transform: uppercase;
        background-color: #fff;
        color: #999;
        display: inline-block;
        transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    }

        .age_verify_buttons > a.age_verify_allowed {
            color: #fff;
            background-color: #007e91;
        }

        .age_verify_buttons > a:hover {
            background-color: #f6f6f8;
        }

        .age_verify_buttons > a.age_verify_allowed:hover {
            background-color: #035f6d;
        }

.age_date_of_birth {
    margin: 0;
}

    .age_date_of_birth > .col-12 {
        padding-left: 0px;
        padding-right: 15px;
    }

    .age_date_of_birth select {
        margin-bottom: 10px;
        color: #222;
        border: 0;
        background-color: #fff;
        text-align: center;
        border-radius: 2px;
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
    }

.active_forbidden .age_verify_txt,
.active_forbidden .age_date_of_birth,
.active_forbidden .age_verify_buttons {
    display: none
}

.age_verify_txt_error {
    -webkit-animation: ani-fadeIn .6s ease;
    animation: ani-fadeIn .6s ease;
}

.active_forbidden .age_verify_txt_error {
    display: block
}

@media (min-width: 768px) {
    .popup_age_wrap {
        padding: 0px;
    }
}

/* ==========================================================================
*! footer
========================================================================== */
.footer__top a:hover {
    color: #FF9800;
}

.footer__top .signup-newsletter-form, .footer__top .signup-newsletter-form input.input-text {
    background-color: transparent;
}

    .footer__top .signup-newsletter-form input.input-text {
        color: #878787
    }

    .footer__top .signup-newsletter-form .submit-btn {
        background-color: #222222
    }

.footer__top .widget-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
    text-transform: capitalize;
}

.footer__top a:not(:hover) {
    color: #e5e5e5;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
}

.footer__top .signup-newsletter-form {
    border-color: #878787
}

.footer__top .nt_bg_overlay:after {
    background-color: #000000;
    opacity: 0.0
}

.footer__top_wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    color: #dfdfdf;
    background: #007d42 url(../../assets/footer.png);
    background-size: contain;
    padding: 40px 0 123px;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}
/*.footer__top_wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    color: #dfdfdf;
    background: url(../../assets/footer.png);
    background-size: cover;
    padding: 40px 0 20px;
    background-position: center;
    position:relative;
}*/
/*  .footer__top_wrap:before {
        content:"";

        background: url(../../assets/flower.png);
    }*/
.footer__bot_wrap a:hover {
    color: #56cfe1;
    line-height: 30px;
}

.footer__bot_wrap {
    background-color: #2e2e2e;
    color: #ffffff;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 17px;
    padding: 5px;
}

.footer__bot a:not(:hover) {
    color: #FFC107;
    line-height: 30px;
}

.header__mid .css_h_se {
    min-height: 38px;
}

.nt_menu > li > a {
    padding: 8px 10px;
    text-transform: uppercase;
}

.tp_se_cdt3 {
    /*background: url(../../assets/bga.png);*/
    background: #fff;
    background-size: cover;
    padding: 60px 0 60px;
    background-position: center;
}

.tp_se_cdt2 {
    background: #f2ece3;
    background-size: contain;
    padding: 40px 0 40px;
    display: none;
}


.tp_se_cdt4 {
    padding-top: 60px;
    padding-bottom: 40px;
}


.nmm {
    margin: 0px
}

.popup {
    text-align: left;
    padding: 40px 29px 40px;
    background: #2b4f86;
}

.fixcl-scroll-content {
    padding: 52px 0 4px;
    font-family: 'Alegreya Sans', sans-serif;
    color: black;
    letter-spacing: 1px;
}

.kl {
    margin-top: 64px;
}


@media only screen and (max-width: 767px) {

    .popup {
        text-align: left;
        padding: 40px 29px 40px;
        background: #584730;
        display: none;
    }



    .kalles-default-distance > .container,
    .type_collection_list > .container,
    .kalles-section_type_featured_blog > .container,
    .kalles-otp-01__feature,
    .kalles-otp-01__featured-collection-2,
    .kalles-otp-01__promotion {
        margin: 0 auto 60px !important;
    }
}



@keyframes glowing {
    0% {
        background-color: #2196f3;
        box-shadow: 0 0 3px #03a9f4d9;
    }

    50% {
        background-color: #228b22;
        box-shadow: 0 0 40px #6ec972;
    }

    100% {
        background-color: #2196f3;
        box-shadow: 0 0 3px #03a9f4d9;
    }
}
