body{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size:12px;
    background-color:#000 !important;
    color:#fff;
    padding: 5px 2em;
}
p{
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.4em;
}
p strong{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    line-height: 1;
}
s{
    font-size: 16px;
}
span.postbody{
    color:#f57d12;
}
h1{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.1rem;
    padding: 0;
    margin: 0;
    line-height: 1;
    margin-top: 10px;
}
h3{
    font-size: 30px;
    padding: 5px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}

h2{
    color:#ef7d1a;
}

h2.cistyle {
    color: #ef7d1a;
    text-align: center;
    font-size: 34px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -2px;
    line-height: 1.2em;
    font-weight: 600;
}

h5 {
    font-weight: 300;
    color: #fff;
    font-size: 13px;
    line-height: 1.35em;
}
h5.cistyle{
    color: #ef7d1a !important;
    text-align: center;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    text-transform: none;
}
a {
    color: #f57d12;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
.container{
    max-width:1600px;
    background: #191919;
}
.spacerline{
    display: block;
    margin:0 auto;
    margin-top:2em;
    margin-bottom: 2em;
    max-width: 100%;
}
.col-sm-3.active{
    width:100%;
    min-width: 100%
}

.col-sm-3.active .mobile-selector img{
    max-width:373px !important;
}
.col-sm-6 img:hover{
    opacity: 0.8;
    cursor: pointer;
}
.mobile-selector dl{
    display: none;
}
.mobile-selector dl{
    font-weight: 700;
    padding: 2px;
    font-size: 14px;
}
dt.brand-fullname{
    display: block !important;
    width:100% !important;
    background:none !important;
    color:#ef7d1a !important;
    border:none !important;
    font-weight: bold !important;
    font-size: 21px !important;
}
dt.brand-fullname:after{
    content: '' !important;
}
.mobile-selector > dd > dl dt {
    font-size: 15px;
    width: 32%;
    float: left;
    background: #333;
    padding: 5px 6px;
    font-weight: 300;
    margin: 0;
}
.mobile-selector > dd > dl dt:hover{
    background-color:#000;
}
.mobile-selector > dd > dl dt:after {
    content: "\f054";
    font-family: 'FontAwesome';
    font-weight: bold;
    float: left;
    font-size: 12px;
    padding-right: 5px;
    color:#ef7d1a !important;
    line-height: 20px;
}
.whyus-facts-list > div{
    box-shadow: 0 0 2px #333 inset;
    padding:20px;
    text-align: center;
    font-size: 16px;
}

.whyus-facts-list img{
    max-width: 65px;
    width: 80px;
    display: block;
    text-align: center;
    margin:0 auto;
    margin-bottom:.2em;
}
.text-block > p{
    margin-bottom: 2em;
}
span.grey{
    color:#999;
}
.short_description{
    color:#fff !important;
    font-size:14px;
}
.product-list-on-request{
    background: #333;
    color: #fff;
    padding: 1em;
    margin-bottom: 2em;
    font-size: 14px;
}
.product-list-on-request >p{
    border-bottom: 1px dotted #ccc;
}
.product-list-on-request > p > b{
   display: inline-block;
    width:120px;
}
.white > *{
    color:#fff !important;
}
.mobile-selector dt{
    padding: 2px;
    font-size: 14px;
}
.mobile-selector > dt{
    float:left;
}
.mobile-selector > dd{
    float:left;
}
h2{
    font-weight: bold;
}
li.menu-main-headline{
    font-weight: bold;
    text-transform: uppercase;
}
.blurelement{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
}


/**UI ELEMENTS*/
#btn, .btn-curved {
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
    background-color:#ef7d1a;
    color:#fff;
    display: block;
    width: 200px;
    text-align: center;
    line-height: 0.4;
    padding-bottom: 8px;
    border-radius: 7px;
    float:left;
    margin-right:15px;
}
#btn button, .btn-curved button{
    background-color:#ef7d1a;
    border:none;
    color: #fff;
    display: inline-block;
    width: auto;
}

