html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
}

html {
    font-size: 100%;
}

body {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

header{
    margin-bottom: 40px;
}

@media screen and (max-width: 992px){
    header{
        margin-bottom: 0px;
    }

}

.button{
    background-color: #000;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    padding: 6px 20px 6px 12px;
    text-transform: uppercase;
    display: inline-block;
}

.button:hover{
    cursor: pointer;
    color: #FFE100;
    text-decoration: none;
}

.thin{
    font-weight: 100;
}
.light{
    font-weight: 300;
}
.regular{
    font-weight: 400;
}
.semibold{
    font-weight: 600;
}
.bold{
    font-weight: 700;
}

.bgWhite{
    background-color: #ffffff;
}

.bgYellow{
    background-color: #FFE100;
}


.bgBlack {
    background-color: #000000;
    color: #fff;
}

.bgBlack p, .bgBlack h1, .bgBlack h2, .bgBlack h3, .bgBlack h4 {
    color: #fff;
}


.bgGrey{
    background-color: #EEEEE8;
}﻿


.textYellow, a.textYellow {
    color: #FFE100;
    text-decoration: none;
}

a.textYellow:hover {
    color: #5271FF;
}

.textGreen {
    color:#35b729;
}
.textBlue {
    color:#5271ff;
}

.blackBox{
    background-color: #000000;
    color: #ffffff;
}

@media (min-width:992px) {
    .rightMenu{
        padding-left: 40px;
    }
}

.cookieNote{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #FFE100;
    color: #000;
    width: 100%;
    opacity: 0.85;
    text-align: center;
    padding: 5px 10px;
}

.cookieNote a{
    color: #000;
    opacity: 1;
}

.cartBox {
    display:inline-block;
    float:right;
    color:#000;
    padding: 0 10px;
}
.cartBox a {
    color:#000;
}


.order_summary td, .order_summary th {
    padding:3px;
    border-bottom:1px solid #fff;
}




.logoBox{
    height: 120px;
}

.contentPad{
    padding: 20px 30px;
}

.contentMarg{
    margin-bottom: 35px;
}

.footerMargin{
    margin-left: 45px;
    margin-bottom: 40px;
}

.footerLogo{
    margin-left: 10px;
    margin-top: 50px;
    margin-bottom: 18px;
}

.footerSet{
    height: 325px;
}

.reuben{
    font-size: 10px;
    font-weight: 600;
    color: #fff;
}

.colorBox{
    height: 6px;
    width: 11px;
    display: table-cell;
}
.colorBox2{
    height: 5px;
    width: 8px;
    display: inline-block;
}

.tricolore{
    line-height: 0px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.headerBG{
    background: black url("/images/homeBanner.jpg") no-repeat bottom;
    background-size: cover;
    /* height: 346px; */
    overflow: hidden;
}

.footerBG{
    background: black url("/images/footerBanner.jpg") no-repeat bottom;
    background-size: cover;
}

input[type="text"],input[type="password"]{
    border-radius: 0px;
    border: 1px solid #808285;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 3px;
    /*max-width:170px;
    height: 40px;
    width: 180px;*/
}

input[type="number"]{
    border-radius: 0px;
    border: 1px solid #808285;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

select{
    /*max-width:170px;*/
    min-height: 26px;
    border-radius: 0 !important;
    border: 1px solid #808285 !important;
    min-width: 70px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

/* input[type="text"]:focus{
    border: none;
    outline: none;
    box-shadow: none;
} */

input.inp_small, .inp_small {
    width: 45px;
}

ul.horizontal {
    padding: 0;
    margin: 0;
}

ul.horizontal li {
    display: inline;
}

a {
    color: #808285;
}

a:hover {
    color: #333;
}

/* BANNER */

#banner {
    position:relative;
    /*background-image: url(/images/water-bg.png);
    background-position: left bottom;
    background-repeat: repeat-x;*/
    /*margin-top: 20px;*/
}

#banner-container {
    position: relative;
}

.rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: none !important;
}

.rsDefault .rsBullets {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    bottom: 50% !important;
    right: 15%;
    width: 20px !important;
    left: auto !important;
    display: none;
}
.rsDefault .rsBullet {
    text-indent: -50000px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4 {
    color: #000;
    font-weight: 700;
    margin: 0px;
}

h1{
    font-size: 38px;
}

h2{
    font-size: 28px;
}

h2 a{
    color: #000;
}

#topbar {
    margin-bottom: 5px;
}

.banner-tricolore{
    position:absolute;
    bottom:0;
    right:0px;
    width:8px;
    height:160px;
}
@media screen and (max-width: 992px){
    .banner-tricolore{
        position:absolute;
        bottom:0;
        right:0px;
        width:8px;
        height:55px;
    }
}

.site-logo{
    margin: 0 auto;
    padding: 18px 10% 20px 0;
    /*height:320px;*/
}

.content-title {
    color:#000;
    background-color:#e7e7e8;
    -webkit-border-top-right-radius: 4px !important;
    -webkit-border-top-left-radius: 4px !important;

    -moz-border-radius-topright: 4px !important;
    -moz-border-radius-topleft: 4px !important;

    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;

    padding:10px 50px;
}

.content-title h1, .content-body h1 {
    text-transform:uppercase;
    font-size:1.6em;
}

.content-title h1  .icon-facebook {

}

.content-body{
    color:#000;
    background-color:#fff;
    -webkit-border-bottom-right-radius: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;

    -moz-border-radius-bottomright: 4px !important;    
    -moz-border-radius-bottomleft: 4px !important;
    
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;

    padding:10px 50px;
}

.content-body a {
    color:#1f4493;
    font-weight:bold;
}

.contact-top, .contact-top a {
    line-height: 120%;
    color: #000;
}

/*------------------- TWITTER --------------------*/

.twitter
{
    float:right;
    min-height: 333px;
    }

.twitter_content h3 a
{
    color:#ee5331;   
    }   

.twitter_item, .twitter h3
{
    border-bottom:1px dotted #d1d3d4;
    padding-bottom:10px;
    margin-bottom:14px;   
}

.twitter_cta {
    margin-top: 10px;
    }
.twitter_cta a {
    /*color: #a1a1a1;*/
    margin-right: 20px;
    }
    .twitter_cta a:hover {
        text-decoration: none;
        color: #ef2e24;
    }


/* SHOP, common shop styles
-------------------------------------------*/
#shop, #checkout, #my-orders, #search, #blog, #content {
    color: #000;
}

    #shop h1, #checkout h1, #my-orders h1, #search h1, #blog h1 {
        margin: 0 0 10px;
    }

    .title-bread {
        background-color: #EEEEE8;
        color: #000;
        padding: 15px 30px;
    }
    
    .title-bread h1{
        text-transform: uppercase;
    }

/* MY ORDERS
-------------------------------------------*/
#my-orders, #search {
    /*margin: 0;*/
}

/* CATEGORIES
-------------------------------------------*/
.category-links ul {
    margin: 0 0 20px;
    padding: 10px 10px;
}

    .category-links ul li {
        list-style: none;
        padding: 3px 0;
    }

/*.category-links a {
    color: #fff;
}*/

.box {
    border: 1px solid #dde5e8;
}

.category-box {
    display: inline-block;
    border: solid 1px #000;
    margin: 30px 0 0;
    height: 250px;
    padding: 12px 0px;
    font-size: 14px;
}

    .category-box .title {
        /* background-color: #58585a;
        min-height: 80px;
        padding: 10px; */
        font-size: 16px;
    }

        .category-box .title a {
            color: #000;
            font-weight: 700;
        }

    .category-box .image {
        text-align: center;
        height: 205px;
    }

        .category-box .image img {
            max-height: 220px;
            max-width: 100%;
            max-height: 100%;
            padding: 10px;
            width: auto;
        }

    .price-from, .category-box .link, .sublink, .buylink {
        /* padding: 3px 10px;
        margin-top: 8px; */
    }

    .category-box .price-from {
        min-height: 104px;
        margin: 10px;
        padding: 6px 10px;
    }

    .category-box .link {
        /* color: #fff;
        display: block;
        font-size: 120%;
        font-weight: 600;
        margin: 10px;
        padding: 6px;
        text-align: center; */
    }

    .category-box .link i {
        padding-left: 6px;
    }

    .price-from.bg-red > span {
        border-top: 1px solid #fff;
        display: block;
        font-size: 160%;
        font-weight: 600;
        margin-top: 2px;
        padding-top: 2px;
    }

