@media (min-width: 992px) {
    .navbar-fixed-top {
        display: none;
    }
}
body {
    /*margin-bottom: 350px;*/
    min-height: 100dvh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    footer {
        margin-bottom: -162px;
    }
}
.btn { padding: 10px 12px; }
header {
    margin-top: 0;
    padding-top: 30px;
    z-index: 999;
    position: fixed;
    width: 100%;
    background: #171717 url('../images/header background.png') no-repeat;
}
/*
header .head-background {
    opacity: 0.3;
    height: 130px;
    position: absolute;
    top: 0;
    z-index: -1;
}*/

.page-home header {
    width: 100%;
    background: rgb(0,0,0, 0.8);
}
header .head-background {
    background: #171717;
}

.page-home .container-full-nav {
    margin-top: 25px;
}
.container-full-nav {
    background-color: #0099CB;
    margin-top: 25px;
}

.yamm {
    margin-top: 0;
    background: transparent;
    border: none;
}
.navbar .level1 a {
    color: #ffffff;
    padding: 10px 2px;
    font-size: 12px!important;
    font-weight: 600;
}
.yamm .level1:hover, .yamm .level1:focus {  background: #000000; }

.nav>li>a:focus, .nav>li>a:hover {
    background: transparent;
}

#header-detail {
    margin-top: 15px;
}
.header-search {
    float: right;
    width: 45%;
}
.header-search .searchform .btn, #search .searchform .btn {
    background: #fff;
    border-color: #fff!important;
    padding: 6px 12px;
}
.header-search .searchform .searchterm {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
}
.header-search .fa-search, #search .fa-search {
    color: #0099CB;
}
.header-basket a, .header-phone a {
    color: #fff;
}
.header-myaccount {
    float: right;
    padding-top: 7px;
    margin-left: 7px;
    text-align: center;
    position: relative;
}
.header-myaccount .header-myaccount-icon, .header-links-cart, .header-myaccount .fa-calculator {
    font-size: 24px;
    color: #0099CB;
    display: block;
}
.header-myaccount .fa-chevron-down {
    color: #fff;
}

.header-myaccount .dropdown-menu {
    top: 45px;
    left: -185px;
    padding: 10px;
}
.header-myaccount .dropdown-menu>li>a, .dropdown-menu li a {
    padding: 5px 26px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.header-myaccount .portalindexheader, .dropdown-menu .portalindexheader {
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    text-align: center;
}
.header-myaccount .logout-form {
    float: unset;
}
.header-myaccount .logout-form a, .dropdown-menu .logout-form a {
    padding: 5px 26px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.header-basket {
    padding-top: 7px;
    position: relative;
}
.header-links-cart {
    margin-left: 10px;
}
.header-basket .badge {
    position: absolute;
    top: 0;
    left: 25px;
}
.header-quotes {
    padding:0;
    margin:0;
}

.homecarousel {
    margin-top: 0;
    position: relative;
    top: 0;
    z-index: 1;
}
.homecarousel .caption {
    position: absolute;
    font-size: 20px;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: #313131;
    opacity: 0.8;
    padding: 10px;
}
.homecarousel .owl-item:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    height: 40%;
}

.main.home {
    position: relative;
    margin-top: -500px;
    z-index: 100;
}

.homeCats {
    background-color: rgb(248 248 248 / 80%);
    border-radius: 20px;
    float: left;
    padding: 15px;
    text-align: center;
    width: 100%;
}
.homeCats .headImg {
    min-height: 80px;
}
.homeCats .image {
    border: none;
    padding: 0;
}
.homeCats .headImg img {
    margin: auto;
}
.homeCats h2 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
}
.homeCats .owl-inner {
    padding: 0 10px;
}

.homeCats .owl-carousel img {
    border: 1px solid #EFECEC;
    max-height: 220px;
}
.homeCats img:hover, .why-container .news-container img:hover {
    opacity: 0.8;
}
.homeCats .caption h3 {
    font-size: 14px;
    color: #0099CB;
    height: 40px;
}

