@font-face {
    font-family: 'Gotham-Book';
    src: url("/modules/core/fonts/Gotham/Gotham-Book.otf");
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("/modules/core/fonts/Gotham/Gotham-Medium.otf");
    font-weight:bold;
}

@font-face {
    font-family: "Gotham-Light";
    src: url("/modules/core/fonts/Gotham/Gotham-Light.otf");
}

.font-gotham-medium{
    font-family: "Gotham-Medium";
}
body {
    padding-top: 70px;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'Gotham-Light',Arial,sans-serif;
    /*font-weight: 300;*/
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}



h1, .h1 {
    font-family: "Gotham-Book";
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 0.6em;
    margin-top: 0.6em
}

h1 sup, .h1 sup {
    top: -1em
}

h2, .h2 {
    font-family: "Gotham-Book";
    font-size: 2em;
    margin-bottom: 0.625em;
    margin-top: 0
}

@media (min-width: 62em) {
    h2, .h2 {
        font-size: 3em;
        margin-bottom: 0.425em;
    }
}

@media (min-width: 75em) {
    h2, .h2 {
        font-size: 3.5em
    }
}

h2 sup, .h2 sup {
    font-size: 0.5em;
    top: -1em
}

h3, .application-capture-heading-fieldset-title, .h3 {
    font-family: 'Gotham-Light', Arial, sans-serif;
    font-weight: 300;
    font-size: 1.65em
}
dt, kbd kbd, label,b, optgroup, strong {
    font-family: "Gotham-Medium";
    font-weight: normal;
}
@media screen and (max-width: 1200px){
    #single-product h3.heading-hr-with-underline{
        font-size: 1.45em;
    }
}

@media screen and (max-width: 990px){
    #single-product h3.heading-hr-with-underline{
        font-size: 1.15em;
    }
}

@media screen and (max-width: 768px){
    #single-product h3.heading-hr-with-underline{
        font-size: 1em;
    }
}

@media screen and (max-width: 320px){
    #single-product h3.heading-hr-with-underline{
        font-size: 0.95em;
    }
}

a{
    color:#927036;
    outline:none;
}
.btn-primary {
    color: #fff;
    background-color: #8a8c8e;
    border-color: #8a8c8e;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.dropdown-toggle.btn-primary{
    background:#0a456d;
    border-color: #0a456d;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0a456d;
    border-color: #8a8c8e;
    outline:none;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #0a456d;
    border-color: #8a8c8e;
    outline:none;
}

img{
    width: 100%;
    height: auto;
}

.container-fluid {
    max-width: 1200px
}

.navbar-inverse {
    background-color: #0a456d;
    border-color: #0a456d;
    height:105px;
}

.navbar-brand {
    padding: 17px 15px;
    height:auto;
    margin-right: 30px;
}

.navbar-nav > li > span {
    position: relative;
    padding: 10px 10px;
    color: white;
    line-height: 20px;
    display: none;
}
.navbar-header{position:relative;}
.logo-and-title{
    display: flex;
    align-items: center;
}
.white-line-right{
    height: 65px;
    background: #fff;
    width: 1px;
    margin-right: 30px;
}
.white-line{
    height: 1px;
    background: #fff;
    width: 150px;
    margin:10px auto;
}
.logo-and-title h3{
    color:#fff;
}
#login a, .footerlinks a{
    text-decoration:underline;
}

@media (max-width: 767px) {
    .navbar-nav{
        margin: 0;
    }
    .navbar-nav.pull-right {
        float: left !important;
    }
}

@media (min-width: 1024px) {
    .navbar-nav > li > span {
        padding: 26px 10px;
        display: block;
    }
}

.hero-landing {
    background: #333;
    position: relative
}

@media (min-width: 62em) {
    .hero-landing {
        height: 28.125em;
        overflow: hidden
    }
}

@media (min-width: 75em) {
    .hero-landing {
        height: 35.625em;
        overflow: hidden
    }
}

.hero-landing .hero-image img {
    margin-left: 0;
    max-width: 100%
}

@media (min-width: 62em) {
    .hero-landing-hero-image {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: 0
    }
}

.hero-landing-transition-fade {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 1.15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 1.15s cubic-bezier(0.77, 0, 0.175, 1)
}

