/*  COLORS:
    -Red:#e31837;
    -Gray:#C1C6C8;
    -Black:#2C2A29;
    -White:#FFF;

    BOOTSTRAP 4 SIZING CUTOFFS:
    .col- (extra small devices - screen width less than 576px)
    .col-sm- (small devices - screen width equal to or greater than 576px)
    .col-md- (medium devices - screen width equal to or greater than 768px)
    .col-lg- (large devices - screen width equal to or greater than 992px)
    .col-xl- (xlarge devices - screen width equal to or greater than 1200px)

    STYLESHEET LAYOUT:
    -Body as it affects everything
    -Navbar,Main,Footer as they affect everything
    -More Niche attributes, like A, Table, Button, Etc.
    -Page Exclusive Styles (ex. Work Orders/Claims)
    -Media Queries
    
    PLEASE NOTE: 
    -Spacing is px
    -Font-size is rem
    -The standard is 1rem = 16px
*/
/*----------------------------------------------- PAGE */ 
html[data-theme='schwinnfitness'] body{
    color:#2C2A29;
}
html[data-theme='schwinnfitness'] main{
    min-height: calc(100vh - 144px);
}
html[data-theme='schwinnfitness'] .products-container{
    min-height: calc(100vh - 144px)!important;
}

html[data-theme='schwinnfitness'] footer a{
    font-size:.85rem;
    color:#2C2A29;
    text-decoration:underline;
}
html[data-theme='schwinnfitness'] footer a:hover{
    text-decoration: none!important;
    color:#2C2A29;
}
html[data-theme='schwinnfitness'] .footer-collapsed{
    display:none;
    width:100%!important;
}
html[data-theme='schwinnfitness'] footer{
    font-size:.85rem;
    color: #2C2A29;
    justify-content:baseline;
    margin:0px!important;
    background: #efefef;
}

html[data-theme='schwinnfitness'] footer .col-sm-6{
    background: #efefef;
}
html[data-theme='schwinnfitness'] #footer-top{
    background: #efefef;
    margin:0px!important;
    padding-top:42px;
    color:#2C2A29;
}
html[data-theme='schwinnfitness'] #footer-bottom{
    margin:0px!important;
    padding-top:21px;
    padding-bottom:21px;
    background: #d4d4d4;
    color:#2C2A29;
}
html[data-theme='schwinnfitness'] #footer-logo{
    margin-right: -58px;
    margin-top: -109px;
    height: 205px;
    margin-bottom: -75px!important;
}
html[data-theme='schwinnfitness'] .bg-light{
    background-color: #e31837!important;
    padding-bottom:1px;
}
html[data-theme='schwinnfitness'] #nav-header{
    color:#fff!important;
}
html[data-theme='schwinnfitness'] #logo{
    height: 45px;
    margin-right: 10px;
    margin-top: -52px;
    margin-bottom: -52px;
}
html[data-theme='schwinnfitness'] #hero{
    background-image: url("/inc/images/banner-horizon.jpg");
    background-size: cover;
}
html[data-theme='schwinnfitness'] a{
    color: #e31837; 
    text-decoration: none;
}
html[data-theme='schwinnfitness'] a:hover{
    color: #2C2A29 ; 
    text-decoration: none;
}
html[data-theme='schwinnfitness'] .nav-url{
    color:#fff!important;
}
html[data-theme='schwinnfitness'] .nav-url:hover{
    color: #fff!important; 
    text-decoration: underline!important;
}

html[data-theme='schwinnfitness'] a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}
html[data-theme='schwinnfitness'] .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color:#FFF!important;
    background-color:#e31837;
}
html[data-theme='schwinnfitness'] .btn{
    background:#e31837;
    color:#fff;
    border:2px solid #e31837;
    transition: none;
}
html[data-theme='schwinnfitness'] .btn:hover{
    background:#2C2A29!important;
    border: 2px solid #2C2A29!important;
    transition: none;
}
html[data-theme='schwinnfitness'] .btn-cart{
    background:#e31837!important;
    color:#fff!important;
}
html[data-theme='schwinnfitness'] .btn-cart:hover{
    background:#2C2A29!important;
    border: 2px solid #2C2A29!important;
}
html[data-theme='schwinnfitness'] .btn-prod {
    color:#e31837;
}
html[data-theme='schwinnfitness'] .card-detail{
    background:#fff!important;
    text-decoration:none!important;
}
html[data-theme='schwinnfitness'] #login-header{
    background:#e31837!important;
}
html[data-theme='schwinnfitness'] #product-head{
    color:#2C2A29;
}
html[data-theme='schwinnfitness'] .carousel-control-next-icon:after
{
  color: #e31837;
}
html[data-theme='schwinnfitness'] .carousel-control-prev-icon:after {
  color: #e31837;
}
html[data-theme='schwinnfitness'] h5{
    color: #2C2A29!important;
}
html[data-theme='schwinnfitness'] .modal-header{
    background-color: #e31837;
}
html[data-theme='schwinnfitness'] .modal-header h5{
    color: #fff!important;
    margin-bottom:0px!important;
}
html[data-theme='schwinnfitness'] #clear-cart{
    background: #FFF!important;
    color:#e31837!important;
    border:1px solid lightgrey;
}
html[data-theme='schwinnfitness'] #clear-cart:hover{
    background:#fbfbfb!important;
    color:#be152e!important;
}
html[data-theme='schwinnfitness'] #cart-button{
    height:40px;
}
html[data-theme='schwinnfitness'] .centered{
    left:48.5%;
}
html[data-theme='schwinnfitness'] #checkout-container{
    background:unset!important;
}
html[data-theme='schwinnfitness'] .card-header{
    border-radius:2px;
    border: solid 2px #e31837;
    background-color: #e31837;
    color:#fff;
}
html[data-theme='schwinnfitness'] .card-detail{
    border-radius:2px;
    border: solid 2px #e31837;
    background-color: #e31837!important;
    color:#fff!important;
}
html[data-theme='schwinnfitness'] .card-detail:hover{
    background-color:#fff!important;
    color:#e31837!important;
}
html[data-theme='schwinnfitness'] .card-header>.btn{
    background:transparent;
    color: inherit;
    border:none;
}
html[data-theme='schwinnfitness'] .card-header>.btn:hover{
    background:transparent;
    color: inherit;
    border:none;
}
html[data-theme='schwinnfitness'] .close{
    color:#fff;
}
html[data-theme='schwinnfitness'] .nav-pills .nav-link{
    border-radius:2px;
    background: #FFF;
    border:2px solid #e31837;
    color:#e31837;
}
html[data-theme='schwinnfitness'] #cart-checkout{
    min-height: calc(100vh - 108px);
}
html[data-theme='schwinnfitness'] .navbar-collapsed{
    display:none;
    padding-right:8px;
}

