* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: Lato, sans-serif !important
}

body {
    background-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none !important
}



    h2.underlineHead {
        color: #274594;
        line-height: 22px;
        margin-bottom: 30px
    }

.mbrBtn {
    background-color: #cb2127;
    color: #fff;
    padding: 8px 40px;
    border-radius: 10px
}

h2.underlineHead span {
    display: inline-block;
    width: 80%;
    max-width: 250px;
    height: 2px;
    background-color: #cb2127
}

.whiteTxt {
    color: #fff
}

.bg-dark {
    background-color: #274594 !important
}

nav#breadCom {
    color: #cb2127;
    font-size: 18px;
    margin-bottom: 100px
}

section#bgContainer {
    padding: 30px 0;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 800px;
    background-image: url(../images/b2b-interior.png)
}

@media (min-width:768px) {
    section#bgContainer {
        background-size: 100%
    }
}



nav#breadCom a {
    color: #cb2127;
    margin: 0 5px
}

    nav#breadCom a:first-child {
        margin-left: 0
    }

section#shopFeature {
    margin: 60px 0
}

    section#shopFeature aside:first-child,
    section#shopFeature aside:last-child {
        width: 100%;
        margin: 10px 0
    }

@media (min-width:768px) {
    section#shopFeature aside:first-child {
        width: 250px;
        margin: 0
    }
}

@media (min-width:992px) {
    section#shopFeature aside:first-child {
        width: 350px
    }
}

section#shopFeature aside:first-child ul li {
    list-style: none;
    font-size: 20px;
    color: #fff;
    margin: 25px 0
}

    section#shopFeature aside:first-child ul li span {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin-right: 15px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../icons/check.png)
    }

@media (min-width:768px) {
    section#shopFeature aside:last-child {
        width: calc(100% - 280px);
        margin: 0
    }
}

@media (min-width:992px) {
    section#shopFeature aside:last-child {
        width: calc(100% - 400px)
    }
}

section#shopFeature aside:last-child img {
    width: 100%
}

section#shopFeature aside:last-child a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background-color: #274594;
    padding: 10px 40px;
    border-radius: 0 0 10px 10px;
    text-decoration: none
}

    section#shopFeature aside:last-child a:hover {
        color: #000
    }
    div.tabSec a {
        height: 300px;
        margin: 15px;
        text-decoration: none;
        border-radius: 10px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-box-shadow: 3px 3px 3px 1px #646464;
        box-shadow: 3px 3px 3px 1px #646464;
        transition: .2s all linear
    }

        div.tabSec a:hover {
            filter: brightness(60%)
        }

    div.tabSec a,
    section#categories div.tabSec a,
    section#storeList div.tabSec a {
        width: 90%
    }

@media (min-width:768px) {
    div.tabSec a,
    section#categories div.tabSec a {
        width: 350px
    }
}

@media (min-width:992px) {
    div.tabSec a,
    section#categories div.tabSec a {
        width: 280px
    }
}

@media (min-width:768px) {
    section#categories div.tabSec a,
    section#storeList div.tabSec a {
        width: 245px;
        height: 250px
    }
}

div.tabSec a span {
    position: relative;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 0;
    border-radius: 0 0 10px 10px;
    color: #274594;
    background-color: rgba(221, 220, 220, .733)
}

    div.tabSec a span samp {
        position: absolute;
        top: 18px;
        right: 8px;
        width: 15px;
        height: 15px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../icons/star.svg)
    }

section#storeList {
    display: none
}

    section#storeList.active {
        display: block
    }

    section#storeList h3 {
        font-weight: 700;
        font-size: 20px;
        margin-top: 20px;
        color: #274594
    }

section#cateTxt {
    margin-top: 30px
}

