
:root {
    --deep-space: #202d8a;
    --dodge-blue: #2b3bb1;
    --shadow-blue: #0e1758;
    --light-blue: rgb(43, 59, 177);
    --color-text: #333;
    --primary: var(--deep-space);
    --font-family: 'Lato', sans-serif;
}

body {
    font-family: var(--font-family);
    font-weight: 600;
}


/* Header */
.header {
    background-color: var(--primary);
    width: 100%;
    padding: 7px 0;
}

    .header .header-links-wrapper {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: row-reverse;
    }

    .header .header-links ul li > a {
        color: white;
        font-size: 13px;
        font-family: var(--font-family);
    }

    .header .header-links ul li .ico-register {
        background: url(../img/padlock.png) left center no-repeat;
        padding-left: 30px;
    }

    .header .header-links ul li .ico-login {
        background: url(../img/login.png) left center no-repeat;
        padding-left: 30px;
    }
    .header .header-links ul li .ico-account {
        background: url(../img/user.png) left center no-repeat;
        padding-left: 30px;
    }

    .header .header-links ul li .ico-logout {
        background: url(../img/exit.png) left center no-repeat;
        padding-left: 30px;
    }

    .header .header-links ul li .ico-cart {
        background: url(../img/shopping-cart.png) left center no-repeat;
        padding-left: 30px;
        padding-right: 0;
    }    
    

.header-links {
    padding: 5px 0;
}

    .header-links li {
        margin: 0 10px 0 0;
    }

    .header-links .ico-cart {
        padding-right: 25px;
    }

.header .header-links a span {
    color: white;
    margin-right: 3px;
    right: auto;
    top: auto;
}

.inbox-qty, .wishlist-qty, .cart-qty {
    right: auto;
}

.close-menu span {
    font-family: var(--font-family);
}

.inbox-qty, .wishlist-qty, .cart-qty {
    position: relative;
}

@media screen and (max-width: 1024px) {
    .header {
    }

    .header-logo {
        background-color: var(--primary);
    }
}

.header-logo a img {
    max-width: 80%;
    padding: 10px;
}

.header-selectors-wrapper .search-box {
    width: 550px;
    margin-right: 40px !important;
}