#btn-text, .btn-curved .text {
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    padding: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    padding-bottom: 14px;
}
#btn-text{
    padding-bottom: 14px;
}
.skewed-button {
    margin: 10px;
    cursor: pointer;
    border: 0;
    padding: 0 17px;
    position: relative;
    color: white;
    font-weight: bold;
    background-color: #ef7d1a;
}
.skewed-button:after {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: -9px;
    bottom: 0;
    left: -9px;
    transform: skewX(-15deg);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
    border-radius: 5px;
    background-color: #ef7d1a;
}
.skewed-button:hover,
.skewed-button:hover:after{
    background-color:#1a1a1a !important;
}


/*HOME*/
.claim-home-holder {
    font-family: 'Inter', sans-serif;
    font-size: 54px;
    position: absolute;
    top: 35%;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -3px;
    left: 80px;
    line-height: 1.2em;
    font-weight: 600;
}
.claim-home-holder span{
    color:#878787;
}
.home-teaser{
    position:relative;
    padding:0;
    width:100%;
    padding-bottom: 2em;
    max-height: 600px;
}
.advanced-info{
   margin-top:90px;
}
.advanced-info #btn button{
    padding-top: 10px;
}
.jconfirm-title-c{
    color:#000;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane{
    color: #000;
    font-size: 17px;
}
.btn.btn-primary{
    color: white;
    font-weight: bold;
    background-color: #ef7d1a;
}
.form-check-label {
    font-size: 14px;
}
.form-check.error,
input.error{
    border:2px solid red;
}
.modell_select_header{
    background-size: cover;
    background-position: bottom;
    height: 390px;
    width: 100%;
}
.teaser-footer-homepage{
    position:relative;
}
.teaser-footer-homepage div{
    top:20%;
    left:20px;
    font-size: 50px;
    position: absolute;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -4px;
}

.logo-header {
    padding: 23px 10px;
    margin-top: 17px;
    border-radius: 0;
    text-align: center;
    display: block;
    border-bottom: 1px solid #000;
}

#send_confirmation,
#request-form-ratepay,
#request-form{
    width: 80%;
    margin: 0 auto;
    background: #000;
    position: relative;
    z-index: 999999;
    display: none;
    padding: 3em 2em;
}

#image-main-container{
    margin-top:30px;
}
.price-info{
    font-size:34px;
    font-weight:bold
}
.row.header-bar{
    padding: 1em;
    color: #fff;
}
.left-side{
    padding-bottom: 1em;
    padding-top: 1em;
    margin-left:100px;
}
.right-side{
    padding:8px;
    margin-right:100px;
}
.right-side > *{
    color:#000;
}
.right-side h3{
    font-size:18px;
}
#mobile-selector-home{
    width: 70%;
    margin: 0 auto;
}
#mobile-selector-home > select {
    width: 23%;
    margin-right: 1%;
    float: left;
    margin-left: 1%;
    min-height: 30px;
    font-size: 14px;
    padding-top: 6px;
}
.load-products-home{
    display: none;
}
@media only screen and (max-width: 900px) {
    #slider .total-summary-submit
    {
        width: auto;
    }
    #mobile-selector-home > select {
        float: none;
        clear: left;
        width: 90%;
        margin-bottom: 3px;
    }
    #mobile-selector-home{
        width: 90%;
    }
}
.load-products-home{
    height: 48px;
    margin-top: 20px;
    line-height: 40px;
}
.container-package-elements {
    background-color: #2b2b2b;
    margin-top: 50px;
    padding: 2em;
    float: left;
    width:100%;
}
.basket-icon-header{
    float: right;
    margin-left: 20px;
    font-size: 17px;
    position: relative;
    top: -2px;
}
.container-package-elements h3.packageheadline {
    font-size: 18px;
    margin: 1px 5px 5px 0;
    color: #fff;
    text-transform: none;
    padding-left: 0;
}

