/*************************************** GENERIC ***************************************/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

:-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}

.center-1 {
}

/* FONTS */
body, .order-details-area ul, .shipment-details-area ul, .order-completed .order-number strong, .cart-options .selected-checkout-attributes, .product-review-helpfulness, .product-review-helpfulness .question, .product-review-item .review-text, .review-content .reply-text, .product-review-item .review-info .date span, .product-reviews-page .title, .customer-entered-price .price-range, .sitemap-page .description, .newsletter-email .options label, .newsletter-box-description, .login-page .new-wrapper .text, .login-page .new-wrapper .text, .login-page .returning-wrapper .forgot-password a, .cart th, .data-table th, .forums-table-section th, .account-page .description, .no-data, .product-selectors span, .compare-products-table tr > *:first-child, .overview .short-description, .attributes .option-list label, .productAddedToCartWindowDescription .quantity, .productAddedToCartWindowDescription .attributeInfo, .category-description p, .manufacturer-description p, .full-description p, .topic-html-content p, .topic-page p, .post-body p, .news-body p, .custom-tab p, .product-tags-list, #quickTabs .custom-tab, .write-review .rating-wrapper > div, .mini-shopping-cart .count a, .mini-shopping-cart .quantity, .ui-dialog-content, .opc .payment-info .info label, .order-review-data ul, .shipment-overview ul, .tier-prices .field-header, .password-recovery-page .tooltip {
font-family: soleto, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    background-color: #ffffff;
}

.checkout-page .order-review-data .title {
font-family: soleto, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    background-color: #ffffff;
    text-transform: capitalize;
}

.opc .payment-info .info label {
    text-transform: capitalize;
}

    .breadcrumb li * {
    font-family: soleto, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
    }

.newsletter-result {
    font-family: soleto, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFfff;
    font-size: 13px;
    text-align: left;
    padding: 10px 0px 30px;
    line-height: 18px;
}

input, textarea, select, input[type="button"], input[type="submit"], button, .button-1, .button-2 {
font-family: soleto, sans-serif;
    font-weight: 400;
    font-style: normal;
}

select {
    background: #fff url(/images/select-arrow.png) right 15px center no-repeat;
}

/* END FONTS */
/* BORDERS */
.ui-tabs .ui-tabs-nav {
    padding: 0;
    top: 1px;
}

    .product-review-item, .block .title, .account-page-navigation .account-navigation-wrapper, .mini-shopping-cart .count, .opc .step-title, .login-page .title, .shipment-overview .title:first-child, .shipment-details-area .title:first-child {
        border-bottom: 1px solid #000000 !important;
    }

.order-details-area .title:first-child {
    border-bottom: 0px;
font-family: soleto, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    margin: 0px;
    text-transform: capitalize;
}

.order-review-data .title:first-child {
    border-bottom: 0px solid #000000 !important;
    margin: 0px;
}


.ui-tabs .ui-tabs-nav:before {
    border-bottom: 0px solid #f1f1f1 !important;
}

.footer-1 .newsletter, .customer-entered-price .enter-price-input {
    border: 1px solid #000000;
}

.ui-tabs .ui-tabs-nav:before {
    height: auto;
    border-top: none;
}

.account-page .edit-address:before, .contact-page form:before, .email-a-friend-page form:before, .apply-vendor-page form:before, .advanced-search:before {
    border-top: 0px solid #000000;
    height: 1px;
}

.product-review-list .title, .prices-stock-wrapper, .fieldset .title, .section .title, .cart-wrapper, .tier-prices .title, .sitemap-page .entity-title {
    border: none;
}

.giftcard {
    border: none;
    padding: 0px 0;
    background: #ffffff;
}

.form-fields {
    border: none;
    background-color: #ffffff;
    padding: 0 30px;
}

#quickTabs .ui-tabs-nav li {
    border-bottom: 1px solid #000;
    border-left: 0px solid #000;
    border-right: 1px solid #000;
    float: left;
}

#quickTabs .ui-tabs-nav li:nth-of-type(1) {
        border-left: 1px solid #000;
}

.custom-tab table {
    max-width: 100% !important;
}

    #quickTabs .ui-tabs-nav li.ui-state-active {
        border-bottom: 1px solid #ffffff;
    }

.product-details-page .full-description:before, .product-review-item {
    border-top: 1px solid #000000;
}

/* END BORDERS */
/* BAR NOTIFICATIONS */
#bar-notification, #dialog-notifications-warning, #dialog-notifications-error, #dialog-notifications-success, .bar-notification, .bar-notification-container, .bar-notification.success, .bar-notification .content, .bar-notification .close {
    /*display: block !important;*/
    display: flex !important; /* Make the parent a flex container */
    align-items: center !important; /* Vertically center the child */
    justify-content: flex-start !important; /* Horizontally center the child */
}

.bar-notification {
    box-shadow: 5px 10px 18px #ccc;
    opacity: 1;
    padding: 25px 25px 25px 10px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 200px;
    border: 1px solid #ccc;
}

    .bar-notification.success {
        background: white;
        color: #4d4d4d;
    }

    .bar-notification .content {
        margin: auto;
        font-size: 16px;
        color: #454545;
        height: 200px;
        flex-direction: column;
        padding-top: 40px;
    }

    .bar-notification.success .content, .bar-notification.success .content a {
        color: #008000;
    }

    .bar-notification .close {
        border: none;
        opacity: 1;
        box-shadow: none;
        background: #fff url('/Themes/Uptown/Content/img/add-cart-close.png') center no-repeat;
        position: fixed;
        margin: 10px;
    }

    .bar-notification.error, .bar-notification.warning {
        background: white;
    }
/* END BAR NOTIFICATIONS */
/* DROPDOWN MENU */
ul#pureThree {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-color: #b91b2c;
    text-align: center;
}

#pureThree label {
    color: white;
    display: block;
    padding: 10px 0 10px 45px;
}

#pureThree li {
    list-style: none;
}

#pureThree input[type=checkbox] {
    display: none;
}

    #pureThree input[type=checkbox] ~ ul {
        max-height: 0;
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        white-space: nowrap;
        display: none;
    }

    #pureThree input[type=checkbox]:checked ~ ul {
        max-height: 100%;
        max-width: 100%;
        opacity: 1;
        margin: 0px;
        color: white;
        background: #a20000;
        width: 100%;
        padding: 10px;
        display: inline-block;
    }

    #pureThree input[type=checkbox] + label:before {
        transform-origin: 25% 50%;
        border: 8px solid transparent;
        border-width: 8px 12px;
        border-left-color: white;
        margin-left: -25px;
        width: 0;
        height: 0;
        display: inline-block;
        text-align: center;
        content: '';
        color: #AAAFAB;
        position: absolute;
        margin-top: 1px;
    }

    #pureThree input[type=checkbox]:checked + label:before {
        transform: rotate(90deg);
    }

#pureThree ul {
    width: 100%;
    text-align: center;
}
/* END DROPDOWN MENU */

/* SOCIAL */
.social-sharing li {
    color: #b30000;
    width: 45px;
    height: 45px;
    border: none;
    margin: auto;
}

.social-sharing a {
    transition: none;
    font-size: 0px;
}

    .social-sharing a .flop {
        background: url('../img/social_sprite_hover.png') no-repeat;
    }

    .social-sharing a .flip {
        background: url('../img/social_sprite_hover.png') no-repeat;
    }

.social-sharing .facebook span {
    background-position: -108px center;
}

.social-sharing .instagram span {
    background-position: -53px center;
}

.social-sharing .twitter span {
    background-position: 0 center;
}

.social-sharing .youtube span {
    background-position: -161px center;
}

.social-sharing .pinterest span {
    background-position: -323px center;
}

.social-sharing .google span {
    background-position: -216px center;
}

.social-sharing a:hover {
    transform: none;
}

.social-sharing a .flip {
    transform: none;
}

/* END SOCIAL */

/* DEALER LOGIN REQUIRED */
.customer-pages-body #login-required-overlay {
    display: none;
}

.login-page .new-wrapper, .login-page .returning-wrapper .title {
    display: none;
}

.login-page .returning-wrapper {
    float: none;
}

#login-required-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#no-scroll-login-overlay {
    overflow: hidden;
    -ms-touch-action: none;
    -webkit-overflow-scrolling: touch;
}

.customer-pages-body {
    overflow: auto !important;
}

#login-required-scroll {
    overflow-y: auto;
}

#login-required-wrapper {
    display: table;
    width: 80%;
    max-width: 580px;
    margin: 5% auto;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}