.why-container {
    background: url('../images/why-autotechnik-background.jpg') no-repeat center;
    padding-bottom: 50px;
    position: relative;
    margin-top: 40px;
}
.why-container:before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 25%, rgba(255,255,255,0.4));
    height: 100%;
}
.why-container h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0099CB;
    padding: 0 0 30px 15px;
    position: relative;
    z-index: 2;
}

.why-container .news-container { margin-bottom: 15px; }

.why-container .news-container .text {
    background-color: transparent;
    padding: 0;
    min-height: 305px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
}
.why-container .news-container .text .text-container {
    padding: 10px 25px 25px;
    background-color: #ffffff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    /*transition: height 0.3s ease;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
    height: 170px;
}
.why-container .news-container .text .text-container .btn {
    padding: 10px;
    background-color: #0099CB;
    border-radius: 25px;
    border: none;
    width: 50%;
    margin: 10px auto;
    color: #fff;
}
.why-container .news-container .text .text-container .btn:hover {
    background-color: #000000;
}

.why-container .news-container .text .text-container h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #013D78;
    /*min-height: 40px;*/
}
.why-container .news-container .text p {
    color: #444;
    font-size: 14px;
    margin-bottom: 0;
}
.why-container .news-container a:hover {
    text-decoration: none;
}
.why-container .news-container img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.why-container .text-container .extra-content {
    display: none;
}
.why-container .news-container:hover .text-container .extra-content {
    /*display: block;*/
}

.about-container h2 {
    color: #0099CB;
    font-weight: 700;
    margin-top: 40px;
}
.about-container .intro-text {
    color: #0099CB;
    font-size: 16px;
    padding-bottom: 30px;
}
.about-container p {
    font-size: 13px;
}
.about-container img {
    margin-top: 65px;
    width: 75%;
}
.contact-container {
    background-color: #0099CB;
    padding: 50px 0;
    margin: 10px 0 30px;
}
.contact-container h2 {
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    padding-left: 30px;
    margin-top: 0;
}
.contact-container p, .contact-container a {
    color: #ffffff;
    font-size: 16px;
}
.contact-container span {
    color: #fff;
    font-size: 16px;
}
.contact-container .fas {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}
.contact-container .contact-method {
    margin: 10px 0;
}
.contact-container .get-in-touch {
    font-weight: bold;
    padding: 7px 10px;
    margin-top: 10px;
}

.home-footer-container .schlemmer, .home-footer-container .dpd {
    border: 4px solid #ECECEC;
}
.home-footer-container .schlemmer img, .home-footer-container .dpd img {
    max-height: 120px;
    margin: auto;
}

.category-box {
    padding: 0;
    border: none;
}
.category-box a:hover, .category-box a:focus {
    text-decoration: none;
}
.cat-caption {
    background-color: #0099CB;
    text-align: center;
    color: #fff;
    height: 60px;
    padding: 8px;
}
.cat-caption:hover {
    background-color: #222;
}
.cat-caption h2 {
    font-size: 15px;
    margin-top: 5px;
}
.cat-image-container {
    min-height: 165px;
    border: 1px solid #dbdbdb;
    border-bottom: none;
    display: flex;
    align-items: center;
}
.cat-image {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-height: 163px;
    margin: auto;
}

.altimg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.image {
    padding: 0;
    border: 0;
}

.table.group th {
    background-color: #0099CB;
    color: #fff;
    border-bottom: none;
    font-size: 13px;
    vertical-align: top;
}
.table.group .basketqty .buy-qty {
    max-width: 50px;
}
.table.group .attribute {
    text-align: center;
}

.main-image {
    margin: 0;
}

