.newsletter-popup {
    max-width: 590px;
    width:100%;
    padding: 0;
    border: 0;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    position: relative;
    background-color: #fff;
    display:none;
}

.newsletter-popup.open {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 10vh;
    z-index: 701;
}

.newsletter-popup .close-popup {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background: none;
    border: 0;
    position: absolute;
    right: 0;
    padding: 0;
    top: -20px;
}
.newsletter-popup .close-popup i {
    font-size: 8px;
    margin-left: 3px;
}
.white-popup {
    background-color: #fff;
}
.banner-newsletter {
    float: left;
    width: 270px;
}
.kt-popup-newsletter {
    position: relative;
    overflow: hidden;
    padding: 40px 50px;
    text-align: center;
}
.popup-title h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #666;
    font-weight: bold;
    margin-top:0;
}
.popup-title .notice {
    font-size: 14px;
    text-transform: uppercase;
}
.popup-title .primary {
    font-size: 17px;
    color: #666;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 300;
}
.newsletter-popup input {
    width: 100%;
    height: 54px;
    border-color: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    padding: 10px 10px;
}
.newsletter-popup button#subscribe {
    width: 100%;
    background-color: #afc983;
    height: 50px;
    margin: 10px 0;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    border: none;
    text-transform: uppercase;
}

.newsletter-popup button#subscribe:hover, .newsletter-popup button#subscribe:focus {
    background-color: #9fb973;
}

.newsletter-mask {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 700;
    display: none;
}
.newsletter-mask.open {
    display:block;
}
.newsletter-popup .group-inputs {
    margin-bottom:10px;
}

.newsletter-popup .error {
    color:#f56b6b;
}

.newsletter-popup .success {
    color:#3dc13b;
}

@media (max-width: 767px) {
    .newsletter-popup .close-popup {
        right: 5px;
    }
}

@media (max-width: 1337px) {
}

.nav.navbar-nav .dropdown-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.nav.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.nav.navbar-nav .dropdown-menu{
    max-height: 28em;
    overflow-y: auto;
    overflow-x: hidden;
}

#product-product #product div a img,
#product-product #product .tab-content #tab-description iframe{
    width: 100%;
}