.category-header {
    position: relative;
}

    .category-header div {
        background: rgba(0,0,0,0.5);
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 15px;
        padding: 10px 30px;
    }

.brand-biog {
    margin: 10px 0;
    padding: 10px 10px 10px;
    background: rgba(0,136,174,0.25);
    color: #2b3074;
}

.filter-options {
    background-color: #EEEEE8;
    padding: 6px 10px 3px;
    margin: 10px 0 0;
}

.rule {
    border-bottom: 5px solid #2b3074;
    margin-bottom: 5px;
}

embed {
    width: 100%;
}

/* BREADCRUMBS
-------------------------------------------*/
.breadcrumbs {
    border-bottom: 1px solid #ef2e24;
    border-top: 1px solid #ef2e24;
    color: #333;
    font-size: 84%;
    margin-bottom: 2em;
    padding: 6px 0;
    text-transform: capitalize;
}

    .breadcrumbs a {
        color: #333;
    }

/* SOFT 404 */

.soft-404 h1 {
}

.soft-404 h2 {
}

.soft-404 img {
    width: 100%;
    margin-top: 100px;
}


/* FEATURED PRODUCTS
-------------------------------------------*/
.featured-products {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7e8 #e7e7e8 -moz-use-text-color;
    -o-border-image: none;
       border-image: none;
    border-style: solid solid none;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-width: 1px 1px 0;
    height: 250px;
    max-height: 250px;
    overflow: hidden;
}

    .featured-products .title {
        color: #1a1f4c;
        font-weight: 700;
        line-height: 105%;
        position: absolute;
        right: 5%;
        top: 5%;
        width: 45%;
        z-index: 100;
    }

    .featured-products img {
        height: auto;
        margin: 20% 0 0 5%;
        max-width: 75%;
    }

    .fp-link {
        display: block;
    }

    .fp-price, .fp-buy {
        width:50%;
        min-height:72px;
        padding: 4.5% 5%;
        font-size: 96%;
    }

    .fp-price {
        background-color: #000;
        border-bottom-left-radius: 10px !important;
        float:left;
        color: #ef2e24;
    }

    .fp-price .small {
        font-size: 80% !important;
    }

    .fp-buy {
        background-color: #ef2e24;
        border-bottom-right-radius: 10px !important;
        float:right;
        color: #000;
    }
    .fp-buy i {
        font-size: 110%;
    }


.product_title {
    background: #003248;
    min-height: 45px;
    display: block;
    margin-top: 20px;
}

    .product_title a {
        padding: 0 10px;
        color: #fff;
        text-align: left;
        display: block;
    }

.product-detail-show, .product-spec-show {
    display: block;
    background-color: #000;
    min-height: 35px;
    padding: 7px 15px;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.product-tab {
    padding-left: 15px;
    width: 33.3333%;
    float: left;
}

.active {
    border-bottom: 6px solid #ef2e24;
}

.product-detail, .product-spec {
    border: 1px solid #dde5e8;
    margin-top: -6px;
    padding: 15px;
    margin-bottom: 20px;
}

.product-spec {
    display: none;
}


/* ---Featured Category ----*/

.featured-category a, .featured-category, .featured-category-1, .featured-category-2,
.featured-category-3, .featured-category-4 {
    min-width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.featured-category-1 {
    background-image: url("/images/featured-cat-bg-1.png");
}

.featured-category-2 {
    background-image: url("/images/featured-cat-bg-2.png");
}

.featured-category-3 {
    background-image: url("/images/featured-cat-bg-3.png");
}

.featured-category-4 {
    background-image: url("/images/featured-cat-bg-4.png");
}

    .featured-category a, .featured-category-1 a, .featured-category-2 a,
    .featured-category-3 a, .featured-category-4 a {
        color: #fff;
        font-weight: normal;
        padding: 10px 20px;
        display: block;
        width: 100%;
        height: 215px;
        text-decoration: none;
    }

.text-background-red {
    background: rgba(1, 91, 117, 0.6) none repeat scroll 0 0;
    padding-left: 10px;
}

.featured-category a:hover, .featured-category-1 a:hover, .featured-category-2 a:hover,
.featured-category-3 a:hover, .featured-category-4 a:hover {
    border: 2px solid #ffec00;
    padding: 8px 18px !important;
    color: #fff;
    background-image: url("/images/featured-cat-bg-over.png");
    background-repeat: no-repeat;
}

.featured-category img {
}

#featured_prod_titles > div {
    background-color: #00293d;
    overflow: auto;
    margin: 10px 15px 0;
}

#featured_prod_titles a {
    color: #fff;
}

/* ------------- FP 2 ---------------------*/

.feat-prod-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0 0.92%;
}

.feat-prod-bluebar {
    background: none repeat scroll 0 0 #003248;
    height: 45px;
    position: relative;
    top: 195px;
    z-index: -1;
}

.feat-prod-column {
    float: left;
    width: 15.9%;
    margin: 0 0.45%;
}

.feat-prod-col-1 {
    margin-left: 0;
}

.feat-prod-col-6 {
    float: right;
    margin-right: 0;
}

.feat-prod-img-link {
    display: block;
    width: 100%;
}

.feat-prod-column img {
    width: 100%;
}

.feat-prod-col-1 .feat-product_title a {
    position: relative;
    left: 5px;
}

.feat-product_title {
    display: block;
    margin-top: 20px;
    min-height: 45px;
    color: #fff;
}

    .feat-product_title a {
        color: #fff;
    }
/* PRODUCTS
-------------------------------------------*/

.products {
}

.product_actions {
    text-align: right;
}

.price, .price-was, .price-save, .price-now {
    /*color: #ef2e24;
    line-height: 0.8;
    display: block;
    width: 100%;*/
    background-color: #ef2e24;
    color: #fff;
    display: block;
    font-size: 150%;
    font-weight: 600;
    line-height: 0.8;
    padding: 8px 6px;
    width: 100%;
}

.price-now {
    font-size: 200%;
    line-height: 100%;
    padding: 11px 10px 14px;
    text-align: center;
}

/*.price-was {
    background-color: #000;
    color: #fff;
    font-size: 200%;
    font-weight: 400;
    line-height: 100%;
    padding: 11px 10px 14px;
    text-align: center;
    text-decoration: line-through;
}*/
.price-was {
    background-color: #ef2e24;
    color: #fff;
    font-size: 150%;
    font-weight: 600;
    line-height: 0.8;
    padding: 8px 6px;
    text-decoration: line-through;
    border-bottom: 1px solid #fff;
}

.price-save {
    color: #2b3074;
    padding-top: 10px;
}

.products .buylink {
    padding: 5px 0 5px 10px;
    float: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.box-border-bottom {
    border-bottom: 1px solid #dde5e8;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.products-main-image {
    /*margin-top: 30px;*/
    border: 1px solid #dde5e8;
}

    .products-main-image img {
        width: 100%;
    }

/* FOOTER
-------------------------------------------*/
.col-sm-4 .footerFrames{
    margin-left: 20px;
    padding: 14px 28px 14px;
}

.col-sm-4:first-child .footerFrames{
    margin-left: -15px;
}

@media (max-width: 768px){
    .col-sm-4 .footerFrames{
        margin-left: -15px;
        height: 118px;
    }
}
@media (max-width: 992px){
    .col-sm-4 .footerFrames{S
        height: unset;
    }
}

#cat-menu {
    padding-left: 0;
    text-transform: uppercase;
    padding: 15px 0;
    background-color: #000;
    display: inline-block;
    width: 100%;
}
#cat-menu ul, #cat-menu li {
    left: 0 !important;
    list-style: outside none none;
    margin: 0 !important;
    max-width: none !important;
    padding-left: 0;
    right: 0 !important;
    position: relative;
    width: 100% !important;
    background-color: #000;
    border-radius: 0;
}

.dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

#cat-menu .sub-arrow, #cat-menu .collapsible .sub-arrow {
    /* margin-right: 6px;
    margin-left: 0px;
    color: #fff;
    border-color: currentcolor transparent transparent;
    border-style: solid dashed dashed;
    border-width: 4px;
    display: inline-block;
    height: 0;
    margin-left: 0;
    margin-right: 6px;
    margin-top: 0;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 0; */
    display: none;
}

#cat-menu .active {
    border-bottom: none;
}