.search-box.store-search-box form {
    border-radius: 3px;
    background-color: white;
    padding: 0;
    margin-top: 2px;
    padding: 2px;
    width: 100%;
}

    .search-box.store-search-box form > span {
        width: 89%;
        padding-left: 120px;
    }

    .search-box.store-search-box form .search-box-select {
        top: 0;
        height: 100%;
        max-width: 110px;
        width: 20%;
        left: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.search-box.store-search-box input.search-box-text {
    width: 100% !important;
}

.search-box.store-search-box .search-box-button {
    float: right;
}

.search-box-select {
    border-radius: 3px 0 0 3px !important;
}

.header-menu > ul {
    color: #333;
}

    .header-menu > ul > li > a:hover {
        text-shadow: 0 0 5px rgba(198, 198, 198, 0.9);
    }

.subheader-wrapper {
    border-bottom: 1px solid rgba(198, 198, 198, .3);
    background-color: white;
}

@media screen and (max-width: 1024px) {
    .subheader-wrapper {
        border: none;
    }
}

/* End header */


/* Filter */
.home-page-filters-wrapper {
    margin-top: -30px !important;
    background-color: var(--shadow-blue);
    box-shadow: none;
}

.home-page-filters {
    padding: 60px 0;
}

.filter-title {
    width: 100%;
    background: 100%;
    padding: 10px 0 50px 0;
    text-align: center;
    font: 800 38px var(--font-family);
}

.filter-bar {
    background: var(--light-blue);
    padding: 15px 0 20px 0;
    display: flex;
}

    .filter-bar > .ui-tabs {
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
    }

    .filter-bar p {
        margin-bottom: 0;
        color: white;
        font-size: 15px;
        font-family: var(--font-family);
        font-weight: 400;
        font-weight: bold;
        /*letter-spacing: 1px;*/
    }

    .filter-bar .star-rating {
        display: flex;
        align-items: center;
    }

        .filter-bar .star-rating aside {
            display: flex;
            align-items: center;
        }

        .filter-bar .star-rating p {
            margin-left: 10px;
            font-weight: bold;
        }

@media screen and (max-width: 768px) {
    .filter-bar > .ui-tabs {
        flex-wrap: wrap;
    }
    
    .filter-bar > .ui-tabs > p{
        text-align: center;
        width: 100%;
    }

    .filter-bar .star-rating {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
}

.home-page-filter-selector {
    border-radius: 0px;
    padding: 5px 0 10px;
    background: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    width: 300px;
    margin-right: 25px;
}

    .home-page-filter-selector .k-input {
        background-color: transparent;
        padding: 0;
        color: white;
        font-size: 17px;
        font-weight: 500;
        height: auto;
        border: none;
    }

    .home-page-filter-selector .k-select {
        height: 32px;
        border-radius: 30px;
        padding: 5px 10px;
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGcgaWQ9Il94MzFfMF8zNF8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNNjA0LjUwMSwxMzQuNzgyYy05Ljk5OS0xMC4wNS0yNi4yMjItMTAuMDUtMzYuMjIxLDBMMzA2LjAxNCw0MjIuNTU4TDQzLjcyMSwxMzQuNzgyICAgICBjLTkuOTk5LTEwLjA1LTI2LjIyMy0xMC4wNS0zNi4yMjIsMHMtOS45OTksMjYuMzUsMCwzNi4zOTlsMjc5LjEwMywzMDYuMjQxYzUuMzMxLDUuMzU3LDEyLjQyMiw3LjY1MiwxOS4zODYsNy4yOTYgICAgIGM2Ljk4OCwwLjM1NiwxNC4wNTUtMS45MzksMTkuMzg2LTcuMjk2bDI3OS4xMjgtMzA2LjI2OEM2MTQuNSwxNjEuMTA2LDYxNC41LDE0NC44MzIsNjA0LjUwMSwxMzQuNzgyeiIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJCTwvZz4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+");
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center center;
        border: none;
    }


.home-page-filter-button {
    margin-top: 5px;
}

    .home-page-filter-button .results-number,
    .home-page-filter-button .search-button,
    .home-page-filter-button .search-button:after {
        border-radius: 3px;
        background-color: #3895ec;
    }


.home-page-filter-dropdown li {
    padding: 8px;
    font-size: 15px;
    font-weight: 400;
}
/* End Filter */
/* Blocks below filter */
.featured-blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -45px !important;
    z-index: 1;
    position: relative;
}

    .featured-blocks > article {
        flex: 0 0 32%;
        background: white;
        border: 1px solid rgba(198, 198, 198, 0.5);
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 10px 25px;
        min-height: 80px;
        box-shadow: 0px 7px 8px 4px rgba(198, 198, 198, 0.3);
    }

        .featured-blocks > article svg {
            max-width: 45px;
            max-height: 45px;
            margin-right: 20px;
        }

        .featured-blocks > article div {
            flex: auto;
        }

            .featured-blocks > article div h3 {
                font: 800 18px var(--font-family);
            }

            .featured-blocks > article div p {
                margin-top: 5px;
                font: 600 14px var(--font-family);
            }

@media screen and (max-width: 768px) {
    .featured-blocks {
        flex-direction: column;
        margin-top: 0 !important;
    }

        .featured-blocks > article {
            width: 100%;
            margin-bottom: 15px;
            flex-direction: column;
        }

            .featured-blocks > article img {
                margin-bottom: 10px;
                margin-right: 0;
            }
}
/* End Blocks below filter */

/* Footer things */
.footer-upper:before {
    background-color: var(--primary);
}

.footer-block .title {
    background-color: var(--primary);
}

.wishlist-add-to-cart-button {
    background-color: var(--primary) !important;
}

.cart td.subtotal {
    color: var(--primary);
}

.overview .product-price, .variant-overview .product-price {
    color: var(--primary);
}

.item-box .actual-price {
    color: var(--primary);
}

.item-box .description a,
.item-box .product-rating-box,
.item-box .buttons {
    display: none;
}

.product-grid .item-box .add-info {
    background-color: rgba(255, 255, 255, 0.5);
}
/* Title products */
@media screen and (max-width: 768px) {
    .ui-tabs .ui-tabs-nav, .write-review .title {
        border-bottom: none;
    }
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-state-active.ui-tabs-active a {
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 5px;
}

.fieldset .title strong, .section .title strong {
    background-color: var(--primary);
}

.sitemap-page .entity-title h2 {
    background-color: var(--primary);
}

.product-reviews-page .title strong {
    background-color: var(--primary);
}
/* End title */
/* Fonts */
.page-title h1 {
    font: normal 24px/36px var(--font-family);
}

.ui-tabs .ui-tabs-nav li a {
    font: normal 14px var(--font-family);
}

.block .title strong {
    font: normal 14px var(--font-family);
    display: flex;
}

.contact-vendor .button-2 {
    font: normal 15px var(--font-family);
}

.product-filters .product-filter .filter-title strong {
    font: 14px var(--font-family);
}

.item-box button {
    font: normal 14px var(--font-family);
}

.product-grid .title strong {
    font: normal 14px var(--font-family);
    box-shadow: none;
}

.product-name h1 {
    font: normal 24px/36px var(--font-family);
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    font: normal 17px/21px var(--font-family);
}

.variant-overview .variant-name {
    font: normal 18px/24px var(--font-family);
}

.mfp-container .apply-shipping-button {
    font: normal 15px var(--font-family);
}

.write-review .button-1 {
    font: normal 15px var(--font-family);
}

.product-review-item .review-title {
    font: normal 12px/23px var(--font-family);
}

.wishlist-add-to-cart-button {
    font: normal 15px var(--font-family);
}

.topic-block-title h2 {
    font: normal 24px/36px var(--font-family);
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    font: normal 15px var(--font-family);
}

.email-a-friend-page .title h2 {
    font: normal 18px var(--font-family);
}

.registration-page .button-2,
.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 {
    font: normal 15px var(--font-family);
}

.user-agreement-page .button-1 {
    font: 15px var(--font-family);
}

.shopping-cart-page .button-1,
.checkout-page .button-1 {
    font: normal 15px var(--font-family);
}

.opc .step-title * {
    float: left;
    font: normal 14px var(--font-family);
}

.search-input .button-1 {
    font: normal 15px var(--font-family);
}

.post-title,
.news-title {
    font: normal 15px var(--font-family);
}

.new-comment .button-1 {
    font: normal 15px var(--font-family);
}

.forums-table-section-title > a,
.forums-table-section-title strong {
    font: normal 14px/24px var(--font-family);
}

.forum-page .forum-name h1 {
    font: normal 24px/36px var(--font-family);
}

.forum-topic-page .topic-name h1 {
    font: normal 24px/36px var(--font-family);
}

.header-menu > ul > li > a, .header-menu > ul > li > span {
    font: 700 15px var(--font-family);
    text-transform: uppercase;
}
/* End Fonts */


/* Cookie popup */


.eu-cookie-bar-notification,
.ajaxCart,
.mfp-ready .estimate-shipping-popup,
.ui-dialog {
    border-radius: 5px;
    box-shadow: 0 1px 0 2000px rgba(0, 0, 0, 0.6), inset 0 0 0 1px #fff;
    padding: 30px 20px;
}

.ui-dialog {
    padding: 0;
}

.ui-dialog-titlebar {
    border: none;
    background: white;
    padding: 15px 20px;
}

    .ui-dialog-titlebar span {
        font-family: var(--font-family);
    }

.ui-dialog-content {
    padding: 15px 20px;
}

.eu-cookie-bar-notification .text,
.productAddedToCartWindowTitle {
    font: 700 15px var(--font-family);
}

.eu-cookie-bar-notification .ok-button,
.productAddedToCartWindowCheckout {
    background: var(--primary);
    color: white;
    border-radius: 5px;
    border: none;
}

    .eu-cookie-bar-notification .ok-button:hover,
    .productAddedToCartWindowCheckout:hover {
        background: var(--shadow-blue);
        color: white;
    }

.ajaxCart .k-window-titlebar.k-header {
    background: white;
    border-color: #e9e9e9;
}
/* Rounded corners and style */
.title, .title strong {
    border-radius: 5px;
}

button, a {
    border-radius: 3px;
}

.sitemap-page .entity-title h2 {
    border-radius: 5px;
}

.login-page .title strong,
.cart th, .data-table th, .forums-table-section th,
.compare-products-page .clear-list {
    background: var(--primary);
}

#goToTop {
    background: var(--primary) url('../img/goTopWhite.png') no-repeat center 45%;
    box-shadow: 0 0 0 5px var(--primary);
    border-color: white;
}

.footer-block ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-block .title strong {
    display: flex !important;
    align-items: center;
    height: 100%;
    font: normal 14px var(--font-family);
    padding: 10px;
}

.registration-page .button-2, .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 {
    background-color: var(--primary);
}

input, textarea, select {
    border-radius: 5px !important;
    font-family: var(--font-family);
}

.footer-lower {
    background-color: var(--primary);
}

.contact-page h1,
.login-page h1,
.topic-block-title h2 {
    width: 100%;
    text-align: center;
}

.contact-page p,
.register-block .text,
.topic-block-body p {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-family: var(--font-family);
}

.nopAjaxFilters7Spikes {
    border-color: var(--primary);
}

.nop-jcarousel .carousel-title strong {
    background: var(--primary);
    font-family: var(--font-family);
}

.footer-middle {
    background: var(--light-blue);
}

/* home cateogry grid 6*/

.home-page-category-grid__title {
    text-align: center;
    padding: 10px 0 35px 0;
    text-align: center;
    font: 800 30px var(--font-family);
}

.home-category-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .home-category-grid .home-category-grid__item {
        flex: 0 0 32%;
        margin-bottom: 25px;
        position: relative;
    }

.home-page-category-grid, .sub-category-grid, .manufacturer-grid, .vendor-grid {
    background: white !important;
}

.home-category-grid__item .obj-fit-contain img {
    object-fit: contain;
}

.home-category-grid__item .obj-fit-cover img {
    object-fit: cover;
}

.home-category-grid .home-category-grid__item img {
    width: 100%;
    border-radius: 5px;
    max-height: 220px;
    box-shadow: 0px 7px 8px 4px rgba(198, 198, 198, 0.3);
    padding: 0;
}

.home-category-grid .home-category-grid__item h2 {
    position: absolute;
    bottom: 10px;
    left: 2.5%;
    width: 95%;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.9);
    padding: 11px 7px;
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .home-category-grid .home-category-grid__item {
        flex: 0 0 30%;
    }
}

