*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
nav, header, article, footer, main {
    display: block;
}
body {
    background-color: #FBFDFE;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
}
h1 {
    color: #ee87a8;
    font-size: 28px
}
h1.producttitle {
    color: #264884;
    font-size: 34px;
    font-weight: normal;
}
h2 {
    color: #ee87a8;
    font-size: 24px
}
h3 {
    color: #ee87a8;
    font-size: 16px
}
a {
    color: #415d82;
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: underline
}
.button {
    background: #27a0d6;
    color: white;
    border: none;
    font-weight: normal;
    font-size: 16px;
    margin-top: 0.5em;
    cursor: pointer;
    border-radius: 2px;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
}
#container, .container {
    max-width: 1060px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 0 12px;
}
#menuholder {
    border-bottom: 1px solid #e2e2e3;
    background-color: #fefefe;
    background-image: linear-gradient( #fafafa, #ffffff);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
    margin-bottom: 24px;
}
#head_holder {
    background: #fff;
    height: 64px;
    border-bottom: 0px solid #a2b7db;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
    margin-bottom: 24px;
}
#head {
    height: 64px;
    padding-left: 12px;
    padding-right: 12px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
#logo {
    text-decoration: none;
    flex: 0 1 auto;
    max-width: 300px;
   /* display: inline-block;
    float: left;*/
}

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

#searchbar {
    display: none;
    flex: 1 1 auto;
    max-width: 500px;
}
.searchbarholder {
    display:flex;
}
#search {
    flex: 1 1 auto;
    padding: 7px;
    border: 1px solid #a2b7db;
    outline: none;
    margin: 0;
   
}

#topmenubar {
    min-width: 122px;
    flex:0 0 auto;
 /*   height: 46px;
    line-height: 46px;
    float: right;
    margin-top: 12px;*/

}
#topmenubar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 0px;
    border-left: 0px solid #e2e2e3;
}
#topmenubar ul li {
    display: inline-block;
    padding-left: 14px
}
#topmenubar ul a {
    display: inline-block;
    text-decoration: none;
    color: #758196;
    text-transform: uppercase;
    line-height: 40px;
}
#topmenubar ul a:hover {
    text-decoration: underline
}

#cartboxqty {
    background: #27a0d6;
    text-align: center;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    color: #fff;
}

ul.maincat {
    position: relative;
    text-align: left;
    padding: 0;
    margin: 0;
    /* padding: 15px 4px 17px 0;
    display: inline;
   */
    overflow: hidden;
    list-style: none;
}
ul.maincat li {
    font-size: 14px;
    line-height: 18px;
    color: #264884;
    /*display: inline-block;
    margin-right: -4px;*/
    position: relative;
    padding: 10px 0px;
    cursor: pointer;
    transition: all 0.2s;
}
ul.maincat li:hover {
    background: white;
    /* color: #fff;*/
}
ul.maincat li ul {
    z-index: 10050;
    padding: 0;
    position: absolute;
    top: 48px;
    left: 0;
    width: 220px;
    border: 1px solid #ddd;
    display: none;
    opacity: 0;
    background-color: white;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}
ul.maincat li ul li {
    padding: 10px 18px;
    font-weight: normal;
    margin: 0;
    background: white;
    display: block;
}
ul.maincat li ul li:hover {
    z-index: 10050;
    background: #E8F5FA
}
/*ul.maincat li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}*/

ul.maincat a {
    color: #264884;
}
ul.maincat>li>a {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    border-left: 1px solid #e2e2e3;
}
ul.maincat>li {
    padding-bottom: 6px;
    border-bottom: 4px solid transparent;
}
ul.maincat>li.current {
    border-bottom-color: rgb(238, 135, 168);
}
ul.maincat>li:first-of-type>a {
    border-left: none;
}


.material-icons {
    line-height: 40px;
    vertical-align: middle;
}