#login-required-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #ffffff;
    padding: 30px;
}

    #login-required-content h1 {
        font-family: "Number 23", Georgia, serif;
        font-size: 30px;
        line-height: 1.15;
        text-transform: capitalize;
        letter-spacing: 0;
        color: #000;
        border-bottom: 1px solid #000;
        padding: 5px;
        margin: 0 0 30px 0;
    }

    #login-required-content p {
        margin: 15px 0;
        text-align: left;
    }

/*************************************** HOME PAGE ***************************************/
/* HEADER */
.header-links .my-account-opener {
    text-transform: capitalize;
 }
.header {
    margin: auto;
}

.header-logo {
    height: 85px;
    background-size: auto 100%;
    float: left;
    background-repeat: no-repeat;
    width: auto;
    display: block;
    background-color: #000;
}

.store-search-box form {
}

.header-cart-search-wrapper .store-search-box {
}

.header-links .html-widget {
    display: inline-block;
}

.mini-shopping-cart .totals {
    background: transparent;
}

.header-menu .sublist-wrap {
    padding: 0;
    top: 70px;
    background: #000 !important;
}

.header-menu.open .sublist-wrap {
    top: 0;
}

.header-menu > ul.top-menu li {
    background: transparent;
}

.main-slider-wrapper .header-menu > ul {
    text-align: center;
}

.main-slider-wrapper .header-menu .sublist-wrap {
    padding-top: 0;
}

.cart-wrapper:hover #topcartlink {
    transform: none;
}

.cart-wrapper.active .ico-cart:before {
}

.cart-wrapper .ico-cart:after {
    background: transparent;
    background-color: transparent;
    height: 0;
    width: 0;
}

.cart-wrapper .ico-cart, .cart-wrapper .ico-cart-total {
    padding: 15px 0px 15px 40px;
}

.cart-wrapper .ico-cart {
    background: rgba(0,0,0,0);
}

.header-cart-search-wrapper .cart-wrapper {
    height: auto;
    width: fit-content;
    margin: 19px 20px 0 0;
}

.header-menu > ul > li:hover > a {
    color: #ffffff;
}

.cart-label {
    text-align: left;
}

#topcartlink {
    width: fit-content;
}

.cart-wrapper .ico-cart span {
    padding: 0 10px;
    color: #ffffff;
    font-style: normal;
    font-size: 15px;
}

.cart-wrapper.active .ico-cart span {
}

.cart-wrapper .ico-cart span.cart-label {
    display: none;
}

.main-slider-wrapper .header-menu.open > ul {
    text-align: left;
}

.header-1 .header-menu-wrapper {
}

.header-1 .header-menu.open {
    height: 100%;
}

.header-links .my-account-dropdown a:before, .header-links .my-account-dropdown .ico-logout:before, .header-links .my-account-dropdown .ico-login:before, .header-links .my-account-dropdown .ico-register:before {
    background-image: url('/Themes/Uptown/Content/img/header-links-sprite_NEW2.png');
}

.header-links .my-account-dropdown a:hover:before, .header-links .my-account-dropdown .ico-login:hover:before, .header-links .my-account-dropdown .ico-register:hover:before {
    background: #000000 url(/Themes/Uptown/Content/img/header-links-sprite-hover_NEW2.png);
}

.header-links .my-account-dropdown .customer-addresses a:before, .header-links .my-account-dropdown .customer-addresses a:hover:before {
    background-position: 0 -18px;
}

.header-links .my-account-dropdown .customer-orders a:before, .header-links .my-account-dropdown .customer-orders a:hover:before {
    background-position: 0 -36px;
}

.header-links .my-account-dropdown .change-password a:before, .header-links .my-account-dropdown .change-password a:hover:before {
    background-position: 0 -51px;
}

.header-links .my-account-dropdown .customer-reviews a:before, .header-links .my-account-dropdown .customer-reviews a:hover:before {
    background-position: 0 -71px;
}

.header-links .my-account-dropdown .customer-gdpr a:before, .header-links .my-account-dropdown .customer-gdpr a:hover:before {
    background-position: 0 -91px;
}

.header-links .my-account-dropdown .savedCards a:before, .header-links .my-account-dropdown .savedCards a:hover:before {
    background-position: 0 -107px;
}

.header-links .my-account-dropdown .ico-logout:before, .header-links .my-account-dropdown .ico-logout:hover:before {
    background-position: 0 -127px;
}

.header-links .my-account-dropdown .ico-login:before, .header-links .my-account-dropdown .ico-login:hover:before {
    background-position: 0 -146px;
}

.header-links .my-account-dropdown .ico-register:before, .header-links .my-account-dropdown .ico-register:hover:before {
    background-position: 0 -164px;
}

.header-links .my-account-dropdown .customer-check-gift-card-balance a:before, .header-links .my-account-dropdown .customer-check-gift-card-balance a:hover:before {
    background-position: 0 -183px;
}

.flyout-cart {
    right: 0;
    padding: 0;
    top: 40px;
}

div.k-animation-container.instantSearch, .instantSearch .k-list-container {
    top: 30px !important;
    right: 0px;
    position: absolute !important;
    height: auto !important;
    margin-top: 0;
}

.instantSearch .k-item:first-child {
    padding-top: 0;
}

/* END HEADER */
/* CATEGORY BANNERS */
.categorybanners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
    padding: 0 0px;
    margin-bottom: 50px;
    max-width: 1200px;
}

.categorybannerimg {
    width: 25%;
    margin: auto;
}

    .categorybannerimg a {
        padding: 0px 10px 0 0;
        display: block;
    }

    .categorybannerimg img {
        width: 100%;
    }
/* END CATEGORY BANNERS */
/* J-CAROUSEL */
.item-box .details {
}

/* END J-CAROUSEL */
/* NEWSLETTER */
.options .newsletter-box-description, .newsletter-box-button, .newsletter-email .options {
    display: none;
}

.newsletter-box-description {
    background: transparent;
}

.footer-1 .newsletter-subscribe {
    display: block;
}
/* END NEWSLETTER */
/* FOOTER */
.footer-menu a, .footer-menu span {
    text-transform: capitalize;
    font-weight: 700;
}

.footer-2 .footer-menu .address span:before {
    background: #e56363 url('/images/footer-contact-sprite.png') 0px center no-repeat;
    width: 20px;
}

.footer-2 .footer-menu .phone span:before {
    background: #e56363 url('/images/footer-contact-sprite.png') -21px center no-repeat;
    width: 20px;
}

.footer-2 .footer-menu .email span:before {
    background: #e56363 url('/images/footer-contact-sprite.png') -38px center no-repeat;
    width: 20px;
}

.footer-2 .footer-menu .address span:before, .footer-2 .footer-menu .phone span:before, .footer-2 .footer-menu .email span:before {
    background-color: transparent;
}
/* END FOOTER */
/* COOKIE BANNER */
.eu-cookie-bar-notification:before {
    border-top: none;
    background: transparent;
    height: 0px;
}

.eu-cookie-bar-notification .text {
font-family: soleto, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
/* END COOKIE BANNER */
/*************************************** END HOME PAGE ***************************************/
/**************************************** LOGIN PAGE ****************************************/
.login-page .external-authentication, .registration-page .external-authentication {
    display: none;
}

.login-page .button-1.login-button {
    background-image: none;
    background-color: #0c4c6b;
    padding: 14.5px 20px;
    border-color: #0c4c6b;
}

    .login-page .button-1.login-button:hover {
        background-image: none;
        background-color: #072e40;
        border-color: #072e40;
    }

.required, .message-error, .field-validation-error, .username-not-available-status, .poll-vote-error, .password-error {
    color: red;
    padding-bottom: 15px;
}
/**************************************** END LOGIN PAGE ****************************************/
/**************************************** STORE CLOSED PAGE ****************************************/
.store-closed-page .page-body {
    text-align: left;
}
/**************************************** END STORE CLOSED PAGE ****************************************/
/**************************************** TOPIC PAGE ****************************************/
.shippingmap img {
    max-width: 100%;
}

.topic-page .page-body, .contact-page .topic-block-body, .apply-vendor-page .topic-block-body {
    background: transparent;
    border-top: 0px;
    text-align: left;
    font-size: 15px;
font-family: soleto, sans-serif !important;
    font-style: normal !important;
}

    .topic-page .page-body h4 {
        font-family: industry, sans-serif;
        font-size: 20px;
        margin: 40px 5px 10px 0;
    }

    .topic-page .page-body table h4 {
        font-family: industry, sans-serif;
        display: inline-block;
    }

.topic-page .page-body {
    margin: 20px 0;
    padding: 0;
}

    .topic-page .page-body table {
        border: 0px solid #e5e5e5;
    }

    .topic-page .page-body th {
        padding: 15px 30px;
        background: #1a1517;
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
    }

    .topic-page .page-body table td td {
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 0;
    }

    .topic-page .page-body table td tr:last-of-type td {
        border-bottom: 0px;
    }

    .topic-page .page-body h2 {
        font-family: industry, sans-serif;
        font-size: 30px;
        margin: 40px 5px 10px 0;
        color: #000000;
    }

.topic-page a {
    text-decoration: underline;
    font-weight: 300;
}

.topic-page ul {
    text-transform: none;
}


.wishlist-page .share-info, .account-page {
    margin-bottom: 100px;
}

    .account-page #checkbalancegiftcard {
        margin-top: 45px;
    }