#cat-menu .menuLevel1 .dropdown-menu, #cat-menu .menuLevel2 .dropdown-menu {
    /* padding-left: 15px; */
    padding-left: 20px;
}

#cat-menu li a {
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    width: 100% !important;
    float: left;
    outline: none;
    line-height: 12px;
}

#cat-menu .menuLevel1 a {
    font-size: 16px;
    text-rendering: optimizeLegibility;
}

#cat-menu .menuLevel1 a:hover {
    color: #FFE100;
}

#cat-menu .nav .open > a, #cat-menu .nav .open > a:hover, #cat-menu .nav .open > a:focus {
    background-color: #fff;
}
#cat-menu .menuLevel2 a{
    font-size: 14px;
    font-weight: 300;
    border-left: solid #FFE100 3px;
    padding: 6px 10px 6px 20px;
}

#cat-menu .menuLevel2:first-child a {
    padding-top: 0px;
}

#cat-menu .menuLevel2:last-child a {
    padding-bottom: 0px;
}

    .menu-2 ul.horizontal {
        float: left;
        margin-top: 6px;
    }

.menu-3 {
    min-height: 40px;
    padding: 0 20px 0;
}

    .menu-3 ul {
        margin-top: 7px;
    }

        .menu-2 ul li a, .menu-3 ul li .dummy-link, .menu-3 ul li a, .newsletter label {
            color: #d4dae2;
            font-weight: normal !important;
            cursor: pointer;
        }
        .newsletter input { width: 60%; display: inline-block; border-radius: 0; }
        .newsletter a {
            background-color: #58595b;
            border: 1px solid #58595b;
            color: #fff;
            cursor: pointer;
            font-weight: normal !important;
            height: 34px;
            margin-left: -5px;
            padding: 7px 20px 7px 12px;
        }

    .menu-3 .newsletter label, .menu-3 .newsletter input,
    .menu-3 .newsletter .box {
        display: inline-block;
    }

    .menu-3 .newsletter .box {
        width: auto;
        border: 1px solid #d4dae2;
        padding: 2px 10px 2px 2px;
        margin-top: 5px;
        margin-left: 2em;
    }

    .menu-3 .newsletter input {
        border: none;
        background-color: transparent;
        width: 220px;
        color: #d4dae2;
    }

/* sub menu top*/
#menu .dropdown-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(239, 46, 36, 1);
    border-color: -moz-use-text-color rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15);
    -o-border-image: none;
       border-image: none;
    border-radius: 0px;
    border-style: none solid solid;
    border-width: 0px;
    font-size: inherit !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    padding: 0;
}
#menu .dropdown-menu > li > a {
    color: #FFF;
    text-decoration: none;
    padding: 6px 40px 6px 20px;
    /*font-size: 90%;*/
}

/*#menu .dropdown-menu > li:nth-child(2n+1) {
    background-color: #eeeeee;
}*/

#menu .dropdown-menu > li > a:hover, #menu .dropdown-menu > li > a:focus {
    background-color: #808285;
    color: #FFF;
    /*text-decoration: underline;*/
}
#menu .navbar-default .navbar-nav > .open > a, #menu .navbar-default .navbar-nav > .open > a:hover, #menu .navbar-default .navbar-nav > .open > a:focus {
    background-color: #808285;
    color: #FFF !important;
}

#menu .dropdown-menu > li > ul {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 103% !important;
    margin-top: -31px !important;
}

#menu .navbar-fixed-top .navbar-collapse, #menu .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}
/* sub menu top*/

.signup-msg {
    color: #fff;
    position: absolute;
    right: 2em;
    top: 40px;
}

.icons ul.horizontal {
    padding: 60px 0 0 20px;
}

.searchBar{
    background-color: #EEEEE8;
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.header-menu {
    width: 100%;
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #EEEEE8;
}
.header-menu li {
    /* border-right: 1px solid #fff;
    float: left;
    line-height: 100%;
    padding-left: 6px;
    padding-right: 6px; */
    width: 33%;
}
.header-menu li a {
    text-decoration: none;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    color: #000;
}
.header-menu li a:hover {
    text-decoration: underline;
}
.header-menu li:first-child {
    padding-left: 0;
}
.header-menu li:last-child {
    border-right: medium none;
    padding-right: 0;
}

/*subMenu*/

div.hideSkiplink {
    width: 100%;
}

    div.hideSkiplink > a {
        display: none;
    }

div.subMenu {
    margin-top: 20px;
}

    div.subMenu ul {
        padding: 0 10px;
        margin: 0;
    }

        div.subMenu ul li {
            list-style: outside none none;
            padding: 3px 0;
        }

            div.subMenu ul li a, div.subMenu ul li a:visited {
                color: #ef2e24;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

.dynform {
}

    .dynform label {
        width: 150px;
    }

    .dynform input, .dynform select, .dynform textarea {
        width: 300px;
    }

.dynform-button {
    margin-bottom: 30px;
}

.bluebutton-1, .bluebutton-2 {
    background-color: #000;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 150%;
    line-height: 100%;
    padding: 6px 22px 8px;
    text-align: center;
    text-decoration: none;
}

    .bluebutton-1:hover, .bluebutton-2:hover {
        background-color: #ef2e24;
        color: #fff;
        text-decoration: none;
    }

.icon-basket, .icon-basket-white {
    background-image: url("/images/icon-basket.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.icon-basket-white {
    background-image: url("/images/icon-basket-white.png");
    background-position: right 10px center;
}

.rcList {
    display: block;
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 6px 0 0;
    width: 14px !important;
}

/*---------- CHECKOUT ----------*/
.order_summary input[type="submit"] {
}

.row-header-footer {
    min-height: 40px;
}

    .row-header-footer a {
        color: #2b3074;
        text-decoration: underline;
        display: block;
        margin-left: 20px;
    }

.order_summary .rule {
    border-bottom: 2px solid #DDE5E8;
    margin: 10px 0;
}

a.remove {
    display: block;
    width: 23px;
    height: 23px;
    background-image: url("/images/icon-remove.png");
    background-repeat: no-repeat;
}

#checkout {
    padding: 20px 0;
}

    #checkout label {
        min-width: 126px;
    }

    #checkout input[type="submit"],  #checkout input[type="button"] {
        background-color: #5271FF;
        border: 0 none;
        border-radius: 0;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        /*min-width: 150px;*/
        padding: 6px;
        text-align: left;
        text-transform: uppercase;
    }

        #checkout input[type="submit"]:hover, #checkout input[type="button"]:hover {
            background-color: #000;
            color: #FFF;
        }

    #checkout .proceed {
        text-align: center !important;
        width: 100% !important;
    }

/* #checkout .yellow-button{
    background-color: #5271FF !important;
    color: #fff !important;
}
#checkout .yellow-button:hover{
    background-color: #000 !important;
    color: #FFF !important;
} */
.place-order {
    background-color: #ffec00 !important;
    border: 1px solid #2b3074 !important;
    color: #2b3074 !important;
    padding: 1px 10px 2px !important;
    text-align: center !important;
}

    .place-order:hover {
        background-color: #2b3074 !important;
        border: 1px solid #ffec00 !important;
        color: #ffec00 !important;
    }

.basket-item {
    padding: 10px 0;
}

/*.apply-promo {
    color: #8c9ea8 !important;
    background-color: transparent !important;
    border: none !important;
}*/

.select-box {
    width: auto;
    display: inline;
}

.checkout-title {
    padding: 5px 0;
}


/* LOGIN ------------------------------*/

.login {
    /* background-color: #ef2e24;
    margin: 0;
    padding: 15px 0 15px 15px;
    position: absolute;
    left: 340px;
    top: 29px;
    width: 34%;
    z-index: 10; */
}

.login-footer {
    left: 20px;
    top: 40px;
}

.login-form-close {font-size: 130%;
    min-height: 20px;
    position: absolute;
    right: 15px;
    top: 0;}

.login-form-close span {
    float:right;
    cursor:pointer;
    font-weight:bold;
}


.login-visible, .login-visible2 {
    display: none;
}

.login ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
}

.login ul li {
    /* padding-bottom: 4px; */
    list-style: none;
    display: inline-block;
    /* width: 33%; */
    float: left;
}

.login label, .forgot-password label {
    /* width: 15%; */
    color: #000;
    display: inline-block;
    margin-right: 10px;
}

/* .login input, .forgot-password input {
    width: 60%;
} */