section#searchSec div.searchBox {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    border: #ccc solid thin
}

    section#searchSec div.searchBox input[type=search] {
        width: calc(100% - 40px);
        padding: 5px 10px;
        border: none;
        background-color: #fff;
        border-radius: 5px 0 0 5px
    }

    section#searchSec div.searchBox button[type=submit] {
        width: 40px;
        height: 40px;
        border: none;
        background-color: #fff;
        border-radius: 0 5px 5px 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px;
        background-image: url(../icons/search.png)
    }

div#offer,
ul#filter {
    position: relative
}

    ul#filter li {
        list-style: none;
        width: 100%;
        margin: 5px 0;
        position: relative
    }

@media (min-width:576px) {
    ul#filter li {
        width: calc(95% / 3);
        margin: 0
    }
    .category-title{
        color:#fff !important;
    }
}

div#offer a,
ul#filter li a {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 6px 10px;
    border-radius: 5px;
    background-color: #fff;
    border: #ccc solid thin
}

    div#offer a i,
    ul#filter li a i {
        width: 13px;
        height: 13px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../icons/down-arrow.svg)
    }

div#offer div.dropOption,
ul#filter li > div.dropOption {
    left: 0;
    right: 0;
    margin-top: -3px;
    padding: 8px 15px;
    position: absolute;
    z-index: 50;
    display: none;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px 1px #dadada;
    box-shadow: 0 2px 3px 1px #dadada
}

div#offer div.dropOption {
    left: 15px;
    right: 15px
}

div#offer.active a,
ul#filter li.active a {
    padding: 12px 10px
}

div#offer.active div.dropOption,
ul#filter li.active > div.dropOption {
    display: block
}

div#offer div.dropOption ul li,
ul#filter li > div.dropOption ul li {
    margin: 2px 0;
    width: 100%;
    list-style: none
}

    div#offer div.dropOption ul li label,
    ul#filter li > div.dropOption ul li label {
        cursor: pointer;
        font-size: 14px
    }

        div#offer div.dropOption ul li label input[type=checkbox],
        ul#filter li > div.dropOption ul li label input[type=checkbox] {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px
        }

ul#filter li.threeCol {
    position: unset
}

    ul#filter li.threeCol > div.dropOption ul li {
        width: calc(98% / 3)
    }

ul#filter li.twoCol > div.dropOption {
    right: -110%
}

    ul#filter li.twoCol > div.dropOption ul li {
        width: calc(98% / 2)
    }

ul#filter li.twoCol {
    display: none
}

a#alleBtn {
    font-weight: 700;
    font-size: 24px;
    color: #274594;
    text-decoration: none
}

@media (min-width:768px) {
    a#alleBtn {
        color: #274594
    }
}

section#overView h2.underlineHead {
    color: #fff
}

section#overviewShopList ul li {
    list-style: none;
    width: 240px;
    margin: 15px !important
}

    section#overviewShopList ul li h3 {
        font-weight: 700;
        border-bottom: #cb2127 solid thin;
        padding-bottom: 8px;
        font-size: 18px
    }

    section#overviewShopList ul li a {
        display: inline-block;
        width: 100%;
        margin: 3px 0;
        color: #181818
    }

footer {
    background-color: #0a0a0a
}

    footer aside {
        width: 100%;
        margin: 20px 0
    }

@media (min-width:576px) {
    footer aside {
        width: calc(98% / 2);
        margin: 20px 0
    }

        footer aside:last-child {
            width: 100%
        }
}

@media (min-width:768px) {
    footer aside {
        width: calc(98% / 4);
        margin: 0
    }

        footer aside:last-child {
            width: 100%;
            margin-top: 20px
        }
}

@media (min-width:992px) {
    footer aside,
    footer aside:last-child {
        width: calc(98% / 5);
        margin: 0
    }
}

footer aside h3 {
    font-size: 16px;
    color: #fff
}