.hero-landing-transition-fade.in {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.hero-landing-content {
    z-index: 2
}

@media (min-width: 62em) {
    .hero-landing-content {
        padding: 2.1875em 0 2.1875em;
        width: 100%
    }
}

@media (min-width: 75em) {
    .hero-landing-content {
        padding: 5em;
    }
}

.hero-landing-content-introduction {
    background: #333;
    color: white;
    position: relative;
    padding: 2.5em 0.875em;
    text-align: center
}
.hero-landing-content-introduction a{
    background-color: #927036;
    border-color: #927036;
}

@media (min-width: 62em) {
    .hero-landing-content-introduction {
        padding: 2.5em;
        background: rgba(0, 0, 0, 0.65);
        width: 62.5em;
        margin: auto
    }
}

@media (min-width: 75em) {
    .hero-landing-content-introduction {
        max-width: 56.25em
    }
}

@media (min-width: 62em) {
    .hero-landing-content-introduction-short {
        margin-top: 4.375em
    }
}

@media (min-width: 62em) {
    .hero-landing-content-introduction-min {
        margin-top: 0em
    }
}

.hero-landing-content-introduction-page-title {
    margin-top: 0
}

.hero-landing-content-introduction-lead {
    max-width: 41.75em;
    margin: 1.25em auto 1em;
}

.hero-landing-content-introduction-lead-content {
    font-family: 'Gotham-Light', Arial, sans-serif;
    font-weight: 300;
    font-size: 1.5em
}

.hero-landing .hero-image img {
    margin-left: 0;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

@media (min-width: 62em) {
    .hero-landing-hero-image {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: 0
    }
}

.hero-image {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.hero-image:before {
    content: "";
    display: block;
    padding-top: 50%;
}

@media (min-width: 48em) {
    .hero-image:before {
        padding-top: 51.5%
    }
}

@media (min-width: 62em) {
    .hero-image:before {
        padding-top: 45%
    }
}

@media (min-width: 75em) {
    .hero-image:before {
        padding-top: 45%
    }
}

@media (min-width: 1200px) {
    .hero-image:before {
        padding-top: 41%
    }
}

.hero-image img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto;
    margin-left: -15%;
    max-width: 130%;
    width: 100%
}

@media (min-width: 48em) {
    .hero-image img {
        max-width: 100%;
        margin-left: inherit
    }
}

.hero-image-hide-xs {
    display: none
}

@media (min-width: 62em) {
    .hero-image-hide-xs {
        display: block
    }
}


.hr-dotted {
    background: transparent url("/modules/core/img/dot-3x3-black.png") repeat;
    border: 0;
    height: 4px;
    margin: 0 auto;
    max-width: 10em
}

.hr-dotted.hr-dotted-white {
    background-image: url("/modules/core/img/dot-3x3-white.png")
}

.hr-dotted:before {
    display: none
}

.hero-landing-base-texture-dotted {
    display: none
}

@media (min-width: 62em) {
    .hero-landing-base-texture-dotted {
        background: url("/modules/core/img//dot-3x3-black.png") 0 50%;
        display: block;
        height: 4.375em;
        left: 0px;
        position: absolute;
        right: 0px;
        width: 100%;
        z-index: 0
    }
    .hero-landing-base-texture-grey {
        background: #8a8c8e 0 50%;
        display: block;
        height: 4.375em;
        left: 0px;
        position: absolute;
        right: 0px;
        width: 100%;
        z-index: 0
    }
}

@media (min-width: 62em) {
    .hero-landing-base-texture-dotted-small {
        height: 1.375em
    }
}

.hero-landing-base-content {
    position: relative;
    padding-top: 1.875em
}

@media (min-width: 62em) {
    .hero-landing-base-content {
        background: white;
        padding: 1.875em 1.875em 0;
        margin: 0 -1em 4.685em -1em
    }
}

@media (min-width: 75em) {
    .hero-landing-base-content {
        margin-top: -7.125em
    }

    #page .hero-landing-base-content{
        margin: 0 -1em 3.125em -1em;
    }
}


.heading-hr-with-underline, .heading-hr-with-underline-arrow {
    border-bottom: 1px solid #333;
    margin-top: 2px;
    padding-bottom: 0.625em;
    position: relative;
    overflow: hidden;
}

/*.heading-hr-with-underline:before, .heading-hr-with-underline-arrow:before {
    background: #333;
    bottom: 0px;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 25px
}*/

.offer-image{
    float: right;
    margin: 0 50px;
    margin-bottom: 20px;
}
.learn-more-title h3, .learn-more-content p{
    color:#fff;
}
.learn-more-title{
    margin-bottom:1em;
}
.loans-learn-more-outer {
    background-color: #dedede;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom-color: #b1b2b4;
    padding: 0 15px;
    text-align: center;
    background-color:#0f1d3a;
    /* background-image: url("/modules/core/img/faq.jpg"); */
    height: 316px;
}

.loans-learn-more-outer .l-inline-block {
    padding: 0.625em 1.25em
}

.loans-learn-more-inner {
    color: #333;
    padding: 4em 0
}

.learn-more-btns {
    padding: 0.625em 0
}

.learn-more-btns .btn {
    margin: 0.3125em 0;
    border:1px solid #8a8c8e;
}
.learn-more-btns.talk .btn{
    background-color: #927036;
    border:1px solid #927036;
}
.learn-more-btns.talk .btn:hover {
    border:1px solid #fff;
    background-color: transparent;
}

.learn-more-btns .btn-default {
    color: white;
    background-color: #333
}
.learn-more-btns.need-helping a{
    border:1px solid #aba584;
    color:#aba584;
    background:transparent;
}
.learn-more-btns.need-helping a:hover{
    border:1px solid #aba584;
    background:#fff;
    transition:0.4s all;
}
.speak-to-specialist {
    padding: 4em 0;
    text-align: center;
}

.speak-to-specialist-expert-landing {
    background: #0a456d;
    border-top: 3px solid #0a456d;
    display: block;
    color:#fff;
}

.speak-to-specialist-cc {
    background: #0a456d;
    color:#fff;
}

footer#footer {
    box-shadow: 0px 1000px 0px 1000px #0a456d
}