@media screen and (max-width: 540px) {
    .home-category-grid .home-category-grid__item {
        flex: 0 0 45%;
    }
}

@media screen and (max-width: 420px) {
    .home-category-grid .home-category-grid__item {
        flex: 0 0 100%;
    }
}


/* Product page */

.gallery.sevenspikes-cloudzoom-gallery {
    border: 1px solid rgba(198, 198, 198, 0.5);
}

.article-flex-product-reviews {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    height: 40px;
}

.article-flex-product-attr {
    padding-top: 10px;
    border-top: 1px solid rgba(198, 198, 198, 0.5);
    border-bottom: 1px solid rgba(198, 198, 198, 0.5);
}

    .article-flex-product-attr .attributes dt {
        clear: initial;
        min-width: 0;
    }

    .article-flex-product-attr .attributes dd:nth-of-type(1) {
        margin-right: 25px;
    }

.article-flex-product-price {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

    .article-flex-product-price .prices {
        margin-right: 25px;
    }


@media screen and (max-width: 768px) {
    .article-flex-product-attr .attributes dd:nth-of-type(1) {
        margin-right: 0;
    }

    .article-flex-product-price {
        justify-content: center;
    }
}

.additional-details .sku,
.availability .stock {
    text-align: left;
}

@media screen and (max-width: 1024px) {
    /* Footer breakpoint */
    .footer-middle {
        margin: 0;
        width: 100%;
        padding: 20px;
    }

    .social-sharing li,
    .accepted-payment-methods li {
        border: none;
    }
}

.b-none {
    border: none !important;
}


#homePageQuickTabs .productTabs-header ul {
    border-bottom: none;
    text-align: center;
}

    #homePageQuickTabs .productTabs-header ul li a {
        background: none;
        border: transparent;
        text-align: center;
        text-align: center;
        font: 800 28px var(--font-family);
        color: #333;
        text-transform: capitalize;
        cursor: initial;
    }