footer aside a {
    display: inline-block;
    width: 100%;
    margin: 3px 0;
    font-size: 12px;
    color: #a3a3a3;
    transition: .2s all linear
}

    footer aside a.facebook,
    footer aside a.instagram {
        width: 40px;
        height: 40px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    footer aside a.facebook {
        background-image: url(../icons/Facebook.png)
    }

    footer aside a.instagram {
        background-image: url(../icons/Instagram.png)
    }

    footer aside a:hover {
        color: #a3a3a3
    }

footer div#ftBtm {
    margin-top: 30px
}

    footer div#ftBtm p {
        font-size: 12px;
        color: #a3a3a3
    }

    footer div#ftBtm nav a {
        display: inline-block;
        width: 23px;
        height: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-left: 5px
    }

        footer div#ftBtm nav a:first-child {
            margin-left: 0
        }

        footer div#ftBtm nav a.dk {
            background-image: url(../icons/Dankort.png)
        }

        footer div#ftBtm nav a.visa {
            background-image: url(../icons/visa.png)
        }

        footer div#ftBtm nav a.master {
            background-image: url(../icons/Master.png)
        }

        footer div#ftBtm nav a.dc {
            background-image: url(../icons/Diners-Club.png)
        }

        footer div#ftBtm nav a.jcb {
            background-image: url(../icons/JCB.png)
        }

        footer div#ftBtm nav a.amex {
            background-image: url(../icons/AMEX.png)
        }

.owl-nav {
    position: absolute;
    top: -15px;
    right: 8px
}

    .owl-nav button span {
        font-size: 50px;
        margin: 0 10px;
        color: #cb2127
    }

section#categories .owl-nav {
    right: 0
}

section#storeList div.owl-carousel {
    margin-left: -12px
}

section#overviewShopList a,
section#overviewShopList p {
    display: inline-block;
    width: 100%;
    margin: 2px 0;
    color: #181818;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px
}

    section#overviewShopList a:hover {
        text-decoration: underline
    }

.owl-next,
.owl-prev {
    border: none !important;
    top: 0 !important;
    opacity: 1 !important
}

    .owl-next:before,
    .owl-prev:before {
        content: '' !important;
        margin-right: -3px
    }

.owl-prev {
    left: -75px !important
}

.owl-next {
    right: -32px !important
}

.owl-dots {
    display: none !important
}

@media(max-width:1192px) {
    nav#breadCom {
        margin-top: 50px
    }
}

.shopping-slider .owl-nav {
    display: none
}

button {
    outline: 0 !important
}

.owl-next,
.owl-prev {
    font-size: 50px !important;
    margin: 0 10px !important;
    color: #cb2127 !important
}

.heading-center-divider:after {
    content: "";
    height: 2px;
    display: block;
    width: 23%;
    background: #cb2127;
    margin: 12px auto
}

.heading-left-divider:after {
    content: "";
    height: 2px;
    display: block;
    width: 23%;
    background: #cb2127
}

@media(max-width:768px) {
    #bgContainer {
        background-size: auto 1000px !important
    }
}

@media(max-width:1024px) {
    .bg-dark {
        background-color: transparent !important
    }
}

@media(min-width:1200px) {
    .shopping-slider .tabSec {
        justify-content: flex-start
    }
}
@media(min-width:1024px){
    h2 {
        font-size: 30px !important;
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
    }

    h3 {
        font-size: 27px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }

    h4 {
        font-size: 25px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
        margin-top: 0px !important
    }

    h5 {
        font-size: 18px !important;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
    }

    h6 {
        font-size: 14px !important;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
    }
}
@media(max-width:1024px) {
    .shopping-slider .tabSec {
        justify-content: center
    }

    .banner-title-text {
        font-size: 30px !important;
    }

    h2 {
        font-size: 25px !important;
    }

    h3 {
        font-size: 22px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    h6 {
        font-size: 14px !important;
    }
}

.owl-carousel {
    width: 100%
}

.item {
    padding: 3px
}

.pagination-shopping ul li {
    display: inline-block;
    padding: 6px;
    background: #274594;
    border: 1px solid #274594;
    color: #fff
}

.pagination-shopping li a {
    color: #fff
}

.pagination-shopping ul li.active {
    border: 1px solid #274594;
    background: #fff
}

.pagination-shopping li.active a {
    font-weight: 600;
    color: #274594
}

.pagination-shopping .prev {
    border-radius: 20px 0 0 20px;
    padding: 6px 12px
}

.pagination-shopping .next {
    border-radius: 0 20px 20px 0;
    padding: 6px 12px
}

#logoffbutton {
    background: 0 0;
    border: none;
    color: #cb2127;
    font-weight: 700;
    font-size: 18px;
    font-family: Hind, Helvetica, Arial, sans-serif !important
}