.pdetails {
    border: none;
}
.pdetails .main-heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    color: #003366;
}
.pdetails .basketsubmit, .pdetails .wishlistform, .pdetails #quoteform {
    width: 50%;
}
.pdetails .descriptionAtts {
    margin: 40px 0;
    font-size: 12px;
}
.pdetails span.price {
    font-size: 24px;
}
.pdetails #price-unit {
    font-weight: normal;
}
.pdfdata {
    margin: 30px 0 0 15px;
}
.pdfdata .button.pdf {
    position: relative;
    background-color: #BB0706;
    border: 1px solid #BB0706;
    padding: 10px 40px 10px 50px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.pdfdata .button.pdf:hover {
    background-color: #9d0605;
    border: 1px solid #9d0605;
}
.pdfdata .button.pdf i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
}
.pdetails .pdfdata {
    margin-left: 0;
}
#schlemmer {
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 50px;
}
#schlemmer #schlemmertxt {
    text-align: right;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-style: italic;
    vertical-align: middle;
}
#schlemmer #schlemmerimg {
    text-align: right;
    padding-left: 15px;
}

#accordion .panel-default {
    border: none;
    box-shadow: none;
}
#accordion .panel-default>.panel-heading {
    background-color: transparent;
}
#accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
    padding: 15px 0;
}
#accordian-desc {
    font-size: inherit!important;
}

.dec, .inc {
    background-color: #5A6568;
    border-color: #5A6568;
    color: #fff;
}

.quotesubmitinput-prodlist {
    color: #fff !important;
    background-color: #337ab7 !important;
}
.quotesubmitinput-prodlist:hover {
    background-color: #286090 !important;
}

.pricetable-price .price-unit {
    font-size: 12px;
    font-weight: normal;
}

#thinwallcategories {
    margin: 30px 0;
}
#thinwallcategories label {
    font-weight: bold;
}

footer {
    color: #000;
    margin-top: 200px;
}

#footer > div.row > div.footer > ul li a {
    color: #000;
}

footer, #footer {
    background: #F6F6F6;
}
.footer {
    text-align: center;
}
.footer h4 {
    color: #013D78;
}
.footer ul li {
    display: inline;
}
.footer ul li::after {
    font-family: "Font Awesome 6 Free";
    content: "\f111";
    font-size: 5px;
    vertical-align: middle;
    padding: 0 7px;
}
.footer ul li:last-child:after { content: none; }

.sidenav {
    height: 100%;
    width: 50px;
    position: absolute;
    z-index: 1;
    top: 160px;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    transition: 0.5s;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.sidenav a {
    padding: 4px 0;
    transition: 0.3s;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.sidenav .menu-navigation {
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    min-height: 500px;
    text-align: center;
    transition: width .5s;
    padding-top: 20px;
    color: #fff;
    background-color: #D8D8D8;
}
.sidenav .menu-navigation .fas {
    color: #0099CB;
    font-size: 24px;
}
.sidenav .menu-content {
    width: 450px;
    margin-left: 50px
}
.sidenav .menu-content .sidebar {
    padding: 15px;
    height: 100%;
}
.sidenav .panel-default>.panel-heading {
    background-color: #0099CB;
    border-color: #0099CB;
    color: #fff;
    font-size: 14px;
}
.sidenav .panel-default>.panel-heading.home {
    margin-bottom: 5px;
}
.sidenav .panel-heading.home .panel-title .collapsed::after, .sidenav .panel-heading.home .panel-title a::after,
    .sidenav .panel-heading.categories .panel-title .collapsed::after, .sidenav .panel-heading.categories .panel-title a::after {
    content: none;
}
.sidenav .panel-heading.categories a {
    cursor: auto;
}

.sidenav .panel-title .collapsed::after {
    font-family: "FontAwesome";
    content: "\f107";
    color:#fff;
    float: right;
}

.sidenav .panel-title a::after {
    font-family: "FontAwesome";
    content: "\f106";
    color:#fff;
    float: right;
}
.sidenav .portal .panel-title a::after {
    color:#fff;
}
.sidenav #browseby .panel-default>.panel-heading {
    background-color: #222;
    border-color: #222;
}

.sidenav .panel-body {
    padding: 5px 0;
}
.sidenav .panel-default {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sidenav #browseby .panel-default>.panel-heading {
    margin-bottom: 4px;
}
.sidenav .panel-body .second-level {
    margin-bottom: 4px;
}
.sidenav .panel-body .second-level a {
    padding: 10px 15px 10px 35px;
    background-color: #727272;
    color: #fff;
    display: block;
}
.sidenav .panel-body .second-level a:hover {
    background-color: #222;
}

#logoutform {
    float: none;
}