#footer, .in-page-disclaimer {
    background-color: #0a456d;
    color: #fff;
    line-height: 1.25
}

#footer a, #footer .mq-anchor, #footer .mq-back-button, .in-page-disclaimer a, .in-page-disclaimer .mq-anchor, .in-page-disclaimer .mq-back-button {
    color: #fff;
    text-decoration: underline;
    font-weight: normal
}

#footer p, #footer li, #footer li > ul li, #footer .in-page-disclaimer, .in-page-disclaimer p, .in-page-disclaimer li, .in-page-disclaimer li > ul li, .in-page-disclaimer .in-page-disclaimer {
    font-size: 12px
}

#footer .accordion, .in-page-disclaimer .accordion {
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
}

#footer .accordion-header h5, .in-page-disclaimer .accordion-header h5 {
    color: #fff;
    font-size: 0.875em;
    font-weight: 300;
    padding-left: 0
}

#footer .accordion-header:hover, .in-page-disclaimer .accordion-header:hover {
    text-decoration: none
}

#footer .accordion-arrow, .in-page-disclaimer .accordion-arrow {
    color: #fff
}

#footer .accordion-body, .in-page-disclaimer .accordion-body {
    padding: 1em 0
}

#footer .input-placeholder, .in-page-disclaimer .input-placeholder {
    display: none !important
}

.disclaimer-specific {
    padding: 1em 0 0.625em 0;
    border-bottom: 1px solid #666
}

.disclaimer-specific.disclaimer-specific-no-border {
    border-bottom: 0
}

.copyright {
    color: #fff;
    display: block;
    font-size: 0.75em;
    padding: 0.9375em 0
}

@media (min-width: 62em) {
    .copyright {
        float: left
    }
}

@media (min-width: 62em) {
    .navigation-footer {
        display: auto
    }
}

.navigation-footer .navbar-header {
    float: none !important;
    width: 100%
}

@media (min-width: 62em) {
    .navigation-footer .navbar-header {
        width: auto
    }
}

.navigation-footer .navbar-header .footer-toggle {
    float: right;
    display: block;
    cursor: pointer;
    padding: 17px 15px
}

@media (min-width: 62em) {
    .navigation-footer .navbar-header .footer-toggle {
        display: none
    }
}


.navigation-footer .navigation-menu-footer {
    display: none
}

.navigation-footer .navigation-menu-footer.active {
    display: block
}

@media (min-width: 62em) {
    .navigation-footer .navigation-menu-footer {
        display: block;
        width: auto;
        background: #000;
        padding-top: 15px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }
}

.navigation-footer ul.navigation-menu-items-footer {
    margin: 0;
    margin-bottom: 1em;
    list-style: none;
    padding: 0
}

@media (min-width: 62em) {
    .navigation-footer ul.navigation-menu-items-footer {
        float: right
    }
}

.navigation-footer ul.navigation-menu-items-footer > li {
    list-style: none;
    border-bottom: 1px solid white;
    white-space: nowrap
}

@media (min-width: 62em) {
    .navigation-footer ul.navigation-menu-items-footer > li {
        padding: 5px 0 5px 15px;
        position: relative;
        display: block;
        float: left;
        border: none
    }
}

.navigation-footer ul.navigation-menu-items-footer > li a, .navigation-footer ul.navigation-menu-items-footer > li .mq-anchor, .navigation-footer ul.navigation-menu-items-footer > li .mq-back-button {
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px 0
}

