/* ======================== ANIMATIONS ======================== */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        top: -20px;
    }
    to {
        opacity: 1;
        top: 0px;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        top: -20px;
    }
    to {
        opacity: 1;
        top: 0px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        top: -20px;
    }
    to {
        opacity: 1;
        top: 0px;
    }
}

@-webkit-keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ======================== BASE STYLES ======================== */
#supermenu,
#supermenu * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#supermenu {
    background: #ffffff;
    z-index: 999;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 0px;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    padding: 0px 0px;
     
}

#supermenu a {
    cursor: pointer;
    font-size: 14px;
    color: #333333;
}

#supermenu a.mobile-trigger {
    display: none;
}

/* ======================== MAIN MENU LIST ======================== */
#supermenu ul {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0px 0 0;
    padding: 0;
    text-align: left;
    font-size: 0px;
}

#supermenu ul li.tlli {
    position: relative;
    display: inline-block;
    z-index: 20;
    padding: 0px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#supermenu ul li.tlli:hover {
    z-index: 10000;
    background: transparent;
    border-bottom-color: #0066cc;
}

/* ======================== TOP LEVEL LINKS ======================== */
#supermenu ul li a.tll {
    font-size: 16px;
    letter-spacing: 0px;
    color: #253D4E;
    font-family: "Quicksand", sans-serif;
    line-height: 24px;
    border-right: none;
    text-decoration: none;
    text-transform: none;
    font-weight: 600;
    padding: 18px 18px 15px 18px;
    z-index: 6;
    margin-top: 5px;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#supermenu ul li.tlli:hover a.tll {
    background: transparent;
    color: #1F8FCD;
    border-right: none;
}

/* ======================== HOME ICON ======================== */
#supermenu ul li a.tllhome,
#supermenu ul li a.tllhomel {
    background: transparent url('home_iconh.png') center center no-repeat !important;
    color: transparent !important;
    padding-left: 28px;
    border: none;
    padding-right: 18px;
}

#supermenu ul li a.tllhomel {
    background: transparent url('home_icon.png') center center no-repeat !important;
}

#supermenu ul li.tlli:hover a.tllhome {
    background: transparent url('home_iconh.png') center center no-repeat !important;
}

#supermenu ul li.tlli:hover a.tllhomel {
    background: transparent url('home_iconh.png') center center no-repeat !important;
}

/* ======================== MEGA DROPDOWN ======================== */
#supermenu ul li div.bigdiv {
    display: none;
    background: #ffffff;
    position: absolute;
    margin-top: 0px;
    left: 0px;
    border-top: 0px solid #eee;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #e8e8e8;
    z-index: 99995;
    padding: 30px 40px;
    text-align: left;
    width: 100%;
    border-radius: 0px;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    -webkit-animation: slideDown 0.3s ease;
    animation: slideDown 0.3s ease;
    min-height: 320px;
}

#supermenu ul li div.bigdiv.withflyout {
    padding: 25px;
    width: 300px;
}

#supermenu ul li div.bigdiv.withflyout.andlogin {
    padding: 15px;
}

/* ======================== FLYOUT SUBMENU ======================== */
#supermenu ul li div.bigdiv.withflyout > .withchildfo > .flyouttoright {
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 0px;
    z-index: 99;
    top: 0px;
    left: 300px;
    min-height: 100%;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    z-index: -1;
    -webkit-animation: fadeIn 0.3s ease;
    animation: fadeIn 0.3s ease;
}

#supermenu ul li div.bigdiv p {
    margin-bottom: 15px;
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
}

#supermenu ul li div.bigdiv.withflyout > .withchildfo > .flyouttoright .inflyouttoright {
    padding: 30px;
    width: 100%;
}

#supermenu ul li div.bigdiv.withflyout .withimage {
    width: 140px;
}

/* ======================== CHILD FOLDERS ======================== */
#supermenu .withchildfo {
    display: block;
    text-transform: none;
    vertical-align: top;
    border-bottom: 0px solid #ececec;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 0px;
}

#supermenu .withchildfo.hasflyout {
    padding-right: 20px;
    background-image: url('mkidr.png');
    background-position: right center;
    background-repeat: no-repeat;
}

