<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    width: 1255px;
    background: #fff;
}

p {
    font-size: 14px;
    margin: 10px 0 10px;
}

    p.small {
        font-size: 12px;
    }

.medium p {
    font-size: 16px;
    padding: 10px 0;
}

p.medium {
    font-size: 16px;
    padding: 10px 0;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif;
    ;
    font-weight: 700;
}

hr.padding {
    margin: 80px auto 80px;
}

hr.padding2 {
    margin: 40px auto 40px;
}

hr.padding3 {
    margin: 60px auto 50px;
    border: 1px solid #18397C;
}

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

.img-centered {
    margin: 0 auto;
}

header {
    margin-right: -15px;
    margin-left: -15px;
    color: #fff;
    padding-right: 0px;
    padding-left: 0px;
}

.logopos {
    position: relative;
    width: 49%;
    display: inline-block;
}

header img {
    display: inline-block;
    margin: 0px 0 0px 10px;
    float: left;
}

.dynamic_logo_text {
    display: inline-block;
    padding-top: 10px;
}

.h1Header {
    margin-right: 20px;
    margin-top: 20px;
    font-size: 12px;
    text-align: right;
    margin-bottom: 10px;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

.logo {
    position: relative;
    width: 49%;
    float: left;
}

figure.logopos {
    margin: 0 0 0rem;
}

.navbar-brand {
    float: left;
    height: 88px;
    padding: 0px 0px 0 15px;
    font-size: 18px;
    line-height: 88px;
}

.navbar-default {
    padding: 0px 0;
}

.navbar-nav &gt; li:last-child {
    border-right: 0px none;
}

.navbar-collapse {
    padding-left: 0;
}

.nav-tabs {
    border-bottom: 0px none;
}

    .nav-tabs li span {
        clear: both;
        display: block;
    }

    .nav-tabs &gt; li &gt; a {
        margin-right: 0px;
        border: 0px none transparent;
        border-radius: 0px 0px 0 0;
    }

.nav &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 14px 39px;
}

.nav-tabs &gt; li &gt; a:hover {
    border-color: #eee #eee #ddd;
    color: #18397C;
}

.nav &gt; li &gt; a:focus, .nav &gt; li &gt; a:hover {
    text-decoration: none;
}

.nav &gt; li &gt; a:focus, .nav &gt; li &gt; a:hover {
    text-decoration: none;
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 0px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

        .navbar-fixed-top .navbar-brand {
            font-size: 2em;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
        }

        .navbar-fixed-top.navbar-shrink {
            padding: 10px 0;
        }

            .navbar-fixed-top.navbar-shrink .navbar-brand {
                font-size: 1.5em;
            }
}

.navbar {
    font-size: 16px;
    margin-bottom: 0;
}

    .navbar a:focus {
        outline: 0;
    }

    .navbar .navbar-nav {
    }

        .navbar .navbar-nav li a:focus {
            outline: 0;
        }


.navbar-inverse {
    border: 0;
}

.navbar-default {
    border-color: transparent;
}

.navbar {
    border-radius: 0px;
}

.header-right {
    width: 40%;
    padding-top: 0;
    display: inline-block;
    float: right;
    position: relative;
}

.search-box {
    float: right;
    padding-right: 0px;
    height: 40px;
    background: #fff;
    border: 1px solid #BAE2FC;
    margin-right: 20px;
    width: 90%;
}

    .search-box .search-input {
        border: none;
        background: none;
        height: 40px;
        line-height: 40px;
        padding: 0px 10px;
        float: left;
        width: 60%;
        color: #333;
        font-size: 12px;
    }

    .search-box::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

    .search-box::before {
        font-family: "FontAwesome";
        content: "\f002";
        color: #B2B2B2;
        float: left;
        line-height: 40px;
        padding-left: 10px;
    }

.search-box {
    border-radius: 5px;
}