@media (min-width: 62em) {
    .navigation-footer ul.navigation-menu-items-footer > li a, .navigation-footer ul.navigation-menu-items-footer > li .mq-anchor, .navigation-footer ul.navigation-menu-items-footer > li .mq-back-button {
        padding: 0;
        width: auto;
        position: relative;
        display: block;
        line-height: 30px;
        height: 30px;
        float: left;
        color: #fff
    }

    .navigation-footer ul.navigation-menu-items-footer > li a:hover, .navigation-footer ul.navigation-menu-items-footer > li .mq-anchor:hover, .navigation-footer ul.navigation-menu-items-footer > li .mq-back-button:hover {
        border-bottom: 2px solid #fff
    }

    .navigation-footer ul.navigation-menu-items-footer > li a.active, .navigation-footer ul.navigation-menu-items-footer > li .active.mq-anchor, .navigation-footer ul.navigation-menu-items-footer > li .active.mq-back-button {
        border-bottom: 2px solid #fff
    }
}

#footer .navigation-footer ul.navigation-menu-items-footer > li {
    font-size: 1em
}

@media (min-width: 62em) {
    #footer .navigation-footer ul.navigation-menu-items-footer > li {
        font-size: 0.8125em
    }
}

@media (min-width: 75em) {
    #footer .navigation-footer ul.navigation-menu-items-footer > li {
        font-size: 0.9375em
    }
}

#footer .navigation-footer ul.navigation-menu-items-footer > li a, #footer .navigation-footer ul.navigation-menu-items-footer > li .mq-anchor, #footer .navigation-footer ul.navigation-menu-items-footer > li .mq-back-button {
    text-decoration: none
}

.navigation-footer-additional-links-copy {
    position: absolute;
    left: 0.9375em;
    right: 0.9375em;
    top: -0.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-family: 'Gotham-Book', Arial, sans-serif;
    font-weight: 700;
    font-size: 1em
}

.navigation-footer .navbar-header .navbar-brand {background:none;}
.navigation-footer .navbar-header {display:none;}

.login-bg {
    background-image: url("/modules/core/img/login.jpg");
    position: fixed;
    z-index: -1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 736px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.login-bg.second-page {
    background-image: url("/modules/core/img/login2.jpg");
    position: fixed;
    z-index: -1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 736px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.centerBox {
    background: #fff;
    width: 350px;
    padding: 15px;
    margin: 85px auto 10px;
    border-radius: 0 0 5px 5px;
    border-top: 3px solid #0a456d;
    max-width: 100%;
}

.centerBox hr {
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 0;
    clear: both;
}

.input-group{
    background-color: #f3f3f3;
    padding: 6px 0px;
}

.input-group .fa{
    font-size: 1.5em;
}

.input-group-addon{
    border: 0;
    background-color: #f3f3f3;
}

.input-group .form-control{
    border: 0;
    border: none;
    background-color: transparent;
    font-size: 14px;
    box-shadow: none;
}

.input-group .form-control:focus{
    box-shadow: none;
}

#info_help{
    clear: both;
    font-size: 0.95em;
    padding-top: 10px;
    display: none;
}

#top-strip{
    background-color: #8a8c8e;
    color: white;
    min-height: 100px;
}

#top-strip h2 {
    margin-top: 58px;
    margin-bottom: 15px;
}

#top-strip-search{
    min-height: 60px;
    border-bottom: 1px solid #0a456d;
    color: white;
    padding-top: 12px;
    background: #0a456d 0 50%;
}

#top-strip-search input,
#top-strip-search input:focus{
    background-color: transparent;
    color: #A0DAF5;
    border: 0;
    border-bottom: 1px solid white;
    box-shadow: none;
    outline: none;
    padding: 5px 10px;
    background-image: url("/modules/core/img/search.png");
    background-position: center right;
    background-repeat: no-repeat;
}

#top-strip-search input::-webkit-input-placeholder {
    color: #fff;
}

#top-strip-search input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

#top-strip-search input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}

#top-strip-search input:-ms-input-placeholder {
    color: #fff;
}

#top-strip-search label{
    margin-right: 25px;
    font-weight: normal;
}

#top-strip-filter{
    background-color: #E9E8E8;
    min-height: 60px;
}

#filter{
    list-style: none;
    padding: 0;
    margin: 17px 0 0;
}

#filter li{
    display: inline-block;
}

#filter li a.active{
    font-family: "Gotham-Medium";
    font-weight: normal;
}

#filter li:after{
    content: '/';
    padding-left: 15px;
    padding-right: 10px;
}

#filter li:last-child:after,
#filter li:nth-last-child(2):after,
#filter li:nth-child(1):after{
    content: '';
    padding: 0;
}

.products{
    padding-top: 60px;
    padding-bottom: 60px;
}

#productsMix .product{
    display: none;
}

.product{
    margin-bottom: 40px;
}

.product a{
    color: black;
    display: block;
}

.product a:hover{
    color: white;
    text-decoration: none;
}

.product img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.product > div{
    border: 1px solid #F4F3F2;
    position: relative;
    padding-bottom: 15px;
    min-height: 350px;
}