#tooltip-notifications.noty_type__success {
    background-color: #060;
    border-bottom: 1px solid #060
}

/* Mobile Drilldown Menu */
.navbar-toggle:hover .icon-bar, .navbar-toggle .icon-bar, .navbar-default .navbar-toggle .icon-bar,
.navbar .navbar-toggle:hover .icon-bar {
    background-color: #0099CB;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-toggle {
    padding: 9px 0px;
    /*margin-left: 20px;*/
    min-width: auto;
    text-align: center;
    margin-right: 5px;
}
.navbar-toggle span {
    margin-top: 3px;
    display: block;
}
.navbar-toggle .icon-bar {
    width: 30px;
    height: 5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0 auto;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 16% 70%;
    -ms-transform-origin: 16% 70%;
    transform-origin: 16% 70%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 2% -18%;
    -ms-transform-origin: 2% -18%;
    transform-origin: -6% -15%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* END ANIMATED X */

.logout-form { float: left; }

.pdetails .grpprice .price { font-size: 12px; }
.pdetails .grpprice .price .price { font-size: 24px; }
.pdetails .code .stcode a { text-decoration: underline; }
.pdetails .add .quantity { text-align: left; }
.selectors .grpselectlabel {
    min-width: 170px;
    font-size: 12px;
}
.grpselectlabel br { content: ""; }
.grpselectlabel br:after { content: " "; }
select.groupedProduct {
    text-align: left;
    min-width: 230px;
    max-width: 230px;
}
.group-table .footable .footable-toggle {
    float: left;
    margin-bottom: 6px;
}

.basketpricecol .price-unit, .basketnetpricecol #price-unit {
    font-weight: normal;
    font-size: 12px;
}

span.discounttext {
    color: #bb0706;
}

.address-map-container {
    padding: 0;
    margin: 30px 0;
}
.address-map-container a {
    text-decoration: underline;
    color: #1a73e8;
}
.contactform {
    padding: 30px;
    background: #f1f1f1;
}
.fotorama__nav {
    text-align: left!important;
}
.fotorama__nav:after, .fotorama__stage:after {
    background-image: none;
}
.fotorama__thumb {
    border: 1px solid #5e6167;
}
.fotorama__nav--thumbs {
    overflow: visible;
}
.fotorama__stage {
    border: 1px solid #5e6167;
    margin-bottom: 8px;
}
.fotorama__fullscreen-icon {
    top: 15px !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 4px 12px 4px 0 !important;
}
.fotorama__nav .fotorama__img {
    top: 1px!important;
}

span.group-text {
    margin: 30px 0;
    display: block;
}

/* Static Pages */
.main.static {
    padding-top: 0;
}
.page-banner { position: relative;}
.page-banner h1 {
    color: #fff;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center horizontally and vertically */
    text-align: center;
    margin: 0;
}
.staticcontent h2 {
    font-weight: 300;
    text-align: center;
    margin: 20px auto;
    font-size: 28px;
    color: #0099CB;
}
.staticcontent p {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 40px;
}
.staticcontent .page-list {
    text-align: center;
}
.staticcontent .page-list p {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 0;
}
.staticcontent ul {
    list-style: disc none inside;
    column-count: 2;
    padding: 30px 140px;
}
.staticcontent ul li {
    padding: 10px 0;
    font-size: 16px;
}
.staticcontent .page-images {
    margin-bottom: 40px;
}
.staticcontent .page-images .image {
    width: 48%;
    float: left;
    padding: 20px;
    border: none;
}
.staticcontent .page-images .image img {
    max-height: 300px;
    margin: auto;
}
.staticcontent .page-images .image p {
    text-align: center;
    margin-bottom: 10px;
}