.topicpage {
    color: #454545;
}
/**************************************** END TOPIC PAGE ****************************************/
/**************************************** ACCOUNT PAGE ****************************************/
#savedCardsContainer {
    text-align: center;
}

.saved-card-page {
    text-align: center;
}

.account-page-navigation .account-navigation-list li a:before {
    background-image: url('/images/account-page-sprite-active-black.png');
}

.account-page-navigation .account-navigation-list li.active a:before, .account-page-navigation .account-navigation-list li a:hover:before {
    background: rgba(0,0,0,0) url('/images/account-page-sprite-active-black.png') no-repeat;
}

.account-page-navigation .account-navigation-list li.customer-info a:before, .account-page-navigation .account-navigation-list li a:before {
    height: 25px;
}

.account-page-navigation .account-navigation-list li.customer-addresses a:before, .account-page-navigation .account-navigation-list li.customer-addresses a:hover:before, .account-page-navigation .account-navigation-list li.customer-addresses.active a:before {
    background-position: 0 -35px;
}

.account-page-navigation .account-navigation-list li.customer-orders a:before, .account-page-navigation .account-navigation-list li.customer-orders a:hover:before, .account-page-navigation .account-navigation-list li.customer-orders.active a:before {
    background-position: 0 -70px;
}

.account-page-navigation .account-navigation-list li.change-password a:before, .account-page-navigation .account-navigation-list li.change-password a:hover:before, .account-page-navigation .account-navigation-list li.change-password.active a:before {
    background-position: 0 -100px;
}

.account-page-navigation .account-navigation-list li.customer-reviews a:before, .account-page-navigation .account-navigation-list li.customer-reviews a:hover:before, .account-page-navigation .account-navigation-list li.customer-reviews.active a:before {
    background-position: 0 -137px;
}

.account-page-navigation .account-navigation-list li.customer-gdpr a:before, .account-page-navigation .account-navigation-list li.customer-gdpr a:hover:before, .account-page-navigation .account-navigation-list li.customer-gdpr.active a:before {
    background-position: 0 -175px;
}

.account-page-navigation .account-navigation-list li.savedCards a:before, .account-page-navigation .account-navigation-list li.savedCards a:hover:before, .account-page-navigation .account-navigation-list li.savedCards.active a:before {
    background-position: 0 -210px;
}

.account-page-navigation .account-navigation-list li.customer-check-gift-card-balance a:before, .account-page-navigation .account-navigation-list li.customer-check-gift-card-balance a:hover:before, .account-page-navigation .account-navigation-list li.customer-check-gift-card-balance.active a:before {
    background-position: 0 -245px;
}

.product-review-item {
    margin: 15px auto;
}

.html-my-product-reviews-list-page .account-page-navigation {
    padding-bottom: 15px;
}

.order-details-page .section.totals {
    border: none;
    max-width: 100%;
}

.order-details-page .total-info {
    margin: auto;
    max-width: 385px;
}

/**** TICKETS ****/
/** comment out these lines if there is not ticket plugin **/
.account-page-navigation .account-navigation-list li:nth-child(2) a:before, .account-page-navigation .account-navigation-list li:nth-child(2) a:before {
    background-position: 0 -315px;
    height: 28px;
}

.account-page-navigation .account-navigation-list li:nth-child(1) a:before, .account-page-navigation .account-navigation-list li:nth-child(1) a:before {
    background-position: 0 -280px;
}

.header-links .my-account-dropdown li:nth-child(1) a:before {
    background-position: 0 -202px;
}

.header-links .my-account-dropdown li:nth-child(2) a:before {
    background-position: 0 -222px;
}
.header-links .my-account-dropdown li.customer-info a:before {
    background-position: 0 1px;
}

.header-links .my-account-dropdown li.customer-addresses a:before {
    background-position: 0 -18px;
}
/** end comment here **/
#tickettable td.head, #tickettable td {
    border: 1px solid #000;
    background: #fff;
}

.ticket-list-page .info {
    border: none;
}

.ticket-list hr {
    display: none;
}

.ticket-list-page .buttons {
    position: relative;
}

#tickettable select, #tickettable input[type="text"], #tickettable textarea {
    border: none;
}

#tickettable td {
    color: #4d4d4d;
}

.linkCreate, .account-page .button-2 {
    background-color: #fff;
    color: #0c4c6b;
    border: 1px solid #0c4c6b;
    outline: none;
    text-transform: capitalize;
    font-weight: 600;
    background-image: none;
    padding: 6.5px 16px;
}

    .linkCreate:hover, .account-page .button-2:hover {
        background-color: #0c4c6b;
        border: 1px solid #0c4c6b;
        background-image: none;
    }

.linkCreate {
    display: block !important;
    width: fit-content !important;
    margin: auto !important;
}

    .linkCreate:hover {
        background-color: #b30000;
        Background: #b30000;
        transition: all .1s ease-in-out;
    }
/**************************************** END ACCOUNT PAGE ****************************************/
/**************************************** PRODUCT PAGE ****************************************/
ul.option-list input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.attributes .option-list label {
    margin: 5px 5px 0;
    color: #003a50;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 1px;
    background: #ffffff;
    position: relative;
    border: 1px solid #003a50;
}

ul.option-list label {
    float: left;
    display: inline-block;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    transition: all 0.1s ease-in-out;
    border: none;
}

.attributes .option-list label:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    background-size: 250px 250px;
    opacity: 0.2;
}

ul.option-list input:checked + label {
    background-color: #003a50;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #003a50;
    color: #fff;
}

.gallery .picture a:before, .product-variant-list .variant-picture:before {
    padding-top: 100%;
}

.product-details-page .full-description {
    background: transparent;
    text-align: left;
    margin: 0px 0;
    color: #000000 !important;
    padding: 20px 0;
font-family: soleto, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

    .product-details-page .full-description:before {
        border-top: none;
    }

.price-input input[type="text"] {
    height: 43px;
    position: relative;
}

#quickTabs .custom-tab tr {
    border-bottom: 1px solid #909090;
}

#quickTabs .custom-tab {
    text-transform: capitalize;
}

.ui-tabs .ui-state-active.ui-tabs-active a {
    border-color: #000000;
    font-size: 14px;
    letter-spacing: 0.06em;
    min-width: auto;
    padding: 0 18px;
    line-height: 40px;
}

.ui-tabs .ui-tabs-panel {
    background: #ffffff;
    border: 1px solid #000000;
}

.ui-tabs .ui-tabs-nav li a {
    text-transform: none;
    font-size: 14px;
    border-color: #000;
    letter-spacing: .06em;
    min-width: auto;
    padding: 0 18px;
    line-height: 40px;
}
/* REVIEWS */
.write-review form:before {
    border: none;
}

.product-review-item .product-review-box {
    background-color: transparent;
}

.product-reviews-page h1 a {
    font-family: industry, sans-serif;
    font-style: normal;
}
/**************************************** END PRODUCT PAGE ****************************************/
/**************************************** CATEGORY PAGE ****************************************/

.item-box .details .sku {
    font-size: 12px;
}

.item-box .product-title a {
font-family: soleto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #000000;
    padding: 10px 0;
}

    .item-box .product-title a:hover {
        color: #003a50;
    }

.item-box .actual-price:only-child {
    color: #000000;
    margin: 0;
}

.item-box .product-title, .item-box .details .sku {
    margin: auto;
}

.item-box .prices {
    font-size: 16px;
    padding-bottom: 10px;
}

.short-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fns-speedfilters .filter-data-block a.filter-item-unselected {
    color: #909090 !important;
    font-size: 13px !important;
}

.fns-speedfilters .filter-block .title .toggleControl:before {
    content: "" !important;
    margin-right: 0 !important;
}

.fns-speedfilters .filter-block .title .toggleControl {
    padding: 0 !important;
    padding-bottom: 10px !important;
    color: #4d4d4d !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
}

.fns-speedfilters .filter-block .title {
    height: auto !important;
}
/**************************************** END CATEGORY PAGE ****************************************/
/**************************************** CART PAGE ****************************************/
.html-checkout-page .header-1 .header-menu-wrapper, .html-checkout-page .header-upper, .html-checkout-page .header-cart-search-wrapper, .html-checkout-page .main-slider-wrapper, .html-checkout-page .footer, .html-checkout-page .pencil-banner {
    display: none;
}
.html-checkout-page .header-logo {
    float: none;
    width: 100%;
    text-align: center;
}