.right-side ul{
    padding: 0;
}
.right-side ul li{
    font-size:12px;
}
.intern_id {
    font-size: 12px;
    background: #ccc;
    color: #000;
    padding: 2px 10px;
    position: relative;
    top: 5px;
    left: -2px;
}
.price-info{
    margin-top:1em;
    margin-bottom: 4px;
}
.price-info-ek {
    margin-bottom: 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    display: block;
    line-height: 1.55em;
    color: orange;
}
.options-list{
    list-style: none;
}
button.send-request {
    background-color: #f57d12;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    width: 210px;
    position: relative;
    top: -5px;
}
button.send-request:hover{
    background-color:#1a1a1a;
}
.package_intern_id{
    background-color:#333;
    color:#fff;
    display:inline-block;
    padding:2px 5px;
}
i.fa,
h5.subtitle{
    float:left;
    margin-left:10px;
}
h5.subtitle {
    float: left;
    margin-left: 0px;
    max-width: 63%;
    font-weight: 900;
}
i.fa{
    font-size:32px;
    color:#f57d12;
}
i.fa-minus-square, i.fa-plus-square {
    margin-right: 10px;
    cursor: pointer;
    float: right;
}
i.fa:hover{
    color:#666;
}
#main-price-info {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -18%);
    background-color:rgba(0,0,0,.75);
    width: 100%;
    padding: .25em 1em;
    color: #fff;
    text-align: right;
    border-top:1px dotted #ccc;
    border-bottom:1px dotted #ccc;
    z-index: 100;
}
.product-title {
    color: #f57d12;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 28px;
    margin-top:36px;
}
.image-link img{
    max-width:80px;
    float:right;
}
#image-main-container .image-link img{
    float:left;
}
.ust-delivery-notice {
    display: block;
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 1;
    margin-bottom: 4px;
}
.sub-packagearticle {
    padding: 0em 0;
    border-bottom: 1px solid #f57d12;
    min-height: 115px;
    list-style: none;
    position: relative;
    float: left;
    width: 100%;
    clear: left;
    display: block;
    margin-top: 10px;
}
p.short-description{
    margin-top:15px;
    margin-bottom:15px;
    padding-bottom: 10px;
}
.options-list.included{
    cursor: pointer;

}
.options-list.included.belongsto{
    height:0;
    text-align: right;
    padding-right:20px;
    float:right;
    cursor: pointer;
}
input.apple-switch {
    position: relative;
    -webkit-appearance: none;
    outline: none;
    width: 50px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset -20px 0 0 0 #fff;
}

input.apple-switch:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background: transparent;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

input.apple-switch:checked {
    box-shadow: inset 20px 0 0 0 #4ed164;
    border-color: #ccc;
}
input.apple-switch:checked:after {
    left: 20px;
    box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}

.position-price-output {
    font-weight: 400;
    color: #f57d12;
    float: right;
    letter-spacing: -1px;
    position: absolute;
    right: 12px;
    top: 38px;
    line-height: 1;
    font-size: 16px;
}
.belongstoformer {
    position: relative;
    top: -40px;
    left: 0px;
    list-style: none;
}
.belongstoformer span{
    line-height: 2em;
    position: relative;
    top: -9px;
    left: 6px;
    color:#f57d12;
    letter-spacing: -1px;
}
.belongstoformer b{
    color: #fff;
    position: relative;
    bottom: 9px;
    font-weight: 300;
    right: 8px;

}
.fabricator-image{
    max-width: 100%;
}
.modells-lists{
    clear:left;
}
.product-description{
    clear:both;
    margin-top:135px;
    font-size:16px;
}
.product-description-article{
    clear:both;
    font-size:14px;
    color:#fff;
    padding:0;
    margin:0;
    margin-top:10px;

}
.text-left{
    text-align: left;
}
dt {
    font-weight: 700;
    padding: 10px 1px;
}
dt > a{
    color:#fff;
}
.modells-lists dt{
    padding-right: 5px;
    font-size: 16px;
}
.modells-lists dd {
    float: left;
    padding: 9px;
    font-size: 14px;
    font-weight: 300;
    min-width: 50%;
    margin: 0;
}
.sub-packagearticle table{
    width:100%;
}
.sub-packagearticle table td:first-child{
    max-width:100px;
    width:100px;
    min-width:100px;
}
.sub-packagearticle table td:last-child{
    max-width:150px;
    width:150px;
    min-width:150px;
}
.sub-packagearticle table td{
    vertical-align: top;
}