#supermenu .withchildfo a.theparent {
    color: #666666;
    display: block;
    padding: 8px 0px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#supermenu .withchildfo a.theparent:hover {
    color: #0066cc;
    padding-left: 5px;
}

#supermenu .withchildfo:hover {
    background-color: transparent;
}

/* ======================== ACTIVE STATE ======================== */
#supermenu ul li.tlli.act div.bigdiv {
    display: table;
}

#supermenu > ul > li > div > ul {
    display: table-cell;
}

#supermenu > ul > li ul + ul {
    padding-left: 20px;
}

/* ======================== CHILD ITEMS ======================== */
#supermenu ul li div .withchild ul.child-level {
    background: none;
}

#supermenu ul li div .withchild ul.child-level li a {
    text-decoration: none;
    padding: 8px 0px;
    text-align: left;
    padding-left: 0px;
    letter-spacing: 0px;
    color: #666666;
    font-weight: 400;
    display: block;
    min-width: 120px;
    background: none;
    font-size: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#supermenu ul li div .withchild ul.child-level li a:hover {
    text-decoration: none;
    color: #0066cc;
    padding-left: 5px;
}

/* ======================== SUPERMENU LEFT ======================== */
#supermenu ul li div .supermenu-left {
    display: block;
    vertical-align: top;
    width: 100%;
}

/* ======================== MENU ADD ======================== */
#supermenu ul li div .menu-add {
    width: 300px;
    margin-left: auto;
    margin-right: 0px;
    height: auto;
    overflow: hidden;
    float: right;
    vertical-align: top;
    display: inline-block;
    margin-top: 0px;
    position: relative;
}

#supermenu ul li div .menu-add img {
    float: right;
    max-width: 100%;
    height: auto;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

#supermenu ul li div .menu-add img:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

/* ======================== WITH CHILD ======================== */
#supermenu ul li div .withchild {
    display: inline-block;
    width: 22%;
    margin-left: 0px;
    margin-right: 5%;
    margin-top: 0px;
    vertical-align: top;
}

#supermenu .ust img {
    border-radius: 4px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
}

#supermenu .ust img:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

#supermenu .ust {
    padding: 5px;
    margin-bottom: 10px;
}

#supermenu ul li div .withchild a.theparent {
    color: #333333;
    text-transform: none;
    border-bottom: 0px solid transparent;
    display: block;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 0px;
    letter-spacing: 0px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#supermenu ul li div .withchild a.theparent:hover {
    color: #0066cc;
    padding-left: 5px;
}

/* ======================== WITH IMAGE ======================== */
#supermenu ul li div .withimage {
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    margin-right: 5%;
    width: 22%;
    margin-top: 0px;
}

#supermenu ul li div .withimage .image img {
    background: transparent;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 100%;
    height: auto;
    display: block;
}

#supermenu ul li div .withimage .image img:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#supermenu ul li div .withimage .name a {
    color: #333333;
    text-transform: none;
    font-size: 13px;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
    line-height: 1.4;
}

#supermenu ul li div .withimage .name a:hover {
    color: #0066cc;
    text-decoration: none;
}

#supermenu ul li div .withimage .dropprice {
    color: #ff5722;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
}

#supermenu ul li div .withimage .dropprice span {
    color: #999999;
    text-decoration: line-through;
    margin-left: 8px;
    font-size: 13px;
    font-weight: 400;
}

#supermenu ul li div .withimage .child-level a {
    text-decoration: none;
    color: #666666;
    font-weight: 400;
    font-size: 12px;
    padding: 3px 0px;
}

#supermenu ul li div .withimage .child-level {
    margin-left: 0px;
    margin-top: 8px;
}

/* ======================== DROP BRANDS ======================== */
#supermenu .mainexpand {
    display: none;
}

#supermenu ul li div .dropbrands {
    width: 160px;
    margin-right: 0px;
    float: right;
    vertical-align: top;
    display: inline-block;
    margin-top: 0px;
}

#supermenu ul li div .dropbrands span {
    display: block;
    padding: 8px 0px;
    border-bottom: 0px solid transparent;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