.related > div{
    min-height: 332px;
}

@media (max-width: 1025px) {
    .product > div{
        min-height: 470px;
    }
}

@media (max-width: 768px) {
    .product > div{
        min-height: 59vw;
    }
}

@media (max-width: 670px) {
    .product > div{
        min-height: 65vw;
    }
}

@media (max-width: 500px) {
    .product > div{
        min-height: 81vw;
    }
}

@media (max-width: 320px) {
    .product > div{
        min-height: 94vw;
    }

    .product.related > div{
        min-height: 98vw;
    }
}

.product h3,
.product .price{
    padding-left: 15px;
    padding-right: 15px;
}

.product h3{
    font-size: 14pt;
    line-height: 1.2em;
    margin: 0;
    padding-top: 7px;
}

.product .price{
    font-size: 14pt;
    line-height: 1.5em;
}

.product div:hover{
    background-color: #927036;
    color: white;
}

.container.products .product > div:hover,
#single-product .product > div:hover {
    box-shadow: 0px 0px 10px 2px #eaeaea;
}

@media (max-width: 767px) {
    #product_info_cont{
        float: none !important;
    }
}

.product div:hover a {
    color: white;
}

.product .plus{
    position: absolute;
    right: 15px;
    font-size: 2em;
}

.product a:hover .plus{
    color: black;
}

#brands, #brands_mobile{
    list-style: none;
    margin: 0;
    padding: 0;
}

#brands li, #brands_mobile li{
    margin-bottom: 10px;
}

#brands label, #brands_mobile label{
    font-weight: normal;
}

#single-product{
    margin-top: 40px;
    margin-bottom: 40px;
}

#single-product .img-thumbnail{
    width: 30%;
    float: left;
    margin-right: 3.33%;
}

.heading-hr-with-underline small:after{
    content: ' ';
    clear: both;
}

#single-product .attributes{
    margin-top: 20px;
}

#single-product label{
    line-height: 25pt;
    font-family: "Gotham-Medium";
}

#single-product dd{
    margin-bottom: 10px;
}

.quantity{
    width: 75px;
    display: block;
}

.quantity input{
    width: 50px;
    border: 1px solid #e1e1e1;
    border-right: 0;
    float: left;
    height: 34px;
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .quantity input{
        width: 40px;
    }
}

.quantity a{
    display: block;
    height: 17px;
    border: 1px solid #e1e1e1;
    width: 25px;
    padding: 0px 7px;
    float: left;
    line-height: 0;
}

.quantity a:first-of-type {
    border-bottom: 1px solid white;
}

#cart{
    padding-top: 40px;
    padding-bottom: 40px;
}

#cart .img-thumbnail,
#cart_link i{
    font-size:20px;
    margin-right: 8px;
}
.table .img{
    width: 150px;
}

.table .img{
    width: 250px;
}

.table>tbody>tr>td{
    border-top: 0;
    border-bottom: 1px solid #231F20;
}

.table>tbody>tr>th{
    border-top: 0;
    border-bottom: 1px solid #ddd;
    font-family: "Gotham-Medium";
    font-weight: normal;
}

.table>tbody>tr:last-child>td{
    border-bottom: 0;
}

.table{
    color: #231F20;
}

.table td{
    vertical-align: middle !important;
    padding: 20px 8px !important;
}

.quantity_standard input{
    width: 40px;
    border: 1px solid #e1e1e1;
    text-align: center;
}

.table .delete{
    padding-left: 10px;
}

@media screen and (max-width: 768px){
    .table .delete{
        padding-left: 0px;
    }
}

#totals{
    font-size: 1.5em;
}

#user{
    padding: 40px 15px;
}

.autocomplete-item-li{
    cursor: pointer;
}

.autocomplete-item-li a{
    font-size: 16px;
    text-align: center;
}

.autocomplete-item-li a[href='#']{
    font-size: 12px;
}

.search-image{
    width: 70px;
}

#filter li{
    display: none;
}

#filter .mobile{
    display: block;
}

#filter hr{
    border-top: 1px solid #4F4B4C;
}

#filter .mobile button{
    border: 0;
    background-color: transparent;
    box-shadow: none;
    display: block;
    float: right;
    margin-bottom: 15px;
    color: #4F4B4C;
}

#filter .mobile button:focus{
    outline: none;
}

#filter-select{
    width: 100%;
    padding: 5px 10px;
}

#filter a,
#filter a:hover {
    color: #333;
    text-decoration: none;
}

#filter a.active{
    text-decoration: underline;
}

.modal-dialog{
    margin: 10px auto;
    max-width: 85%;
}

.modal-content{
    border-radius: 0;
}

.modal-body{
    background-color: #E9E8E8;
}

@media (min-width: 1024px){
    #filter .mobile{
        display: none;
    }

    #filter li{
        display: inline-block;
    }
}