.login input[type='submit'] {
    /* border: 0 none;
    padding: 0 0 3px;
    width: 30px;
    background-color: #ffec00; */
    /* margin-left: 5px; */
}

/* .login-reveal {
    cursor: pointer;
} */

/* .forgot-password, .pwd-reset-reveal, .pwd-reset-reveal2 {
    color: #fff;
} */

.login input, .forgot-password input {
    color: #000;
}

.loginInput{
    font-size: 12px;
}
    
.loginInput input{
    /* height: 32px; */
    border: none;
    width: 120px;
    font-size: 14px;
    padding: 6px 10px;
    float: left;
}

.loginInput input[type="text"]{
    width: 100%;
}

.login-button{
    display: inline-block;
    height: 32px;
    background-color: #fff;
    padding: 4px 4px;
    float: left;
}

.register-button{
    display: inline-block;
    height: 32px;
    background-color: #none;
    padding: 6px 4px 4px 0px;
}

.pwd-reset-reveal {
    cursor: pointer;
}

.forgot-password {
    display: none;
}

.latestBlogs {
    border: 1px solid #dde5e8;
    margin-right: 10%;
    padding: 20px;
}

    .latestBlogs .item {
        min-height: 70px;
    }

.imgLatestBlogs {
    height: 52px;
    width: 52px;
}

.latestBlogsDate, a.latestBlogsDate, a.latestBlogsDate:hover {
    display: block;
    width: 100%;
    color: #65bbd4;
}

/* MISC  ----------------------------------------------------------*/

.addthis_native_toolbox div {
    text-align: center;
}

    .addthis_native_toolbox div a {
        float: none !important;
    }

#tp-container {
    height: 100px;
    width: 135px;
    margin-top: 20px;
}

.tp-widget-wrapper {
    min-width: 201px !important;
    text-align: left !important;
}

.icon-free-delivery {
    background-image: url("/images/icon-free-delivery.png");
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    color: #acc7ce;
    min-height: 41px;
    padding: 8px 0 0 55px;
}

#site-lock-logo {
    margin: 35px 35px 0 20px;
    float: right;
}