#supermenu ul li div .dropbrands ul li a {
    padding: 6px 0px;
    text-decoration: none;
    color: #666666;
    display: block;
    font-size: 13px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#supermenu ul li div .dropbrands ul li a:hover {
    color: #0066cc;
    padding-left: 5px;
}

/* ======================== LINK OF TOP ITEM ======================== */
#supermenu ul li div.bigdiv .linkoftopitem {
    display: block;
    clear: both;
    padding-top: 15px;
}

#supermenu ul li div.bigdiv.withflyout .linkoftopitem {
}

#supermenu ul li div.bigdiv .linkoftopitem a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    text-align: center;
    border: none;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
}

#supermenu ul li div.bigdiv .linkoftopitem a:hover {
    background: linear-gradient(135deg, #0052a3 0%, #003d7a 100%);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
    -webkit-box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

/* ======================== HEADING OF TOP ITEM ======================== */
#supermenu ul li div.bigdiv .headingoftopitem {
    display: block;
    clear: both;
    margin-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 8px;
}

#supermenu ul li div.bigdiv .addingaspace {
    display: block;
    clear: both;
    margin-bottom: 10px;
}

#supermenu ul li div.bigdiv.withflyout .headingoftopitem {
    margin-left: 0px;
    margin-right: 0px;
}

#supermenu ul li div.bigdiv .headingoftopitem h2 {
    font-size: 18px;
    display: block;
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
    font-weight: 600;
    color: #333333;
}

#supermenu ul li div.bigdiv .headingoftopitem h2 a {
    font-size: 18px !important;
    display: block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: none;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

#supermenu ul li div.bigdiv .headingoftopitem h2 a:hover {
    color: #0066cc;
}

#supermenu ul li div.bigdiv.withflyout .headingoftopitem h2,
#supermenu ul li div.bigdiv.withflyout .headingoftopitem h2 a {
    font-size: 15px;
}

#supermenu ul li div.bigdiv.withflyout .headingoftopitem h2 {
    padding-left: 0px;
}

/* ======================== FORM ELEMENTS ======================== */
#supermenu form {
    padding-top: 5px;
}

#supermenu input[type='text'],
#supermenu input[type='password'] {
    padding: 8px 12px;
    width: 100%;
    max-width: 250px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 13px;
}

#supermenu input[type='text']:focus,
#supermenu input[type='password']:focus {
    border-color: #0066cc;
    box-shadow: 0 0 8px rgba(0, 102, 204, 0.2);
    -webkit-box-shadow: 0 0 8px rgba(0, 102, 204, 0.2);
    outline: none;
}

/* ======================== MKIDS HOVER ======================== */
#supermenu ul li.tlli.mkids:hover a.tll {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

/* ======================== RESPONSIVE MEDIUM ======================== */
#supermenu.respmedium ul li.tlli .bigdiv {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

#supermenu.respmedium ul li div .menu-add {
    width: 200px !important;
}

#supermenu.respmedium ul li div .menu-add img {
    width: 100%;
    height: auto;
}

#supermenu.respmedium ul li div .menu-add + .supermenu-left,
#supermenu.respmedium ul li div .menu-add + .dropbrands + .supermenu-left {
    margin-right: 220px !important;
}

#supermenu.respmedium ul li div .dropbrands {
    width: 180px !important;
    clear: right;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

/* ======================== SEPARATOR ======================== */
#supermenu ul li.tlli.sep {
    display: none;
}

/* ======================== WHITE THEME (DEFAULT) ======================== */
#supermenu.white {
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#supermenu.respsmall.white a.mobile-trigger,
#supermenu.alt2.respsmall a.mobile-trigger,
#supermenu.imgmenu.respsmall a.mobile-trigger {
    background: #f5f5f5;
    color: #333;
    text-shadow: none;
}

#supermenu.white ul li a.tll {
    font-size: 14px;
    color: #555555;
    padding: 18px 18px 15px 18px;
    text-shadow: 0 0px 0px transparent;
    border-top: none;
    border-bottom: 3px solid transparent;
}