/* .container {
    overflow: hidden;
} */

.hero-landing-base .container{
    overflow: visible;
}

.attributes .btn-block{
    width: 90%;
}

.quantity_standard{
    min-width: 65px;
    display: block;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 180px;
}

@media (max-width: 992px) and (min-width: 768px){
    .nav>li>a,
    .navbar-nav > li > span{
        padding: 26px 5px;
    }

    /*.navbar .container {
        padding: 0;
        width: 768px;
    }*/
}

@media (max-width: 560px){
    .table .img{
        display: none;
    }

    .table{
        font-size: 12px;
    }

    .table .name{
        width: 50%;
    }
}

input, select, textarea {
    font-weight: 300;
    border: 1px solid #d8d9d9;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    box-shadow: none
}

.field input {
    border: none;

    background-color: transparent;
    font-size: 14px;
    margin: 25px auto 5px 35px;
}

.field select{
    border: none;
    background-color: transparent;
    font-size: 16px;
    height: 30px;
    margin: 12px auto 5px 35px;
    width: 80%;
}

.field .chosen-container {
    border: none;
    font-size: 16px;
    color: #333;
    background-color: transparent;
    margin: 12px auto 5px 35px;
    width: 80%;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    color: #333 !important;
}

.field .chosen-choices{
    background: #f3f3f3 !important;
    border: none !important;
}

input:focus, input:active {
    border: none;
    outline: none;
}

.inputBox {
    position: relative;
    width: 100%;
    background-color: #f3f3f3;
    margin-bottom: 15px;
}

.inputBox.error {
    border: 1px solid #bb0e22;
    background-color: #f7e5e7
}

.inputBox .errorMsg {
    display: none;
    color: #bb0e22;
}

.inputBox .fa {
    position: absolute;
    margin: 18px 10px;
    font-size: 23px;
}

.inputBox .fa.fa-envelope {
    font-size: 17px;
}
.inputBox.has-error {
    box-shadow: inset 0 -2px 0 #B90016;
}

.inputBox.selectedInput {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 -2px 0 #0a456d;
}

.inputOverlay {
    position: absolute;
    margin: 0 15px 0 35px;
    top: 18px;
    vertical-align: top;
    line-height: 20px;

    -webkit-animation: linear animateNrmLabel 0.15s; /* Safari 4+ */
    -moz-animation: linear animateNrmLabel 0.15s; /* Fx 5+ */
    -o-animation: linear animateNrmLabel 0.15s; /* Opera 12+ */
    animation: linear animateNrmLabel 0.15s; /* IE 10+, Fx 29+ */
}

.inputOverlay.animate-small {
    -webkit-animation: linear animateSmLabel 0.15s; /* Safari 4+ */
    -moz-animation: linear animateSmLabel 0.15s; /* Fx 5+ */
    -o-animation: linear animateSmLabel 0.15s; /* Opera 12+ */
    animation: linear animateSmLabel 0.15s; /* IE 10+, Fx 29+ */

}

.inputOverlay.smlLabel {
    top: 6px;
    font-size: 11px;
    line-height: 12px;
}