.modells-lists {
    clear: left;
    padding: 2px 12px;
    cursor: pointer;
    margin-bottom: 0;
}
.modells-lists dt{
    background: #000;
    padding-left:10px;
    margin-top:20px
}
.modells-lists.level1 dd{
    background-color:#333;
}
.sub-images-container{
    margin-top: 20px;
    float: left;
    clear: both;
    margin-left: -39px;
}
.sub-images-container li{
    list-style: none;
    float: left;
    max-width: 200px;
    margin: 0;
}
.sub-images-container img{
    max-width:200px;
}
.modells-lists.level1.primary dt::after {
    content: "\f0ab";
    font-family: 'FontAwesome';
    font-weight: bold;
    float: right;
    font-size: 30px;
    line-height: 25px;
    color:#fff;
    line-height: 22px;
}
.modell-entry.secondary{
    display: none;
}
.modell-entry.secondary a:after{
    content: "\f054";
    font-family: 'FontAwesome';
    font-weight: bold;
    float: left;
    font-size: 13px;
    padding-right:5px;
}
.hidden-suggest{
    display: none;
}
.modells-lists dd:hover{
    background-color:#000;
}
.productlist-image{
    max-width: 100%;
    display: block;
}
.product-list-entry span{
    display: block;
}
.product-bestsellers-home{
    margin:0 auto;
}
.product-bestsellers-home dd.product-list-entry {
    float: left;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    min-width: 100%;
    border:1px solid #f57d12;
    padding-bottom: 12px;
}
.product-bestsellers-home dd.product-list-entry s{
    font-size: 13px;
}
.breadcrumb {
    background-color: transparent;
     margin-left: 2em;
}

#wealsosuggest .product-list-entry{

}
#language-switch{
    float: right;
    margin-left: 24px;
}
dd.product-list-entry img{
    margin:0 auto;
}
dd.product-list-entry:hover{
    background-color:#000;
}
dd.product-list-entry {
    float: left;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    width: 22.7%;
    margin-right: 3%;
}
dl > dd.product-list-entry.dd-element_4,
dl > dd.product-list-entry.dd-element_8
{
    margin-right: 0 !important;
}
.article-list-container dd.product-list-entry {
    border: 1px solid #f57d12;
    margin-bottom: 2em;
}
.article-list-container dt {
    padding: 30px 0 20px 0;
    display: block;
    clear: left;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.2em;
    font-weight: 600;
}
.product-list-entry dd {
    float: left;
    padding: 8px;
    font-size: 12px;
    background: #333;
    margin-right: 2px;
    min-width: 48%;
    max-width: 48%;
    overflow: hidden;
}
.product-list-entry .product-name {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    word-break: normal;
    font-style: italic;
    margin-top: 10px;
    text-align: center;
    margin: 0 auto;
    height: 50px;
    min-height: 50px;
    padding-top: 10px;
    width: 80%;
    padding: 10px 10px 0 10px;
    line-height: 1.2;
    text-align: left;
    width: 100%;
}
.product-list-entry .product-id {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 12px;
    word-break: normal;
    font-style: italic;
    width: 50%;
    float: left;
    padding-left: 10px;
    text-align:left;
    color:#fff;
}
.product-list-entry .product-price {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 12px;
    word-break: normal;
    font-style: italic;
    color: #fff;
    height: 30px;
    float: right;
    padding-right: 10px;
}
.site-topbar {
    background-color: #262626;
    font-style: normal;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 1;
    padding: 2em;
    padding-top: 2em;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 0px;
    padding-top: 7px;
    margin-top: -5px;
}

#wealsosuggest {
    width: 100%;
    clear: bottom;
    float: left;
    margin-top:6em;
}

#wealsosuggest h3 {
    text-align: center;
}
#wealsosuggest dd.product-list-entry {
    min-width: 23%;
    margin: 1%;
    max-width: 23%;
    overflow: hidden;
    padding: 0;
    border: 1px solid #ef7d1a;
}