.hidden {
    display: none;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.width10 {
    width: 10%;
}

.width20imp {
    width: 20% !important;
}

.width30 {
    width: 30%;
}

.width40 {
    width: 40%;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%;
}

.width80 {
    width: 80%;
}

.width90 {
    width: 90%;
}

.width100 {
    width: 100%;
}

.center {
    text-align: center;
}

.alignR {
    text-align: right;
}

.alignL {
    text-align: left;
}

.clear {
    clear: both;
}

.failureNotification {
    color: Red;
}

.bold {
    font-weight: 600;
}

.bolder {
    font-weight: 700;
}

/* Font Sizes */
.large {
    font-size: 125% !important;
}
.big {
    font-size: 150% !important;
}

.bigger {
    font-size: 2.8em !important;
}

.biggest {
    font-size: 5em !important;
}

.medium {
    font-size: 1.1em;
}

.small {
    font-size: 0.9em;
}

.smaller {
    font-size: 0.8em;
}

.smallest {
    font-size: 0.7em;
}

.uppercase {
    text-transform: uppercase;
}

.line-height {
    line-height: 100%;
}


.bg-white-tear {
    background-image: url("/images/banner-tear.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-color:#fff;
}

.section-tear-top {
    background-image:url("/images/banner-tear.jpg");
    background-position:left bottom;
    background-repeat:no-repeat;
    height:175px;
}

.section-tear {
    background-image:url("/images/section-tear.gif");
    background-position:left bottom;
    background-repeat:no-repeat;
    height:175px;
}

.strikethrough {
    text-decoration: line-through;
}

.ucase {
    text-transform: uppercase;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.block {
    display: block;
}
.inline-block {
    display: inline-block;
}

/* Global settings */

.pad10px {
    padding: 10px;
}

.pad20px {
    padding: 20px;
}

.padTop0em {
    padding-top: 0em;
}

.padTop05em {
    padding-top: 0.5em;
}

.padTop1em {
    padding-top: 1em;
}

.padTop15em {
    padding-top: 1.5em;
}

.padTop2em {
    padding-top: 2em;
}

.padTop25em {
    padding-top: 2.5em;
}

.padTop3em {
    padding-top: 3em;
}

.padTop35em {
    padding-top: 3.5em;
}

.padLeft0 {
    padding-left: 0 !important;
}

.padLeft05em {
    padding-left: 0.5em;
}

.padLeft1em {
    padding-left: 1em;
}

.padLeft2em {
    padding-left: 2em;
}

.padLeft3em {
    padding-left: 3em;
}

.padLeft9em {
    padding-left: 7.5em;
}

.padLeft15em {
    padding-left: 1.5em;
}

.padLeft25em {
    padding-left: 2.5em;
}

.padLeft10px {
    padding-left: 10px;
}

.padLeft30px {
    padding-left: 30px;
}

.padLeft30Imp {
    padding-left: 30px !important;
}

.padRight0 {
    padding-right: 0 !important;
}

.padRight0em {
    padding-right: 0;
}

.padRight05em {
    padding-right: 0.5em;
}

.padRight1em {
    padding-right: 1em;
}

.padRight15em {
    padding-right: 1.5em;
}

.padRight2em {
    padding-right: 2em;
}

.padRight25em {
    padding-right: 2.5em;
}

.padRight30px {
    padding-right: 30px;
}

.padBottom05em {
    padding-bottom: 0.5em;
}

.padBottom1em {
    padding-bottom: 1em;
}

.padBottom3px {
    padding-bottom: 3px;
}

.padBottom10pxImp {
    padding-bottom: 10px !important;
}

.margTop0em {
    margin-top: 0em;
}

.margTop025em {
    margin-top: 0.25em;
}

.margTop05em {
    margin-top: 0.5em;
}

.margTop1em {
    margin-top: 1em;
}

.margTop15em {
    margin-top: 1.5em;
}

.margTop2em {
    margin-top: 2em;
}

.margTop25em {
    margin-top: 2.5em;
}

.margTop3em {
    margin-top: 3em;
}

.margTop35em {
    margin-top: 3.5em;
}

.margTop4em {
    margin-top: 4em;
}

.margTop5em {
    margin-top: 5em;
}

.margTop-8em {
    margin-top: -8em;
}

.margTop5px {
    margin-top: 5px;
}

.margTop10px {
    margin-top: 10px;
}

.margTop10px {
    margin-top: 15px;
}

.margTop20px {
    margin-top: 20px;
}

.margTop30px {
    margin-top: 20px;
}

.margTop22px {
    margin-top: 22px;
}

.margTop60px {
    margin-top: 60px;
}


.margBottom5px {
    margin-bottom: 5px;
}

.margBottom025em {
    margin-bottom: 0.25em;
}

.margBottom05em {
    margin-bottom: 0.5em;
}

.margBottom1em {
    margin-bottom: 1em;
}

.margBottom2em {
    margin-bottom: 2em;
}

.margBottom15em {
    margin-bottom: 1.5em;
}

.margBottom10px {
    margin-bottom: 10px;
}

.margBottom20px {
    margin-bottom: 20px;
}

.margBottom25px {
    margin-bottom: 25px;
}

.margBottom30px {
    margin-bottom: 30px;
}

.margLeft05em {
    margin-left: 0.5em;
}

.margLeft1em {
    margin-left: 1em;
}

.margLeft15em {
    margin-left: 1.5em;
}

.margLeft2em {
    margin-left: 2em;
}

.margLeft3em {
    margin-left: 3em;
}

.margLeft10px {
    margin-left: 10px;
}

.margLeft30px {
    margin-left: 30px;
}

.margRight05em {
    margin-right: 0.5em;
}

.margRight0em {
    margin-right: 0 !important;
}

.margRight10 {
    margin-right: 10%;
}

.margRight1em {
    margin-right: 1em;
}

.margRight15em {
    margin-right: 1.5em;
}

.margRight2em {
    margin-right: 2em;
}

.noPad {
    padding: 0px !important;
}

.noMarg {
    margin: 0px !important;
}

.pointer {
    cursor: pointer;
}


p > img[style*="float: right"] {
    margin: 0 0 0.5em 1em;
}

p > img[style*="float: left"] {
    margin: 0 1em 0.5em 0;
}

.icon-phone img {
    width: 58px;
    margin-bottom: 5px;
}

.portlet {
  position:relative;
  height:158px;
  width:auto;
  margin:0 auto;
}

.portlet img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.portlet img.top:hover {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
}

.portlet strong  {
    bottom: 12%;
    color: #000;
    text-transform: uppercase;
    font-size: 105%;
    font-weight: 600;
    left: 5%;
    position: absolute;
    z-index: 10;
}

.portlet:hover  strong{
    color: #ef2e24;
    text-decoration: none;
}

.more-section-title {
    border-bottom: 2px solid;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 13px;
    margin-top: 20px;
    padding-bottom: 4px;
    text-transform: uppercase;
}
ul.more-section {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.more-section li {
    float: left;
    padding-right: 3px;
}
ul.more-section li a.selected, ul.more-section li a:hover {
    color: #ef2e24;
}
ul.more-section li a:before {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ef2e24;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    margin-right: 6px;
    margin-top: -1px;
    vertical-align: middle;
}
ul.more-section li a {
    color: #333;
    display: block;
    line-height: 1.35em;
    padding: 0 16px 8px 0;
    text-decoration: none;
}

/*############################# CATEGORIES MENU #############################*/
/*  PSEUDO DROP DOWN LIST    */

.pseudodropdown {
    background-image: url("/images/pseudodropdown_bg.png");
    background-repeat: repeat-x;
    display: block;
    width: 100%;
    /* border: 1px solid #849fad !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    margin-top: 4px !important;
    height: 21px; */
    
    background: #000;
    border: none;
    color: #fff;
    padding: 10px 20px;
    /* margin: 10px 0; */
    line-height: 100%;
}

    .pseudodropdown span {
        left: 10px;
        position: relative;
        top: 1px;
    }

    .pseudodropdown img {
        float: right;
        height: 19px;
        width: 20px;
    }

.categories_menu, .section_menu {
    /* float: left;
    padding: 0 !important;
    height: auto; */
    /* border: 1px solid #849fad !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    margin-top: 4px !important;
    border-top: none !important;
    margin: 0 !important;
    display: none; */
    
    width: 100%;
    background-color: #000;
    color: #fff;
    border: none;
    display: none;
}

.pnlCategories {
    margin: 10px auto;
    width: 100%;
}

    .pnlCategories h1 {
        display: block;
        clear: both;
    }

.categories_menu ul, .section_menu ul {
    list-style: none;
    /* margin: 10px !important; */
    /* padding: 0px;
    font-size: 1.1em; */
    width: 95%;
    padding: 10px 30px;
}

    .categories_menu ul li:first-of-type, .section_menu ul li:first-of-type {
        border: none !important;
    }

    .categories_menu ul li, .section_menu ul li {
        padding: 4px 0;
        border: none !important;
        margin-bottom: 3px !important;
    }

        .categories_menu ul li span, .section_menu ul li span {
            cursor: pointer;
        }

        .categories_menu ul li ul, .section_menu ul li ul {
            padding: 5px;
            font-size: 0.8em;
        }

            .categories_menu ul li ul li, .section_menu ul li ul li {
                padding: 0;
                border-bottom: none;
            }

                .categories_menu ul li ul li a, .section_menu ul li ul li a {
                    color: #999;
                }

                    .categories_menu ul li ul li a:hover, .section_menu ul li ul li a:hover {
                        color: #333;
                    }


/* Order form */

.lens_table {
    /* border: 1px solid #808285; */
    /*padding-right: 10px;*/
}
.lens_table td {
    width:25%;
    /*font-size: 14px;*/
}
.lensDimensions {
    padding: 10px 0;
}
.nowrap {white-space:nowrap;}

ul.frameShape {
    list-style:none;
    padding:10px 0;
    margin:0;
}
ul.frameShape li {
    display:inline-block;
    /*width:16%;*/
    width:8.5%;
}



ul.frameShape li img {
    max-width:100%;
}


ul.frameShape li label img{
    pointer-events: none; /*fix for IE image label*/
}


ul.frameShape li input[type=radio] {
    display:none;
}

ul.frameShape li > input + label > img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}	

ul.frameShape li > input:checked + label > img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #5271ff;
}

.required {
    color:#bd221a;
}

.requiredSummary
{
    color:#bd221a;
    /*font-weight:bold;*/
    border: 1px solid  #f08721;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #ffee70;
}
#frameLens{
    margin-top: 15px;
}


.overlay 
{
    position:fixed;
    left:0px;
    top:0px;
    text-align:center;
    padding-top:200px;
    width:100%;
    height:100%;
    background-color:#fff;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:1500;
}

.overlayContent 
{
    width:50%;
    padding:20px;
    border:5px solid #5271ff;
    position:fixed;
    top:45px;
    left:50%;
    margin-left:-25%;
    margin-top:0;
    z-index:1501;
    background-color:#fff;
 
}
.overlayContentBottom
{
    width:100%;
    padding:20px;
    border:5px solid #5271ff;
    position:fixed;
    bottom:0;
    left:0;
    margin-top:0;
    z-index:1501;
    background-color:#fff;
 
}


/* basket changes */
.cartTable {
    border: 1px solid rgb(128, 130, 133);
    border-collapse: separate !important;
    border-spacing: 0;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}

table.cartTable th {
    background: none repeat scroll 0 0 rgb(128, 130, 133);
    font-weight: 300;
    line-height: 18px;
    padding: 16px 16px 18px 24px;
    color: #fff;
}

.cartTable > tbody > tr > td {
    padding: 16px 16px 18px 24px;
    vertical-align: middle;
    border-top: 1px solid rgb(128, 130, 133);
    vertical-align:top;
}

.cartTable .imgHolder {
    max-width: 125px; /*max-height: 60px;*/
    overflow: hidden;
    float:left;
    margin-right:10px;
}

.cartDetails {
    font-size:0.9em
}

.cartDetails td {
    vertical-align:top;
    width:12.5%;
}
.cartMessage 
{
    position:fixed;
    font-size:20px;
    z-index:99;
    margin-top:-41px;
    margin-left:-126px;
    display:none;
    padding:5px;
    top:50%;
    left:50%;
    width:252px;
    height:87px;
}

.cartMessage label {
    display:block;
    margin-left:50px;  
}
.cartMessage a
{
    right:0;
    top:0;
    display:block;
    margin-top:5px;
    border:1px solid white;
}

.cartMessage input[type=button]
{
    right:0;
    top:0;
    display:block;
    margin-top:5px;
    border:1px solid white;
}

.OLDcartMessage 
{
    position:relative;
    display:none;
    
}
.OLDcartMessage a
{
    position:absolute;
    right:0;
    top:0;
    display:block;
    margin-top:5px;
}




.catWrap {
    background-color: #fff;
    border: 1px solid rgb(128, 130, 133);
    display: block;
    line-height: 1.42857;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 10px 20px;
    -webkit-transition: border 0.2s ease-in-out 0s;
    transition: border 0.2s ease-in-out 0s;
}

    .catWrap h2 {
        margin-top: 5px;
    }

@media only screen and (max-width: 767px) {
    #checkout input[type="submit"], #checkout input[type="button"] {
        margin-left: 0px !important;
        margin-bottom: 10px;
    }

    #info-cap {
        right: 15px;
        top: 10px;
    }
    .cap-left div:first-child {
        margin-right: 15px;
    }
    .cap-left a {
        padding: 0;
    }
}

@media only screen and (max-width: 580px) {
    /*.cartTable tr th {
        display: none !important;
    }

    .cartTable tbody, .cartTable tr {
        clear: both !important;
        display: block !important;
        float: left !important;
        width: 100% !important;
    }

    .cartTable td:first-child::before {
        content: "";
    }

    .cartTable td:nth-child(2)::before {
        content: "Description";
    }

    .cartTable td:nth-child(3)::before {
        content: "Price";
    }

    .cartTable td:nth-child(4)::before {
        content: "Quantity";
    }

    .cartTable td:nth-child(5)::before {
        content: "Total";
    }

    .cartTable td:before {
        background: none repeat scroll 0 0 rgb(221, 229, 232);
        border-bottom: 1px solid #fff;
        border-right: 1px solid rgb(221, 229, 232);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #fff;
        display: block;
        font-weight: bold;
        height: 100%;
        left: 0;
        padding: 20px 10px;
        position: absolute;
        text-align: left;
        top: 0;
        width: 40%;
    }

    .cartTable td {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
        padding: 20px 20px 20px 45% !important;
        position: relative;
        width: 100%;
    }*/

    .checkoutFormNarrow {
        width: 100%;
        clear: both;
        display: block;
        margin-bottom: 5%;
    }

    .checkout-title {
        padding: 0;
    }

    .row-header-footer {
        min-height: 0 !important;
    }

    .overlayContent 
{
    width:100%;
    padding:20px;
    border:5px solid #5271ff;
    position:fixed;
    top:10px;
    left:0;
    margin-left:0;
    margin-top:0;
    font-size:80%;
}

}
@media only screen and (max-width: 530px) {
    .fp-wrap {
        display: block;
        clear: both;
        margin-bottom: 15px;
        width: 100%;
    }
    .fp-price, .fp-buy {
        padding: 3% 5%;
    }
}