.nop-jcarousel .carousel-title {
    border-bottom: none;
    text-align: center;
}

    .nop-jcarousel .carousel-title strong {
        background: none;
        border: transparent;
        text-align: center;
        font: 800 28px var(--font-family);
        color: #333;
        text-transform: capitalize;
        cursor: initial;
        display: flex;
        justify-content: center;
        max-width: 100%;
        margin-bottom: 25px;
    }


.jCarouselMainWrapper {
    background: rgba(198, 198, 198, .2);
    padding: 5px 0 30px 0;
}
/* Customer reviews*/
.customer-reviews {
    width: 100%;
    padding: 30px 0 10px 0;
}

    .customer-reviews > h2 {
        width: 100%;
        text-align: center;
        font: 800 28px var(--font-family);
        color: #333;
        text-transform: capitalize;
    }

    .customer-reviews > div {
        max-width: 1200px;
        margin: 25px auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .customer-reviews > div article {
            border-radius: 4px;
            border: 1px solid rgba(198, 198, 198, .5);
            flex: 0 0 32%;
            padding: 35px 20px;
            min-height: 320px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

@media screen and (max-width: 768px) {
    .customer-reviews > div {
        flex-direction: column;
        padding: 20px;
    }

        .customer-reviews > div article {
            flex: 1 0 100%;
            margin-bottom: 15px;
            min-height: 0;
        }
}

.customer-reviews > div article h4 {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.customer-reviews > div article h2 {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #3895ec;
}

.customer-reviews > div article p {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: rgba(150, 150, 150, .9);
    line-height: 1.5;
}

.customer-reviews > div article aside {
    display: flex;
}

.product-unit-original-price {
    color: red;
    text-decoration: line-through;
}
