/* SHOP */

.products-grid .product-item-info .product-item-details .product-item-name a {
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: din-2014, sans-serif !important;
    font-style: normal !important; 
}

/* MODAL */

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.checkout-index-index .modal-popup.agreements-modal .modal-content {
    box-shadow: none;
    padding: 10px !important;
}

.modal-popup .modal-inner-wrap {
    width: 90% !important;
    margin: auto !important;
}

.modal-popup._show {
    visibility: visible;
    z-index: 999 !important;
    background-color: rgb(0,0,0,0.6);
}

.modal-popup .modal-inner-wrap {
    border-radius: 8px !important;
}

.modal-popup .action-close {
    font-weight: 600 !important;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    left:15px !important;
    right:auto !important;
    top: 15px !important;
}

.modal-popup .action-close:before {
    color: #666 !important;
    content: 'x' !important;
    font-size: 16px !important;
    background-color: #eee !important;
    border: none !important;
    font-family: forma-djr-deck, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important; 
    padding-top: 4px !important;
}

/* SUB-NAVIGATION */

.cat-text-overlay {
    position: absolute;
    top:20px;
    left:80px
}

.cat-text-overlay-mobile {
    position: absolute;
    top:10px;
    left:30px
}

.product-main-category {
    font-size: 24px !important;
    font-family: din-2014, sans-serif !important;
    font-weight: 600 !important;
}