.category-listing{
    margin-top: 14px;
    background: #000;
    padding: 1em;
    width: 100%;
    z-index: 99999 !important;
    opacity: 0.9;
    position: relative;
}
.category-listing h4{
    font-style: italic;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
}
.category-listing > ul{
    margin: 0;
    padding: 0;
    font-size: 16px;
    list-style: square;
    padding-left: 18px;
}
.category-listing > ul li{
    width:20%;
    float:left;
}
.padding-bottom20{
    padding-bottom: 20px;
}
.bg-black{
    background-color:#000;
}
.package_description {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    margin-top: 12px;
    position: relative;
    left: 0;
    clear: left;
}
.sub-packagearticle .fa.fa-info-circle{
    float: none;
    font-size: 17px;
    margin-left: 2px;
    position: relative;
    top: 2px;
}
.package_description_content > *, .package_description_content {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    margin-left: 10px;
}
.package_description_content p{
    padding:0;
    margin:0;
}
.package_description_content{
    display:none;
    max-width: 75%;
}
.site-topbar .topbar-text{
    float:left;
}
.social-icons {
    padding: 0;
    margin: 0;
    margin-top: 0px;
    margin-top: 20px;
}
.social-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.social-icons a i{
    font-size: 20px;
}
.internid-subtitle {
    display: block;
    float: left;
    padding: 2px 3px;
    font-size: 9px;
    clear: both;
    background: #1a1a1a;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 3px;
}
.footer {
    width: 100%;
    background-color: #1a1a1a;
    padding: 20px 10px;
    border-top: 2px solid #f57d12;
    margin: 0 auto;
    margin-top: 5em;
}
.footer h5{
    color:#fff;
}
.footer .sub-menu{
    list-style: none;
    font-size:14px;
}
.footer .sub-menu li{
    border-bottom: 1px solid #ccc;
    padding:5px;
}
.content-area h2{
    margin-top:120px;
}

#media_image-8{
    width:280px;
    margin-bottom: 2em;
}

.claim-home-holder > div.alphaopacity{
    background: rgba(0,0,0,.5);
    padding: .2em 0.5em;
}


@media only screen and (max-width: 1420px) {
    .category-listing > ul li {
        width: 25%;
    }
}
@media only screen and (max-width: 1200px) {
    .claim-home-holder{
        font-size:40px;
    }
    h2.cistyle{
        font-size: 24px;
        letter-spacing: -1px;
    }
    .advanced-info{
        margin-top:80px;
    }
}
@media only screen and (max-width: 1140px) {
    .category-listing > ul li {
        width: 33%;
    }
    .product-list-entry .product-name {
        height: 74px;
        min-height: 74px;
        width: 90%;
    }
}
.row.content-area.withpadding{
    margin: 0;
    padding: 0 40px;
    width: 100%;
}

