/* Styles specific to the landing page */
.header-navigation {
    display: block;
}
.main > .inner {
    margin: 0 auto;
}
.flexslider {
    clear: both;
    z-index: 1;
}
.flex-control-paging li a {
    background: #000;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    height: 18px;
    opacity: 0.4;
    text-indent: -9999px;
    width: 18px;
}
.flex-control-paging li a.flex-active {
    background: #f7f020;
    border-color: #f7f020;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
    opacity: 1;
}
.flex-direction-nav a {
    background: none;
    height: 40px;
    opacity: 1;
    overflow: hidden;
    text-indent: 0;
    width: 40px;
}
.flex-direction-nav a:before {
    color: #fff;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    height: 40px;
    line-height: 1;
    opacity: 0.4;
    position: relative;
    top: 1px;
    width: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flex-direction-nav a:hover:before {
    opacity: 1;
}
.flex-direction-nav .flex-next {
    right: 5px;
}
.flex-direction-nav a.flex-next:before {
    content: '\e080';
}
.flex-direction-nav .flex-prev {
    left: 5px;
}
.flex-direction-nav a.flex-prev:before {
    content: '\e079';
}
.new-arrivals-coming-soon {
    clear: both;
    float: left;
    margin: 20px 0 30px;
    width: 100%;
}
.new-arrivals-coming-soon .show-responsive {
    display: none;
}
.landing-section {
    border: 1px solid #232323;
    float: left;
    position: relative;
    text-align: center;
    width: 49%;
}
.landing-section:before {
    background: url('//cdn10.bigcommerce.com/s-h13l1j/templates/__custom/images/bg-landing-section-header.png?t=1549644915') no-repeat top center;
    content: '';
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -20px;
    width: 258px;
}
.landing-section:after {
    background: #232323;
    content: '';
    height: 1px;
    left: 4%;
    position: absolute;
    top: 35px;
    width: 92%;
    z-index: 0;
}
.coming-soon {
    margin-left: 2%;
}
.landing-section--heading {
    background: #140001;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
    margin: -5px auto 0;
    padding: 0 5px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 190px;
    z-index: 1;
}
.landing-section--heading span {
    color: #f06f11;
}
.landing-section--products {
    list-style: none;
    margin: 0;
    max-height: 260px;
    text-align: left;
}
.landing-section--product {
    border-top: 1px solid #232323;
    font-size: 15px;
    padding: 10px 30px 10px 10px;
    position: relative;
}
.landing-section--product .glyphicon {
    position: absolute;
    right: 10px;
    top: 14px;
}
.product-name {
    color: #f7f020;
    font-weight: 600;
}
.product-description {
    color: #838383;
}
.nav-tabs {
    border: none;
    border-top: 1px solid #262626;
    float: left;
    margin: 20px 0 -15px;
    text-align: center;
    width: 100%;
}
.nav-tabs li {
    display: inline-block;
    float: none;
    margin: 0 -3px;
    width: auto;
}
.nav-tabs li,
.nav-tabs .active {
    background: none;
    border: none;
    border-radius: 0;
}
.nav-tabs li a {
    background: #140001;
    border: none;
    border-radius: 0;
    color: #f06f11;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.025em;
    margin: 0;
    padding: 0 15px 0 0;
    position: relative;
    text-align: center;
    top: -23px;
}
.nav-tabs li:first-of-type a {
    padding-left: 15px;
}
.nav-tabs li a:before {
    color: #262626;
    content: '//';
    font-weight: 700;
    letter-spacing: -0.025em;
    padding-right: 15px;
    position: relative;
    top: 2px;
}
.nav-tabs li:first-of-type a:before {
    content: '';
    padding: 0;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
    background: #140001;
    border: none;
    border-radius: 0;
    color: #f7f020;
}
.tab-content {
    clear: both;
    padding: 0;
}
.content .ProductList li:nth-child(5n+1) {
    margin-left: 0;
}
.banner_home_page_bottom ul {
    list-style: none;
    margin: 0;
}
.banner_home_page_bottom li {
    float: left;
    margin: 5px 0;
    margin-left: 2%;
    width: 49%;
}
.banner_home_page_bottom li:first-of-type {
    margin-left: 0;
}

/* Featured Brands */
.featured-brands{
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.featured-brands .brands-list{
    margin: 0;
    padding: 0;
    text-align: center;
}
.featured-brands .brands-list li{
    display: inline-block;
    height: 55px;
    padding: 0;
    vertical-align: middle;
}
.featured-brands .brands-list img{
    height: auto;
    max-width: 100%;
    width: auto;
}
.bx-wrapper {
    max-width: 100% !important;
}
.bx-viewport {
    height: 55px;
    margin: 0 4%;
    position: relative;
    width: 92% !important;
    z-index: 2;
}
.bx-controls {
    height: 55px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.bx-arrow i {
    display: inline-block !important;
    font-size: 26px;
    padding: 13px 7px;
    position: absolute;
}
.bx-arrow i:hover {
    cursor: pointer;
}
.bx-arrow .glyphicon-chevron-left {
    border-right: 1px solid #262626;
    padding-left: 0;
}
.bx-arrow .glyphicon-chevron-right {
    border-left: 1px solid #262626;
    padding-right: 0;
    right: 0;
}

/* RESPONSIVE */
@media only screen and (max-width: 1200px) {
    .ProductList li {
        margin-left: 1%;
        width: 19.2%;
    }
    .ProductList .product-item-details {
        padding: 10px;
    }
    .ProductList .btn,
    .product-item--out-of-stock .btn.alt:hover {
        font-size: 18px;
        height: 44px;
        letter-spacing: 0.025em;
    }
}
@media only screen and (max-width: 1000px) {
    .ProductList li {
        float: left;
        margin-left: 2%;
        width: 32%;
    }
    .content .ProductList li:nth-child(5n+1) {
        margin-left: 2%;
    }
    .content .ProductList li:nth-child(3n+1) {
        clear: both;
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .slide-show {
        margin-top: 15px;
    }
    .featured-brands {
        display: none;
    }
    .landing-section {
        width: 100%;
    }
    .coming-soon {
        margin-left: 0;
        margin-top: 40px;
    }
    .nav-tabs li a {
        font-size: 24px;
        top: -20px;
    }
}
@media only screen and (max-width: 600px) {
    .nav-tabs {
        border: none;
        margin: 5px 0;
    }
    .nav-tabs li {
        margin: 0;
    }
    .nav-tabs li a {
        border: 1px solid #232323;
        font-size: 16px;
        top: 0;
    }
    .nav-tabs li a,
    .nav-tabs li:first-of-type a {
        padding: 10px 5px;
    }
    .nav-tabs li a:before {
        content: '';
        display: none;
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li>a:hover {
        border: 1px solid #232323;
    }
    .ProductList li {
        width: 49%;
    }
    .content .ProductList li:nth-child(3n+1) {
        clear: none;
        margin-left: 2%;
    }
    .content .ProductList li:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }
    .ProductList .btn,
    .product-item--out-of-stock .btn.alt:hover {
        font-size: 16px;
        letter-spacing: normal;
        padding: 0;
    }
    .banner_home_page_bottom li {
        margin: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .new-arrivals-coming-soon {
        margin: 0 0 10px;
    }
    .new-arrivals-coming-soon .show-responsive {
        display: block;
    }
    .new-arrivals-coming-soon .btn,
    .new-arrivals-coming-soon .btn.alt {
        color: #140001;
        float: left;
        font-size: 14px;
        height: auto;
        line-height: normal;
        padding: 10px 15px;
        white-space: normal;
        width: 50%;
    }
    .landing-section {
        display: none;
    }
}
@media only screen and (max-width: 400px) {
    .nav-tabs li a {
        font-size: 14px;
    }
    .ProductList li {
        margin: 1%;
        width: 98%;
    }
    .content .ProductList li:nth-child(2n+1),
    .content .ProductList li:nth-child(3n+1),
    .content .ProductList li:nth-child(5n+1) {
        clear: none;
        margin-left: 1%;
    }
}