div.product-category-list {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.product-submenu {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    border: 1px solid #ddd;
    display: inline-block;
    background-color: #eee;
}

/* SUB-NAVIGATION 2023 */

.back-button {
    color: #333!important;
    position: absolute;
    top: 30px;
    left: 20px;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div.product-category-list-2023 {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.product-submenu-2023 {
    float:left;
}

.product-name-bottom-2023 {
    font-size: 12px;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    text-align:center;
}

@media (min-width: 990px) and (max-width: 1200px) {
    .product-name-bottom-2023 {
        font-size: 9px;
        font-family: din-2014, sans-serif;
        font-weight: 400;
        text-align:center;
    }
}

.category-image-scroll {
    aspect-ratio: 3/2;
    width: 99px;
    height: auto;
}

.sub-nav-nohrd {
    display: inline-flex;
}

.sub-nav-nohrd li {
    margin-right:10px;
}
@media (max-width: 1200px) {
.sub-nav-nohrd li {
    margin-right:2px;
    }
}

.sub-nav-nohrd li:not(:first-child):before {
    content: " | ";
    margin-right: 5px;
    color:black;
    font-weight: 400 !important;
}
@media (max-width: 1200px) {
.sub-nav-nohrd li:not(:first-child):before {
    content: " | ";
    margin-right: 1px;
    color:black;
    font-weight: 400 !important;
    }
}

.sub-nav-nohrd li a {
    font-size:16px;
}
@media (max-width: 1200px) {
    .sub-nav-nohrd li a {
        font-size:16px;
    }
}

.sub-nav-shop {
    display: inline-flex;
    position: relative;
    top:-40px;
}

.sub-nav-shop li {
    margin-right:10px;
}
@media (max-width: 1200px) {
.sub-nav-shop li {
    margin-right:16px;
    }
}
@media (max-width: 360px) {
    .sub-nav-shop li {
        margin-right:8px;
        }
    }

.sub-nav-shop li a {
    font-size:16px;
    border:none;
    background-color: #2B3D44;
    color:white !important;
    border-radius: 5px;
    padding: 10px;
}
@media (max-width: 1200px) and (min-width: 360px) {
    .sub-nav-shop li a {
        font-size:14px;
        border:none;
        border-radius: 5px;
        background-color: #2B3D44;
        color:white !important;
        padding: 10px;
    }
}
@media (max-width: 360px) {
    .sub-nav-shop li a {
        font-size:11px;
        border:none;
        background-color: #2B3D44;
        color:white !important;
        border-radius: 5px;
        padding: 10px;
    }
}

.toolbar .form-item-select {
    display: inline-block;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.toolbar .modes .modes-mode {
    display: block;
    padding: 0 25px;
    height: 40px;
    border: 1px solid #ddd;
    color: #ddd;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.toolbar .sorter .sorter-action {
    margin-left: 7px;
    display: block;
    height: 40px;
    border: 1px solid #ddd;
    color: #bcbcbc;
    text-align: center;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius:5px !important;
}


/* HEADINGS */

.tech-details-head {
    color: #000;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    margin-top: 15px;
}

@media (max-width: 1200px) {
.tech-details-head {
    color: #000;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    margin-top: 15px;
}
}

.h3-category {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 20px;
    color: black;
}

.footer-heading {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: black;
}

.body-text-head {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    color: black;
    font-size:21px;
    padding: 20px 0px 15px 0px;
    text-transform: uppercase;
}

.title-head {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    color: #1A1A1A;
    line-height:1.2em;
    font-size:50px;
    padding: 70px 0px 0px 0px;
    text-transform: uppercase;
}
@media (max-width: 2000px) {
    .title-head {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    color: #1A1A1A;
    line-height:1.2em;
    font-size:40px;
    padding: 50px 0px 0px 0px;
    text-transform: uppercase;
}
}
@media (max-width: 1700px) {
    .title-head {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    color: #1A1A1A;
    line-height:1.2em;
    font-size:22px;
    padding: 40px 0px 0px 0px;
    text-transform: uppercase;
}
}
@media (max-width: 990px) {
    .title-head {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    color: #1A1A1A;
    line-height:1.2em;
    font-size:30px;
    padding: 150px 0px 0px 0px;
    text-transform: uppercase;
}
}
@media (max-width: 720px) {
    .title-head {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    color: #1A1A1A;
    line-height:1.2em;
    font-size:22px;
    padding: 150px 0px 0px 0px;
    text-transform: uppercase;
}
}
@media (max-width: 990px) {
    .title-head-1 {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 2px;
    color: #1A1A1A;
    line-height:1.2em;
    font-size:30px;
    padding: 80px 0px 0px 0px;
    text-transform: uppercase;
}
}
@media (max-width: 720px) {
    .title-head-1 {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 2px;
    color: #1A1A1A;
    line-height:1.2em;
    font-size:22px;
    padding: 50px 0px 0px 0px;
    text-transform: uppercase;
}
}

.adv-head {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1A1A1A;
    margin-top: 10px !important;
    font-size: 14px !important;
}

.adv-subhead {
    font-family: din-2014, sans-serif;
    font-weight: 200;
    font-style: normal;
    margin-top: -15px;
    color: #666 !important;
}

.h2-head {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #1A1A1A;
    line-height:1.2em;
    font-size:50px;
    padding: 70px 0px 5px 0px;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
.h2-head {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #1A1A1A;
    line-height:1.2em;
    font-size:32px;
    padding: 70px 0px 5px 0px;
    text-transform: uppercase;
    font-display: optional;
}
}
.h2-subhead {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    color: #999;
    line-height:1.2em;
    font-size:20px;
    padding: 5px 0px 70px 0px;
}
@media (max-width: 1200px) {
.h2-subhead {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    color: #999;
    line-height:1.2em;
    font-size:16px;
    padding: 5px 0px 70px 0px;
}
}

.h2-head-white {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #fff;
    line-height:1.2em;
    font-size:50px;
    padding: 70px 0px 5px 0px;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
.h2-head-white {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #fff;
    line-height:1.2em;
    font-size:32px;
    padding: 70px 0px 5px 0px;
    text-transform: uppercase;
    font-display: optional;
}
}
.h2-subhead-white {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    color: #fff;
    line-height:1.2em;
    font-size:20px;
    padding: 5px 0px 70px 0px;
}
@media (max-width: 1200px) {
.h2-subhead-white {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    color: #fff;
    line-height:1.2em;
    font-size:16px;
    padding: 5px 0px 70px 0px;
}
}

.blue-box-head {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #DBCFBF;
    line-height:1.2em;
    font-size:40px;
    margin-bottom: 20px;
}
@media (max-width: 1200px) {
.blue-box-head {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #DBCFBF;
    line-height:1.2em;
    font-size:30px;
    margin-bottom: 10px;
}
}

.slider-head-right {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: black;
    line-height:1.2em;
    font-size:30px;
}
@media (max-width: 1200px) {
.slider-head-right {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: black;
    line-height:1.2em;
    font-size:28px;
}
}

.frame-head-right {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    color: black;
    line-height:1.2em;
    font-size:30px;
    text-transform: uppercase;
}
@media (max-width: 1200px) {
.frame-head-right {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    color: black;
    line-height:1.2em;
    font-size:28px;
    text-transform: uppercase;
}
}

.slider-pre-head {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #DBCFBF;
}

.frame-pre-head {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #DBCFBF;
}

.quote-pre-head {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 10px;
    color: #000;
}

/* TEXTS */

.tech-details {
    color: #000;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
@media (max-width: 1200px) {
.tech-details {
    color: #000;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}
}

.h4-flag-caption {
    color: #000;
    font-family: din-2014, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 25px;
}

.h4-product-caption {
    color: #000;
    font-family: din-2014, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    text-align: center;
}
.shop-product-name-overlay {
    position: relative;
    bottom: 0px;
    background-color: #eee;
    color:black;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    left: 0px;
    height: 40px;
    width: 100%;
    padding-top:8px;
    border: 1px solid #ddd;
}

.shop-product-name {
    color: #000;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.shop-product-name:hover {
    color: var(--main-color);
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.shop-category-name {
    color: #000;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.shop-overview {
    padding: 5px 0px 5px 0px;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.footer .middle-footer a {
    color: #000 !important;
    font-family: din-2014, sans-serif !important;
    font-weight: 200 !important;
    font-style: normal !important;
}

.intro-text {
    font-family: din-2014, sans-serif !important;
    font-weight: 200 !important;
    font-style: normal !important;
    color: black !important;
    font-size:24px !important;
    line-height: 1.6em !important;
}
@media (max-width: 1200px) {
.intro-text {
    font-family: din-2014, sans-serif !important;
    font-weight: 200 !important;
    font-style: normal !important;
    color: black !important;
    font: size 20px !important;
    line-height: 1.4em !important;
}
}

.intro-text-white {
    font-family: din-2014, sans-serif !important;
    font-weight: 200 !important;
    font-style: normal !important;
    color: white !important;
    font-size:24px !important;
    line-height: 1.6em !important;
}
@media (max-width: 1200px) {
.intro-text-white {
    font-family: din-2014, sans-serif !important;
    font-weight: 200 !important;
    font-style: normal !important;
    color: white !important;
    font: size 20px !important;
    line-height: 1.4em !important;
}
}

.quote-text {
    font-family: din-2014, sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    color: black !important;
    font-size: 16px !important;
    line-height: 1.4em !important;
}
@media (max-width: 1200px) {
.quote-text {
    font-family: din-2014, sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    color: black !important;
    font: size 12px !important;
    line-height: 1.1em !important;
}
}

.body-text {
    font-family: din-2014, sans-serif !important;
    font-weight: 200 !important;
    font-style: normal !important;
    color: black !important;
    font-size:17px !important;
}

.image-caption {
    font-family: din-2014, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: black;
    padding-top:5px;
    font-size:14px;
}

.slider-text-right {
    font-family: din-2014, sans-serif;
    font-weight: 100;
    font-style: normal;
    color: black;
    padding-top:20px;
    line-height: 2em;
    font-size:20px;
}
@media (max-width: 1200px) {
.slider-text-right {
    font-family: din-2014, sans-serif;
    font-weight: 100;
    font-style: normal;
    padding-top:20px;
    color: black;
    line-height: 2em;
    font-size:16px;
}
}

.slider-text-right-small {
    font-family: din-2014, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: black;
    padding-top:20px;
    line-height:1.5em;
    font-size:12px;
}
@media (max-width: 1200px) {
.slider-text-right-small {
    font-family: din-2014, sans-serif;
    font-weight: 200;
    font-style: normal;
    padding-top:20px;
    color: black;
    line-height:1.5em;
    font-size:12px;
}
}

.frame-text-right {
    font-family: din-2014, sans-serif;
    font-weight: 100;
    font-style: normal;
    color: black;
    padding-top:20px;
    line-height: 2em;
    font-size:20px;
}
@media (max-width: 1200px) {
.frame-text-right {
    font-family: din-2014, sans-serif;
    font-weight: 100;
    font-style: normal;
    padding-top:20px;
    color: black;
    line-height: 2em;
    font-size:16px;
}
}

.blue-box-text {
    font-family: din-2014, sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #DBCFBF;
    font-size:20px;
}
@media (max-width: 1200px) {
.blue-box-text {
    font-family: din-2014, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #DBCFBF;
    font-size:14px;
}
}

.image-content-overlay {
    position: absolute;
    width:100%;
    margin-top:10%;
    padding-left:10%;
    padding-right:10%;
    text-align: center;
}

.image-head-black {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 2px;
    color:black;
    line-height: 1.2em;
}
@media (max-width: 1200px) {
.image-head-black {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 2px;
    color:black;
    line-height: 1.2em;
}
}
.image-text-black {
    font-family: din-2014, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:14px;
    line-height: 1.2em;
    color:black;
}

.image-head-white {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 2px;
    color:white;
    line-height: 1.2em;
}

/* FONTS */

.forma-thin {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 200;
    font-style: normal;
}

.forma-light {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.forma-regular {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.forma-bold {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.din-regular {
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.din-light {
    font-family: din-2014, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.din-bold {
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.middle-header-content-nohrd {
    background-color: white;
    padding-top:10px;
}

/* ICONS */

@media (min-width: 720px) {
.icon-service .icon2 {
    color: black;
    font-size: 36px;
    display: table-cell;
    vertical-align: top;
    width: 1%;
    padding-right: 0px !important;
    line-height: 100%;
}
}
@media (max-width: 720px) {
.icon-service .icon2 {
    font-size: 18px !important;
    display: table-cell;
}
}

/* IMAGES */

.image-1-1 {
    aspect-ratio: 1/1;
    width:100%;
    height: auto;
}
.image-2-1 {
    aspect-ratio: 2/1;
    width:100%;
    height: auto;
}
.image-3-2 {
    aspect-ratio: 3/2;
    width:100%;
    height: auto;
}
.image-4-1 {
    aspect-ratio: 4/1;
    width:100%;
    height: auto;
}
.image-4-5 {
    aspect-ratio: 4/5;
    width:100%;
    height: auto;
}
.image-16-5 {
    aspect-ratio: 16/5;
    width:100%;
    height: auto;
}
.image-16-7 {
    aspect-ratio: 16/7;
    width:100%;
    height: auto;
}
.image-16-9 {
    aspect-ratio: 16/9;
    width:100%;
    height: auto;
}

.image-9-18 {
    aspect-ratio: 9/18;
    width:100%;
    height: auto;
}

.image-21-9 {
    aspect-ratio: 21/9;
    width:100%;
    height: auto;
}

/* Swatch images product page */

.product-info-main .swatch-option {
    border: 1px solid #ddd;
    width: 40px !important;
    height: 40px !important;
    background-size: contain !important;
}


/* Logo devider */

.or-divider-thin {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 8px;
	margin: 40px 0px 40px 0px;
  }
  .or-divider-thin::before{
	content: '';
	height: 1px;
	background: black;
	flex: 1;
	margin: 0 .25em 0 0;
  }
  .or-divider-thin::after{
	content: '';
	height: 1px;
	background: black;
	flex: 1;
	margin: 0 0 0 .25em;
  }

  .or-divider-thin-white{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 8px;
	color:white;
	margin: 40px 0px 40px 0px;
  }
  .or-divider-thin-white::before{
	content: '';
	height: .125em;
	background: white;
	flex: 1;
	margin: 0 .25em 0 0;
  }
  .or-divider-thin-white::after{
	content: '';
	height: .125em;
	background: white;
	flex: 1;
	margin: 0 0 0 .25em;
  }

/* BUTTONS */

.frame-box .btn-next {
    background-color: #DBCFBF !important;
    font-family: din-2014, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: black !important;
    border-radius: 2px !important;    
    padding-top: 3px !important;
    border:0px !important;
    margin:20px 0px 20px 0px;
}

.frame-box .btn-next:hover {
    background-color: #DBCFBF !important;
    font-family: din-2014, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: #999 !important;
    border-radius: 2px !important;    
    padding-top: 3px !important;
    border:0px !important;
    margin:20px 0px 20px 0px;
}

.frame-box .btn-success {
    background-color: var(--main-color) !important;
    font-family: din-2014, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: black !important;
    border-radius: 2px !important;    
    padding-top: 3px !important;
    border:0px !important;
    margin:20px 0px 20px 0px;
}

.frame-box .btn-success:hover {
    background-color: var(--main-color) !important;
    font-family: din-2014, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: #fff !important;
    border-radius: 2px !important;    
    padding-top: 3px !important;
    border:0px !important;
    margin:20px 0px 20px 0px;
}


.blue-box-right .btn-next {
    background-color: #DBCFBF !important;
    font-family: din-2014, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: black !important;
    border-radius: 2px !important;    
    padding-top: 3px !important;
    border:0px !important;
    margin:20px 0px 20px 0px;
}

.blue-box-right .btn-next:hover {
    background-color: #DBCFBF !important;
    font-family: din-2014, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: #999 !important;
    border-radius: 2px !important;    
    padding-top: 3px !important;
    border:0px !important;
    margin:20px 0px 20px 0px;
}

.slider-box .btn-next {
    background-color: var(--main-color) !important;
    font-family: din-2014, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: white !important;
    border-radius: 2px !important;    
    padding-top: 3px !important;
    border:0px !important;
    margin:20px 0px 20px 0px;
}

.slider-box .btn-next:hover {
    background-color: var(--main-color) !important;
    font-family: din-2014, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: #ddd !important;
    border-radius: 2px !important;    
    padding-top: 3px !important;
    border:0px !important;
    margin:20px 0px 20px 0px;
}

.btn-more {
    background-color: #1A1A1A !important;
    font-family: din-2014, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: white !important;
    border-radius: 2px !important;    
    padding-top: 3px !important;
    border:0px !important;
}

.btn-more:hover {
    color: var(--main-color) !important;
}

.btn-submenu {
    width:100%;
    background-color: none;
    color: black;
    border-radius: 0px;
    box-shadow: none;
}

.btn-shop {
    background-color: var(--main-color) !important;
    border-radius: 2px !important;    
    padding: 5px 10px 5px 10px !important;
    border:0px !important;
    position: absolute;
    right:0px;
    color: white !important;
}

@media (max-width: 1200px) {
.btn-shop {
    background-color: var(--main-color) !important;
    border-radius: 2px !important;    
    border:0px !important;
    margin-top: -5px;
    padding: 5px 10px 5px 10px !important;
    height: 34px !important;
}
}

.shop-text {
    font-family: din-2014, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase !important;
    padding: 0px 10px 0px 10px !important;
    color: white !important;
    font-size: 16px !important;
}

.btn-dropdown-submenu {
    background-color: white !important;
    padding: 3px 5px 2px 5px !important;
    border-radius: 0px !important;
    border: none !important;
}

.btn-dropdown-submenu:hover {
    background-color:white !important;
    color:black !important;
    padding: 3px 5px 2px 5px !important;
    border-radius: 0px !important;
    border:none !important;
}

.btn-dropdown-submenu span {
    color:black !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

.btn-dropdown-submenu:hover {
    color:black !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    text-transform: none !important;
}

/* DROPDOWN / MENU */

.level0 {
    font-family: din-2014, sans-serif !important;
    font-weight: 400 !important;
}

.menu-cat-heading {
    position: relative;
    color:black;
    left:-15px;
    padding-left: 10px;
    padding-top:3px;
    text-transform: uppercase;
    
}

.menu-left-padding {
    position: relative !important;
    padding-left:15px !important;
    margin-bottom: 15px;
}

@media (max-width: 1800px) {
.menu-left-padding {
    position: relative !important;
    padding-left:15px !important;
    margin-bottom: 0px;
}
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul li > a {
    padding: 2px 0px 0px 0px !important;
}

@media (max-width: 1199px) {
    .header:not(.header6):not(.header7) .nav-main-menu li > a {
        padding-right: 40px;
        border-bottom: 1px solid #ddd;
        display: block;
        padding: 10px 15px !important;
        color: #575757;
        font-size: 14px;
        line-height: 3em !important;
      }
}

@media (max-width: 1199px) {
.header:not(.header6):not(.header7) .nav-main-menu li > a + .toggle-menu {
    width: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 45px;
    top: 0;
    padding-top: 10px;
}
}

.nav-menu-heading {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500 !important;
    font-style: normal;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    color:black !important;
    text-transform: uppercase !important;
}

.menu-names {
    position: relative;
    top:-5px;
    margin-left:20px;
    display: inline-grid;
    line-height: 2.5em;
}

.level1:hover .menu-names > span {
    color: var(--main-color) !important;
}

.menu-border {
    border-bottom: 1px solid #eee;
    padding-bottom: 2px;
    margin-right: 10px;
}

.menu-product-name {
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color:black;
}

.menu-product-type {
    font-family: din-2014, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color:grey;
    margin-top:-15px;
}

.dropdown-wrapper {
    position: absolute;
    z-index:1;
    left:0;
    right:0;
    width:100%;
    padding:0;
}

.dropdown-submenu {
    position: relative;
    width: 100%;
    border-bottom: none !important;
    border-radius: 0px !important;
    opacity: 0.99;
    margin-top: -1px !important;
    border: none !important;
}

.dropdown-submenu li {
    border-bottom: 1px solid #eee;
    width: 100%;
    min-height: 40px;
}

.dropdown-submenu li:hover {
    width: 100% !important;
    min-height: 40px !important;
}

.dropdown-submenu li a {
    padding: 10px 0px 7px 10px !important;
    height: 40px !important;
}

.category-details-subhead {
    background-color: #eee;
    max-height: 30px;
    margin-bottom:5px;
    position: relative;
    z-index: 400;
}

/* DIVS */

.cat-shop-menu {
    background-color: #eee;
}

.tech-back {
    background-color: #eee;
    border-radius: 5px;
    padding: 25px 10px 10px 10px;
    margin-bottom: 30px;
}

.overlay {
    position: absolute;
    left:0;
    right:0;
    top:0;
}

.video-container {
    width: 100%;
    height: 100%
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-header {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h2-video-head {
    position: relative;
    z-index: 10;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 5px;
    color: white;
    line-height:1.2em;
    font-size:50px;
    padding: 70px 0px 5px 0px;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
.h2-video-head {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 3px;
    color: white;
    line-height:1.2em;
    font-size:20px;
    padding: 70px 0px 5px 0px;
    text-transform: uppercase;
    font-display: optional;
}
}
.h2-video-subhead {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    color: white;
    line-height:1.2em;
    font-size:20px;
    padding: 5px 0px 70px 0px;
}
@media (max-width: 1200px) {
.h2-video-subhead {
    position: relative;
    z-index: 10;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    color: white;
    line-height:1.2em;
    font-size:12px;
    padding: 5px 0px 70px 0px;
}
}
#showreel:before {
    content: "";
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0px;
    background:linear-gradient(to bottom,rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.6));
  }

.blue-box {
    background-color: #2B3D44;
    padding: 0px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-bottom: 50px;
    margin-top: 50px;
}

.blue-box-right {
    padding: 10% 10% 0% 10%;
    text-align: center;
}

.slider-box {
    padding: 20% 20% 0% 20%;
}
@media (max-width: 1200px) {
.slider-box {
    padding: 10% 0% 0% 0%;
}
}

.frame-box {
    padding: 20% 20% 0% 20%;
}
@media (max-width: 1200px) {
.frame-box {
    padding: 15px 15px 0px 15px !important;
    margin: 0px 15px 0px 15px !important;
}
}

.frame-box-bottom {
    padding: 5% 10% 0% 5%;
}
@media (max-width: 1200px) {
    .frame-box-bottom {
        padding: 15px 15px 0px 15px !important;
        margin: 0px 15px 0px 15px !important;
    }
    }

.frameless {
    padding:0px !important;
}

.without-margin {
    margin: 0px -15px 0px -15px !important;
}

/* SLIDER */

.owl-carousel .owl-dots {
    display: table;
    margin:20px auto 0
}
@media (max-width: 1200px) {
.owl-carousel .owl-dots {
    display: table;
    margin: -20px auto 0px !important;
}
}

.owl-carousel .owl-dots.disabled {
    margin: 0 !important;
    display:none;
}

.owl-carousel .owl-dots .owl-dot:hover span:before {
    background-color: red !important;
    opacity: 1 !important;
}
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #999 !important;
    opacity: 1 !important;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--main-color) !important;
    opacity: 1 !important;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 30px !important;
    height: 2px !important;
    opacity: 1 !important;
    -webkit-border-radius: 20% !important;
    -moz-border-radius: 20% !important;
    -o-border-radius: 20% !important;
    position: relative;
    cursor: pointer;
    background: #ccc !important;
    display: block;
    box-shadow: none !important;
}

@media (max-width: 1200px) {
.owl-carousel .owl-dots .owl-dot span {
    width: 15px !important;
    height: 2px !important;
    opacity: 1 !important;
    -webkit-border-radius: 20% !important;
    -moz-border-radius: 20% !important;
    -o-border-radius: 20% !important;
    margin: 0 5px !important;
    position: relative;
    cursor: pointer;
    background: #ccc !important;
    display: block;
    box-shadow: none !important;
}
}

.owl-carousel .owl-dots .owl-dot {
    width: 40px !important;
    height: 40px !important;
    opacity: 1 !important;
    position: relative;
    cursor: pointer;
    background: none !important;
    display: block;
}
@media (max-width: 1200px) {
.owl-carousel .owl-dots .owl-dot {
    width: 25px !important;
    height: 40px !important;
    opacity: 1 !important;
    position: relative;
    cursor: pointer;
    background: none !important;
    display: block;
}
}
.owl-dots {
    bottom:-40px !important;
}

/* HOME */

.product-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
}

.background-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.background-wrapper-mobile {
    display: block;
    width: 100%;
    position: relative;
}

.background-half {
    width: 50%;
    position: relative;
}
.background-half-mobile {
    width: 100%;
    position: relative;
}

.inner {
    position: relative;
    left:0;
    right:0;
    top:0;
    width:100%;
    height:100%;
    aspect-ratio: 1/1;
}

.product-inner {
    position: relative;
    left:0;
    right:0;
    top:0;
    width:100%;
    height:100%;
    aspect-ratio: 16/9;
}

.product-1-text-box {
    margin-top: 50px;
    position: absolute;
    width: auto;
    right: 0px;
    background-color: #eee;
}

.product-2-text-box {
    bottom: 50px;
    position: absolute;
    width: auto;
    left: 0px;
    background-color: #333;
}

.product-1-text {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: black;
    font-size: 30px;
    padding: 30px 40px 0px 40px;
    text-transform: uppercase;
}

.product-1-sub-text {
    font-family: din-2014, sans-serif;
    font-weight: 200;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    margin-top: -15px;
    color: #333 !important;
    padding-bottom: 20px;
}

.product-2-text {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    text-align: center;
    color: white;
    font-size: 30px;
    padding: 30px 40px 0px 40px;
    text-transform: uppercase;
}

.product-2-sub-text {
    font-family: din-2014, sans-serif;
    font-weight: 200;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    margin-top: -15px;
    color: #eee !important;
    padding-bottom: 20px;
}

@media (max-width: 1200px) {
.product-1-text {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: black;
    font-size: 20px;
    padding: 15px 20px 0px 20px;
    text-transform: uppercase;
}
}

@media (max-width: 700px) {
    .product-1-text {
        font-family: forma-djr-deck, sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 2px;
        text-align: center;
        color: black;
        font-size: 14px;
        padding: 5px 5px 0px 5px;
        text-transform: uppercase;
    }
}

@media (max-width: 1200px) {
.product-1-sub-text {
    font-family: din-2014, sans-serif;
    font-weight: 200;
    font-size: 11px;
    font-style: normal;
    text-align: center;
    margin-top: -15px;
    color: #333 !important;
    padding-bottom: 0px;
}
}

@media (max-width: 1200px) {
.product-2-text {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 15px 20px 0px 30px;
    text-transform: uppercase;
}
}

@media (max-width: 700px) {
    .product-2-text {
        font-family: forma-djr-deck, sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 2px;
        text-align: center;
        color: white;
        font-size: 14px;
        padding: 5px 5px 0px 10px;
        text-transform: uppercase;
    }
}

@media (max-width: 1200px) {
.product-2-sub-text {
    font-family: din-2014, sans-serif;
    font-weight: 200;
    font-size: 11px;
    font-style: normal;
    text-align: center;
    margin-top: -15px;
    color: #eee !important;
    padding-bottom: 0px;
}
}

.background-container-left {
    background-image:url(https://www.nohrd.com/media/home/backgrounds/bg-banner-left-wr-hr-usa.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}

.background-container-right {
    background-image:url(https://www.nohrd.com/media/home/backgrounds/bg-banner-right-nohrd-hr-germany.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}

.background-container-top {
    background-image:url(https://www.nohrd.com/media/home/backgrounds/bg-banner-top-wr-kl.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}

.background-container-bottom {
    background-image:url(https://www.nohrd.com/media/home/backgrounds/bg-banner-right-nohrd-kl.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}

.background-container-product-1 {
    background-image:url(https://www.nohrd.com/media/home/backgrounds/product-1.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;    
}

.background-container-product-2 {
    background-image:url(https://www.nohrd.com/media/home/backgrounds/product-2.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;    
}

.logo-left {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right:0;
    background-color: rgb(0,0,0,0.6);
}
.logo-right {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left:0;
    background-color: rgb(255,255,255,0.6);
}
.logo-bottom {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom:0;
    background-color: rgb(0,0,0,0.6);
}
.logo-top {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    top:0;
    background-color: rgb(255,255,255,0.6);
}

.left-logo-img {
    width: 250px;
    height: 250px;
}
@media (max-width: 2000px) {
.left-logo-img {
    width: 150px;
    height: 150px;
}
}
@media (max-width: 1700px) {
.left-logo-img {
    width: 120px;
    height: 120px;
}
}
@media (max-width: 1200px) {
.left-logo-img {
    width: 100px;
    height: 100px;
}
}
@media (max-width: 720px) {
.left-logo-img {
    width: 80px;
    height: 80px;
}
}

.right-logo-img {
    width: 250px;
    height: 250px;
}
@media (max-width: 2000px) {
.right-logo-img {
    width: 150px;
    height: 150px;
}
}
@media (max-width: 1700px) {
.right-logo-img {
    width: 120px;
    height: 120px;
}
}
@media (max-width: 1200px) {
.right-logo-img {
    width: 100px;
    height: 100px;
}
}
@media (max-width: 720px) {
.right-logo-img {
    width: 80px;
    height: 80px;
}
}

.go-to-shop, li.go-to-shop > a.level0 {
   color: var(--main-color) !important;
   font-weight: 600 !important;
}

.menu-button-shop {
    position:absolute;
    margin-top:8px;
    z-index: 5;
    right:20px;
    background-color: transparent !important;
}

.mieten-number {
    border-radius: 0; 
    padding: 2px 10px 2px 10px;
    background-color: var(--main-color);
    color: white;
    text-align: center;
    margin-right: 10px;
}

.text-success {
    color: var(--main-color) !important;
}

.weitere-infos {
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -65px;
    margin-left: -10px;
    font-size: 10px;
    font-weight: 400;
    font-family: din-2014, sans-serif;
    font-style: normal;
    position: absolute;
}

.product-name {
    font-weight: 400 !important;
    font-family: din-2014, sans-serif !important;
    font-style: normal !important;
    font-size: 36px !important;
}

.price-box .old-price .price {
    color: #ccc !important;
    text-decoration:line-through
}

.price-box .special-price .price {
    color: var(--main-color) !important;
}

.english {
    font-style: italic !important;
    color: #ccc !important;
}

.opc-wrapper .step-title {
    border-bottom: 1px solid #f0f0f0;
    color: black !important;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 25px;
    font-family: forma-djr-deck, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.field > .label, .form-group > .label, .field > label, .form-group > label {
    display: inline-block;
    font-weight: 500;
    font-family: din-2014, sans-serif;
}

.filter-options-title {
    font-family: forma-djr-deck, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 18px;
    font-weight: 500 !important;
}

.product-info-main .product-add-form .actions button span, .bundle-info .product-details .actions button span {
    display:block;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.product-info-main .product-add-form .box-tocart > .fieldset, .bundle-info .product-details .box-tocart > .fieldset {
    float:left;
    padding-top: 20px !important;
}

.category-description {
    font-size: 20px !important;
    font-weight: 300;
    font-family: din-2014, sans-serif;
}

.content-heading h3.title {
    display: inline-block;
    position: relative;
    color: #000;
    line-height:24px;
    font-family: forma-djr-deck, sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    letter-spacing: 1.4px !important;
    font-size: 18px;
}

.content-heading .block-note {
    font-style: normal !important;
    font-size: 14px;
    color: #878787;
    margin-top: 5px;
    line-height: 16px;
    font-weight: 300 !important;
    font-family: din-2014, sans-serif !important;
}

div .product.attribute.description {
    font-family: din-2014, sans-serif !important;
    font-weight: 200 !important;
    font-style: normal !important;
    color: black !important;
    font-size:24px !important;
    line-height: 1.6em !important;
}

/* PROMO */

.background-promo-left-3-2 {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    aspect-ratio: 3/2;
}

@media (max-width: 1200px) {
    .background-promo-left-3-2 {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        aspect-ratio: 1/1;
    }
}

.background-promo-right-3-2 {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    aspect-ratio: 3/2;
}

@media (max-width: 1200px) {
.background-promo-right-3-2 {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    aspect-ratio: 1/1;
}
}

.promo-left-3-2 {
    background-image:url(https://www.nohrd.com/media/home/promo/banner/shadow-3-2.jpg);
    border-radius: 7px;
}

@media (max-width: 1200px) {
    .promo-left-3-2 {
        background-image:url(https://www.nohrd.com/media/home/promo/banner/shadow-1-1.jpg);
        border-radius: 7px;
    }
}
.promo-right-3-2 {
    background-image:url(https://www.nohrd.com/media/home/promo/banner/muskeln-3-2.jpg);
    border-radius: 7px;
}

@media (max-width: 1200px) {
.promo-right-3-2 {
    background-image:url(https://www.nohrd.com/media/home/promo/banner/muskeln-1-1.jpg);
    border-radius: 7px;
    }
}

.promo-left-us-3-2 {
    background-image:url(https://www.nohrd.com/media/home/promo/banner/weightplates-3-2.jpg);
    border-radius: 7px;
}

@media (max-width: 1200px) {
    .promo-left-us-3-2 {
        background-image:url(https://www.nohrd.com/media/home/promo/banner/weightplates-1-1.jpg);
        border-radius: 7px;
    }
}
.promo-right-us-3-2 {
    background-image:url(https://www.nohrd.com/media/home/promo/banner/triatrainer-3-2.jpg);
    border-radius: 7px;
}

@media (max-width: 1200px) {
.promo-right-us-3-2 {
    background-image:url(https://www.nohrd.com/media/home/promo/banner/triatrainer-1-1.jpg);
    border-radius: 7px;
    }
}

.promo {
    margin: 20px 0px 0px 40px;
    width: 50% !important;
}

.promo-head {
    font-family: forma-djr-deck, sans-serif;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.4px;
    font-size: 30px;
}

@media (max-width: 1200px) {
.promo-head {
    font-family: forma-djr-deck, sans-serif;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.4px;
    font-size: 24px;
}
}

.promo-head-black {
    font-family: forma-djr-deck, sans-serif;
    color: black;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.4px;
    font-size: 30px;
}

@media (max-width: 1200px) {
.promo-head-black {
    font-family: forma-djr-deck, sans-serif;
    color: black;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.4px;
    font-size: 24px;
}
}

.promo-subhead {
    font-style: normal;
    font-size: 24px;
    color: #878787;
    margin-top: 30px;
    font-weight: 200;
    font-family: din-2014, sans-serif;
}

@media (max-width: 1200px) {
.promo-subhead {
    font-style: normal;
    font-size: 18px;
    color: #878787;
    margin-top: 30px;
    font-weight: 200;
    font-family: din-2014, sans-serif;
}
}

.promo .btn-next {
    background-color: #DBCFBF !important;
    font-family: din-2014, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: black !important;
    border-radius: 2px !important;    
    padding-top: 3px !important;
    border:0px !important;
    margin:20px 0px 20px 0px;
}

.promo .btn-next:hover {
    background-color: #DBCFBF !important;
    font-family: din-2014, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: #999 !important;
    border-radius: 2px !important;    
    padding-top: 3px !important;
    border:0px !important;
    margin:20px 0px 20px 0px;
}

.paypal-logo {
      font-family: Verdana, Tahoma !important;
      font-weight: bold !important;
      text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
      font-size: 22px;
}
.paypal-logo i:first-child {
    color: #253b80 !important;
}
  
.paypal-logo i:last-child {
    color: #179bd7 !important;
}
.paypal-button {
      padding: 0px 30px;
      border: 1px solid #FF9933;
      border-radius: 5px;
      background-image: linear-gradient(#FFF0A8, #F9B421);
      margin: 0 auto;
      display: block;
      width: 100% !important;
      position: relative;
}
.paypal-title {
        font-size: 10px;
        color: #505050;
        vertical-align: baseline;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}