#supermenu.white ul li div.bigdiv {
    background: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #e8e8e8;
}

#supermenu.white.respsmall ul li div.bigdiv {
    border: none;
    border-bottom: 1px solid #e8e8e8;
}

#supermenu.white ul li.tlli:hover a.tll {
    background: transparent;
    color: #0066cc;
    text-shadow: 0 0px 0px transparent;
    border-bottom: 3px solid #0066cc;
}

#supermenu.respsmall.white ul li.tlli:hover a.tll {
    color: #0066cc;
    border-bottom: 3px solid #0066cc;
}

/* ======================== ALT1 THEME (DARK) ======================== */
#supermenu.alt1 {
    background: #2c2c2c;
    border: none;
    border-bottom: 1px solid #1a1a1a;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
}

#supermenu.alt1 ul li a.tll {
    font-size: 14px;
    color: #e0e0e0;
    padding: 18px 18px 15px 18px;
}

#supermenu.alt1 ul li.tlli:hover a.tll {
    background: transparent;
    color: #00ccff;
    border-bottom: 3px solid #00ccff;
}

#supermenu.alt1 ul li div.bigdiv {
    background: #f8f8f8;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

#supermenu.alt1 ul li div .withchild a.theparent {
    color: #333;
}

#supermenu.alt1 ul li div .withchild a.theparent:hover {
    color: #0066cc;
}

/* ======================== ALT2 THEME ======================== */
#supermenu.alt2 {
    background: #f5f5f5;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
}

#supermenu.alt2 ul li a.tll {
    font-size: 14px;
    color: #555;
    padding: 18px 18px 15px 18px;
}

#supermenu.alt2 ul li:hover a.tll {
    color: #0066cc;
    border-bottom: 3px solid #0066cc;
}

#supermenu.alt2 ul li div.bigdiv {
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* ======================== IMAGE MENU ======================== */
#supermenu.imgmenu ul li a.tll {
    text-align: center;
    color: #555;
}

#supermenu.imgmenu {
    background: #fff;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
}

#supermenu.imgmenu ul {
    text-align: center;
}

#supermenu.imgmenu ul li.tlli {
    border-left: none;
    border-right: none;
}

#supermenu.imgmenu ul li div .withchild a.theparent {
    border-bottom: none;
}

#supermenu.respsmall.imgmenu ul li.tlli a.tll > img {
    width: 35px;
    height: auto;
    float: left;
    margin-right: 10px;
}

#supermenu.respsmall.imgmenu ul li.tlli a.tll > br {
    display: none !important;
}

#supermenu.respsmall.imgmenu ul li.tlli a.tll {
    text-align: left;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#supermenu.respsmall.imgmenu ul li.tlli {
    border: none;
    border-bottom: 1px solid #f0f0f0;
}

#supermenu.respsmall.imgmenu ul li.tlli:hover a.tll {
    color: #0066cc;
}

/* ======================== RESPONSIVE SMALL ======================== */
#supermenu.respsmall a.mobile-trigger {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
    display: block;
    padding: 14px 15px;
    z-index: 6;
    position: relative;
    background: #333 url('mkid.png') 100% center no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#supermenu.respsmall > ul {
    visibility: hidden;
    height: 0px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
}

#supermenu.respsmall > ul.exped {
    visibility: visible;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

#supermenu.respsmall ul li.tlli.hometlli {
    display: none;
}

#supermenu.respsmall ul li.tlli {
    position: relative;
    display: block;
    z-index: 20;
    padding-left: 0px;
    font-size: 13px;
}

#supermenu.respsmall ul li.tlli.sep {
    border-top: 1px solid #ddd;
    height: 0px;
}

#supermenu.respsmall ul li div .supermenu-left {
    margin: 0px !important;
}

#supermenu.respsmall ul li div .menu-add {
    display: none;
}

#supermenu.respsmall ul li div .dropbrands {
    display: none;
}

#supermenu .menu-add-mobil,
#supermenu .dropbrands.dropbrands-mobil {
    display: none;
}

#supermenu.respsmall .menu-add-mobil,
#supermenu.respsmall .dropbrands-mobil {
    display: block;
}