.html-checkout-page .header-lower {
}

.cart-options .deals .coupon-box {
    display: inline-block;
}

.cart-options .deals .giftcard-box {
    display: inline-block;
    margin-left: 20px;
}

td.footable-first-column {
    background: #ffffff !important;
}

.cart td, .data-table td, .compare-products-table td, .forums-table-section td {
    border: 1px solid #000000;
    min-width: unset;
}

    .cart td.product {
        padding: 40px 20px;
    }

td.subtotal, td.total {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    min-width: 120px;
}

.unit-price {
    font-size: 14px;
}

.cart-options div.checkout-attributes:before {
    border: none;
}

.cart-options .checkout-attributes {
    margin: 0 auto 0px;
    background: transparent;
    padding: 0px;
}

    .cart-options .checkout-attributes dt, .cart-options .checkout-attributes dd {
        max-width: unset;
    }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    border: 1px solid #000000;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
        border-color: #000000;
    }


.coupon-code input[type="text"] {
    width: 100%;
}

.cart-totals-wrapper {
    background: #ffffff;
    border: 0px;
    outline: 0px solid #ffffff;
    border-top: 1px solid #000000;
}

table .subtotal .discount {
    color: #c00;
}

.coupon-box .title {
    margin-bottom: 5px;
}

.applied-discount-code {
    font-weight: 700;
}

.cart-total td {
    font-weight: 700;
}

.cart-total .order-total .cart-total-right, .cart-total .order-total .cart-total-left label {
    color: #000000;
    text-transform: none;
    font-size: 16px;
}

.message-failure {
    color: #92110f;
}

.cart-collaterals .coupon-code input[type="submit"] {
    border: 1px solid #0c4c6b;
    margin-bottom: 17px;
    color: #0c4c6b;
    font-weight: 700;
    width: auto;
    padding: 0 16px;
    margin-left: 16px;
}

.cart-collaterals .coupon-code input[type="text"] {
    border: 1px solid #000000;
    margin-bottom: 10px;
    font-weight: 700;
}

.cross-sells {
    clear: both;
}

.cart-options .button-2:hover, .cart-options .estimate-shipping-button:hover {
    color: #ffffff;
}

.wishlist-content .button-2.wishlist-add-to-cart-button {
    color: #000000;
    background-color: #ffffff;
}

    .wishlist-content .button-2.wishlist-add-to-cart-button:hover, .wishlist-content .button-2:hover {
    color: #ffffff;
    background-color: #000000;
}

#promo-products-form, .donation-image {
    margin: 50px auto !important;
}

.PtxPromoBasketWidget {
    margin-bottom: 100px;
}

.html-shopping-cart-page .center-1 {
    margin: auto;
}

.cart-footer, .cart-totals-wrapper {
    background-color: #ffffff;
}

.cross-sells {
    margin: 0;
    padding-top: 75px;
}

.cart-footer .total-info {
    margin: 25px auto;
}

#confirm-order-buttons-container {
    margin-bottom: 50px;
}

#promo-products-form, .donation-image {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 50px;
}

.donation-image, .donation-instructions, .donation-buttons {
    text-align: center;
}

.donation-img {
    max-width: 100%;
    margin: auto;
}

.donation-header {
    margin: auto !important;
    text-align: center !important;
}

.donation-buttons .btn-primary {
    background: black;
    padding: 16.5px 35px 16.5px 35px;
    font-weight: bold;
    border: none;
    margin: 15px;
    text-transform: uppercase;
}

.nobr {
    text-align: center;
}

.order-details-page .page-title .order-details-buttons {
    position: static;
}

.coupon-code input[type="submit"] {
    color: #000;
    background-color: #FFF;
    border-color: #FFF;
    border: 1px solid;
    padding: 0;
    text-transform: capitalize;
}

.modal-btn.k-button {
    text-transform: capitalize;
}

.modal-btn {
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 10px;
}

#address-validate-container h3 {
    font-family: industry, sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
}

.custom-modal .address-box {
    font-style: italic;
}

.address-validation .page-title h1 {
    font-family: industry, sans-serif;
    font-weight: bold;
}

/* END OPC */
/* ENTER CREDIT CARD LAYOUT */
.payment-info .info tr:first-child td {
    padding-top: 0;
}

    .payment-info .info tr:first-child td:before {
        height: 0;
        border: none;
        background: transparent;
    }

.payment-info .info td {
    display: inline-block;
    width: 50% !important;
    padding: 0px 10px;
    background-color: #ffffff;
}

    .payment-info .info td:first-child {
        padding-left: 10px;
        background-color: #ffffff;
    }

    .payment-info .info td:last-child {
        padding-left: 10px;
    }

.payment-info .info tr:last-child td {
    padding-bottom: 0px;
}

.shipping-method .method-description {
    font: normal 13px 'Montserrat', sans-serif;
    font-style: normal;
}

		
.html-order-completed-page .bar-notification.success
    {
        display: none !important;
    }

.header-links a {
    color: #ffffff;
}

    .header-links a:hover {
        text-decoration: underline;
    }

.header-logo a {
    margin: 0 0 0 20px;
    max-width: 224px;
    padding: 14px;
    display: block !important;
}

.nop-jcarousel .carousel-title strong, .product-grid .title strong {
    font-family: industry, sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #000000;
}

.nop-jcarousel .carousel-title {
    padding: 15px 0;
    border-bottom: 1px solid #000000;
    text-align: left;
}

.footer-2 .footer-upper {
    background: #000000;
    color: #ffffff;
}

.footer-2 .footer-block p {
    color: #ffffff !important;
    font-size: 14px;
    letter-spacing: .1em;
}

.footer-2 .newsletter-email .newsletter-subscribe-text {
font-family: soleto, sans-serif;
    font-weight: 400;
    font-style: normal;
    border-radius: 5px;
    color: #000;
}

.header-social-icons a.instagram {
    background-image: url(/images/icon-instagram.svg);
    width: 40px;
    background-position: center;
    background-color: #003a50;
    margin-right: 10px;
}

.header-social-icons a.facebook {
    background-image: url(/images/icon-facebook.svg);
    width: 40px;
    background-position: center;
    background-color: #003a50;
    margin-right: 10px;
}

.header-social-icons a.pinterest {
    background-image: url(/images/icon-tiktok.svg);
    width: 40px;
    background-position: center;
    background-color: #003a50;
    margin-right: 10px;
}

.header-social-icons a.youtube {
    background-image: url(/images/icon-youtube.svg);
    width: 40px;
    background-position: center;
    background-color: #003a50;
    margin-right: 10px;
}

    .header-social-icons a.youtube:hover, .header-social-icons a.pinterest:hover, .header-social-icons a.facebook:hover, .header-social-icons a.instagram:hover {
        background-color: #003a50;
    }


.header-menu .header-social-icons-text {
    display: none;
}

.header-social-icons-text {
    float: left;
    padding: 10px 15px 10px 0;
}

.footer-2 .footer-menu a:hover {
    text-decoration: underline;
    color: #999;
}

.footer-2 .footer-lower {
    background: #000000;
    color: #ffffff;
}

.footer-lower a {
    color: #ffffff;
    text-decoration: underline;
}

.footer-2 .logo img {
    opacity: .4;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.footer-2 .logo:hover img {
    opacity: 1;
}

.footer-2 .newsletter-email .newsletter-subscribe-button {
    border-radius: 5px;
}

.header-links .html-widget p a:before {
}

.header-links .html-widget p {
    padding-left: 30px;
    position: relative;
}

.header-links .my-account-dropdown-wrapper a.my-account-link:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: -30px;
    background-image: url(/images/account-page-sprite-menu-white.png);
    background-repeat: no-repeat;
}

.breadcrumb {
    background: #e0e1e1;
    color: #000000;
    border-bottom: 5px solid #6d94a6;
}

.page-title h1 {
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-family: industry, sans-serif;
    color: #000000;
}

.html-checkout-page .page-title h1 {
    text-align: center;
    font-family: industry, sans-serif;
}

.overview .product-name h1 {
    font-size: 64px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-family: industry, sans-serif;
    color: #000000;
}

.page-title {
    border-bottom: 1px solid #000000;
    text-align: left;
    padding-left: 0px;
}

.html-registration-page .page-title {
    text-align: center;
}

.product-review-box .rating {
    background: url(/images/rating-1.png);
}

.product-no-reviews, .product-reviews-overview {
    margin: 10px 0 25px;
    color: #000000;
font-family: soleto, sans-serif;
}