@-webkit-keyframes animateHeightShow {
    0% {
        opacity: 0;
        max-height: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes animateHeightShow {
    0% {
        opacity: 0;
        max-height: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes animateHeightShow {
    0% {
        opacity: 0;
        max-height: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animateHeightShow {
    0% {
        opacity: 0;
        max-height: 0;
    }
    100% {
        opacity: 1;
    }
}

.toggleContentShow {
    -webkit-animation: linear animateHeightShow 0.3s; /* Safari 4+ */
    -moz-animation: linear animateHeightShow 0.3s; /* Fx 5+ */
    -o-animation: linear animateHeightShow 0.3s; /* Opera 12+ */
    animation: linear animateHeightShow 0.3s; /* IE 10+, Fx 29+ */
    display: block;
    overflow: hidden;
}

@-webkit-keyframes animateHeightHide {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        max-height: 0;
    }
}

@-moz-keyframes animateHeightHide {
    0% {
        opacity: 1;
        max-height: 400px
    }

    70% {
        opacity: 1;
        max-height: 300px;
    }
    100% {
        opacity: 0;
        max-height: 0;
    }
}

@-o-keyframes animateHeightHide {
    0% {
        opacity: 1;
        max-height: 400px
    }

    70% {
        opacity: 1;
        max-height: 300px;
    }
    100% {
        opacity: 0;
        max-height: 0;
    }
}

@keyframes animateHeightHide {
    0% {
        opacity: 1;
        max-height: 400px
    }

    70% {
        opacity: 1;
        max-height: 300px;
    }
    100% {
        opacity: 0;
        max-height: 0;
    }
}

.toggleContentHide {
    -webkit-animation: linear animateHeightHide 0.3s; /* Safari 4+ */
    -moz-animation: linear animateHeightHide 0.3s; /* Fx 5+ */
    -o-animation: linear animateHeightHide 0.3s; /* Opera 12+ */
    animation: linear animateHeightHide 0.3s; /* IE 10+, Fx 29+ */
    overflow: hidden;
}

@-webkit-keyframes animateSmLabel {
    0% {
        top: 15px;
        font-size: 14px;
    }
    20% {
        top: 15px;
        font-size: 11px;
    }
    30% {
        top: 15px;
        font-size: 11px;
    }
    100% {
        top: 6px;
        font-size: 11px;
    }
}

@-moz-keyframes animateSmLabel {
    0% {
        top: 15px;
        font-size: 14px;
    }
    20% {
        top: 15px;
        font-size: 11px;
    }
    30% {
        top: 15px;
        font-size: 11px;
    }
    100% {
        top: 6px;
        font-size: 11px;
    }
}

@-o-keyframes animateSmLabel {
    0% {
        top: 15px;
        font-size: 14px;
    }
    20% {
        top: 15px;
        font-size: 11px;
    }
    30% {
        top: 15px;
        font-size: 11px;
    }
    100% {
        top: 6px;
        font-size: 11px;
    }
}

@keyframes animateSmLabel {
    0% {
        top: 15px;
        font-size: 14px;
    }
    20% {
        top: 15px;
        font-size: 11px;
    }
    30% {
        top: 15px;
        font-size: 11px;
    }
    100% {
        top: 6px;
        font-size: 11px;
    }
}

@-webkit-keyframes animateNrmLabel {
    0% {
        top: 6px;
        font-size: 11px;
    }
    70% {
        top: 15px;
        font-size: 11px;
    }
    80% {
        top: 15px;
        font-size: 11px;
    }
    100% {
        top: 15px;
        font-size: 14px;
    }
}

@-moz-keyframes animateNrmLabel {
    0% {
        top: 6px;
        font-size: 11px;
    }
    70% {
        top: 15px;
        font-size: 11px;
    }
    80% {
        top: 15px;
        font-size: 11px;
    }
    100% {
        top: 15px;
        font-size: 14px;
    }
}

@-o-keyframes animateNrmLabel {
    0% {
        top: 6px;
        font-size: 11px;
    }
    70% {
        top: 15px;
        font-size: 11px;
    }
    80% {
        top: 15px;
        font-size: 11px;
    }
    100% {
        top: 15px;
        font-size: 14px;
    }
}

@keyframes animateNrmLabel {
    0% {
        top: 6px;
        font-size: 11px;
    }
    70% {
        top: 15px;
        font-size: 11px;
    }
    80% {
        top: 15px;
        font-size: 11px;
    }
    100% {
        top: 15px;
        font-size: 14px;
    }
}

.icheckbox_square-blue {
    margin-right: 5px !important;
}

.table .subtotal{
    text-align: right;
}

.dl-vertical dd{
    margin-bottom: 10px;
}

.navbar-nav{
    font-size: 15px;
}

#page{
    margin-bottom: 30px;
}

.above-contact-from{
    padding: 20px 0px;
}
.redstar{
    color: #a94442;
}

.home-icons img{
    height: 45px;
    width: auto;
    margin-bottom: 15px;
}

@media (max-width: 990px) {
    #bs-example-navbar-collapse-1 .nav.navbar-nav {
        font-size: 16px;
        padding: 20px;
        background:#927036;
        width:100%;
    }
    #bs-example-navbar-collapse-1 .nav.navbar-nav:nth-child(2) a:hover, #bs-example-navbar-collapse-1 .nav.navbar-nav a:hover {
        color: #fff!important;
    }
    .home-icons div {
        margin-bottom: 40px;
    }
}

@media (max-width: 320px){
    .home-icons div{
        width: 100%;
    }
}

.back{
    margin-bottom: 30px;
    display: block;
}

.form-horizontal .control-label{
    text-align: left;
}

.btn{
    padding:10px 40px;
}

@media screen and (max-width: 989px) {
    #single-product .btn{
        padding:10px 0px;
    }

    #cart .btn{
        padding:10px 15px;
    }
}

.sweet-alert{
    background-color: white !important;
    border-radius: 0 !important;
    border-top: 10px solid #927036;
}

.sweet-alert h2{
    color: #000000 !important;
}

.sweet-alert p{
    color: #000000 !important;
    font-family: 'Gotham-Book';
}

.sweet-alert button.cancel{
    background-color: white !important;
    border: 1px solid black !important;
    color: black !important;
}
.badge, .label{
    font-weight:normal;
}

.registerForm .inputOverlay{
    margin: 0 15px 0 15px;
}