.basket-list {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 0px;
    background: #333;
    padding: 1em;
    margin-bottom: 0.2em;
    min-height: 120px;
}
.basket-list i.fa{
    font-size: 22px;
    float: right;
    clear:left;
}
.basket-list .price{
    font-size: 16px;
    float: right;
}
.basket-total {
    text-align: right;
}
.basket-list dt {
    font-size: 16px;
    padding: 0;
    line-height: 1;
}
.basket-list dd {
    margin-left: 60px;
}
.basket-list .basket-image{
    max-width:80px;float:left;margin-right:10px
}
.continue-shopping-link{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-top: 14px;
}
.sub-packagearticle table td:nth-child(3){
    position: absolute;
    right:0;
}
@media only screen and (max-width: 600px) {
    #wealsosuggest dd.product-list-entry {
        max-width: 100%;
    }

}
.add-to-basket-btn i{
    font-size: 20px;
    position: relative;
    bottom: 5px;
    right: 3px;
}
@media only screen and (max-width: 1000px) {
    .product-list-entry .product-id,
    .product-list-entry .product-price {
        float: none !important;
        width:100%;
        padding:0;
    }
    .product-list-entry .product-id{
        text-align: center;
        margin-top:10px;
    }
    .product-list-entry .product-name{
        font-size:13px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 900px) {
    .category-listing > ul li {
        width: 30%;
    }
    .basket-list .basket-image{
       display: none;
    }
    .basket-list dt {
        position: relative;
    }
    .basket-list dd {
        margin-left: 0;
        clear: left;
        float: left;
    }
    .basket-list i.fa {
        position: absolute;
        right: 0;
        top: -5px;
    }
    .basket-list .price {
        font-size: 16px;
        float: right;
        margin-top: 20px;
    }
    .basket-list.basket-total dd{
        float: right;
    }

    .basket-list ul{
        padding: 0;
        padding-left: 0px;
        padding-left: 12px;
        display: block;
    }
    .sub-packagearticle table td:first-child {
        max-width: 47px;
        width: 47px;
        min-width: 47px;
    }
    .position-price-output {
        font-size: 14px;
    }
    .internid-subtitle {
        display: none;
    }

    .claim-home-holder {
        font-size: 28px;
        left:20px;
    }
    .advanced-info{
        margin-top:40px;
    }
    .content-area h2{
        margin-top:20px;
    }
    .row.content-area.withpadding{
        padding:0;
        margin:0;
    }
    .modell-page-container .modells-lists {
        padding: 0;
    }
    .modell-page-container .col-md-8,
    .modell-page-container .col-md-4{
        padding:5px;
    }
    .modell-page-container .modell-entry.secondary{
        width:100%;
    }
    #equest-form-ratepay,
    #request-form{
        width:100%;
    }
}
.col-sm-12.product-description.scroll-lock{
    padding: 0 120px;
}
.fa.price-modifier.add.fa{
    z-index: 99;
    position: relative;
}
.spl-header{
    width:99%;
}
#spotlight.show {
    left: 0;
}
#image-main-container img{
    max-width:90%;
}
#equest-form-ratepay #btn,
#request-form #btn,
#equest-form-ratepay .btn-curved,
#request-form .btn-curved {
    padding-top: 15px;
}
@media only screen and (max-width: 700px) {
    .modell_select_header {
        height: 170px;
    }
    .package_description {
        left: 11px;
    }
    .claim-home-holder{
        display: none;
    }
    #image-main-container img,
    #image-main-container {
        margin-top: 0;
        max-width: 100%;
    }
    .whyus-facts-list > div {
        margin-top:0;
    }
    .mobile-selector > dd > dl dt {
        font-size: 14px;
        width: 45%;
        float: left;
        background: #333;
        background-color: rgb(51, 51, 51);
        padding: 5px 6px;
        font-weight: 300;
        margin: 0;
    }
    #equest-form-ratepay #btn,
    #request-form #btn,
    #equest-form-ratepay .btn-curved,
    #request-form .btn-curved
    {
        width: 123px;
        float: left;
        margin-right: 8px;
    }
    .left-side {
        padding-bottom: 0;
        padding-top: 0;
        margin-left: 0;
        width: 100%;
    }

    #main-price-info {
        padding: .2em .5em;
        text-align: center;
    }
    .article-details-container .product-title {
        letter-spacing: -2px;
        font-size: 24px;
    }
    .article-details-container .right-side {
        padding: 8px;
        margin-right: 0;
    }
    .article-details-container .sub-packagearticle {
        min-height: 135px;
    }

    .col-sm-12.product-description.scroll-lock{
        padding: 20px;
    }
    .image-link img {
        max-width: 50px;
    }
    h5.subtitle{
        float:none;
        left: 11px;
        position: relative;
    }
    .container-package-elements {
        margin-top: 30px;
        padding: .5em;
    }
    .price-info {
        font-size: 28px;
    }
}
.banner-info-top{
    font-size:18px;
}

.ui-spinner.ui-widget-content{
    width: 50px;
    position: absolute;
    left: 38px;
    top: 113px;
}

#slider{
    z-index: 9999999999 !important;
}
#slider h2{
    color:#fff;
    margin-top:20px;
}
#slider{
    border-left:1px solid #fff;
    padding: 20px;
    background-color:#1a1a1a;
    margin-right:-1px;
    z-index: 999999;
    right:-200px;
    position: fixed;
}
#slider .total-product-entry .title {
    font-weight: bold;
    float: left;
    max-width: 220px;
    height: auto;
}
#slider .total-product-entry .value{
    font-weight:normal;
}