.overview .prices > div:first-child {
    color: #000000;
    font-size: 18px;
}

.full-description p {
    color: #000000;
    font-size: 14px;
}

.overview .add-to-cart-button, .variant-overview .add-to-cart-button, .mini-shopping-cart button:only-child {
    font-weight: 700;
    background-color: #0c4c6b;
    color: #ffffff;
    transition: 0.2s;
    letter-spacing: .05em;
    border: 1px solid #0c4c6b;
    text-transform: capitalize;
    padding: 13px 20px;
}

    .overview .add-to-cart-button:hover, .variant-overview .add-to-cart-button:hover, .mini-shopping-cart button:only-child:hover {
        background: #072e40;
        color: #ffffff;
    }

.product-grid .title {
    border-bottom: 1px solid #000000;
    text-align: left;
    padding-left: 0px;
}

.write-review form {
    max-width: 100%;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #000000;
}

.html-product-details-page .message-error {
    text-align: left;
}

.html-product-details-page .fieldset, .section {
    max-width: 100%;
}

.html-product-details-page .write-review .form-fields {
    width: 100%;
    background-color: #ffffff;
}

.html-product-details-page .inputs {
    margin: 0px;
}

.write-review .review-rating label {
    text-align: left;
}

.write-review .rating-wrapper {
    text-align: left;
}

    .write-review .rating-wrapper > div.first {
        margin: 0 5px 0 0;
    }

.html-product-details-page .buttons {
    text-align: left;
    margin-bottom: 0px;
}

.mini-shopping-cart .buttons {
    text-align: center;
}

.write-review .title {
    font-size: 14px;
    border: 1px solid #000000;
    width: max-content;
    padding: 20px;
    top: 1px;
    border-bottom: 1px solid #ffffff;
    position: relative;
    z-index: 99;
}

.write-review .title strong {
    font-weight: normal;
}

.write-review .button-1 {
    font-weight: 700;
    background-color: #fff;
    box-shadow: none;
    color: #0c4c6b;
    border: 1px solid #0c4c6b;
    transition: 0.2s;
    letter-spacing: .0em;
    margin: 0px;
    text-transform: capitalize;
    padding: 14px 20px;
}

    .write-review .button-1:hover {
        background-color: #0c4c6b;
        color: #fff;
    }

.mini-shopping-cart-title {
    color: #000000;
    font-size: 16px;
    text-transform: none;
}

.html-shopping-cart-page .cart th {
    background-color: #ffffff;
}

.html-shopping-cart-page .cart td {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 0px solid #000000;
    border-left: 0px solid #000000;
}

.html-shopping-cart-page .page-title {
    border-color: #000000 !important;
    padding: 15px 0px;
}

.cart-options .button-2, .cart-options .estimate-shipping-button {
    outline: 0px solid #f1f1f1;
    border: 1px solid #0c4c6b;
    text-transform: capitalize;
    color: #0c4c6b;
    font-weight: 700;
    padding: 8.5px 16px;
}

    .cart-options .button-2:hover, .cart-options .estimate-shipping-button:hover {
        border: 1px solid #0c4c6b;
        background-color: #0c4c6b;
    }

.cart-options .button-2, .cart-options .estimate-shipping-button {
    background-image: none;
}

    .cart-options .button-2.continue-shopping-button {
        background-color: #ffffff;
        color: #0c4c6b;
    }

        .cart-options .button-2.continue-shopping-button:hover {
            background-color: #0c4c6b;
            color: #ffffff;
        }

.checkout-attributes select {
    border-color: #000000;
}

.cart-options .checkout-attributes dt + dd {
    margin-top: 10px;
    margin-bottom: 30px;
}


.cart-options div.checkout-attributes input[type='text'] {
    border: 1px solid #000000;
}

.cart-options .checkout-attributes dd select:only-child {
    border-right: 1px solid #000000;
}

.cart-collaterals .coupon-code {
    padding: 0px;
    border: 0px;
    width: 100%;
}

.cart-collaterals .coupon-box .title strong, .cart-collaterals .giftcard-box .title strong {
    font-family: soleto, sans-serif;
    color: #000000;
}

.cart-collaterals > div {
    margin: 0 auto 20px;
}

.shopping-cart-page .button-1, .checkout-page .button-1, input.apply-shipping-button, .registration-page .button-1, .registration-result-page .button-1, .login-page .button-1, .password-recovery-page .button-1, .account-page .button-1, .return-request-page .button-1, .user-agreement-page .button-1, .contact-page .button-1, .email-a-friend-page .button-1, .apply-vendor-page .button-1 {
    font-weight: 700;
    background-color: #0c4c6b;
    box-shadow: none;
    color: #fff;
    transition: 0.2s;
    border: 1px solid #0c4c6b;
    text-transform: capitalize;
    padding: 14.5px 20px;
    width: auto;
}

    .shopping-cart-page .button-1:hover, .checkout-page .button-1:hover, input.apply-shipping-button:hover, .registration-page .button-1:hover, .registration-result-page .button-1:hover, .login-page .button-1:hover, .password-recovery-page .button-1:hover, .account-page .button-1:hover, .return-request-page .button-1:hover, .user-agreement-page .button-1:hover, .contact-page .button-1:hover, .email-a-friend-page .button-1:hover, .apply-vendor-page .button-1:hover {
        background: #072e40;
    }

#decline-promos {
    border: 1px solid #0c4c6b;
    background-color: #ffffff;
    color: #0c4c6b;
    box-shadow: none;
}

    #decline-promos:hover {
        border: 1px solid #0c4c6b;
        background: #0c4c6b;
        color: #FFFFFF;
    }

.opc .step-title * {
font-family: soleto, sans-serif;
    font-weight: bold;
    color: #000000;
    text-transform: capitalize;
}

.opc .step {
    background: #ffffff;
}

.opc .pickup-in-store .selector, .opc .ship-to-same-address .selector, .opc .use-reward-points {
font-family: soleto, sans-serif;
    color: #000000;
}

.shipping-method .method-list {
    background: #ffffff;
}

.shipping-method .method-description {
font-family: soleto, sans-serif;
    color: #000000;
}

.shipping-method .method-list li label, .payment-method .method-list li label {
    font-weight: 600;
}

.opc .back-link a {
    outline: 0px solid #f1f1f1;
    border: 1px solid #0c4c6b;
    box-shadow: none;
    padding: 15px 25px;
    text-transform: capitalize;
    color: #0c4c6b;
    font-weight: 700;
}

    .opc .back-link a:hover {
        outline: 0px solid #f1f1f1;
        border: 1px solid #0c4c6b;
        background-color: #0c4c6b;
        color: #ffffff;
    }

.payment-method .method-list {
    background: #ffffff;
}

.savedCards, .paymentTitle {
font-family: soleto, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    display: none;
}

.order-details-area .title, .shipment-details-area .title, .order-review-data .title {
    font-weight: bold !important;
}