.about-text {
    padding: 25px 0;
}
.bullet-points {
    padding: 0 180px;
    display: flex;
    flex-wrap: wrap;
}
.bullet-points div {
    padding: 10px 30px;
}
.bullet-points .fa-solid {
    font-size: 30px;
    color: #0099CB;
    padding: 15px;
    min-width: 65px;
    float: left;
    width: 25%;
    text-align: center;
}
.bullet-points p {
    display: inline-block;
    padding: 15px;
    float: left;
    width: 75%;
    margin-bottom: 0;
}
.bullet-points h2 {
    width: 100%;
    font-weight: 500;
}
.bullet-points small {
    font-size: 76%;
}

.schlemmer-title {
    font-size: 40px;
    padding: 20px;
    text-align: left;
}
.schlemmer-logo img {
    max-height: 100px;
}
.schlemmer-products .schlemmer-title {
    font-size: 36px;
    padding: 30px 0 30px 20px;
}

#cable-quote-text {
    padding: 15px;
    text-align: center;
    background: linear-gradient(0deg, rgb(0 102 153) 0%, rgb(58 137 176) 100%);
}
#cable-quote-text p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}
#cable-quote-text a {
    color: #fff;
    text-decoration: underline;
}
.pdetails .panel {
    max-width: 700px;
}

.schlemmer-grid {
    background-color: #fff;
    min-height: 50px;
    padding: 0;
}

.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

@media only screen and (min-width: 992px) {
    .main.home {
        margin-top: -300px;
    }
    .main {
        top: 170px;
        position: relative;
    }
}
@media only screen and (min-width: 1200px) {
    .main.home {
        margin-top: -350px;
    }
    .homecarousel .caption {
        top: 45%;
    }
    .homeCats h2 {
        font-size: 17px;
    }
}
@media (max-width: 1600px) {
    .cat-caption h2 {
        font-size: 12px;
        margin-top: 0;
    }
}
@media (min-width: 1600px) {
    .container { width: 1500px; }
    .main.home {
        margin-top: -550px;
    }
    .homecarousel .caption {
        top: 25%;
    }
    .navbar .level1 a {
        padding: 16px 2px;
    }
    .techinfo {
        width: 70%;
    }
    .cat-image {
        max-height: 100%;
    }
    .cat-image-container {
        min-height: 243px;
        max-height: 243px;
        overflow: hidden;
    }
    .cat-caption {
        height: 75px;
    }
}
@media (max-width: 1599px) {
    .cat-image-container {
        height: 166px;
    }
}
@media (max-width: 1199px) {
    .cat-image-container {
        height: 135px;
    }
}
@media (min-width: 1640px) {
    .container { width: 1500px; }
    .homecarousel .caption {
        top: 25%;
    }
    .owl-item:after {
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);
    }
    .main.home {
        margin-top: -650px;
    }
    .why-container { margin-top: 80px; }
    .why-container::before {
        background: linear-gradient(to bottom, rgba(255,255,255,1) 35%, rgba(255,255,255,0));
    }
    .schlemmer-products .schlemmer-title {
        padding-top: 65px;
    }
}
@media (min-width: 1800px) {
    .container { width: 1700px; }
}
@media (min-width: 2300px) {
    .container {
        width: 2200px;
    }
    .main.home {
        margin-top: -900px;
    }
}

@media only screen and (max-width: 1270px) and (min-width: 1081px) {
    .main .container { padding-left: 40px;}
}
@media only screen and (max-width: 1080px) and (min-width: 992px) {
    .main .container { padding-left: 45px;}
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .cat-caption h2 { font-size: 11px; }
    .cat-image-container { min-height: 133px; }
}
@media only screen and (max-width: 1024px) {
    .why-container .news-container .text {
        min-height: 270px;
    }
}