html[data-theme='schwinnfitness'] .images{
    border:none!important;
}
html[data-theme='schwinnfitness'] .btn-active{
    background:#fff!important;
    color:#e1261c!important;
    border:2px solid #e1261c!important;
}
html[data-theme='schwinnfitness'] .btn-active:hover{
    background:#fff!important;
    color:#e1261c!important;
    border:2px solid #e1261c!important;
}

html[data-theme='schwinnfitness'] .searchbar-container{
    display:inline!important;
}
html[data-theme='schwinnfitness'] .search-magnify{
    margin-left:-30px;
    cursor: pointer;
}
html[data-theme='schwinnfitness'] .checkout{
    color:#fff!important;
} 

html[data-theme='schwinnfitness'] #collapsed-options{
    display:none;
    color:#fff;
    text-align: end;
    font-size:1.1rem!important;
    line-height:3!important;
    padding-right:8px;
}
html[data-theme='schwinnfitness'] .nav-item{
    padding:0px!important;
}

html[data-theme='schwinnfitness'] .col-shop{
    margin-bottom:5px!important;
}
html[data-theme='schwinnfitness'] #checkout-side{
    border-left:1px solid #ccc;
    background:#ececec;
}


@media(max-width:1200px){
    html[data-theme='schwinnfitness'] .col-shop{
        padding-left:0px;
        padding-right:0px;
    }
}
@media(min-width: 1200px){
    html[data-theme='schwinnfitness'] .container{
        max-width:1470px!important;
    }
}
@media(max-width: 1105px){
    html[data-theme='schwinnfitness'] .navbar-extended{
        display:none!important;
    }
    html[data-theme='schwinnfitness'] .navbar-collapsed{
        display:inline-block;
    }
}
@media(max-width:767px){
    html[data-theme='schwinnfitness'] .product{
        text-align:center;
    }
    html[data-theme='schwinnfitness'] h2{
        text-align:center;
    }
    
    html[data-theme='schwinnfitness'] #cart-checkout{
        flex-direction: column-reverse;
    }
    html[data-theme='schwinnfitness'] #checkout-side{
        background-color: #fff!important;
        border:none!important;
    }
    html[data-theme='schwinnfitness'] #background-color{
        display:none;
    } 
    html[data-theme='schwinnfitness'] #shopping-cart{
        position: fixed;
        left: initial;
        right: calc(10vh - 51px);
        top: 3%;
        bottom: 0%;
        z-index: 1000;
        color: #fff;
        font-size: 1;
        cursor: pointer;
    }
    html[data-theme='schwinnfitness'] #shopping-cart > img{
        height:65px!important;
    }
    html[data-theme='schwinnfitness'] #shopping-quantity{
        position: fixed;
        left: initial;
        right: calc(10vh - 3px);
        top: 3.2%;
        bottom: 0%;
        font-size: 1rem;
        z-index: 1050;
    }
}
@media(max-width:575px){
    html[data-theme='schwinnfitness'] h2{
        font-size:1.5rem;
    }
    html[data-theme='schwinnfitness'] h1{
        font-size:2rem;
    }
}




@media(max-width:991px){
    html[data-theme='schwinnfitness'] #ExplodedDiagramIFrame{
        max-height:35vh;
    }
    html[data-theme='schwinnfitness'] #orderview-aside{
        max-height:55.5vh;
    }
    html[data-theme='schwinnfitness'] #orderview-header{
        font-size: 1.25rem;
    }
    html[data-theme='schwinnfitness'] .footer-expanded{
        display:none!important;
    }
    html[data-theme='schwinnfitness'] .footer-collapsed{
        display:inline-block!important;
    }
    html[data-theme='schwinnfitness'] #footer-top{
        padding-top:7px;
    }
}
