@media print {
   #footer,#header,#headera,#headerp,#emailsignup,header,nav{display:none}
}

:root{
    scroll-behavior:smooth;
    --blue-bg:#2287ef;
	--grey-bg:#f7f7f7;
    --blue-hover:#26619e;
    --red-bg:#c1262a;
    --primary:#0074da;
    --danger:#fe0000
}

:root .siteA {--blue-bg:#0071bc}

:root .siteM {--blue-bg:#005a9b}

:root .siteD {--blue-bg:#283778}

:root .siteX {--blue-bg:#06549f}

:root .siteF {--blue-bg:#0d679c}

:root .siteG {--blue-bg:#3c61af}

body{
    font-family:"Open Sans",sans-serif;
    color:#444
}
a{
    
    text-decoration:none
}
a:hover{
    text-decoration:none
}

h1, h2, h3, h4, h5, h6 {
    font-family: rajdhani,sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.form-check-input.big-check {
    width: 1.3em;
    height: 1.3em;
    margin-top: 0.1em;
}
@media (min-width: 992px) {
    ::-webkit-scrollbar {
        -webkit-appearance:none;
        width: 7px
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px hsla(0,0%,100%,.5)
    }
}

#main{
    padding:20px 30px;
    transition:all .3s
}
@media (max-width:1199px){
    #main{
        padding:20px
    }
}
.blue-bg,.header.blue-bg{
    background:var(--blue-bg)
}
.grey-bg{background:var(--grey-bg);}
#headerp{
    height:30px
}
.header-nav .bi-search{
    -webkit-text-stroke:1px
}
.listinline{
    display:block
}
.listinline>li{
    display:inline-block
}
.listinline > li:after{
    content:'|';
    margin:0 10px
}
.listinline li:last-child:after{
    content:''
}
.listinline  .dropdown-menu::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 86px;
    position: absolute;
    top: -8px;
}
.listinline   .dropdown-menu::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 86px;
    position: absolute;
    top: -7px;
  }
.dropdown-menu{
    border-radius:4px;
    padding:10px 0;
    -webkit-animation-name:dropdown-animate;
    animation-name:dropdown-animate;
    -webkit-animation-duration:.2s;
    animation-duration:.2s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    border:0;
    box-shadow:0 5px 30px 0 rgba(82,63,105,.2)
}
.dropdown-menu .dropdown-footer,.dropdown-menu .dropdown-header{
    text-align:center;
    font-size:15px;
    padding:10px 25px
}
.dropdown-menu .dropdown-footer a{
    color:#444;
    text-decoration:underline
}
.dropdown-menu .dropdown-footer a:hover{
    text-decoration:none
}
.dropdown-menu .dropdown-item{
    font-size:14px;
    padding:10px 15px;
    transition:.3s
}
.dropdown-menu .dropdown-item i{
    margin-right:10px;
    font-size:18px;
    line-height:0
}
.dropdown-menu .dropdown-item:hover{
    background-color:#f6f9ff
}
@media (min-width:768px){
    .dropdown-menu-arrow::before{
        content:"";
        width:13px;
        height:13px;
        background:#fff;
        position:absolute;
        top:-7px;
        right:20px;
        transform:rotate(45deg);
        border-top:1px solid #eaedf1;
        border-left:1px solid #eaedf1
    }
}
@-webkit-keyframes dropdown-animate{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
    0%{
        opacity:0
    }
}
@keyframes dropdown-animate{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
    0%{
        opacity:0
    }
}


@media (min-width:1200px){
    .logo{
        width:280px
    }
}
.logo img{
    max-height:30px;
    margin-right:6px
}
/*Site Specific Logos*/
.siteM .logo img{max-height:70px}
.siteA .logo img{max-height:60px}
.siteD .logo img{max-height:50px}
.siteX .logo img{max-height:40px}
.siteG .logo img{max-height:60px}
.siteF .logo img{max-height:60px}

.siteK .header .search-bar-show {    top: 100px;  }
.siteA .header .search-bar-show {    top: 100px;  }
.siteD .header .search-bar-show {    top: 100px;  }
.siteF .header .search-bar-show {    top: 120px;  }
.siteG .header .search-bar-show {    top: 120px;  }
.siteX .header .search-bar-show {    top: 100px;  }
.siteM .header .search-bar-show {    top: 100px;  }

.logo span{
    font-size:26px;
    font-weight:700;
    color:#012970;
    font-family:Nunito,sans-serif
}
.header{
    transition:all .5s;
    z-index:997;
    height:80px;
    box-shadow:0 2px 20px rgba(1,41,112,.1);
    background-color:#fff;
    padding-left:20px
}

.header .toggle-sidebar-btn,.toggle-sidebar-btn1{
    font-size:32px;
    padding-left:10px;
    cursor:pointer;
    color:#012970
}
.toggle-sidebar-btn1{
    position:absolute;
    right:0;
    top:-5px
}
.header .search-bar{
    min-width:360px;
    padding:0 20px
}
@media (max-width:992px){
    .header .search-bar{
        position:fixed;
        top:50px;
        left:0;
        right:0;
        padding:20px;
        box-shadow:0 0 15px 0 rgba(1,41,112,.1);
        background:#fff;
        z-index:9999;
        transition:.3s;
        visibility:hidden;
        opacity:0
    }
}
.header .search-bar-show {
    top: 90px;
    visibility: visible;
    opacity: 1;
  }
.header .search-form{
    width:100%
}
.header .search-form input{
    border:0;
    font-size:14px;
    color:#012970;
    border:1px solid rgba(1,41,112,.2);
    padding:7px 38px 7px 8px;
    border-radius:3px;
    transition:.3s;
    width:100%
}
.header .search-form input:focus,.header .search-form input:hover{
    outline:0;
    box-shadow:0 0 10px 0 rgba(1,41,112,.15);
    border:1px solid rgba(1,41,112,.3)
}
.header .search-form button{
    border:0;
    padding:0;
    margin-left:-30px;
    background:0 0
}
.header .search-form button i{
    color:#012970
}
.header-nav ul{
    list-style:none
}
.header-nav>ul{
    margin:0;
    padding:0
}
.header-nav .nav-icon{
    font-size:22px;
    color:#012970;
    margin-right:25px;
    position:relative
}
.header-nav .nav-profile{
    color:#012970
}
.header-nav .nav-profile img{
    max-height:36px
}
.header-nav .nav-profile span{
    font-size:14px;
    font-weight:600
}
.header-nav .badge-number{
    position:absolute;
    inset:-2px -5px auto auto;
    font-weight:400;
    font-size:12px;
    padding:3px 6px
}
.header-nav .profile{
    min-width:240px;
    padding-bottom:0;
    top:8px!important
}
.header-nav .profile .dropdown-header h6{
    font-size:18px;
    margin-bottom:0;
    font-weight:600;
    color:#444
}
.header-nav .profile .dropdown-header span{
    font-size:14px
}
.header-nav .profile .dropdown-item{
    font-size:14px;
    padding:10px 15px;
    transition:.3s
}
.header-nav .profile .dropdown-item i{
    margin-right:10px;
    font-size:18px;
    line-height:0
}
.header-nav .profile .dropdown-item:hover{
    background-color:#f6f9ff
}
.email-signup .email-signup__input input{
    background:#fbfbfb;
    border:1px solid #007ac2;
    color:#000;
    display:inline-block;
    font-size:16px;
    line-height:1;
    padding:10px 20px;
    width:100%;
    margin-bottom:10px
}
.email-signup .email-signup__input .btn{
    height:35px;
    padding:0;
    position:absolute;
    right:4px;
    top:4px;
    width:100px
}
.email-signup__input{
    max-width:500px
}
.btn.btn--blue{
    background-color:var(--blue-bg);
    color:#fff
}
.sidebar{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    width:330px;
    z-index:996;
    transition:all .3s;
    padding:20px;
    overflow-y:auto;
    scrollbar-width:thin;
    scrollbar-color:#aab7cf transparent;
    box-shadow:0 0 20px rgba(1,41,112,.1);
    background-color:#fff
}
@media (max-width:1199px){
    .sidebar{
        left:-100%
    }
}
.sidebar::-webkit-scrollbar{
    width:5px;
    height:8px;
    background-color:#fff
}
.sidebar::-webkit-scrollbar-thumb{
    background-color:#aab7cf
}
@media (max-width:1199px){
    .toggle-sidebar .sidebar,.product-grid__filter.sidebar.show{
        left:0
    }
}
@media (min-width:1200px){
    .toggle-sidebar #footer,.toggle-sidebar #main{
        margin-left:0
    }
    .toggle-sidebar .sidebar{
        left:-300px
    }
}
.sidebar-nav{
    padding:0;
    margin:0;
    list-style:none
}
.sidebar-nav li{
    padding:0;
    margin:0;
    list-style:none
}
.sidebar-nav .nav-item{
    margin-bottom:5px;
    box-shadow:2px 2px rgb(220 220 220 / 25%)
}
.sidebar-nav .nav-heading{
    font-size:11px;
    text-transform:uppercase;
    color:#899bbd;
    font-weight:600;
    margin:10px 0 5px 15px
}
.sidebar-nav .nav-link{
    display:flex;
    align-items:center;
    font-size:15px;
    font-weight:600;
    color:#4154f1;
    transition:.3;
    padding:10px 15px
}
.sidebar-nav .nav-link i{
    font-size:16px;
    margin-right:10px;
    color:#4154f1
}
.sidebar-nav .nav-link.collapsed{
    color:#012970;
    background:#fff
}
.sidebar-nav .nav-link.collapsed i{
    color:#899bbd
}
.sidebar-nav .nav-link:hover{
    color:#4154f1;
    background:#f6f9ff
}
.sidebar-nav .nav-link:hover i{
    color:#4154f1
}
.sidebar-nav .nav-link .bi-chevron-down{
    margin-right:0;
    transition:transform .2s ease-in-out
}
.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down{
    transform:rotate(180deg)
}
.sidebar-nav .nav-content{
    padding:5px 0 0 0;
    margin:0;
    list-style:none
}
.bi-chevron-down,.bi-chevron-up{
    -webkit-text-stroke:1px
}
.sidebar-nav .nav-content a{
    display:flex;
    align-items:center;
    font-size:14px;
    font-weight:600;
    color:#012970;
    transition:.3;
    padding:10px 0 10px 25px;
    transition:.3s
}
.sidebar-nav .nav-content a i{
    font-size:6px;
    margin-right:8px;
    line-height:0;
    border-radius:50%
}
.sidebar-nav .nav-content a:hover{
    color:#4154f1
}
.dashboard .info-card{
    padding-bottom:10px
}
.dashboard .info-card h6{
    font-size:28px;
    color:#012970;
    font-weight:700;
    margin:0;
    padding:0
}
.dashboard .card-icon{
    font-size:32px;
    line-height:0;
    width:64px;
    height:64px;
    flex-shrink:0;
    flex-grow:0
}
.dashboard .sales-card .card-icon{
    color:#4154f1;
    background:#f6f6fe
}
.dashboard .news img{
    width:80px;
    float:left;
    border-radius:5px
}
.dashboard .news h4{
    font-size:15px;
    margin-left:95px;
    font-weight:700;
    margin-bottom:5px
}
.dashboard .news h4 a{
    color:#012970;
    transition:.3s
}
.dashboard .news h4 a:hover{
    color:#4154f1
}
.dashboard .news p{
    font-size:14px;
    color:#777;
    margin-left:95px
}
.profile .profile-card img{
    max-width:120px
}
.profile .profile-card h2{
    font-size:24px;
    font-weight:700;
    color:#2c384e;
    margin:10px 0 0 0
}
.profile .profile-card h3{
    font-size:18px
}
.contact .info-box{
    padding:28px 30px
}
.contact .info-box i{
    font-size:38px;
    line-height:0;
    color:#4154f1
}
.contact .info-box h3{
    font-size:20px;
    color:#012970;
    font-weight:700;
    margin:20px 0 10px 0
}
.contact .info-box p{
    padding:0;
    line-height:24px;
    font-size:14px;
    margin-bottom:0
}
@-webkit-keyframes animate-loading{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
@keyframes animate-loading{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
.has-children{
    position:relative;
	max-width: 320px;
}
.navbar-nav .nav-item:focus,.navbar-nav .nav-item:hover{
    background:#26619e!important
}

.has-children .dropdown>li>a:hover{
    background:var(--blue-hover);
    color:#fff
}
.navbar-nav .has-children .dropdown{
    min-width:280px
}
.has-children .dropdown>li{
    list-style:none;
    padding:0;
    margin:0;
    min-width:210px
}
.has-children .dropdown>li.has-children>a:before,.sidebar-nav li.has-children>a:before{
    content:"";
    display:block;
    box-sizing:border-box;
    position:absolute;
    width:10px;
    height:10px;
    border-bottom:2px solid;
    border-right:2px solid;
    transform:rotate(-45deg);
    right:21px;
    top:15px
}
.has-children .dropdown>li.has-children>a.expanded:before,.sidebar-nav li.has-children>a.expanded:before{transform:rotate(-135deg);}
.nav-item.has-children:hover>.dropdown-menu{
    display:block;
    -webkit-transition-delay:0s;
    -o-transition-delay:0s;
    transition-delay:0s;
    margin-top:0
}
.has-children .has-children:active>.dropdown,.has-children .has-children:focus>.dropdown,.has-children .has-children:hover>.dropdown{
    -webkit-transition-delay:0s;
    -o-transition-delay:0s;
    transition-delay:0s;
    margin-top:0;
    visibility:visible;
    opacity:1
}
.has-children .has-children>a:before{
    position:absolute;
    content:"";
    font-size:16px;
    top:50%;
    right:0;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    font-family:icomoon
}
.has-children .has-children{
    position:relative
}
.has-children .has-children .dropdown{
    left:100%;
    top:0
}
h1,h2,h3,h4,h5,h6{
    font-family:rajdhani,sans-serif;
    font-style:normal;
    font-weight:700;
    text-transform:uppercase
}
.rajdhani{
	text-transform:uppercase;
	font-family:"Rajdhani", Helvetica , sans-serif;
}
.has-children .has-children .dropdown{
    visibility:hidden;
    opacity:0;
    top:0;
    position:absolute;
    text-align:left;
    border-top:2px solid var(--blue-bg);
    -webkit-box-shadow:0 2px 10px -2px rgb(0 0 0 / 10%);
    box-shadow:0 2px 10px -2px rgb(0 0 0 / 10%);
    padding:0 0;
    margin-top:20px;
    margin-left:0;
    background:#fff;
    -webkit-transition:.2s 0s;
    -o-transition:.2s 0s;
    transition:.2s 0s
}

.ios-overlay-show {
    -webkit-animation-name: ios-overlay-show;
    -webkit-animation-duration: 750ms;
    -moz-animation-name: ios-overlay-show;
    -moz-animation-duration: 750ms;
    -ms-animation-name: ios-overlay-show;
    -ms-animation-duration: 750ms;
    -o-animation-name: ios-overlay-show;
    -o-animation-duration: 750ms;
    animation-name: ios-overlay-show;
    animation-duration: 750ms;
}
.ui-ios-overlay .spinner {
    left: 50%!important;
    top: 40%!important;
}
.ui-ios-overlay {
    z-index: 99999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
    background: rgba(0,0,0,.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.ui-ios-overlay .title {
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: block;
    font-size: 26px;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}
#waitBckgd {
    background: #dcdcdc;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: .4;
    left: 0;
    top: 0;
    z-index: 10000;
}
/*Search Page===================================================================================================*/
.category{background-color: #ebebeb;}
.breadcrumb {
    padding: 8px 15px 10px 0;
    list-style: none;
    border-radius: 4px;
    font-size: 20px;
	font-weight: 700; 
	text-transform: uppercase; 
	font-family: Rajdhani, sans-serif;
}
.breadcrumb>li+li:before {
    content: "\276F";
    color: #999;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.filter .filter__toggle {
    display: inline-block;
	background-color: #fff;
    color: #464646;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 12px;
	margin-right:8px;
}
.filter  .bi,.mobile-filter .bi{
-webkit-text-stroke: 1px
}

.mobile-filter .mobile-filter__dropdown {
    background-color: #fff;
    background-image: url(img/caret-down.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    display: block;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 10px;
    text-align: left;
}
.mobile-filter__dropdown select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    font-weight: 600;
    width: 60%;
}
.desktop-filter__dropdown {
    background-color: #fff;
    background-image: url(img/caret-down.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    display: block;
    font-size: 16px;
    padding: 10px;
    text-align: left;
    font-weight: 400;
    display: inline-block;
    width: 350px;
    vertical-align: top;
}
.pagination{min-height:40px;}
.desktop-filter__dropdown select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    font-weight: 600;
    width: 60%;
}

.filter .filter__results {
    color: #6c737a;
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
}
 .pagination .page-item{border-radius:0;margin-left:5px;}
 .pagination .page-item a{border-radius:0}

.product-item .product-item__thumbnail, .product-item-cta .product-item__thumbnail {
    max-height: 240px;
}
.half-recommend .product-item .product-item__thumbnail,.half-recommend .product-item-cta .product-item__thumbnail {
    max-height: 130px;
}

.product-item .product-item__thumbnail, .product-item-cta .product-item__thumbnail {
    max-height: 160px;
    margin: 0 auto;
    width: auto;
}
.product-grid__item img {
    cursor: pointer;
}
.product-item, .product-item-cta {
    background-color: #fff;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    outline: 0;
    padding: 20px;
    position: relative;
    width: auto;
}
.product-item-link {
    margin-top: -15px;
    margin-left: -15px;
}
.product-item-link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
}
.product-style {
    color: #999;
    transition: all .2s ease-in-out;
    display: inline-block;
    float: right;
    text-transform: uppercase;
}
.product-item .product-item__details .product-name, .product-item-cta .product-item__details .product-name {
    color: #000;
    line-height: 1;
    margin: 8px 0 0;
    padding: 0;
	font-size:17px;
}

.line-clamp {
    min-height: 2em;
}
.line-clamp {
    background: #fff;
    display: block;
    display: -webkit-box;
    max-height: 2em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.product-item-cta .product-item__cta {
    border-top: 1px solid #dcdcdc;
    display: block;
    margin: 8px 0 0;
    padding: 10px 0 0;
}
.product-item__price .product-price {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}
.product-item__price .product-price span{display:block;line-height:1}
.parentbox:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.parentbox {
    text-align: center;
    font: 0/0 a;
}

.product-item .product-brand {
    display: block;
    height: 21.48px;
}

.product-item__allowance-price {
    min-height: 36.67px;
    line-height: 1;
}
@media (max-width: 390px ) {
    .product-item__allowance-price {
        min-height: 54px;
    }
}
.product__allowance-price {
    min-height: 20px;
    line-height: 1;
}

.cursor-pointer{cursor:pointer;}


@media screen and (max-width: 1399px) and (min-width: 1200px){
.parentbox {
    height: 200px;
}
}
.half-recommend .parentbox{height: 150px;}

.childbox {
    display: inline-block;
    vertical-align: middle;
    font: 16px/1 Arial,sans-serif
}
.product-item .product-item__sale, .product-item-cta .product-item__sale {
    position: absolute;
    right: 0;
    top: 15px;
}

.product-item__sale {
    font-size: 14px;
    padding: 5px 8px;
    height: auto;
}
.product-grid__row .product-grid__item {
    min-height: 347.56px;
}


@media screen and (min-width: 1200px) and (max-width: 1399px){
.product-grid__row .product-grid__item {
    height: 370px;
}
}
@media (min-width: 1200px){
.product-item, .product-item-cta {
    padding: 15px;
}
}
@media (min-width: 992px){
.product-item, .product-item-cta {
    padding: 15px;
}
}
.product-grid__col {
    margin-bottom: 20px;
}
.product-item, .product-item-cta {
    background-color: #fff;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    outline: 0;
    padding: 20px;
    position: relative;
    width: auto;
	min-height:320px;
}
.product-item__cta .btn {
    position: relative;
    z-index: 3;
}
.product-item .btn {
    float: right;
    font-size: 16px;
    height: 30px;
    line-height: 1;
    min-width: 105px;
    padding: 6px 15px 0;
    text-transform: uppercase;
    font-weight: 700;
}
.btn.btn--orange {
    background-color: #de5101;
    color: #fff;
}

/*Filters*/
.product-grid__filter .product-grid__filter--inner {
    padding: 0 13px 15px;
}
.product-grid__filter .product-grid__filter--inner {
    background-color: #fff;
    height: 100%;
    padding: 15px 13px;
	min-height:400px;
}
.product-grid__filter .product-grid__filter-options .panel-heading {
    padding: 0;
}
.product-grid__filter .product-grid__filter-options .panel-title a.collapsed {
    background-image: url(img/plus-black.png);
}
.product-grid__filter .product-grid__filter-options .panel-title a {
    background-image: url(img/plus-black-open.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
}
.panel-title>a{color:inherit}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.product-grid__filter .product-grid__filter-options .panel {
    box-shadow: none;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
}

#mobileFilterAffix .mobile-filter__dropdown {
    width: calc(100% + 10px);
    margin: 0 -5px;
    -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
}
#mobileFilterAffix .mobile-filter__dropdown {
    width: 100%;
    float: left;
    padding: 4px 2px;
    margin: 0;
    background: #fff;
}
.mobile-filter .mobile-filter__toggle,  .mobile-filter .mobile-filter__view {
    color: #464646;
    font-size: 16px;
    font-weight: 600;
}
.mobile-filter .mobile-filter__toggle,  .mobile-filter .mobile-filter__view {
    background-color: #fff;
    float: left;
    padding: 10px 12px;
}
.mobile-filter .mobile-filter__results {
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
/*End Search Page===================================================================================================*/

/*Style Page========================================================================================================*/
.product__title{
	font-size: 32px;
    font-weight: 600;
    text-transform: none;
	line-height:1;
}

.prcspan  span{
        display: block;
        font-size: 22px;
    line-height: 1;
	font-weight:bold;
    }
.prcspan  span.sale{
	color:red;
    }
.stylerates img{vertical-align:baseline;}


.form__select, .form__textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #e8e8e8;
    border-radius: 2px;
    border: 1px solid #484848;
    box-sizing: border-box;
    color: #000;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    max-width: 100%;
    padding: 0 15px;
}

.form__select {
    background-color: #fff;
    background-image: url(img/dropdown-gray.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 45px;
    position: relative;
}
.form__select {
    height: 40px;
    line-height: 40px;
    border: 1px solid #d2d2d2;
    width: 100%;
}

#pd_addtocart .btn--orange{height:40px;padding-top:8px;}

.recommend .owl-nav .bi{-webkit-text-stroke: 1px;font-size:3rem;}
.recommend.owl-carousel .owl-dots.disabled, .recommend.owl-carousel .owl-nav.disabled {display:block!important;}
.recommend .owl-nav.disabled{position: absolute;top: 0;width: 100%;height:100%;}
.recommend .owl-nav .owl-prev{position: absolute;left: -10%;}
.recommend .owl-nav .owl-next{position: absolute;right: -10%;}


.recommend.owl-carousel .owl-nav{
	position: absolute;
    top: 0;
    width: 100%;
	height:100%;
	z-index:1;
}
.recommend.owl-carousel .owl-item .rates img{width:auto}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: aliceblue;
    color: black;
    text-decoration: none;
	opacity:.5;
}
.owl-carousel .owl-prev,.owl-carousel .owl-next{
	position: absolute;
    z-index: 2;
    font-size: 3em;
    top: 50%;
    transform: translateY(-75%);
}
.banner.owl-carousel .bi-chevron-left,.banner.owl-carousel .bi-chevron-right{
	font-size: 4em;
    -webkit-text-stroke: 3px;
    color: gainsboro;
	
    
}
}
.banner .owl-theme .owl-nav{margin-top:0}	
.banner .owl-next{right:0}
.banner .owl-prev{left:0}

.owl-stage-outer{z-index:2}

.linebg {
	background: #000;
    height: 3px;
    position: absolute;
    width: 100%;
    top: 50%;}
.linebg span{background: #fff; padding:10px; position:relative; top:-10px; left: 20px}

	.product__thumbnails .product__gallery--thumbnail {
        width: 80px;
        height: 80px;
        margin-right: 10px
    }

    .product__thumbnails {
        width: 80px
    }
	.product__thumbnails {
		display: block;
		padding: 15px 0;
		position: relative;
		width: 80px;
		margin-top: 20px;
		float:left;
	}

    .product__thumbnails .product__thumbnails--arrow.next {
        margin: 0 0 10px
    }

    .product__thumbnails .product__thumbnails--arrow.prev {
        margin: 10px 0 0
    }

    .product__options .product__options--ctas .btn {
        margin-right: 7px
    }
	
	.product__thumbnails .product__thumbnails--scroll {
    max-height: 550px;
    width: 80px;
	overflow: hidden;
}
.product__thumbnails .product__thumbnails--arrow.prev {
    margin: -10px 0;
    border-radius: 8px 8px 0 0;
}
.product__thumbnails .product__thumbnails--arrow.prev {
    top: 0;
}
.product__thumbnails .product__thumbnails--arrow {
    background: #dcdcdc;
    display: block;
    height: 25px;
}
.product__thumbnails .product__thumbnails--arrow {
    background-color: #ebebeb;
    
   
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}
#hiddenOverflow {
    position: absolute;
}
#hiddenOverflow  img{float: left;
}
#hiddenOverflow  img.active{border: 1px solid;}
.product__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 360px;
}
.product__thumbnails .product__gallery--thumbnail{
    border: 1px solid #7f7f7f;
}

.product__gallery--image {
    margin: 0 auto;
}
.product__gallery--image {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    position: relative;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product__gallery--image .product__gallery--zoom {
    bottom: 10px;
    position: absolute;
    right: 10px;
	-webkit-text-stroke: 1px;
	
}
.carousel-inner .product__gallery--zoomcarousel {
    bottom: 20px;
    position: absolute;
    right: 20px;
	-webkit-text-stroke: 1px;
	z-index:2;
}
.carousel-indicators{margin-bottom:0}


.product__thumbnails .product__gallery--thumbnail {
    cursor: pointer;
    border: 1px solid #fff;
    margin: 5px 0;
    height: 80px;
    outline: 0;
    width: 80px;
}

.product__gallery--image {
    margin: 0 auto;
}
#hemmingMesg {
        color: #de5101;
    font-weight: bold;
    font-size: 14px;
}

.product__gallery--image {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__thumbnails .product__thumbnails--scroll {
    overflow: hidden;
    max-height: 3600px;
	z-index:2;
}
.product__thumbnails--scroll {
    position: relative;
    height: 360px;
    overflow: hidden;
}
.product__thumbnails--arrow.next {
    margin: -10px 0;
    border-radius: 0 0 8px 8px;
}
.product__gallery--active {
    height: auto;
    max-width: 580px;
    max-height: 580px;
	min-width: 400px;
}
#quickViewContainer .product__gallery--active {
    height: auto;
    max-width: 480px;
    max-height: 480px;
}

#quickViewContainer .hideqv{display:none;}
.selections .btn{border: 2px solid gainsboro;
    border-radius: 0;
    background: white;
	text-transform: uppercase;
    margin: 3px 0px;
	font-weight:bold;
	min-width:40px;
}
.selections .btn.btn-dark{
	border: 2px solid black;
    border-radius: 0;
    background: black;
}
.selections .btn.disabled{
	background: gainsboro;
    text-decoration: line-through;
}
/*HomePage*/
.link-desc{top:50%;left:20%;}
.text-darkblue{color:#21435f}
.half-hero-p{line-height: 1.3;font-size: 14px;}

.customizations ul li {
    background: url(/images/list-item-bullet.gif) no-repeat left;
    padding-left: 10px;
    padding-top: 7px;
    margin-top: -7px;
	list-style-type: none;
}
.customizations .customization-heading {
    font-style: italic;
    text-decoration: underline;
}
.customizations span.customizable-product {
    color: #2d2d2d;
    font-weight: 700;
    display: block;
}
.customizations ul {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
}
.max120{max-height:150px;display:block;margin:auto;}


/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 13px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

.change--link .collapsed {
    display: none
}

.change--link .expanded {
    display: inline-block
}

.change--link.collapsed .collapsed {
    display: inline-block
}

.change--link.collapsed .expanded {
    display: none
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -10px;
  content: "\2714";
}


/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: #a94442;
}

.invalid:before {
  position: relative;
  left: -10px;
  content: "\2716";
}

.cartprc {min-width:95px}

.fldError {
  color: #FF0000 !important;
  font-weight: 400 !important;
}