@media(max-width:575px) {
    .subcategory-header {
        margin: 15px 0
    }

    .header-text .whiteTxt {
        color: #000;
    }

    .owl-nav {
        top: 2px
    }

    nav#breadCom {
        margin-bottom: 20px
    }

    nav#breadCom {
        margin-bottom: 20px
    }

    section#bgContainer {
        background-image: none !important;
        background-color: #274594;
    }
    p, h1, h2, h3, h4, h5, h6, .banner-title-text,a,span,li {
        color: #fff !important;
    }
    .pagination-shopping ul li {
        background: #cb2127;
    }
    .pagination-shopping li.active a {
        color: #cb2127 !important;
    }
    section#bgContainer .header-text {
        color: #000;
    }
    div.tabSec a span {
        color: #274594 !important;
    }
    .owl-prev {
        left: 48% !important;
    }

    .owl-next {
        right: -54% !important;
    }

    .owl-nav {
        position: absolute;
        top: -15px;
        right: 50%;
        display: block;
        width: 99%;
    }

    .owl-nav {
        top: 48% !important;
    }

    .owl-prev:before {
        content: '\f104';
        margin-left: 0px;
    }

    .owl-next:before, .owl-prev:before {
        content: '' !important;
        margin-right: 0px;
    }

    .owl-next, .owl-prev {
        position: absolute;
        width: 40px;
        text-align: center;
        height: 40px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font: 400 23px/50px FontAwesome;
        line-height: 30px;
        opacity: .3;
        border-radius: 50%;
        border: 2px solid #fff;
        transition: .3s;
        background-color: #e6e5e5;
        opacity: .8 !important;
    }

        .owl-next:hover, .owl-prev:hover {
            opacity: 1 !important;
        }

    .banner-title-text {
        font-size: 25px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h5 {
        font-size: 17px !important;
    }

    h6 {
        font-size: 13px !important;
    }

    body {
        font-size: 14px;
    }

    section#bgContainer {
        background-image: none !important;
    }

        section#bgContainer .header-text {
            color: #000;
        }
}

@media(min-width:1200px) {
    #breadCom,
    #searchSec,
    .header-text {
        padding-left: 15px;
        padding-right: 23px
    }
}

.banner-title-text {
    color: #274594 ;
    letter-spacing: 0;
    font-size: 35px;
}

.subcategory-header {
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    color: #274594;
}

.owl-nav {
    top: 2px
}




.owl-prev {
    left: 48% !important;
}

.owl-next {
    right: -52% !important;
}

.owl-nav {
    position: absolute;
    top: -15px;
    right: 50%;
    display: block;
    width: 99%;
}

.owl-nav {
    top: 48% !important;
}

.owl-prev:before {
    content: '\f104';
    margin-left: 0px;
}

.owl-next:before, .owl-prev:before {
    content: '' !important;
    margin-right: 0px;
}

.owl-next, .owl-prev {
    position: absolute;
    width: 40px;
    text-align: center;
    height: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font: 400 23px/50px FontAwesome;
    line-height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: .3s;
    background-color: #e6e5e5;
    opacity: .8 !important;
}