.registerForm .field input{
    margin: 25px auto 5px 15px;
    width: 300px;
}

.registerForm .field select{
    margin: 12px auto 5px 15px;
    width: 300px;
}

.registerForm .field .chosen-container{
    margin: 12px auto 5px 10px;
    width: 300px;
}

#bs-example-navbar-collapse-1 .nav.navbar-nav {
    font-size: 16px;
    padding-top: 20px;
}
@media screen and (min-width:1026px){
    #bs-example-navbar-collapse-1 .nav.navbar-nav {
        display:flex;
        align-items:center;
    }
}

#bs-example-navbar-collapse-1 .nav.navbar-nav a{
    color: #ffffff;
    font-weight: normal;
}
#bs-example-navbar-collapse-1 .nav.navbar-nav strong{
   font-family: "Gotham-Medium"; 
}

#bs-example-navbar-collapse-1 .nav.navbar-nav:nth-child(2) {
    font-size: 14px;
}

#bs-example-navbar-collapse-1 .nav.navbar-nav:nth-child(2) a{
    color: #fff;
}

#bs-example-navbar-collapse-1 .nav.navbar-nav:nth-child(2) a:hover,
#bs-example-navbar-collapse-1 .nav.navbar-nav a:hover{
    color: #927036;
}

#single-product .heading-hr-with-underline.other-products {
    font-size: 1.3em;
    font-family: "Gotham-Medium";
}

#bs-example-navbar-collapse-1 .nav.navbar-nav:nth-child(1) li {
    font-family: "Gotham-Medium";
}

.site-logo {
    width: 280px;
    margin-top: 9px;
}
.site-logo img{
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
}

#cart td.actions {
    max-width: 150px;
}

@media screen and (min-width: 768px) {
    #cart .custom-padding-right {
        padding-right: 10px;
    }
}

@media screen and (min-width: 992px) {
    #cart .custom-padding-right {
        padding-right: 40px;
    }
}

.hr-margins{
    margin-top: 5px;
    margin-bottom: 12px;
}

#cart_link{
    color: #ffffff !important;
}

.errorMsg .help-block{
    color: #B90016;
    font-size: 14px;
    font-weight: normal;
}

#my_limit{
    color: #ffffff !important;
    padding-left: 20px;
}

#my_limit:hover,
#cart_link:hover{
    color: #927036 !important;
}

.order_tr td{
    position: relative;
    overflow: hidden;
}

.area_link{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 768px){
    .navbar-nav>li>a{
        padding-left: 0;
    }

    #my_limit{
        padding-left: 0;
    }
}

li{
    word-break: break-word;
}

.content_container{
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

.fixed-rate-home-loan-offer{
    overflow: hidden;
}

@media screen and (max-width: 320px){
    #cart td{
        padding: 20px 0 !important;
        text-align: center;
    }

    #cart td.name{
        text-align: left;
    }

    .loans-learn-more-inner{
        padding-top: 2em;
    }
}
@media (min-width: 768px) {
    .navbar-toggle {
        margin-right: 0;
    }
}

@media (max-width: 1023px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .brands_column{
        display: none;
    }
}

#faq_table{
    width: 100%;
}

@media (min-width: 768px){
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
        padding-left: 0;
    }

    #faq_table{
        width: 50%;
    }
}

@media (min-width: 768px){
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.tab-btn{
    position: relative;
    margin: 0 15px;
}

@media (max-width: 990px) {
    .tab-btn{
        padding: 10px;
    }
}

.tab-btn.active:after,
.tabs-select-arrow{
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    bottom: 0;
    right: 50%;
    margin-right: -8px;
    margin-bottom: -15px;
    z-index: 8;
    border: 8px solid transparent;
    border-bottom-color: #ebecec;
}

.accordion-wrapper {
    margin-bottom: 15px;
    padding: 25px 20px;  
    background-color: #eaebeb;
    position: relative;
    cursor: pointer;
}

.accordion-body {
    padding-top: 20px;
    display: none;
}

.accordion-clicker {       
    font-family: "Gotham-Medium";
    margin-bottom: 0;
}

.accordion-wrapper::after {
    content: '';
    display: block;
    border-bottom: 2px solid #fff;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.accordion-wrapper::before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../../img/up.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
}

.accordion-wrapper.active::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.accordion-clicker span {
    font-size: 1.1em !important;
}

.delete-address{
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    color: #224f80;
    cursor: pointer;
}

.add_shipping_addresses-holder{
    padding: 30px 0px 10px;
}
@media (max-width: 578px) {
    .site-logo {
        width: 185px;
    }

    .logo-and-title h3 {
        color: #fff;
        font-size: 18px;
    }
    .navbar-inverse {
        height: 90px;
    }
}