.order-details-area .name, .shipment-details-area .name, .order-review-data .name {
    font-weight: normal;
}

 .order-review-data .title:nth-last-of-type(2) {
    padding: 0px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.login-page .title {
    text-align: left;
    font-family: soleto, sans-serif;
    padding: 9px 0;
    text-transform: capitalize;
}

    .login-page .title strong {
        font-weight: 600;
    }

.login-page .new-wrapper .text {
    text-align: left;
}

.login-page  .buttons {
    text-align: left;
}

.login-page .returning-wrapper .form-fields {
    padding: 20px 0;
    background: #ffffff;
}

.login-page .returning-wrapper .buttons {
    padding: 0px;
    background: #ffffff;
}

.fieldset .title, .section .title {
font-family: soleto, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    background-color: #ffffff;
}


    .fieldset .title strong, .section .title strong {
        font-weight: 600;
        color: #000000;
        text-transform: capitalize;
    }

.order-details-page .table-wrapper, .return-request-page .table-wrapper, .downloadable-products-page .table-wrapper, .shipment-details-page .table-wrapper {
    overflow: visible;
    border-top: 0px solid #f1f1f1;
}

.data-table .sku {
    color: #000000;
}

.order-details-page .tax-shipping-info, .order-details-page .selected-checkout-attributes {
font-family: soleto, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
}

.contact-page form, .email-a-friend-page form, .apply-vendor-page form {
    background: #ffffff;
}

.order-completed .details {
    background: #ffffff;
    border-top: 0px solid #efefef;
}

.header-links span.wishlist-qty:before {
    content: none;
}

.logoFooter.race {
    display: none;
}

.store-search-box .search-box-button {
    background: #fff url(/images/search-button.png) center no-repeat;
}

.add-to-cart-buttons-wrapper {
    border-bottom: 1px solid #000000;
}

.overview .qty-input, .variant-overview .qty-input {
font-family: soleto, sans-serif;
    color: #000000;
    border-color: #000000;
}

.add-to-cart .plus, .add-to-cart .minus {
    color: #000000;
    background: #ffffff;
    border-color: #000000;
}

    .add-to-cart .plus:hover, .add-to-cart .minus:hover {
        background-color: #000000;
        color: #ffffff;
    }

.overview .add-to-wishlist-button:hover {
    color: #000000;
}

.mini-shopping-cart .no-items-message {
    text-transform: none;
    color: #000000;
}

.opc .active .step-title * {
    color: #000000;
}

.checkout-page .edit-address {
    background: #ffffff;
    border-top: 1px solid #ffffff;
}

.inputs {
    max-width: 550px;
}

.checkout-page .select-billing-address {
    margin-bottom: 20px;
}

.inputs label {
    text-transform: capitalize;
    color: #000000;
}

.account-page-navigation .account-navigation-list li a {
    background: #ffffff;
    border-color: #000000;
    text-transform: capitalize;
}

.account-page .edit-address {
    background: #ffffff;
}

.order-details-page .order-number strong {
    color: #000000;
}

.order-details-page .order-overview {
    color: #000000;
}

.order-details-page .actions input {
    outline: 0px solid #f1f1f1;
    border: 1px solid #0c4c6b;
    text-transform: capitalize;
    color: #0c4c6b;
    font-weight: 700;
    background-image: none;
    padding: 14.5px 20px;
}

    .order-details-page .actions input:hover {
        outline: 0px solid #f1f1f1;
        border: 1px solid #0c4c6b;
        background-color: #0c4c6b;
        background-image: none;
    }


.html-order-details-page .order-details-page .total-info {
    background: #ffffff;
    border: 1px solid #000;
    padding: 20px 30px;
}

.gdpr-tools-page .form-fields {
    color: #000000;
}

.nop-jcarousel .slick-prev, .nop-jcarousel .slick-next {
    outline: 1px solid #000;
}

.newsletter .accept-privacy-policy {
    font-size: 9px;
    line-height: 14px;
    display: inline-block !important;
    margin-bottom: 20px;
}

.policy-link {
    display: inline-block !important;
}

.accept-privacy-policy a {
    text-decoration: underline;
}

div#lblSubscriptions.policy-link a {
    color: #000;
}


.accept-privacy-policy a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.footer-offering {
    padding-bottom: 45px;
}

.address-list-page .info, .order-list-page .info {
    color: #000000;
}

.footer-menu li.email span {
    text-transform: lowercase;
}

.sitemap-page .entity-title h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-family: industry, sans-serif;
    color: #000000;
}

.newsletter-registration-text {
    font-size: 14px;
    vertical-align: top;
    display: block;
    margin-bottom: 10px;
}

.inputs input#Newsletter {
    margin: 5px 20px 0 0;
    vertical-align: top;
}

.registration-page .inputs:nth-of-type(3) label {
    margin-bottom: 0px;
    word-wrap: initial;
    text-transform: none;
}

.footer-2 .newsletter {
}

.cart-options .button-2.update-cart-button {
    color: #0c4c6b;
    min-width: auto;
}

.cart-options .button-2.update-cart-button:hover {
    color: #ffffff;
    }


.shopping-cart-page .checkout-buttons {
    text-align: center;
}

.cart-options .button-2.clear-cart-button {
    min-width: auto;
}

.checkout-subcriptions {
    display: none;
}

.html-checkout-page .header-centering .header-logo a {
    max-width: 100%;
    margin-left: 0px;
}

table .attributes, .cart .rental-info, .mini-shopping-cart .attributes, .mini-shopping-cart .rental-info, table .subtotal .discount, table .subtotal .discount-additional-info {
color: #000000;
}

.sitemap-page a {
    color: #000000;
}

.login-page .form-fields .inputs label {
    display: block;
}

.captcha-box {
    text-align: left;
}

.accept-privacy-policy {
    max-width: 530px;
    margin: 0 auto;
    line-height: 19.5px;
}

.fieldset, .section {
    margin: 0 auto 25px;
}

.search-input .button-1 {
    padding: 14px 20px;
    font-size: 14px;
    background: #0c4c6b;
    border: 1px solid #0c4c6b;
    color: #fff;
    text-transform: capitalize;
}

    .search-input .button-1:hover {
        background: #072e40;
    }

.search-input .inputs.reversed {
    margin: 0 auto 0px;
}

.wishlist-content .button-2 {
    background-image: url(/images/cart-pages-sprite-black.png);
    outline: 0px solid #f1f1f1;
    border: 1px solid #f1f1f1;
}

.giftcard label {
    color: #000000;
}

.customer-entered-price .enter-price-label {
    border-top: none;
    background-color: #ffffff;
    color: #000000;
    padding-left: 0px;
    width: fit-content;
}

.customer-entered-price .price-input {
    max-width: 100%;
}

.customer-entered-price .price-range {
    font-size: 11px;
}

ul.top-menu > li:nth-child(6) > a {
    background-image: url(/images/racing-100.png);
    background-repeat: no-repeat;
    width: 100px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: slide 1s linear 1;
}

/*ul.top-menu > li:nth-child(6) > a {
    background-image: url(/images/pro-125.png);
    background-repeat: no-repeat;
    width: 125px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: slide 1s linear 1;
}*/

ul.top-menu > li:nth-child(1) > a {
    padding-left: 0px;
}

.ui-dialog {
    background: #ffffff;
    color: #000000;
    padding: 20px;
    border: 1px solid #a39f9f;
}

.ui-dialog-titlebar span {
    text-transform: capitalize;
}

.ui-dialog-titlebar {
    border-bottom: 0px double #f1f1f1;
    font-family: industry, sans-serif;
    font-weight: bold;
    font-size: 48px;
}

.ui-dialog-content {
    background: #ffffff;
    color: #000000;
    padding-top: 0px;
}

    .ui-dialog-content a {
        display: inline-block;
        background: #003a50;
        color: #ffffff;
        padding: 13px 20px;
        font-weight: bold;
        text-transform: capitalize;
        transition: 0.2s;
        letter-spacing: .05em;
        margin-top: 20px;
    }

        .ui-dialog-content a:hover {
            background: #072e40;
        }

/* END ENTER CREDIT CARD LAYOUT */
/**************************************** END CART PAGE ****************************************/

.filter-block a.toggleControl {
    padding: 10px 0;
    margin: 0px 0px;
    border-bottom: 0px double #f1f1f1;
    color: #000000;
}

.filtersGroupPanel li > label {
    color: #000000;
}

.filtersGroupPanel li label:before {
    outline: 1px solid #000000;
}

.block .list a {
    color: #000000;
}

.checkbox-list {
    column-count: 3; /* Number of columns you want */
    column-gap: 2rem; /* Space between columns */
    padding: 0;
    margin: 0;
    list-style: none; /* Remove default bullets */
    padding-top: 10px;
}

.checkbox-item {
    break-inside: avoid; /* Prevent breaking an item across columns */
    margin-bottom: 0.5rem; /* Space between checkbox items */
}

.anywhere-slick-slider {
    margin-bottom: 80px;
}