@media only screen and (min-width: 346px) and (max-width: 530px) {
    .featured-products img {
        margin: 10% 0 0 5%;
        max-width: 45%;
    }
}

@media only screen and (max-width: 415px) {
    #MainContent_PanelBasketTotals .col-xs-6 {
        width: 100% !important;
    }

    #checkout input[type="submit"], #checkout input[type="button"], #checkout select {
        width: 100%;
        min-width: auto !important;
    }

    /* #frame_category_div .col-xs-6 {
        width: 100%;
    } */

    /* #sub_frame_category_div .col-xs-6 {
        width: 100%;
    } */

    .product-tab {
        padding-left: 15px;
        width: 47.888%;
    }
}

.navbar-default .navbar-toggle {
    border-color: #FFF;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #000;
    }

.navbar-collapse.in {
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    .basket-items .box, #search-box .box {
        border: 1px solid #849FAD;
        padding: 10px 5px;
        min-height: 50px;
    }

        .basket-items .box span, #search-box .box span {
            font-family: "Arial",sans-serif;
            font-size: 1.2em;
            line-height: 1.5;
        }

    .basket-items label, #search-box label {
        background-image: url("/images/icon-basket.png");
        background-position: right 3px;
        background-repeat: no-repeat;
        font-size: 1.1em;
        font-weight: 100;
        letter-spacing: 1px;
        padding-right: 35px;
    }
}

.notactive {
    display: none;
}

/* MENU . CSS */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent !important;
    outline: none !important;
}


/* ---------- TOPBAR MENU ------------*/
#menu {
    /*background-color: #808285;
    border-bottom: 6px solid #ee3124;*/
}

#menu .navbar-collapse {
    padding: 0;
}

/*#menu ul.navbar-nav {
    
}*/

@media screen and (min-width:992px){
    #menu .navbar-default {
        background-color: transparent !important;
        margin-top: 100px;
    }
    #topbar {
        margin-bottom: 70px;
    }
}

#menu .navbar {
    border: none !important;
    margin-bottom: 0px;
    min-height: auto;
    position: relative;
    border-radius: 0;
}



    #menu .navbar-default .navbar-nav > li > a {
        color: #FFF;
        font-family: 'Exo 2', sans-serif;
        font-weight: 600;
        line-height: 100%;
        padding: 15px 15px;
        text-transform: uppercase;
        font-size: 19px;
    }
    #menu .navbar-default .navbar-nav > li > a:hover {
        color: #000;
    }
        #menu .navbar-default .navbar-nav > li:hover {
            background-color: #EEEEE8;
        }
    #menu .navbar-default .navbar-nav > .open > a, #menu .navbar-default .navbar-nav > .open > a:hover, #menu .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent !important;
    }

/* Remove arrow from dropdown */
#menu .sub-arrow {
    display: none !important;
}

#categories .navbar-collapse {
    padding: 0;
}

#categories ul.navbar-nav {
    margin-top: 0.7em;
    padding-left: 0;
    height: 40px;
    overflow: visible;
    background-color: #2a5370;
}

#categories .navbar {
    border: none !important;
    margin-bottom: 0px;
    min-height: 56px;
    top: 6px;
    border-radius: 0;
    z-index: 101;
}

#categories .navbar-default {
    background-color: transparent !important;
}

#categories ul.navbar-nav {
    width: 100%;
}

#categories .navbar-default .navbar-nav > li {
    width: 12.5%;
    min-height: 40px;
    position: relative;
}

    #categories .navbar-default .navbar-nav > li:last-child {
        border-right: none !important;
    }

    #categories .navbar-default .navbar-nav > li > a {
        color: #fff;
        padding: 10px 0 0 0.6em;
        text-transform: uppercase;
        line-height: 1;
        border-right: 1px solid #fff;
        height: 40px;
    }

    #categories .navbar-default .navbar-nav > li:hover, #categories .navbar-default .navbar-nav > li.active {
        border-bottom: 6px solid #ffec00;
    }

#categories .home-btn a {
    background-image: url("/images/grd-yellow-vertical.png");
    background-repeat: repeat-x;
    min-height: 40px;
}

#categories .navbar-default .navbar-nav > .open > a, #categories .navbar-default .navbar-nav > .open > a:hover, #categories .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent !important;
}

.btn-search {
    background-color: #fff;
    color: #000;
    border-radius: 0px;
    border: none;
    height: 40px;
    padding: 6px 6px;
}

.goButton{
    color:#000;
    background-color: #FFE100;
    font-size: 16px;
    font-weight: 600;
    padding: 2px 4px 4px;
    text-transform: uppercase;
    border: none;
}

.continue{
    background-color: #000;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 6px 10px 7px;
    text-transform: uppercase;
    border: none;
}

.continue:hover{
    color: #FFE100;
}

.btn-search:hover .goButton, .login-button:hover .goButton, a.goButton:hover {
    background-color: #000;
    color: #FFE100;
}

.loginInput .goButton{
    font-size: 13px;
    padding: 2px 4px 4px;
    width: auto;
    height: auto;
}



@media (max-width:992px){
    .mobilePad{
        padding-left: 0px;
    }
}


/* Remove arrow from dropdown */
#categories .sub-arrow {
    display: none !important;
}

#categories .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border: none;
    background-color: #ef2e24;
    width: 25%;
    border-top: 6px solid #ffec00;
    font-family: Arial;
    text-transform: capitalize;
}

    #categories .dropdown-menu a {
        color: #fff;
    }

    #categories .dropdown-menu > li > a:focus, #categories .dropdown-menu > li > a:hover {
        background-color: transparent !important;
    }

#shop-by-brand {
    background-image: url("/images/grd-yellow-btn-trans.png");
    background-repeat: no-repeat;
    background-position: right top;
    border-right: none !important;
}

/*------ MAIN CONTENT MENU --------*/
#menu-1 .navbar {
    float: right;
    margin: 0;
}


/*@media only screen and (max-width: 991px) {
    div.menu ul li a, div.menu ul li a:visited, a.menu_link {
        color: #fff !important;
    }

    div.menu ul .level1 {
        font-weight: normal !important;
    }

    div.menu ul li, div.menu ul .level2 {
        float: none !important;
        background-color: Transparent;
    }

    div.menu .highlighted {
        color: #fff !important;
        background-color: transparent !important;
    }

    div.menu ul li a.selected {
        color: #fff;
    }

    div.menu ul li a:hover {
        color: #fff;
        text-decoration: none;
    }

    div.menu ul li a:active {
        color: #fff;
        text-decoration: none;
    }

    div.menu ul .level2 {
        position: relative !important;
        margin-left: 10px;
        position: inherit !important;
        clear: both;
    }

    div.menu ul li .level2 a {
        background-color: Transparent;
        color: #fff;
    }

        div.menu ul li .level2 a:hover {
            background-color: Transparent;
            color: #fff !important;
        }

    .divider-pipe {
        display: none !important;
    }

    #categories .navbar-default .navbar-nav > li {
        width: 100% !important;
    }

    #categories .navbar-nav {
        margin: 0 !important;
    }

    #categories ul.navbar-nav {
        height: auto;
    }

    #menu-1 .navbar {
        float: none;
        right: auto;
    }

    .login {
        width: 100%;
        right: auto;
        left: 0;
    }
}*/

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .newsletter input {
        width: 51%;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right, #topbar .navbar-default {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-right: 0;
        margin-top: 10px;
        float: none;
        margin: 8px;
    }
    .navbar-collapse {
        border-top: none;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin: 7.5px 0;
        width: 100%;
	}
    .nav > li {
        border-right: none !important;
    }
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border: 0 none;
        -webkit-box-shadow: none;
                box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF !important;
        border-radius: 0;
        display: block;
        height: 3px;
        width: 30px;
    }

    .navbar-default .navbar-toggle:hover > .icon-bar, .navbar-default .navbar-toggle:focus > .icon-bar
    {
        background-color: #fff !important;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #000 !important;
        /*background-color: #fff !important;*/
    }
    .navbar-default .navbar-nav > .open > a .sub-arrow, 
    .navbar-default .navbar-nav > .open > a:hover .sub-arrow, 
    .navbar-default .navbar-nav > .open > a:focus .sub-arrow {
        color: #000;
    }

    #topbar ul.navbar-nav {
        padding-top: 5px;
    }

    #topbar .navbar-default .navbar-nav > li > a {
        border-bottom: none;
        border-left: 8px solid #000;
        padding: 10px 12px;
    }

    #topbar .navbar-default .navbar-nav > li > a:hover {
        border-bottom: none;
        border-left: 8px solid #ef2e24;
        padding: 10px 12px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #ef2e24;
    }

    .navbar-nav .open .dropdown-menu {
        /*background-color: #ffa200;*/
    }
    .dropdown-menu > li > a {
        color: #bbb !important;
    }
    .dropdown-menu > li > a:hover {
        color: #ef2e24 !important;
    }
    .login {
        width: 60%;
        right: auto;
        left: 0;
    }
    #menu .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid;
        padding: 15px 0;
    }
    #menu .navbar-default .navbar-nav > li > a:hover {
        color: #ef2e24;
    }
    #menu .navbar-default .navbar-nav > li:hover {
        background-color: transparent;
    }
    #menu .dropdown-menu {
        background-color: transparent;
    }
}