.search-btn {
    height: 40px;
    float: right;
    width: 70px;
    border: none;
    cursor: pointer;
    background: #1e5296;
    background: -moz-linear-gradient(top, #1e5296 50%, #062e63 100%);
    background: -webkit-linear-gradient(top, #1e5296 50%,#062e63 100%);
    background: linear-gradient(to bottom, #1e5296 50%,#062e63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5296', endColorstr='#062e63',GradientType=0 );
    color: #fff;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 12px;
    text-shadow: 2px 2px 2px #000;
    font-weight: bold;
}

    .search-btn:hover {
        background: #062e63;
    }

.searchfilters {
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 100%;
    color: #3a3a3a;
}

.graygradient {
    background-color: #e3e3e3;
    background-image: -moz-linear-gradient(bottom,#e3e3e3 0%,#f6f6f6 50%,white 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0%,#e3e3e3),color-stop(50%,#f6f6f6),color-stop(100%,white));
    background-image: -webkit-linear-gradient(bottom,#e3e3e3 0%,#f6f6f6 50%,white 100%);
    background-image: -o-linear-gradient(bottom,#e3e3e3 0%,#f6f6f6 50%,white 100%);
    background-image: -ms-linear-gradient(bottom,#e3e3e3 0%,#f6f6f6 50%,white 100%);
    background-image: linear-gradient(to top,#e3e3e3 0%,#f6f6f6 50%,white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#e3e3e3',GradientType=0);
    border: solid 1px #d1d1d1;
}

.searchfilters h3 {
    display: inline;
    font-size: 1.1em;
    font-weight: normal;
    margin-left: 20px;
}

.searchfilters .field {
    display: inline-block;
}

.link, .snipcart-add-item {
    display: inline-block;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    font-size: .9em;
    border-radius: 10px;
}

    .link span, .snipcart-add-item span {
        background: url("../images-shared/plus.png") no-repeat right center;
        display: block;
        padding-right: 20px;
    }

.link, .snipcart-add-item {
    font-weight: bold;
    line-height: 26px;
    font-size: .9em;
}

    .link:hover, .snipcart-add-item:hover {
        text-decoration: none;
    }

.searchfilters label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 12px;
}



.banner {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    height: 200px;
    background-image: url("../images-site/banner.png");
    background-size: cover;
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .banner .bannertext {
        width: 70%;
        display: block;
        font-size: 28px;
        font-weight: 700;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
        float: right;
        color: #fff;
        text-align: center;
        line-height: 1;
        position: absolute;
        right: 0px;
        top: 0;
        background: #996E42;
        height: 100%;
        clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    }

    .banner .bannerpoz {
        width: 80%;
        float: right;
        margin-top: 8%;
    }

    .banner .bannertext span {
        font-size: 18px;
        font-weight: normal;
    }

    .banner:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.carousel-item .card {
    border: 1px solid #E7E7E7;
    padding: 15px;
    border-radius: 0;
}

.carousel-item .card-body {
    padding: 0px;
}

h4.card-title {
    font-size: 1rem;
    margin-bottom: 0rem;
    margin-top: .50rem;
    color: #73757A;
    font-weight: normal;
}

    h4.card-title a {
        color: #73757A;
        text-decoration: none;
    }

        h4.card-title a:hover {
            color: #000;
        }

.card .item_price {
    color: #000000;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.card .item_discount_price {
    color: #BF0000;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

    .card .item_discount_price span {
        color: #73757A;
        text-decoration: line-through;
    }

.item_options .wish {
    display: inline-block;
    font-size: 22px;
    float: left;
}

.item_options .zoom {
    display: inline-block;
    font-size: 22px;
    float: right;
}

    .item_options .zoom a, .item_options .wish a {
        color: #73757A;
        font-weight: normal;
    }

        .item_options .zoom a:hover, .item_options .wish a:hover {
            color: #000;
        }

.inner {
    border-top: 1px solid #fff;
    background-image: url("../images-shared/bginner.png");
    background-repeat: repeat-x;
    min-height: 80px;
    padding: 35px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #D2D2D2;
    content: "\f105";
    font-family: "FontAwesome";
}

.fetured-products {
    position: relative;
}

.fetured-products .card {
    text-align: center;
}

.fetured-products img {
    max-height: 160px;
}

    .fetured-products .leftarrow {
        position: absolute;
        left: -36px;
        top: 40%;
        z-index: 10;
        width: 36px;
        height: 115px;
        background: #996E42;
        color: #fff;
        line-height: 115px;
        text-align: center;
        font-size: 30px;
    }

    .fetured-products .rightarrow {
        position: absolute;
        right: -36px;
        top: 40%;
        z-index: 10;
        width: 36px;
        height: 115px;
        background: #996E42;
        color: #fff;
        line-height: 115px;
        text-align: center;
        font-size: 30px;
    }

footer {
    line-height: 16px;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 12px;
}

    footer p {
        margin: 5px 0 0 0;
        line-height: 150%;
        font-size: 12px;
    }

    footer ul {
        list-style: none;
    }

        footer ul li {
            font-weight: bold;
            display: inline;
        }

            footer ul li a {
                display: inline-block;
                text-transform: capitalize;
                padding: 0px 6px;
                text-decoration: none;
                outline: none;
            }

.bottomnav {
    border-top: 1px solid #fff;
    background-image: url("../images-shared/bginner.png");
    background-repeat: repeat-x;
    min-height: 80px;
    padding: 5px 0;
}

    .bottomnav .page-link {
        position: relative;
        display: block;
        padding: .2rem .75rem;
        margin-left: -1px;
        line-height: 1.05;
        color: #001852;
        background-color: transparent;
        border: 0px none;
    }

        .bottomnav .page-link:hover {
            z-index: 2;
            color: #0056b3;
            text-decoration: none;
            background-color: #e9ecef;
            border-color: #dee2e6;
        }

h1 {
    color: #002659;
    font-size: 28px;
}

.nav-pills .nav-link {
    border-radius: 0rem;
    border: 1px solid #E0E0E0;
    margin: 3px;
}

    .nav-pills .nav-link img {
        margin-left: 10px;
        margin-right: 20px;
    }

    .nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
        color: #000000;
        background-color: #FBFBFB;
        font-size: 12px;
        font-weight: bold;
    }

.nav-pills a.nav-link {
    color: #000000;
    background-color: #FBFBFB;
    font-size: 12px;
    font-weight: bold;
}

    .nav-pills a.nav-link:hover {
        background: #FCF3EA;
        border: 1px solid #F8DBC1;
    }

.nav-pills .fa-caret-right {
    margin-left: 10px;
}

.best-deals {
    margin: 20px 0;
}

.dealsdiv {
    border-bottom: 1px solid #E0E0E0;
    font-size: 14px;
}

    .dealsdiv:hover {
        background: #FBFBFB;
    }

.dealsprice {
    color: #F0002F;
    font-weight: bold;
}

.dealsoldprice {
    color: #73757A;
    text-decoration: line-through;
    font-weight: bold;
}

.dealsname {
    color: #002659;
    font-weight: bold;
}

    .dealsname a {
        color: #002659;
        font-weight: bold;
    }

.tab-card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0);
    border-bottom: 0px solid #D2D2D2;
}

    .tab-card-header .nav-tabs &gt; li &gt; a {
        color: #766F73;
        font-size: 14px;
    }

    .tab-card-header .nav-tabs .nav-link {
        border: 1px solid #EEE;
        background: #F8F8F8;
    }

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #0374C2 #dee2e6 #fff;
}

.tab-card-header .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tab-content .card-body {
    padding: 0.5rem;
}

.tab-content .card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
}

.tab-content .card-title {
    text-align: center;
}

    .tab-content .card-title a {
        color: #002659;
    }

.tab-content .card .price {
    color: #BF0000;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

    .scroll-top .btn {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        font-size: 20px;
        line-height: 28px;
    }

        .scroll-top .btn:focus {
            outline: 0;
        }

.navbar-toggle {
    padding: 12px 10px;
    margin-top: 5px;
}

.navbar-collapse.in {
    padding-bottom: 20px;
}

    .navbar-collapse.in .nav-tabs &gt; li {
        display: block;
        float: none;
    }

        .navbar-collapse.in .nav-tabs &gt; li span {
            display: inline-block;
            padding-left: 5px;
        }

        .navbar-collapse.in .nav-tabs &gt; li a {
            padding: 14px 10px
        }

.leftside {
    background: #F8F8F8;
    border-right: 1px solid #D2D2D2;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
}

    .leftside .card-body {
        background: #F8F8F8;
    }

    .leftside p {
        font-size: 12px;
    }

    .leftside .card {
        border: 0px none;
        border-radius: 0rem;
    }

    .leftside .card-header {
        padding: .25rem 1.25rem;
        margin-bottom: 0;
        background-color: #535252;
        border-bottom: 2px solid rgba(0,0,0,1);
        color: #fff;
    }

        .leftside .card-header a {
            color: #fff;
            text-decoration: none;
        }

    .leftside form {
        margin: 0px 0 0 0 !important;
    }

    .leftside .recent {
        font-size: 11px;
        margin: 12px 0;
    }

        .leftside .recent img {
            float: left;
            border: 1px solid #D2D2D2;
            margin-right: 5px;
        }

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00275A;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .25rem;
    color: transparent;
    cursor: pointer;
    background-color: #2F8DCD;
    border-color: transparent;
    border-radius: 1rem;
}

.leftside .custom-select {
    font-size: 12px;
    color: #000;
}

.ui-slider .ui-btn-inner {
    padding: 4px 0 0 0 !important;
}

.ui-slider-popup {
    position: absolute !important;
    width: 64px;
    height: 64px;
    text-align: center;
    font-size: 36px;
    padding-top: 14px;
    z-index: 100;
    opacity: 0.8;
}

.welcomebox {
    margin-bottom: 15px;
    border-radius: 10px;
}

.feature-icon {
    background-image: url("../images-site/featuredicon.png");
    background-position: -3px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.feature-prod {
    border-radius: 8px;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    margin-bottom: 15px;
}

.fbox {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
    padding-top: 34px;
    padding-left: 5px;
    padding-right: 5px;
}

    .fbox p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .fbox .link {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 105px;
    }

    .fbox img {
        max-width: 112px;
        max-height: 112px;
    }

    .fbox a.item_name {
        font-weight: 700;
    }

    .fbox .item_price {
        font-weight: 700;
        margin-top: 0;
    }


.con-nav, .breadcrumb {
    width: 100%;
}

    .con-nav ul {
        padding: 0;
        list-style: none;
    }

    .con-nav li, .breadcrumb ul li {
        float: left;
        margin-right: 5px;
        font-weight: bold;
    }



.contact h1 {
    text-align: center;
    font-size: 24px;
}



/* elements from old site */
#common .figure-box img {
    max-width: 250px;
    max-height: 250px;
}

a.mainImage {
    position: relative;
}

.products {
    border-radius: 10px;
    margin-bottom: 10px;
}

    .products .figure-box figure {
        text-align: center;
    }

.common figure {
    float: left;
    margin: 0px 10px 10px 0px;
    width: 250px;
}

figure {
    display: block;
}

.common {
    padding: 10px 10px 20px 10px;
    float: left;
}

#common .item-content {
}

span.price, label.price {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold !important;
    margin-bottom: 0.5em;
}

figure .coupon-text {
    width: 210px;
    margin: 20px auto 10px auto;
    -webkit-box-shadow: 5px 5px 5px 0 rgba(35,35,35,0.55);
    -ms-box-shadow: 5px 5px 5px 0 rgba(35,35,35,0.55);
    box-shadow: 5px 5px 5px 0 rgba(35,35,35,0.55);
}

.coupon-text {
    display: inline-block;
    margin: 0px auto 25px auto;
    padding: 5px;
    border: dashed 3px #c10001;
    background-color: #FFFFD7;
    -webkit-transform: rotate(-1.5deg);
    -moz-transform: rotate(-1.5deg);
    -ms-transform: rotate(-1.5deg);
    -o-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
    font-weight: bold;
    -webkit-box-shadow: 5px 5px 5px 0 rgba(115,115,115,0.35);
    -ms-box-shadow: 5px 5px 5px 0 rgba(115,115,115,0.35);
    box-shadow: 5px 5px 5px 0 rgba(115,115,115,0.35);
    width: 75%;
    text-align: center;
}

.simplemodal-wrap .coupon-text {
    display: block;
}

.coupon-content {
    font-weight: bold;
}

.reveal {
    background: black;
    color: black;
}

.coupon-code {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 5px;
    display: block;
    border: solid 1px #bbbbbb;
    background: white;
    border-radius: 10px;
    color: #013368;
}

.coupon-link {
    display: block;
    margin-top: 5px;
    font-weight: normal;
    font-size: .8em;
    color: blue;
    text-decoration: underline;
}

.container a.coupon-text {
    color: #000;
}

.container a:hover.coupon-text {
    text-decoration: none;
}

.right {
    float: right;
    text-align: center;
    width: 100px;
}

    .right label {
        color: #c10001;
        display: block;
    }

.products h4 {
    padding-bottom: 10px;
    margin-bottom: 5px;
}

ul.products-list {
    padding: 5px 0px;
    width: 100%;
    margin-bottom: 15px;
}

ul.products-list {
    list-style: none;
}

    ul.products-list li {
        display: inline-block;
        margin-right: 0.5em;
    }

        ul.products-list li a::after {
            content: ",";
        }

        ul.products-list li:last-child a::after {
            content: none;
        }

        ul.products-list li a.phoneico {
            line-height: 34px;
            background: url(../images-shared/phone-s.png) left no-repeat;
            padding-left: 24px;
        }

        ul.products-list li a.emialico {
            line-height: 34px;
            background: url(../images-shared/email-s.png) left no-repeat;
            padding-left: 24px;
        }


.content-left h1 {
    font-size: 1.4em;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.category {
    padding: 2%;
    margin-bottom: 15px;
    border-radius: 10px;
}

    .category figure {
        float: left;
        margin-right: 1%;
        width: 112px;
        text-align: center;
        display: block;
    }

        .category figure a {
            font-size: 1em;
        }

        .category figure img {
            max-width: 112px;
            max-height: 112px;
        }

.info {
    width: 77%;
    float: right;
}

.category:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.info h3 {
    line-height: 150%;
    margin-bottom: 5px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 2px;
    margin-top: 0;
}

    .info h3 a {
        font-size: 0.7em;
    }

.info p {
    width: 75%;
}

.right .link {
    margin-bottom: 5px;
}

.uze {
    min-height: 220px;
}

    .uze figure img {
        max-width: 78px;
        max-height: 112px;
    }

    .uze .info p {
        width: 65%;
        margin-top: 0;
    }

    .uze figure {
        float: left;
        margin-right: 1%;
        width: 78px;
        text-align: center;
        display: block;
    }

    .uze h3 {
        font-size: 15px;
    }

    .uze .right {
        margin-top: -5px;
    }




/*=====================================================
 Added from common.css by Richard
 ====================================================*/


.coupon-title {
    font-weight: normal;
    font-size: .8em;
    text-transform: uppercase;
    color: #001;
    margin-bottom: 5px;
}

.coupon-popup .coupon-code {
    width: 40%;
    margin: 10px auto;
}

.coupon-popup {
    width: 60%;
    cursor: pointer;
    transform: rotate(0deg);
    font-size: 1.2em;
    line-height: 1.1em;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 16px 0;
}

coupon-code-hidden {
    font-weight: normal;
}

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.coupons .coupon-text {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 42%;
    float: none;
    margin: 0 10px 10px 0;
    min-height: 130px;
    vertical-align: top;
}



.cartTotal {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    text-align: right;
}

.simpleCart_remove {
    font-size: 12px;
}

a.simpleCart_decrement:hover, a.simpleCart_increment:hover {
    color: black !important;
    text-decoration: none !important;
    background: gainsboro;
}

a.simpleCart_decrement, a.simpleCart_increment {
    display: block;
    padding: 1px;
    background: whitesmoke;
    width: 20px;
    color: darkgray !important;
    text-align: center;
    font-size: 16px;
}

td.item-decrement, td.item-increment {
    padding: 0;
}

th.item-quantity, td.item-quantity {
    text-align: center;
}

.simpleCart_items .item-total {
    text-align: right;
}

.simpleCart_items .item-price {
    text-align: right;
}

.simpleCart_items td {
    padding: 7px;
    border: solid 1px #999;
}

.simpleCart_items th {
    text-align: left;
    padding: 7px;
}

.simpleCart_items table {
    width: 100%;
    border-collapse: collapse;
}

.simpleCart_total, .snipcart-total-price {
    font-weight: bold;
}

.shoppingCartBox a.link {
    line-height: 20px;
    height: 20px;
    font-size: .8em;
}

.shoppingCartBox {
    font-size: 12px;
    width: auto;
    height: auto;
    padding: 7px 10px 7px 35px;
    text-align: right;
    border-radius: 0px 0px 5px 5px;
    z-index: 50;
    margin-right: 0px;
    background: lightyellow url(../../images/bag.png) 5px 2px no-repeat;
    box-shadow: #333333 -2px 2px 10px;
    position: fixed;
    margin: 0 auto;
    left: 69%;
}

.buynowdialog .button {
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
}

.buynowdialog .buttons {
    text-align: right;
    float: right;
}

.buynowdialog .header {
    color: #001;
    margin-bottom: 5px;
    font-weight: bold;
    background: none;
}

.buynowdialog .message {
    margin-bottom: 10px;
}

.buynowdialog {
    font-size: 1.5em;
    line-height: 1em;
    border: 2px solid #001;
    background: #f9f9f9 url(../images/buynowdialog-bg.jpg) left bottom repeat-x;
    padding: 10px;
    max-width: 600px;
}

.simplemodal-overlay {
    background-color: black;
}


/* changes 30.08 by Nikola */
.card {
    min-height: 100% !important;
}

.search-box .search-input:focus {
    outline: none;
}

.nav-pills a.nav-link {
    min-width: 32%;
    max-width: 32%;
}

@media (max-width: 1280px) {
    .nav-pills a.nav-link {
        min-width: 48%;
        max-width: 49%;
    }
}

@media (max-width: 768px) {
    .nav-pills a.nav-link {
        min-width: 100%;
        max-width: 100%;
    }
}

@media(min-width:768px) {
    .container {
        max-width: 100%;
    }
}

@media(min-width:576px) {
    .container {
        max-width: 100%;
    }
}

@media(max-width:576px) {

    #catmenu ul {
        min-width: 100%;
        max-width: 100%;
    }

    #catmenu &gt; li .float-block a {
        font-size: 14px;
    }

    .nav-pills a.nav-link {
        width: 46%;
    }
}

.dealsdiv img {
    min-width: 50px !important;
}

.fname {
    font-size: 14px;
    margin-top: -10px;
    margin-left: 50px;
    margin-bottom: 20px;
    font-style: italic;
    display: block;
}

.modal-backdrop.show {
    z-index: 0;
}

.menu-col {
    flex-direction: column;
    width: 50%;
}

.subcat-img {
    width: 50px;
    height: 50px;
    border-radius: 32px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.1)  1px 2px 4px 0px;
    margin-left: -10px;
    background-color: white;
    float: right;
    line-height:50px;
    margin-top: 0.5rem;
}

.subcat-img img {
    max-width: 100%;
    max-height: 100%;
}

.nav-pills .nav-link .subcat-img img {
    margin-left: 0;
    margin-right: 0;
}

.subcat {
    line-height: 68px;
    padding: 0 1rem;
    max-height: 68px;
    overflow-y: hidden;
}

.subcat .fa-caret-right {
    margin-right: 22px;
}

#navbarNavDropdown .fa {
    margin-right: 0.25rem;
}

.e-pane .row {
    margin-left: 0;
    margin-right: 0;
}

#mainContent_splitter {
    border: 0;
}

#mainContent_splitter .e-splitbar {
    background-color: #eee;
}

.e-kanban .e-draggedcard {
    z-index: 10;
}

.products #common {
    width: 100%;
}

/*@media (max-width: 1000px) {
    .subcat-img:nth-of-type(2), .subcat-img:nth-of-type(3) {
        display: none;
    }
}*/
</pre></body></html>