#supermenu.respsmall .menu-add-mobil {
    text-align: center;
    margin-top: 10px;
}

#supermenu.respsmall .menu-add-mobil img {
    max-width: 100% !important;
    height: auto;
}

#supermenu.respsmall .dropbrands.dropbrands-mobil {
    display: block;
    float: none;
    width: auto;
    margin-right: 0px;
}

#supermenu.respsmall ul li div .withchild,
#supermenu.respsmall ul li div .withimage {
    display: inline-block;
    width: 48% !important;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    margin-bottom: 10px;
    clear: none;
    padding-top: 5px;
    padding-bottom: 5px;
    *display: inline;
}

#supermenu.respsmall ul li div .withimage .image img {
    width: 50px;
    height: auto;
    float: left;
    margin-right: 10px;
}

#supermenu.respsmall ul li div .withchild:nth-child(even),
#supermenu.respsmall ul li div .withimage:nth-child(even) {
    float: right;
    clear: right;
}

#supermenu.respsmall ul li div .withchild:nth-child(odd),
#supermenu.respsmall ul li div .withimage:nth-child(odd) {
    float: left;
    clear: left;
}

#supermenu.respsmall .withchildfo a.theparent {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ======================== SUPERDROPPER ======================== */
#supermenu .superdropper {
    display: none;
}

#supermenu.respsmall .superdropper {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    text-decoration: none;
    z-index: 7;
    padding-left: 40px;
    padding-bottom: 10px;
}

#supermenu.respsmall .superdropper span {
    font-size: 20px;
    text-decoration: none;
    padding: 5px 10px;
    background: #fff;
    color: #333;
    display: block;
    margin-right: 5px;
    margin-top: 9px;
    width: 30px;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#supermenu.respsmall .superdropper span + span {
    display: none;
}

#supermenu.respsmall ul li.tlli.exped .superdropper span {
    display: none;
}

#supermenu.respsmall ul li.tlli.exped .superdropper span + span {
    display: block;
}

/* ======================== RESPONSIVE BIG DIV ======================== */
#supermenu.respsmall ul li div.bigdiv {
    position: relative;
    margin: 0px !important;
    width: 100% !important;
    display: block;
    display: none;
    padding: 15px;
}

#supermenu.respsmall ul li.exped div.bigdiv {
    display: block !important;
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
}

#supermenu.respsmall .withchildfo {
    position: relative;
}

#supermenu.respsmall .withchildfo.hasflyout {
    background-image: none;
}

#supermenu.respsmall .withchildfo.hasflyout.exped .flyouttoright {
    display: block !important;
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
}

#supermenu.respsmall .withchildfo.hasflyout .superdropper span,
#supermenu.respsmall .withchildfo.hasflyout.exped .superdropper span + span {
    display: block !important;
}

#supermenu.respsmall .withchildfo.hasflyout .superdropper span + span,
#supermenu.respsmall .withchildfo.hasflyout.exped .superdropper span {
    display: none !important;
}

#supermenu.respsmall ul li.tlli:hover a.tll {
    background: transparent;
    text-shadow: 0px 0px 0px transparent;
    color: #0066cc;
}

#supermenu.respsmall ul li div.bigdiv .addingaspace {
    display: none !important;
}

/* ======================== MEDIA QUERIES ======================== */
@media all and (max-width: 768px) {
    #supermenu ul li div .withchild,
    #supermenu ul li div .withimage {
        width: 30% !important;
        margin-right: 3% !important;
    }
    
    #supermenu ul li div .menu-add {
        width: 200px !important;
    }
}

@media all and (max-width: 500px) {
    #supermenu.respsmall ul li div .withchild,
    #supermenu.respsmall ul li div .withimage {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
    
    #supermenu ul li a.tll {
        padding: 12px 12px 10px 12px;
    }
}

/* ======================== SMOOTH SCROLLING ======================== */
html {
    scroll-behavior: smooth;
}

/* ======================== FOCUS STATES ======================== */
#supermenu ul li a.tll:focus {
    outline: 2px solid #0066cc;
    outline-offset: -2px;
}