#slider li.total-summary-submit,
#slider li.total-product-entry,
#slider li.total-summary
{
    list-style: none;
    border-bottom: 1px solid #ef7d1a;
    color:#fff;
    font-size: 12px;
    padding: 10px;
    position: relative;
}
#slider .total-summary{
    background-color:#222;
}
#slider li.total-product-entry:hover{
    background-color:#444;
    cursor: pointer;
}
#slider li.total-summary{
    font-size: 150%;
}
#slider li.total-summary, #slider li.total-product-entry {
    height: auto;
    width: 330px;
    min-height:150px;
}
#slider li.total-summary{
    min-height:150px;
}
#slider li.total-summary{
    font-weight: bold;
    position: fixed;
    bottom: 98px;
}
#slider .total-summary-single-product-price{
    position: absolute;
    bottom: 5px;
    right:11px;
}
#slider li img{
    max-width: 80px;
    height:auto;
    margin-right:5px;
    float:left;
}
#slider li span{
    float:right;
    font-weight: bold;
}
#slider .open-basket-btn{
    padding-top: 2em;text-align: center;clear: both; float: none;    margin: 0 auto;    margin-top: 2em;
}
#slider .total-summary-submit{
    position: fixed !important;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    width: 380px;
    border: none !important;
}
@media only screen and (max-width: 900px) {
    #slider .total-summary-submit{
        position: relative !important;
        bottom: auto;
    }
    #basket-content-container
    {
        position: relative;
        height: 100% !important;
        padding-bottom: 30px;
    }
    #slider li.total-summary
    {
        position: relative;
        bottom:auto;
    }
}
#slider .product-data-list-output {
    float: left;
    padding-left: 0;
    max-height: 101px;
    overflow-x: hidden;
    overflow-y: auto;
}
#slider .product-data-list-output li{
    list-style: none;
    font-size: 10px;
}

#slider .product-data-list-output li.included{
    font-weight: bold;
    color:#f57d12;
}
#slider .fa.fa-trash{
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 5px;
}
#basket-content-container {
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
    z-index: 9;
    position: relative;
    height: calc(100% - (120px + 190px));
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: hidden;
    overflow-y: scroll;
    padding-bottom: 20px;
}
.open_paypal_panel{
    line-height: 35px;
    display: none;
    height: 50%;
    position: fixed;
    top: 10%;
    background: #000;
    left: 10%;
    right: 10%;
    width: 80%;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    padding-top: 3em;
    text-align: center;
}
.display_leftwealsosuggest{
    font-size: 79px;
    position: absolute;
    left: 17px;
    top: 120px;
    z-index: 999999;
    text-shadow: 0 0 10px #333;
    cursor: pointer;
}
.display_rightwealsosuggest{
    cursor: pointer;
    right:17px;
    font-size: 79px;
    position: absolute;
    top: 120px;
    z-index: 999999;
    text-shadow: 0 0 10px #333;
}
@media only screen and (max-width: 500px) {
    .category-listing > ul li {
        width: 100%;
    }
    .banner-info-top{
        font-size:14px;
    }

    .hidden-mobile,
    .claim-home-holder{
        display: none;
    }

    .advanced-info{
        margin-top:40px;
    }
    .hidden-mobile {
        display: none;

    }

    .breadcrumb .breadcrumb-item{
        display: block;
        width:100%;
    }
    .col-sm-3 .sub-menu{
        padding:0;
    }
    dd.product-list-entry {
        min-width: 47%;
        float: left;
    }
    .product-list-entry .product-name {
        height: 44px;
        min-height: 44px;
        width: 95%;
        text-align: center;
    }
    .sub-images-container li {
        max-width: 100px;
        margin: 5px;
    }
    #request-form-ratepay,
    #request-form {
        padding: 0;
    }
    .form-group {
        margin-bottom: 7px;
    }
}