.navbar {
    background-color: transparent !important;
    border: medium none;
    border-radius: 0;
}

.left-menu-title {
    background-color: #000;
    font-size: 14px;
    color: #ffffff;
    padding: 16px 20px 6px 20px;
    display: inline-block;
    width: 100%;
}
#PanelNewsList .left-menu-title {
    background-color: #ef2e24;
    font-size: 110%;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
#PanelNewsList .left-menu-title .fa, .twitter .left-menu-title .fa {
    font-size: 180%;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: -2px;
}
.twitter .left-menu-title {
    font-size: 110%;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

/* CART . CSS */
@media only screen and (max-width: 382px) {
    .cartTable input[type="text"] {
        margin-bottom: 0px;
    }

    .cartContents {
        background-color: rgb(0, 103, 177);
        display: inline-block;
        font-weight: 900;
        position: absolute;
        right: 5px;
        top: 8px;
        width: 23%;
        z-index: 2000;
    }

        .cartContents img {
            float: left;
            padding: 5px;
        }

        .cartContents a {
            color: #fff;
            padding: 8px 0 0;
        }

    .cartMessage {
        background-color: rgb(0, 103, 177);
        border: 1px solid rgb(0, 103, 177);
        color: #fff;
        display: none;
        padding: 7px 10px 10px;
        position: absolute;
        right: 40%;
        text-align: center;
        top: -75px;
        z-index: 1501;
        font-weight: 900;
        text-transform: uppercase;
    }

        .cartMessage a {
            color: #fff;
            margin-top: 3px;
            display: block;
        }

        .cartMessage img.bubble_point {
            position: absolute;
            top: -5px;
            left: 50%;
            margin-left: -4px;
        }

    .cartTable {
        border-collapse: separate !important;
        border-spacing: 0;
        margin: 0 -1px 24px 0;
        text-align: left;
        width: 100%;
    }

    table.cartTable th {
        background: none repeat scroll 0 0 rgb(0, 103, 177);
        color: #fff;
        font-weight: bold !important;
        line-height: 18px;
        padding: 16px 16px 18px 24px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .cartTable td {
        padding: 16px 16px 18px 24px;
        color: rgb(0, 103, 177);
        vertical-align: middle;
    }

    .cartTable .imgHolder {
        max-width: 80px;
        max-height: 60px;
        overflow: hidden;
    }
}

.basket-item img {
    width: 150px;
}

@media only screen and (max-width: 580px) {
    .cartTable {
        font-size: 0.8em !important;
        border-top: medium none;
    }

        .cartTable tr th {
            display: none !important;
        }

            .cartTable tr td::after {
             content: "";
           }

        .cartTable tbody, .cartTable tr {
            clear: both !important;
            display: block !important;
            float: left !important;
            width: 100% !important;
        }

        .cartTable > tbody > tr > td:first-child::before {
            content: "Details";
        }

        .cartTable > tbody > tr > td:nth-child(2)::before {
            content: "Price";
        }

        .cartTable > tbody > tr > td:nth-child(3)::before {
            content: "Qty";
        }

        .cartTable > tbody > tr > td:nth-child(4)::before {
            content: "Sub Total";
        }

        /*.cartTable td:nth-child(5)::before {
            content: "Total";
        }

        .cartTable td:nth-child(6)::before {
            content: "Remove";
        }*/

        .cartTable > tbody > tr > td:before {
            /*background-color: #dde5e8;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            color: #2b3074;*/
    background: none repeat scroll 0 0 rgb(128, 130, 133);
    font-weight: 300;
    line-height: 18px;
     color: #fff;
            display: block;
            /*font-weight: bold;*/
            height: 100%;
            left: 0;
            padding: 20px 10px;
            position: absolute;
            text-align: left;
            top: 0;
            width: 18%;
        }

        .cartTable > tbody > tr > td {
                        width:100%  !important;
            overflow:auto;

            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            display: block;
            padding: 12px 10px 12px 20% !important;
            position: relative;
            width: 100%;
        }

    .checkoutFormNarrow {
        width: 100%;
        clear: both;
        display: block;
        margin-bottom: 5%;
    }

    /*.cartTable td:first-child {
        display: none;
    }*/

    .cartTable td:last-child {
        display: block;
    }
    .login {
        width: 100%;
    }


    /*Order form for mobile*/
    #frameLens select, #frameLens1 select {
        max-width: 170px;
    }

    #frameLens1 > tbody > tr >  td {
       width:100%  !important;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            display: block;
            position: relative;
    }

    #frameLens1 ul.frameShape li {
        width:24%;
    }

    /*END Order form for mobile*/

}

.paging-bottom {
    float: right;
    /*margin-top: 0.5em;*/
}
.paging-top {
    /*float: right;
    margin-top: 0.5em;*/
}
.pagination {
    margin: 0;
    display: inline-block;
    float: right;
}
.pagination li a {
    padding:1px 7px;
}

.news_div {
    display: inline-block;
}
.news_div hr {
    margin-bottom: 15px;
}

/* ROYAL SLIDER
------------------------------*/
.royalSlider img {
    /*width: 100%;*/
    height: auto !important;
    position: absolute;
    width:100% !important;
    top: 0;
}

#full-width-slider {
    width: 100%;
    color: #000;
}

.slidecontrols {
    background: rgba(255,236,0,.5);
    background-image: url("/images/slider-arrow-bg-large.png");
    background-repeat: no-repeat;
    background-position: 0 bottom;
    width: 39px;
    height: 500px;
    position: absolute;
    top: -40px;
    right: 15px;
    z-index: 102;
}

    .slidecontrols .prev, .slidecontrols .next {
        background-image: url("/images/rsArrowIcon.png");
        background-repeat: no-repeat;
        height: 18px;
        width: 39px;
        display: block;
        position: absolute;
        cursor: pointer;
    }

    .slidecontrols .prev {
        background-position: 10px 0;
        bottom: 60px;
    }

    .slidecontrols .next {
        background-position: 10px -31px;
        bottom: 30px;
    }

.banner-caption {
    top: 0;
    overflow: inherit;
    padding: 20px 20px;
    position: absolute;
    min-height: 127px;
    width: 100%;
}
.banner-caption img {
    width: auto;
    position: relative;
}
    .banner-caption p {
        color: #fff;
        line-height: 1.1;
    }
.box {
    float: left;
    list-style: outside none none;
    margin-right: 12px;
    position: relative;
    width: 100%;
    margin-top: 12px;
}
.box-title {
    background-color: #58585a;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.5em;
    font-weight: 600;
    text-align: center;
    font-size: 95%;
} .box-title a {
      color: #ffffff;
  } .box-title a:hover {
        text-decoration: none;
    }
.slider-img-wrap, .box-img-wrap {
    border: 1px solid #58585a;
    height: 230px;
    overflow: hidden;
    text-align: center;
    width: 100%;
} .box-img-wrap {
      height: 165px;
  }