.sub-category-item .title span.category-item-name {
    font-family: industry, sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.sub-category-item .title span.category-item-count {
    display: none;
}

/**************************************** RESPONSIVE ****************************************/
@media screen and (min-width: 481px) {
    .cart-totals-wrapper {
        padding: 5px 0px;
    }

    .coupon-code input[type="text"] {
        float: left;
        width: 56.5%;
    }

    .coupon-code input[type="submit"] {
        color: #000;
        background-color: #FFF;
        border-color: #FFF;
        border: 1px solid;
        padding: 0;
        float: right;
    }

        .coupon-code input[type="submit"]:hover {
            color: #fff;
            background-color: #0c4c6b;
            border-color: #0c4c6b;
        }

    .coupon-box, .giftcard-box {
        position: relative;
        display: block;
        overflow: auto;
        padding-bottom: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ffffff;
    }

    .message-success, .coupon-code {
        display: block;
        float: left;
        padding: 10px 0;
    }

    .current-code input[type="submit"] {
        padding: 15px;
    }

    .remove-discount-button, .remove-gift-card-button {
        background-image: url('/Themes/Uptown/Content/img/close.png');
    }
}

@media screen and (min-width: 769px) {
    .prices-stock-wrapper .stock {
        right: 0;
    }
}

@media screen and (min-width: 1025px) {

    ul.top-menu > li:nth-child(6) > a {
        background-position: top 34px center;
        height: 70px;
        padding: 0px 2px;
        margin-left: 10px;
        margin-right: 20px;
    }

    /* ul.top-menu > li:nth-child(6) > a {
        background-position: top 30px center;
        height: 70px;
        padding: 0px 2px;
        margin-left: 10px;
        margin-right: 20px;
    }
        */

    .giftcard input {
        width: 96%;
    }

    .header-menu .sublist-wrap .sublist-wrap {
        padding: 0px;
        top: -10px;
    }

    .header-menu-wrapper {
        clear: none;
    }

    .header-links .my-account-opener {
        background-image: url(/images/header-selectors-arrow.png);
    }

    .k-item.k-state-hover {
        background: #f8f8f8;
    }

    .k-item.k-state-focused {
        background: #ffffff;

    }
    .breadcrumb ul {
        max-width: 1200px;
        margin: 0 auto;
        text-align: left;
    }

    .header-menu .sublist li:hover > a {
        color: #000000;
    }

    .header-links a:hover span {
        text-decoration: underline;
    }

    .opc .payment-info .info td:first-of-type {
        text-align: right;
    }

    .footer-2 .footer-block .title {
        display: none;
    }

    .header-lower {
        background: #2c2a2a;
        height: 85px;
        background-size: 42px 70px;
    }

    .header-links a.ico-wishlist {
        padding-left: 30px;
        position: relative;
    }

    .header-links .my-account-dropdown-wrapper {
        padding-left: 30px;
        position: relative;
    }

    .header-links span:before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 5px;
        left: -1px;
        background-image: url(/images/wishlist_white.svg);
        background-repeat: no-repeat;
    }

    .cart-wrapper .ico-cart:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        top: 4px;
        right: 15px;
        bottom: 0;
        margin: auto;
        background: url(/images/shopping-cart-white.png) center no-repeat;
    }

    .store-search-box .search-box-button {
        float: left;
    }

    .header-logo a {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .account-page-navigation .account-navigation-list li.active a, .account-page-navigation .account-navigation-list li a:hover {
        font-weight: 600;
    }

    .cart-collaterals .coupon-box .title, .cart-collaterals .giftcard-box .title {
        margin-bottom: 17px;
    }

    .footer-2 .footer-block p {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .header-1 .header-upper .header-centering {
        margin: 0 22px;
    }

    .header-upper-centering {
        width: 100%;
        margin: 0px;
    }

    .header-upper {
        text-align: right;
        background-color: #003a50;
    }

    .header-social-icons {
        float: left;
        width: 50%;
        text-align: left;
    }

    .header-1 .header-lower .header-centering.stick .header-cart-search-wrapper {

    }
    .header-1 .header-lower .header-centering.stick .header-logo {
        height: 85px;
    }

    .header-1 .header-lower .header-centering.stick {
        background-color: #000;
        height: 85px;
        padding: 0px;
        background-image: none;
    }

    .header-1 .header-menu {
        height: 70px;
    }

    .header-menu > ul > li > a, .header-menu > ul > li > span {
        display: block;
        padding: 34px 20px 0;
        text-transform: capitalize;
        color: #FFF;
        font-size: 15px;
        height: 70px;
        border-left: 0px solid #575759;
    }

    .header-menu > ul > li:last-of-type > a {
        border-right: 0px solid #575759;
    }

    .header-menu > ul > li > a:hover {
        color: #fff;
     }

    .header-1 .header-menu > ul {
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .header-lower .header-centering {
        margin: 0 0px;
        background-color: #000000;
    }

    .html-shopping-cart-page form .table-wrapper {
        width: 75%;
        float: left;
        padding-right: 20px;
    }

    .html-shopping-cart-page form .cart-footer {
        width: 25%;
        float: right;
        margin-top: 0px;
    }

    .cart-footer .cart-collaterals {
        max-width: 100%;
        width: 100%;
        float: left;
        vertical-align: top;
        margin-top: 17px;
    }

        .cart-footer .cart-collaterals .deals .giftcard-box,
        .cart-footer .cart-collaterals .deals .coupon-box {
            display: inherit;
            width: 100%;
            background-color: #ffffff;
            padding: 0px;
            margin: 0px;
        }

    .cart-footer .totals {
        margin: 0px auto 0px;
        float: left;
        width: 100%;
    }

    .html-checkout-page .cart-footer .totals {
        float: none;
        border: 1px solid #000000;
        padding: 20px
    }

    .html-checkout-page .cart-totals-wrapper {
        border-top: 0px solid #000000;
        margin-bottom: 0px;
    }

    .html-checkout-page .cart-footer .total-info {
        margin: 0px auto;
    }

    .header-links .my-account-dropdown .ico-logout {
        background-color: #ffffff;
        border-top: 0px solid #f1f1f1;
    }

    .header-links .my-account-dropdown ul {
        margin: 0 0 0px;
    }

    .gallery {
        float: left;
        width: 50%;
    }

    .header-menu > ul > li {
        padding: 0px;
    }

    .store-search-box form {
        margin: 22px 0px;
    }

    .store-search-box input.search-box-text {
        height: 40px;
        color: #000000;
        text-transform: none;
        text-align: left;
    }

    span.search-box-text, .search-box select {
        height: 40px;
    }

    .header-cart-search-wrapper {
        width: auto;
        margin: 0;
        background: #2c2a2a;
        height: 85px;
        background-image: url(/images/header-strips-black.png);
        background-repeat: no-repeat;
        background-position-x: -90px;
        padding-left: 90px;
        z-index: 999;
        position: relative;
    }

        .header-cart-search-wrapper .store-search-box {
            width: auto;
            float: right;
        }


    .header-1 {
        padding: 0px;
    }

    .header-upper {
        margin-bottom: 0px;
    }

    .header-selectors-wrapper {
        display: none !important;
    }

    .header-links-selectors-wrapper {
        display: flex;
    }

    .header-links-wrapper {
        flex-basis: 0%;
        flex: 0 1 100%;
    }

    .header-links-selectors-wrapper > * {
        display: inline-block;
        width: 160px;
    }

    .main-slider-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

        .main-slider-wrapper .slider-wrapper ~ .header-menu-wrapper {
            position: relative;
            background: #f8f8f8;
        }
}

@media screen and (min-width: 1281px) {

    .header-menu-wrapper {
        margin: 0px 285px;
    }

    .product-details-page .overview {
        width: 49%;
    }

    .header-1 .header-menu {
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {


    ul.top-menu > li:nth-child(6) > a {
        margin-right: 10px;
    }

    .header-menu > ul > li > a, .header-menu > ul > li > span {
        padding: 34px 6px 0;
    }

    .breadcrumb {
        padding: 10px 30px;
    }

    .coupon-code input[type="text"] {
        width: 100%;
    }

    .coupon-code input[type="submit"] {
        float: left;
        width: 100%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1130px) {
    .header-menu > ul > li > a, .header-menu > ul > li > span {
        padding: 34px 6px 0;
    }

    ul.top-menu > li:nth-child(6) > a {
        margin-left: 6px;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1124px) {
    ul.top-menu > li:nth-child(6) > a {
        width: 75px;
        background-size: contain;
    }

    /* ul.top-menu > li:nth-child(6) > a {
        background-position: top 35px center;
    }
       */

    ul.top-menu > li:nth-child(6) > a {
        background-position: top 36px center;
    }
}

    @media screen and (max-width: 1024px) {
		
			/*Promotion Verticle Mobile layout*/
        .promotion-container table {
            text-align: center;
        }

        .promotion-table table {
            display: flex;
            flex-direction: row; /* Make rows run horizontally */
            align-items: stretch; /* Allow rows to stretch to fill height */
        }

        /* Make each row display as a column */
        .promotion-table tr {
            flex-direction: column; /* Make each row a column */
            display: flex;
        }

        /* Style individual cells as needed */
        .promotion-table td {
            /* Adjust spacing and other styling */
            border: 1px thin black; /* Example border */
            padding: 40px 0 40px 0; /* Example padding */
        }

        .promotion-table .product-picture img {
            width: auto;
        }
		

        ul.top-menu > li:nth-child(6) > a {
            background-position: center left 25px;
        }


        .header-menu > ul.top-menu li:last-child > a {
            background-position: center left 30px;
        }

        .footer-2 .footer-upper .footer-offering {
            padding-top: 45px;
        }

        .footer-menu a, .footer-menu span {
            font-weight: 300;
        }

        .footer-centering .footer-block.first a img {
            margin-top: 20px;
        }

        .checkout-page .edit-address {
            background: #ffffff;
        }

        .cart-footer .totals {
            max-width: 100%;
        }

        .cart-collaterals .coupon-box .title, .cart-collaterals .giftcard-box .title {
            text-align: left;
        }

        .cart-collaterals .coupon-box, .cart-collaterals .giftcard-box {
            margin: 0 0 10px;
            padding: 25px 0px;
            background: #ffffff;
        }

        .cart-collaterals > div {
            max-width: 100%;
        }

        .footer-upper > div {
            margin: 0 0 10px;
        }

        .footer-2 .newsletter-email .newsletter-subscribe-text {
            width: 85%;
            vertical-align: bottom;
        }

        nav:nth-of-type(4) .footer-block .newsletter .title {
            color: #fff !important;
            font-size: 14px;
            letter-spacing: .1em;
            text-align: center;
            text-transform: capitalize;
            border-bottom: 0px;
        }

            nav:nth-of-type(4) .footer-block .newsletter .title:after {
                content: none;
            }

        .footer-centering nav .footer-block .title {
            border-bottom: 1px solid #ffffff;
            text-transform: capitalize;
        }

        .footer-2 .footer-block .title {
            color: #ffffff;
            border-color: #404040;
            padding-left: 0px;
        }

        .footer-block {
            overflow: auto;
            float: none;
            display: block;
        }

        .header-social-icons a.pinterest, .header-social-icons a.facebook, .header-social-icons a.instagram, .header-social-icons a.youtube {
            width: 36px;
            height: 36px;
            margin-right: 6px;
        }

        .footer-2 .newsletter {
            margin: 0px auto 0;
        }


        .footer-2 .logo img {
            width: 180px;
            margin-bottom: 0px;
        }

        .header-social-icons-text {
            clear: both;
            color: #ffffff;
            padding: 0px 0 10px 0;
            float: none;
            text-align: left;
        }

        .footer-2 .logo {
            float: left;
            padding: 10px 0;
            margin-bottom: 0px;
        }

        .footer-2 .footer-upper {
            padding: 0px 10px;
        }

        .product-grid .title {
            text-align: center;
        }

        .responsive-nav-wrapper > div > span, .responsive-nav-wrapper > div > a {
            width: 45px;
        }

        .categorybannerimg {
            width: 50%;
        }

        .notAndroid23 .header-menu .sublist-wrap.active {
            padding-left: 0px;
        }

        .plus-button.close {
        }

        .header-menu > ul.top-menu li {
            background-color: #000000;
            background-size: 21px 50px;
        }

        .plus-button {
            background-image: url(/images/mobile-nav-arrow-white.png);
            background-size: 25px 10px;
            background-position: right 50%;
        }

        .page-title {
            text-align: center;
        }

        .close-menu span {
            background-image: url(/images/mobile-menu-close.png);
        }


        .notAndroid23 .move-right {
            -webkit-transform: translate(0px);
            -ms-transform: translate(0px);
            transform: translate(0px);
        }

        .header-menu > ul.top-menu li > a, .header-menu > ul.top-menu li > span {
            padding: 20px 16px 20px 30px !important;
            font-family: soleto, sans-serif !important;
            line-height: 10px;
            color: #ffffff;
            font-size: 14px;
            text-transform: capitalize;
        }

        .header-links-wrapper {
            background-color: #000;
        }

        .header-logo a {
            margin: 13px 0 0 45px;
            max-width: 128px;
            padding: 0px;
            width: 128px !important;
        }

        .header-logo {
            margin: 0 0px;
            height: 50px;
        }

            .header-logo a {
                margin: 13px 0 0 45px;
                max-width: 128px;
                padding: 0px;
                text-indent: 0 !important;
            }


        .html-checkout-page .header-1 .header-menu-wrapper, .html-checkout-page .main-slider-wrapper {
            display: block;
        }

        .footer-block .title span:after {
            background: transparent !important;
        }

        .footer-block .title:after {
            content: '';
            display: block;
            width: 11px;
            height: 6px;
            position: absolute;
            top: 0;
            right: 15px;
            bottom: 0;
            margin: auto;
            background: rgba(0,0,0,0) url('/Themes/Uptown/Content/img/footer-dropdown.png') center no-repeat !important;
        }

        .footer-block .title, .brandLinks h3 {
            text-align: left;
            border-bottom: 1px solid #f2f2f2;
            position: relative;
            font-family: industry, sans-serif;
        }

        .footer-block .footer-collapse {
            margin-top: 20px;
        }

        .footer-menu {
            text-align: left;
        }

        .footer-block ul {
            padding: 0px;
            margin: 0px 0px 10px;
        }

        .header-social-icons {
            float: left;
            clear: left;
        }

        .footer-block ul li {
        }

        .footer-social {
            display: none;
        }

        .footer-block.last .title {
            border-bottom: 0px;
        }

        .accepted-payment-methods {
            margin: 15px 0 !important;
            text-align: center;
        }

        .store-search-box .search-box-button {
            padding: 0px;
            background: url('/Themes/Uptown/Content/img/search-button.png') no-repeat center;
        }

        .header-links-wrapper a, a.ico-wishlist {
            font-size: 14px;
        }

        .responsive-nav-wrapper .account-links .html-widget {
            display: none;
        }

        .brand_nav_menu div {
            padding-bottom: 20px;
        }

        .brand_nav_menu a {
            display: block;
        }

        .brand_nav_menu {
            color: #000000;
            font-size: 14px;
            padding: 12px 0 0 30px;
        }

        .header {
            margin-bottom: 0px;
        }

        .header-lower {
            padding-top: 0px;
            padding-bottom: 0px;
        }

            .header-lower .header-logo {
                display: none;
            }

        .responsive-nav-wrapper {
            border-top: 0px;
            background-color: #2c2a2a;
            background-size: 42px 70px;
            background-image: url(/images/header-strips-black.png);
            background-repeat: no-repeat;
            background-position-x: 153px;
        }

            .responsive-nav-wrapper .menu-title {
                background: url('/Themes/Uptown/Content/img/responsive-nav-sprite.png') no-repeat left 13.5px center;
                float: right;
                background-color: rgba(0,0,0,.2);
                border: none;
                border-left: 1px solid #575759;
            }

            .responsive-nav-wrapper .personal-button {
                display: none;
            }

            .responsive-nav-wrapper .account-links {
                background: url('/Themes/Uptown/Content/img/responsive-nav-sprite.png') no-repeat left -84px center;
                float: right;
                background-color: rgba(0,0,0,.2);
                border: none;
                border-left: 1px solid #575759;
            }

            .responsive-nav-wrapper .search-wrap {
                background: url('/Themes/Uptown/Content/img/responsive-nav-sprite.png') no-repeat left -131px center;
                float: right;
                background-color: rgba(0,0,0,.2);
                border: none;
                border-left: 1px solid #575759;
            }

        .cart-wrapper {
            float: right;
            background-color: rgba(0,0,0,.2);
            border: none;
            border-left: 1px solid #575759;
        }

            .cart-wrapper .ico-cart span.cart-qty {
                display: none;
                color: #000000;
                font-size: 12px;
                border-radius: 50%;
                background-color: #e84d07;
                height: 20px;
                width: 20px;
                line-height: 20px;
                padding: 0px;
                z-index: 9999999;
                position: relative;
                right: 10px;
                top: -8px;
            }

        .header-menu, .header-menu .close-menu {
            background-color: #000000;
        }

        .mega-menu-responsive {
            border-bottom: 1px solid #d8d8d8;
        }

            .mega-menu-responsive li {
                background-color: #f2f2f2;
                border-top: 1px solid #d8d8d8;
            }

                .mega-menu-responsive li a {
                    color: #000000 !important;
                    margin-left: 30px;
                    padding: 20px 0 !important;
                }

        ul.option-list {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

        .responsive-nav-wrapper-parent + .main-slider-wrapper .slider-wrapper {
            margin: auto !important;
        }

        .payment-info .info td {
            width: 100% !important;
        }

        .header-upper, .cart-wrapper .ico-cart:after {
            display: none;
        }

        .admin-header-links ~ .header {
            margin-top: 0;
        }

        .account-page-navigation .account-navigation-wrapper {
            border-bottom: none;
        }

        .header-social-icons {
            border-bottom: none;
            margin-top: 20px;
        }

        .cart-wrapper .ico-cart {
            background: url('/Themes/Uptown/Content/img/responsive-nav-sprite.png') no-repeat left -205px center;
            width: 50px;
        }

        .account-page-navigation .account-navigation-list li {
            margin: 0px auto 20px;
            border-bottom: 1px solid #000000;
        }

        .prices-stock-wrapper .stock {
            right: unset;
            position: relative;
        }

        .prices-stock-wrapper {
            padding: 0;
        }

        .product-details-page .full-description {
            text-align: center;
        }
    }

    @media screen and (max-width: 480px) {

        .categorybannerimg {
            width: 100%;
            padding: 20px 0;
        }

        .gallery {
            margin: 0 auto 0px;
        }

        .master-column-wrapper {
            margin: 10px auto 0;
        }
    }