﻿/* Base Style */
@import url('/bundles/scottcss');

/* Style for Tablet */
@import url('/bundles/scotttablet') only screen and (min-width:641px ) and (max-width: 1023px);
/*@import url('/bundles/scotttabletlandscapecss') only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape);*/
/* Style for Mobile */
@import url('/bundles/scottmobilecss') only screen and (max-width: 640px);
/*@import url('responsive-scottbrand-mobile-landscape.css') only screen and (min-width: 480px) and (max-width: 640px) and (orientation: landscape);*/

 /*Style for Mobile 6S landscape and portrait 
@import url('responsive-scottbrand-mobile-6s-port.css') only screen   and (min-width: 375px)
and (max-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait);

@import url('responsive-scottbrand-mobile-6s-land.css') only screen   and (min-width: 375px)
and (max-width: 667px) and (orientation: landscape);

 Style for Mobile 5S landscape  
@import url('responsive-scottbrand-mobile-5s-landscape.css') only screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape);

 Style for Mobile 6S plus landscape and portrait 
@import url('responsive-scottbrand-mobile-6s-plus-port.css') only screen and (min-width: 414px)
and (max-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait);
@import url('responsive-scottbrand-mobile-6s-plus-land.css') only screen and (min-width: 414px)
and (max-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape);*/



#ui-message.errorMessage {
    color: red !important;
}

/* style for navbar */
.product-sub-navbar .products-nav-menu .product a {
    /* float: left; */
    color: #005cab;
    font-size: 10px;
    display: table-cell;
    padding: 0 5px;
}
.product-sub-navbar .products-nav-menu .product.product4 a {
    padding: 0 20px;
    /* width: 50% !important; */
}
.product-sub-navbar .products-nav-menu .product3, .product-sub-navbar.products-nav-menu1 .products-nav-menu .product4 {
    padding-bottom: 13px;
    text-align: -webkit-center;
}
@media(min-width:1200px){
.products-nav-menu .large-offset-1 {
    margin-left: 0 !important;
}
.mobile-link {
    white-space: nowrap;
}
}

@media (max-width:500px){
    [role="navigation"].mobile-menu .primary-nav [role="toolbar"] li {
        padding-right:45px !important ;
    }
}

div#BVRRContainerhighlights button:hover {
    background-color: #fff !important;
}
div#BVRRContainerhighlights h2{
    font-size: 20px !important;
}
.css-cbmzje {
    font-size: 20px !important;
    text-transform: uppercase;
    text-align: left;
    padding: 20px 5px;
    background-color: #eee!important
}

.css-1ezk84d{
color: #005cab !important;
}