.slider-img-wrap img, .box-wrap img {
    height: 100%;
    max-width: unset;
    margin: 0 auto;
}
    .box-wrap img {
        height: auto;
    }
.slider-full a {
    text-decoration: none;
}
.bx-wrapper .bx-viewport {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    -webkit-box-shadow: none;
            box-shadow: none;
    left: 0;
}
.bx-wrapper .bx-prev {
    left: -45px;
}
.bx-wrapper .bx-next {
    right: -45px;
}

/* misc */
ul.mediaNavigator {
    padding-bottom:3px;
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0 !important;
}

ul.mediaNavigator ul {
    list-style: none;
    margin: 0px;
    padding: 0px !important;
}
ul.mediaNavigator li
{
    padding-top:3px;
}
ul.mediaNavigator li::before {
    content: "" !important;
    margin-right: 0px !important;
}
.accordion h3 {
    color: #FFF;
}

.ui-accordion-header.ui-state-default {
    background-color: #ef2e24; 
    border: 2px solid #ef2e24;
    color: #ffffff; 
    cursor: pointer; 
    padding: 5px 0.5em 8px 0.5em; 
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-top: 10px;
}

.mediaNavigator .ui-accordion-header.ui-state-default {
    background-position: right 8px;
}

.ui-accordion-header.ui-state-default:hover {
    background-color: #FFF;
    color: #ef2e24;
}

.ui-accordion-header.ui-state-active {
    background-color: #FFF; 
    color: #ef2e24; 
    border: 2px solid #ef2e24;
    border-bottom: none;
    text-decoration: none;
    margin-bottom: 0;
}

.ui-accordion-content {
    padding: 15px;
    border: 2px solid #ef2e24;
}

.ui-accordion-content hr {
    border-color: #6d6e71;
    border-width: 1px;
    margin: 15px 0 10px;
}


/* @media only screen and (min-width: 1200px) {
    .royalSlider {
        height: 517px !important;
        width: 100% !important;
    }
} */

/* @media only screen and (max-width: 1200px) {
    .royalSlider {
        height: 470px !important;
        width: 100% !important;
    }
    .slidecontrols {
        background-image: url("/images/slider-arrow-bigger-bg.png");
        height: 410px;
    }

    .banner-caption {
        min-height: 112px;
    }

        .banner-caption p {
            font-size: 2em;
        }
}

@media only screen and (max-width: 991px) {
    .royalSlider {
        height: 335px !important;
        width: 100% !important;
    }
    .box {
        width: 47%;
    }
    .box-title {
        font-size: 100%;
    }
} */

/* BOOTSTRAP OVERRIDES . CSS */
.my-screen {
    display: none;
    color: #fff;
}

label {
    font-weight: normal;
}

.container {
    position: relative;
}

img {
    overflow: auto;
}

@media (max-width: 1200px) {
    .icon-phone img {
        width: 58px;
    }

    .header-phone {
        font-size: 4.6em;
    }

    #featured-products h1 {
        font-size: 6em;
    }

    .feat-prod-bluebar {
        top: 160px;
        height: 55px;
    }
}

@media (max-width: 1024px) {
    #featured-products .product_title {
        min-height: 65px;
    }
}

@media (max-width: 990px) {
    #featured-products h1 {
        font-size: 4.5em;
    }

    .feat-prod-bluebar {
        top: 125px;
        height: 80px;
    }

    .filter-options .row div {
        margin: 5px 0;
    }

    .product_actions {
        text-align: left;
    }
}

@media only screen and (max-width: 800px) {
    #imgHeroImage {
        margin-top: 210px;
    }

    .menu_container {
        width: 100%;
        font-size: 0.8em;
    }

    #featured-products .product_title {
        min-height: 65px !important;
    }

    .footer-phone {
        font-size: 2.6em !important;
    }

    .menu-3 .newsletter .box {
        margin: 0 !important;
        width: 100% !important;
    }

    ul.vertical-xs li {
        display: inherit !important;
    }

        ul.vertical-xs li.divider-pipe {
            display: none !important;
        }

    .menu-3 {
        padding-bottom: 10px !important;
    }

    .newsletter label {
        border-top: 1px solid #d4dae1;
        display: block !important;
        width: 100% !important;
        margin-top: 5px;
        padding-top: 5px;
    }

    .category-header div {
        font-size: inherit !important;
    }

    .banner-caption p {
        font-size: 1em !important;
    }

    .feat-prod-column {
        width: 49%;
    }

    .feat-prod-col-1, .feat-prod-col-2, .feat-prod-col-3, .feat-prod-col-4, .feat-prod-col-5, .feat-prod-col-6 {
        margin: 0;
    }

    .feat-prod-col-2, .feat-prod-col-4, .feat-prod-col-6 {
        float: right;
    }

    .feat-product_title {
        height: 75px;
    }

    .menu-3 .newsletter .box {
        margin-left: 0;
    }

    #site-lock-logo {
        float: none !important;
    }
}

@media (max-width: 767px) {
    /* .royalSlider {
        height: 315px !important;
        width: 100% !important;
    } */
    .latestBlogs {
        border: none;
        margin-right: 0;
        padding: 0;
    }

    .product_items {
        width: 100%;
    }
    #info-cap {
        right: 0px;
        top: 0px;
    }
}

@media (max-width: 600px) {
    #featured-products h1 {
        font-size: 3.3em;
    }
    /* .royalSlider {
        height: 250px !important;
        width: 100% !important;
    } */
}

@media (max-width: 480px) {
    .header-phone {
        font-size: 3em;
    }

    .icon-phone img {
        width: 35px;
        margin-bottom: 2px;
    }

    #featured-products h1 {
        font-size: 2.5em;
    }

    .dynform input, .dynform select, .dynform textarea {
        width: 100%;
    }
}

@media (max-width: 448px) {
    .box {
        width: 100%;
        margin-right: 0px;
    }
}
@media (max-width: 320px) {
    .header-phone {
        font-size: 2.7em;
    }

    #featured-products h1, #featured-products h3 {
        font-size: 1.3em;
    }
}

.navbar-nav{
    margin-left: 40px;
    margin-bottom: 12px;
}
.productInfo{
    /* width: 50%; */
    position: relative;
    float: left;
    display: inline-block;
    padding-right: 7px;
    font-weight: 400;
    text-align: left;
}
.productImg{
    /* width: 50%; */
    height: 100%;
    position: relative;
    float: right;
    border-left: solid #FFE100 3px;
    /*display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.product-search{
    
}

.header-pad{
    font-weight: 600;
    font-size: 14px;
    padding: 8px 6px;
}

#PanelSearchForm input{
    border: none!important;
    height: 40px;
    padding-left: 10px;
}

#menu-2 input{
    border-radius: 0px;
    border: none!important;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 40px;
    width: 160px;
    padding-left: 10px;
}

.orderPaging{
    letter-spacing: 5px;
}

.cap-right{
    float: right;
    margin: 8px 5px;
}

.basket_options input[type="submit"]{
    font-size: 14px;
    font-weight: 400;
    padding: 3px 7px;
    text-transform: uppercase;
    border: none;
    text-align: center;
}

.basket_options input[type="text"]{
    font-size: 14px;
    font-weight: 400;
    padding: 2px 0px;
    margin-left: 10px;
    text-transform: uppercase;
    text-align: center;
    width: 24px;
}

#sub_frame_category_div{
    text-align: center;
}

.home-frames{
    margin-top:185px;
    margin-bottom:35px;
}

@media screen and (max-width: 992px){
    .home-frames{
        margin-top:0;
        margin-bottom:0;
    }
}

.borderline_light_all {
    border: 1px solid #c3c9c9;
}
.border_bottom_white {
    border-bottom: 1px solid #fff;
}

.frame-category-box{
    display: inline-block;
    border: solid 1px #000;
    margin-bottom: 30px;
    height: 320px;
    padding: 12px 20px 12px;
    font-size: 14px;
    width: 100%;
    position: relative;
}

.frame-category-box .yellow-bar{
    height: 5px;
    width: 100%;
    background-color: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

.frame-category-box:hover .yellow-bar{
    height: 5px;
    width: 100%;
    background-color: #FFE100;
    position: absolute;
    bottom: 0;
    left: 0;
}

.frame-category-box h2 a{
    color: #000;
}