.maia-button {
    background-color: #a2b7db;
    /*#4173c9;*/
    border: 1px solid #a2b7db;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: 7px 0px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .08);
    box-sizing: border-box;
    margin: 0;
}
.maia-search-icon {
    background: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQtJREFUeNpi/P//PwMlgAmLWBQQrwDip0D8EIiXAnEgThNALkDC8//jBnPQ1IIxMicZpOrv378/du/e3R8UFBQSGRkZdvjw4alAsd9QQ0LwGbALpGLr1q3tQIdJATE7EHMAseyhQ4cmQQ1Yh8sAdqjtvz08PBTQvVlUVKQPNeA1ugEogcjIyPg/MDDwKboBvr6+MDE2fIF4AGTFnz9/EtHV/Pr1qxDqgi0EA/Hfv39fgFQCEPMDsSgQZwLFvj99+hQciOiWo0fLIjzR+B8auFL4DIC5BOTUj9BAA4V8FFQDskFg9YzEJmVgADP8R1IM5EsDuc9IMgDmCmRhJlIzDyPMJBifFrmRJAAQYABIl4BFtRdyJgAAAABJRU5ErkJggg==") center center no-repeat;
    display: block;
    text-indent: -9999px;
    width: 46px;
}
#content {
    padding-top: 15px;
    line-height: 1.4em;
    float: left;
    width: 75%;
    box-sizing: border-box;
}
#pathway {
    margin-top:-24px;
    margin-bottom: 24px;
    font-size: 12px;
    background: rgb(238, 135, 168);
    color: #fff;
    line-height: 44px;
    height: 44px;
    background-image: linear-gradient(to bottom, #ED86A7 0%, #D77A98 100%);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#pathway ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#pathway ul li {
    display: inline-block;
    line-height: 15px;
    vertical-align: baseline;
    border-left: 1px solid;
    border-color: rgba(251, 253, 254, 0.6);
}
#pathway a {
    display: inline-block;
    vertical-align: middle;
    padding-right: 12px;
    padding-left: 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.41);
    text-decoration: none;
    color: white;
    opacity: 0.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#pathway .current a, #pathway a:hover {
    opacity: 1;
}
#pathway a:hover {
    text-decoration: underline;
}
#pathway ul li.hp {
    border: none;
}
#pathway ul li.hp a {
    background: url('../img/business-unit-header-breadcrumbs-hp.png') no-repeat center;
    width: 14px;
    height: 14px;
    padding: 4px 7px 4px 4px;
    margin-bottom: 4px;
    border: none;
}
#titleholder {
    border-bottom: 1px solid #efefef;
    padding-left: 12px;
}
#titleholder h1 {
    font-weight: normal;
    font-size: 24px;
    padding: 0px 0px 20px 0;
    margin: 0
}
#leftbar {
    margin-top: 15px;
}
.footer_holder {
    background-color: #f4f4f4
}
#footer {
    padding-top: 16px;
    clear: both;
    line-height: 24px;
    padding-bottom: 16px;
    margin-bottom: 0;
}
#footer h3 {
    color: #415d82;
    padding-top: 0;
    margin: 0;
}
#footer a {
    color: #758196;
}
#footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer_bottom {
    padding: 16px;
    color: #666;
    background: #e2e2e3;
}
.footer_bottom .container {
    text-align: center;
}
UL.categories {
    margin: 0 0 10px 0px;
    padding: 0;
    list-style-type: none;
    border-left: 1px solid #EEF0F1;
    border-right: 1px solid #EEF0F1;
}
UL.categories LI {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #EEF0F1;
    border-top: none;
    background: #f8fafb;
    /*background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);*/
    background: linear-gradient(#f8fafb 0%, #fcfeff 100%);
}
UL.categories LI A {
    display: block;
    margin: 0;
    font-size: 16px;
    padding: 10px 10px 10px 25px;
    display: block;
    color: #8595a6;
}
UL.categories LI A.sel {
    border-left: 4px solid #eb7097;
    padding-left: 21px;
    box-shadow: 0 -1px 0 #f4f4f4;
    color: #e75a87;
    background: white !important;
}
.cathead {
    font-size: 16px;
    font-weight: normal;
    color: white;
    background-color: #EE87A8;
    padding: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.box .content {
    background: url(images/panel-left-bottom.gif) no-repeat bottom left;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
}
.picture {
    border: 1px solid #758196;
}
.articlelistband {
    /*float: left;
    margin-bottom: 10px;
    width: 32%;
    margin-right: 12px;*/
    background: white;
    border: 1px solid #e2e2e3
}
.articlelistcategory {
    padding: 7px 10px;
    margin-top: 1px;
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    background: #fbdbe0;
    background: rgba(226, 13, 46, 0.15);
    color: #e20d2e;
}
.articlelisthead {
    height: 90px;
    overflow: hidden;
    padding: 10px;
}
.articlelisthead h4 {
    margin: 0;
}
.articlelisthead p {
    margin: 0;
    margin-top: 4px;
}
A.articletitle {
    font-size: 20px;
    font-weight: lighter;
    color: #e20d2e;
}
.articlelistlead {
    font-size: 16px;
    line-height: 18px;
    color: #737373;
}
.lead {
    font: bold 14px/1.2em Arial;
}
.prodlist {
    background-color: white;
    box-shadow: 0 0 4px rgba(93, 93, 93, 0.15);
    border: 1px solid #dedede;
    color: #415d82;
    position: relative;
}
.col3 {
    width: 33.33333%;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
    margin-bottom: 24px;
}
.col4 {
    width: 25%;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
    margin-bottom: 24px
}
.prodlistnl3, .prodlistnl4, .grid3col, .grid4col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    margin-bottom: 20px;
}
.prodhead {
    margin: 6px;
    font-size: 16px;
}
.prodlist .price {
    margin-top: 6px;
    font-weight: normal;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 4px 4px 4px 0;
}
.prodlist .price_action {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    background-color: #fcc400;
    /*#E10019;*/
    padding: 4px;
    border-radius: 3px;
}
.prodlist .price_old {
    margin-top: 6px;
    font-weight: normal;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding-left: 4px;
    text-decoration: line-through;
}
.prodlist .action {
    color: white;
    background-color: red;
    font-weight: bold;
    font-style: italic;
}
.prodlist .th img {
    border: 0;
    width: 100%;
    height: auto;
}
.prodlist .newproduct {
    display: block;
    color: white;
    background-color: #e10019;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    top: -12px;
    left: -12px;
    border-radius: 17px;
    position: absolute;
}
.prodlist .prodage {
    display: block;
    color: #ee87a8;
    background: #fcedf2;
    background: rgba(238, 135, 168, 0.15);
    font-size: 13px;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    top: 3px;
    right: 3px;
    border-radius: 2px;
    position: absolute;
}
.prodlist .instock {
    font-size: 12px;
    color: green;
}
.prodlist .nostock {
    font-size: 12px;
    color: #bbb;
}
.tag {
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    background-color: #39A0B9;
    margin-right: 4px;
    margin-bottom: 4px;
    color: white !important
}
.tag.selected {
    background-color: #ca4b7a
}
/* brands */

.brandlist {
    display: block;
    float: left;
    height: 100px;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    color: #415d82;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 24px;
    position: relative;
}
.brandlist img {
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100px;
    max-height: 100px
}
.brandlist strong {
    font-size: 16px
}
#shoppingcart {
    border-collapse: collapse
}
#shoppingcart th {
    font-size: 10px;
    background-color: #f7dde6
}
#shoppingcart TD {
    border-bottom: 1px solid #bbb;
    padding-bottom: 6px;
    padding-top: 6px
}
#pricelabel {
    font-weight: normal;
    font-size: 10px
}
#price {
    font-weight: normal;
    font-size: 22px;
    /*color: #a20064*/
}
#price.action {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    background-color: #fcc400;
    /*#E10019;*/
    padding: 4px;
    border-radius: 3px;
}
#price-old {
    font-size: 22px;
    color: #222;
    text-decoration: line-through;
}
#action, #new {
    color: white;
    background-color: red;
    font-weight: bold;
    line-height: 24px
}
.age {
    display: block;
    color: #ee87a8;
    background: #fcedf2;
    background: rgba(238, 135, 168, 0.15);
    font-size: 14px;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
}
.product .age {
    float: right;
}
.prodlist .age {
    top: 5px;
    right: 3px;
}
.product-id {
    color: #5d80ae;
    color: rgba(65, 93, 130, 0.86);
    font-weight: lighter;
}
.proddesc {
    color: #415d82;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#selagebox {
    position: relative;
    height: 30px;
    left: 2px;
    top: 7px
}
#selagebox A, #selagebox A.sel {
    display: block;
    float: left;
    width: 35px;
    text-align: center;
    font-size: 13px;
    border-left: 1px solid #F3D6E0;
    border-right: 1px solid #F3D6E0;
    border-top: 1px solid #F3D6E0;
    margin-left: 3px;
    height: 30px;
    font-family: tahoma, verdana, arial;
}
#selagebox A.sel {
    background: #F3D6E0;
}
/*pager A20064*/