@media only screen and (max-width: 991px){
    body { margin-bottom: 275px; }
    header {
        margin-top: 60px;
        padding-top: 0;
    }
    .sidenav { top: 60px; }
    .navbar-default {
        background-color: #171717;
        border-color: #171717;
        opacity: 0.9;
    }
    .navbar-logout i, .navbar-toggle i {
        color: #0099CB;
        font-size: 22px;
    }
    .navbar-toggle.basket {
        display: none;
    }
    .drilldown li {
        background: #393939;
    }
    .drilldown a {
        color: #fff;
    }
    .drilldown a.navback {
        background-color: #0099CB;
    }
    .main.home {
        margin-top: -120px;
        z-index: 10;
    }
    .main {
        position: relative;
        top: 75px;
    }
    .homecarousel .caption {
        font-size: 15px;
    }
    .homeCats { margin-bottom: 20px; }
    .why-container {
        background: #f8f8f8;
    }
    .why-container .text-container .extra-content {
        display: block;
    }
    .why-container .news-container .text {
        min-height: 370px;
    }
    .why-container:before {
        background: #f8f8f8;
    }
    .about-container { text-align: center; }
    .about-container img { width: 100%; }
    .contact-container { padding: 50px 30px; }
    .contact-container h2, .contact-container p { padding-left: 0; }
    .home-footer-container .schlemmer img, .home-footer-container .dpd img {
        max-height: 100px;
    }
    .pdetails .basketsubmit, .pdetails .wishlistform {
        margin-top: 15px;
        width: 100%;
    }
    .pdfdata {
        margin-top: 15px;
    }
    .pdfdata .button.pdf {
        width: 100%;
    }
    ul.my-account.dropdown-menu {
        left: -65px;
        top: 60px;
    }
    .schlemmer-logo {
        width: 100%;
        margin-bottom: 0;
    }
    .schlemmer-title {
         width: 100%;
        padding-top: 10px;
    }
    .bullet-points { padding: 0; }
    .bullet-points div { padding: 15px; width: 50%; }
    .bullet-points p { font-size: 14px; }
    .staticcontent.schlemmer-products .page-images .image p { min-height: 46px; }
}

@media only screen and (max-width: 480px){
    body { margin-bottom: 465px; }
    .navbar-brand { width: 50%; }
    .main.home {
        margin-top: -120px;
        z-index: 10;
    }

    .homecarousel { height: 300px; background: #fff; }
    .slides .owl-item {
        overflow: hidden;
        max-width: 100%;
    }
    .slides .owl-item img {
        width: 135%;
        height: auto;
        max-width: none;
    }
    .homecarousel .caption {
        font-size: 12px;
        left: 10%;
        top: 40%;
        transform: none;
        opacity: 0.9;
    }
    .homeCats li {
        padding: 0 7px;
    }
    .homeCats li .caption h3 {
        font-size: 12px;
    }
    .about-container .container { padding: 0 30px; }
    .home-footer-container div div div { margin-bottom: 20px; }
    .footer ul { margin-bottom: 30px; }
    .footer ul li {
        display: list-item;
        padding: 5px 0;
    }
    .footer ul li::after {
        content: none;
    }
    ul.my-account.dropdown-menu {
        left: 50%;
        top: 55px;
        text-align: center;
    }
    .schlemmer-title {
        font-size: 30px;
    }
    .bullet-points div { padding: 15px; width: 100%; }
    .bullet-points p { font-size: 14px; }
    .staticcontent.schlemmer-products p { padding: 0 20px; }
    .staticcontent.schlemmer-products .page-images .image p {
        font-size: 14px;
        padding: 0;
    }
}
@media only screen and (max-width: 375px){
    .staticcontent.schlemmer-products .page-images .image p { font-size: 13px; }
}