.pagerbar {
    margin-top: 1em;
    margin-bottom: 1em;
    clear: both
}
.pagerbar a {
    padding: 4px 8px 4px 8px;
    background-color: #fcedf2;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    color: #ee87a8;
}
.pagerbar a.sel {
    background-color: #EE87A8;
    ;
    color: white;
    border-radius: 2px;
    text-decoration: none;
    font-weight: bold
}
.pagerbar a:hover {
    text-decoration: none;
}
.pagerbar span {
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    color: #bbb;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
table.cart {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.article h1 {
    font-size: 26px;
}
.article .lead {
    font-size: 16px;
    font-weight: bold
}
.article .body {
    font-size: 14px;
    line-height: 18px
}
article table, .grid {
    border-collapse: collapse;
    border: 1px solid #DDDDDD;
}
article table td, article table th, .grid td, .grid th {
    border: 1px solid #DDDDDD;
    padding: 2px
}
article table th, .grid th {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
}
table.cart th {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    padding: 7px;
    font-size: 12px;
}
table.cart td {
    padding: 7px;
    border-bottom: 1px solid #DDDDDD;
}
.proddesccol p {
    border-top: 1px dotted #b3becd;
    color: #415d82;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0;
}
.proddesccol p:first-child {
    border-top: none;
    padding: 0 0 10px 0;
}
.proddesccol h3 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(65, 93, 130);
    border-bottom: 1px solid rgb(65, 93, 130);
}
.menutext, #menuholder {
    display: none
}
@media screen and (max-width: 600px) {
   /* #logo {
        position: relative;
        overflow: hidden;
        width: 60px
    }
    #logo img {
        position: absolute
    }*/
    #head {
        padding-left: 0
    }
    .cart tr {
        display: block;
        border-bottom: 1px solid #eee;
    }
    .cart td, .cart th {
        display: inline-block;
        border: none !important;
    }
    .cart th {
        display: none;
    }
    /*  ,
    .cart.product thead  */
    /*.cart .c_mf {
        display: none
    }
    .cart.product tr {
        display: block;
        border-bottom: 1px solid #eee;
    }
    .cart.product td, .cart.product th {
        display: inline-block;
        border: none;
    }
    .cart.product td:nth-child(0n+2), .cart.product th:nth-child(0n+2) {
        width: calc(100% - 70px);
    }
    .cart.product td:nth-child(n+3), .cart.product th:nth-child(n+3) {
        width: 32%;
    }
    .cart.product .mobl {
        text-align: left
    }
    .cart.product .mobc {
        text-align: center
    }
    /*.cart.product td:nth-child(0n+2),
    .cart.product td:nth-child(0n+1) {
        float: left;
    }*/
    footer span {
        display: block;
        margin-right: 0px
    }
}
@media screen and (max-width: 800px) {
    .col3, .col4, .col5 {
        width: 50%;
        padding-left: 12px;
        padding-right: 12px;
        float: left;
        margin-bottom: 24px;
    }
}
@media screen and (min-width: 800px) {
    .proddesccol {
        box-sizing: border-box;
        width: 50%;
        padding-left: 12px;
        padding-right: 12px;
        float: left;
    }
    #product_header {
        float: right;
        width: 40%;
        padding-left: 16px;
    }
    #product_photos {
        float: left;
        width: 60%;
        text-align: center;
    }
    .prodlistnl3, .grid3col {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .prodlistnl4, .grid4col {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 1059px) {
     #menuholder {
        position:absolute;
        width:100%;
        z-index:10000;
        top:64px;
    }
}
@media screen and (min-width: 1060px) {
    #head_holder {
        margin-bottom:0;
    }

    .menutext, #searchbar {
        display: inline-block;
    }
    #menuholder {
        display: block
    }
    #pathway {
        margin-top: -24px
    }
    ul.maincat {
        display: inline;
    }
    ul.maincat li {
        font-size: 16px;
        line-height: 18px;
        color: #264884;
        display: inline-block;
        margin-right: -4px;
        position: relative;
        padding: 10px 0px;
        cursor: pointer;
        transition: all 0.2s;
    }
    ul.maincat li:hover ul {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    #leftbar {
        padding-right: 12px;
        margin-top: 15px;
        clear: left;
        float: left;
        width: 25%;
    }
    .right_content {
        padding-top: 15px;
        line-height: 1.4em;
        float: left;
        width: 75%;
    }
    .hamburger {
        display: none !important
    }
    #container {
        min-height: 674px;
    }
}