﻿
@media all and (min-width: 1000px) and (max-width: 1400px) {
}

@media all and (min-width: 615px) and (max-width: 1000px) {
}

@media all and (max-width: 615px) {
}

/* MAIN SETTINGS*/

* {
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    font-family: Ubuntu Condensed;
    font-size: 10pt;
}

.textbox, .maat, .measure, .popup .content li {
    font-style: normal !important;
}

.soldout {
    /*background-color: darkred !important;*/
}

.almostsoldout {
    /*background-color: darkgreen !important;*/
}

.instock {
    /*background-color: darkgreen !important;*/
}

/* MAIN SETTINGS */

/* LAYOUT */

#footer {
    margin: 0px auto;
    width: 1400px;
    height: 55px;
    background-color: white;
}

#header {
    /*background-color: rgba(22,61,77,1);*/
    /*color: white;*/
    display: block;
    width: 100%;
    height: 40px;
}

#headercontent {
    display: block;
    width: 1400px;
    margin: 0px auto;
    position: relative;
}

#menu {
    display: block;
    width: 1400px;
    position: absolute;
    height: 22px;
    top: 10px;
    left: 0px;
    /*overflow: hidden;*/
}

#menudrop {
    display: none;
}

#quickmenu {
    display: block;
    width: 270px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 282px;
}

#search {
    display: block;
    width: 275px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 10px;
    cursor: pointer;
}

#searchsmall {
    display: none;
    width: 20px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 10px;
    cursor: pointer;
}

#banner {
    padding-top: 5px;
    position: relative;
}

#content {
    background-color: rgba(255,255,255,1);
    display: block;
    width: 1400px;
    margin: 0px auto;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: -5px;
}

#shop {
    background-color: rgba(255,255,255,1);
    display: block;
    width: 1000px;
    margin: 0px auto;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: -10px;
}

#logo {
    z-index: 100;
    display: block;
    padding: 0px;
    margin: -5px auto;
    width: 91.5%;
    min-height: 300px;
    min-width: 1400px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 400px;
}

#logosmall {
    position: absolute;
    left: -5px;
    top: 2px;
    width: 50px;
    display: none;
    height: 30px;
    cursor: pointer;
    z-index: 80;
}


#back {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center bottom;
    z-index: -2;
    background-repeat: no-repeat;
    opacity: 0.6;
}

@media all and (min-width: 1000px) and (max-width: 1400px) {

    #footer {
        width: 1000px !important;
    }

    #header {
    }

    #headercontent {
        width: 1000px !important;
    }

    #menu {
        width: 1000px !important;
    }

    #menudrop {
    }

    #quickmenu {
        width: 242px !important;
        right: 254px !important;
    }

    #search {
        width: 246px !important;
    }

    #searchsmall {
    }

    #content {
        width: 1000px !important;
    }

    #shop {
    }

    #logo {
        min-width: 1000px !important;
        min-height: 260px;
        background-size: 350px !important;
    }

    #logosmall {
    }

    #back {
    }
}

@media all and (min-width: 615px) and (max-width: 1000px) {

    #footer {
        width: 615px !important;
    }

    #header {
    }

    #headercontent {
        width: 615px !important;
    }

    #menu {
        top: 10px !important;
        width: 615px !important;
    }

    #menudrop {
    }

    #quickmenu {
        width: 172px !important;
        right: 30px !important;
    }

    #search {
        display: none !important;
    }

    #searchsmall {
        display: block !important;
    }

    #content {
        width: 615px !important;
    }

    #shop {
        width: 615px !important;
    }

    #logo {
        min-width: 615px !important;
        min-height: 230px;
        background-size: 300px !important;
    }

    #logosmall {
    }

    #back {
    }

    .nothome #logo {
    }

    .nothome #logosmall {
    }

    .nothome .menulevel0 {
        width: 430px !important;
    }
}

@media all and (max-width: 615px) {

    #footer {
        width: 320px !important;
    }

    #header {
        height: 35px !important;
    }

    #banner {
    }

    #headercontent {
        width: 320px !important;
    }

    #menu {
        display: none !important;
    }

    #menudrop {
        display: block !important;
    }

    #quickmenu {
        display: none !important;
    }

    #search {
        display: none !important;
    }

    #searchsmall {
        display: block !important;
        top: 10px !important;
    }

    #content {
        width: 320px !important;
    }

    #shop {
        width: 320px !important;
    }

    #logo {
        min-width: 320px !important;
        min-height: 200px;
        background-size: 230px !important;
    }

    #logosmall {
        top: 2px !important;
    }

    #back {
    }

    .nothome #logo {
    }

    .nothome #logosmall {
    }

    .nothome .menulevel0 {
    }
}

/* LAYOUT */

/* LOGO */

.logosmall {
    width: 60px;
    height: 30px;
    display: block;
    background-image: url(Logos/LogoSmall.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center bottom;
    cursor: pointer;
}

.logotopleft {
    background-position: left top;
}

.logotopright {
    background-position: right top;
}

.logobottomleft {
    background-position: left bottom;
}

.logobottomright {
    background-position: right bottom;
}

/* LOGO */

/* FOOTER */

#footer .block {
    width: 267px;
    height: 50px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 0.8rem;
    text-align: center;
    vertical-align: middle;
}

#footer .block1 {
}

#footer .block2 {
}

#footer .block3 {
}

#footer .block4 {
}

#footer .block5 {
}

    #footer .block5 .link {
        display: block;
        width: 280px;
        height: 50px;
        background-image: url(Logos/LogoLink.png);
        background-size: 200px;
        background-repeat: no-repeat;
        background-position: center center;
    }


.youtube {
    margin-top: 10px;
    width: 280px;
    background-color: white;
    vertical-align: middle;
}

    .youtube a {
        color: white;
        color: #333333;
        font-size: 1.2rem;
        text-transform: uppercase;
        text-decoration: none;
    }

        .youtube a img {
            vertical-align: middle;
            margin-left: 10px;
            margin-right: 10px;
            height: 30px;
        }

.facebook {
    margin-top: 10px;
    width: 280px;
    background-color: white;
    vertical-align: middle;
}

    .facebook a {
        color: white;
        color: #333333;
        font-size: 1.2rem;
        text-transform: uppercase;
        text-decoration: none;
    }

        .facebook a img {
            vertical-align: middle;
            margin-left: 10px;
            margin-right: 10px;
            height: 30px;
        }

.newsletter {
    margin-top: 10px;
    width: 280px;
    background-color: white;
    vertical-align: middle;
}

    .newsletter a {
        color: white;
        color: #333333;
        font-size: 1.2rem;
        text-transform: uppercase;
        text-decoration: none;
    }

        .newsletter a img {
            vertical-align: middle;
            margin-left: 10px;
            margin-right: 10px;
            height: 30px;
        }

@media all and (min-width: 1000px) and (max-width: 1400px) {

    #footer .block {
        width: 239px !important;
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    #footer .block1 {
    }

    #footer .block2 {
    }

    #footer .block3 {
    }

    #footer .block4 {
        display: none !important;
    }

    #footer .block5 {
    }

        #footer .block5 .link {
            width: 240px !important;
        }
}

@media all and (min-width: 615px) and (max-width: 1000px) {

    #footer .block {
        width: 196px !important;
        margin-left: 3px !important;
        margin-right: 3px !important;
    }

    #footer .block1 {
        width: 95px !important;
    }

    #footer .block2 {
        width: 95px !important;
    }

    #footer .block3 {
    }

    #footer .block4 {
        display: none !important;
    }

    #footer .block5 {
    }

        #footer .block5 .link {
            width: 190px !important;
            background-size: 180px !important;
        }
}

@media all and (max-width: 615px) {

    #footer .block {
        width: 154px !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    #footer .block1 {
        width: 55px !important;
    }

    #footer .block2 {
        width: 40px !important;
    }

    #footer .block3 {
        width: 40px !important;
    }

    #footer .block4 {
        display: none !important;
    }

    #footer .block5 {
    }

        #footer .block5 .link {
            width: 154px !important;
            background-size: 150px !important;
        }
}

/* FOOTER */

/* CAROUSEL */

.carousel {
    width: 1390px;
    margin: 5px;
    height: 392px;
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: white;
    position: relative;
}

    .carousel .slides {
        overflow: hidden;
        position: relative;
        width: 800%;
        height: 392px;
    }

        .carousel .slides .slide {
            position: relative;
            display: block;
            height: 392px;
            width: 268px;
            float: left;
            background-size: cover;
            overflow: hidden;
            margin-left: 5px;
            margin-right: 5px;
        }

        .carousel .slides .w_2 {
            width: 546px;
        }

        .carousel .slides li img {
            height: 392px;
        }

    .carousel #buttons {
        display: none;
    }

#buttons a {
    position: absolute;
    color: black;
    z-index: 10;
    height: 50px;
    width: 25px;
    top: 205px;
    background-size: 50px;
    background-repeat: no-repeat;
}

a#prev {
    left: 0px;
    background-image: url(Images/previous.png);
    background-position: left top;
}

    a#prev:hover {
    }

a#next {
    right: 0px;
    background-image: url(Images/next.png);
    background-position: right top;
}

    a#next:hover {
    }

@media all and (min-width: 1000px) and (max-width: 1400px) {

    .carousel {
        width: 992px !important;
        margin: 4px !important;
        height: 350px !important;
    }

        .carousel .slides {
            height: 350px !important;
        }

            .carousel .slides .slide {
                height: 350px !important;
                width: 240px !important;
                margin-left: 4px !important;
                margin-right: 4px !important;
            }

            .carousel .slides .w_2 {
                width: 488px !important;
            }

            .carousel .slides li img {
                height: 350px !important;
            }

        .carousel #buttons {
        }

    #buttons a {
    }

    a#prev {
    }

        a#prev:hover {
        }

    a#next {
    }

        a#next:hover {
        }
}

@media all and (min-width: 615px) and (max-width: 1000px) {

    .carousel {
        width: 609px !important;
        margin: 3px !important;
        height: 287px !important;
    }

        .carousel .slides {
            height: 287px !important;
        }

            .carousel .slides .slide {
                height: 287px !important;
                width: 197px !important;
                margin-left: 3px !important;
                margin-right: 3px !important;
            }

            .carousel .slides .w_2 {
                width: 400px !important;
            }

            .carousel .slides li img {
                height: 387px !important;
            }

        .carousel #buttons {
        }

    #buttons a {
    }

    a#prev {
    }

        a#prev:hover {
        }

    a#next {
    }

        a#next:hover {
        }
}

@media all and (max-width: 615px) {

    .carousel {
        width: 316px !important;
        margin: 2px !important;
        height: 224px !important;
    }

        .carousel .slides {
            height: 224px !important;
        }

            .carousel .slides .slide {
                height: 224px !important;
                width: 154px !important;
                margin-left: 2px !important;
                margin-right: 2px !important;
            }

            .carousel .slides .w_2 {
                width: 312px !important;
            }

            .carousel .slides li img {
                height: 224px !important;
            }

        .carousel #buttons {
        }

    #buttons a {
    }

    a#prev {
    }

        a#prev:hover {
        }

    a#next {
    }

        a#next:hover {
        }
}

/* CAROUSEL */

/* DEFAULTS */

.controlpanel {
    position: absolute;
    display: block;
    left: 0px;
    top: -1px;
    width: 200px;
    z-index: 200;
}

.controlpanelpanel {
    z-index: 200;
    float: left;
    height: 100%;
    width: 170px;
    background-color: #cccccc;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #aaaaaa;
    z-index: 201;
    display: none;
}

.controlpanelcontrol {
    z-index: 202;
}

.controlpanelshowhide {
    position: absolute;
}

    .controlpanelshowhide .hideimage {
        width: 16px;
        height: 25px;
        background-image: url(Images/Hide.png);
    }

    .controlpanelshowhide .showimage {
        width: 16px;
        height: 25px;
        background-image: url(Images/Show.png);
    }

.controlpaneltext {
    position: absolute;
    margin-top: 16px;
}

    .controlpaneltext .controlpanelimage {
        display: block;
        width: 21px;
        height: 75px;
        background-image: url(Images/Controlpanel.png);
    }

.controlpanel .button {
    display: block;
    padding: 3px;
    margin: 5px;
    width: 160px;
    border: 1px solid gray;
    background-color: transparent;
}

    .controlpanel .button:hover {
        background-color: cornflowerblue;
    }



.commandbutton {
    background-color: transparent;
}

.commandButton_text {
    background-color: transparent;
    cursor: pointer;
}

    .commandButton_text:Hover {
        text-decoration: underline;
    }

.commandButton_image {
}

.interallink a {
    cursor: pointer;
}

    .interallink a:Hover {
        text-decoration: underline;
    }

.editor {
    background-color: white;
    padding: 20px;
}

    .editor .folderselect a {
        text-decoration: none;
        padding-left: 10px;
    }

        .editor .folderselect a:hover {
            text-decoration: underline;
        }

    .editor .panel tr {
        border-style: none;
    }

    .editor .panel td {
        padding: 0px;
        width: 120px;
    }

    .editor .panel .cellmiddlecenter {
        text-align: center;
        width: 120px;
    }

.resourcemanager tr {
    display: block;
    border-top: solid 1px gray;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .resourcemanager tr td {
        padding: 0px 5px 0px 5px;
    }

/* DEFAULTS */

/* PARTCONTROLS */

.partcontrolpanel {
    z-index: 150;
    position: absolute;
    top: -5px;
    left: -5px;
    padding: 3px;
    background-color: lightgray;
    border: solid 1px darkgray;
    border-radius: 5px;
}


/* PARTLOGIN */

.partlogin {
    display: inline-block;
    vertical-align: top;
    width: 546px;
    height: 582px;
    margin-left: 10px;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

.partlogin_box {
    display: table-cell;
    padding-left: 150px;
    height: inherit;
    vertical-align: middle;
    padding-right: 20px;
    width: 506px;
}

.partlogin .title {
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.partlogin span {
    display: inline-block;
    width: 100px;
}

.partlogin .textbox {
    /*border-color: rgba(22,61,77,1);*/
    border-style: solid;
    border-width: 1px;
    /*color: rgba(22,61,77,1);*/
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 10px;
    background-color: white;
}

.partlogin .watermark {
    /*border-color: rgba(22,61,77,1);*/
    border-style: solid;
    border-width: 1px;
    /*color: rgba(22,61,77,1);*/
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
    background-color: white;
}

.partlogin .checkbox {
    /*color: rgba(22,61,77,1);*/
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-left: 100px;
}

    .partlogin .checkbox label {
        text-transform: uppercase;
        vertical-align: top;
        margin-left: 10px;
    }

.partlogin .button, .partlogin .buttoninvert {
    border-style: solid;
    border-width: 1px;
    /*border-color: rgba(17,170,214,1);*/
    /*background-color: rgba(17,170,214,1);*/
    /*color: rgba(10,68,84,1);*/
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
}

.partlogin .errormessage {
    color: darkred;
    text-transform: uppercase;
    display: block;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

@media all and (min-width: 1000px) and (max-width: 1400px) {

    .partlogin {
        width: 488px;
        height: 345px;
        margin-left: 8px !important;
        margin-top: 8px !important;
    }

    .partlogin_box {
        width: 458px;
        padding-left: 120px;
        padding-right: 15px;
    }
}

@media all and (min-width: 615px) and (max-width: 1000px) {

    .partlogin {
        width: 601px;
        height: 426px;
        margin-left: 6px;
        margin-top: 6px;
    }

    .partlogin_box {
        padding-left: 180px;
        padding-right: 10px;
        width: 581px;
    }
}

@media all and (max-width: 615px) {

    .partlogin {
        width: 310px;
        height: 220px;
        margin-left: 4px;
        margin-top: 4px;
    }

    .partlogin_box {
        width: 300px;
        padding-left: 30px;
        padding-right: 5px;
    }

    .partlogin .checkbox {
        margin-left: 0px;
    }
}

/* PARTLOGIN */

/* PARTACCOUNT */

.partrecover {
    display: inline-block;
    vertical-align: top;
    width: 546px;
    height: 582px;
    margin-left: 10px;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

.partrecover_box {
    display: table-cell;
    padding-left: 20px;
    height: inherit;
    vertical-align: middle;
    padding-right: 20px;
    width: 506px;
}

.partrecover .title {
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.partrecover .textbox {
    /*border-color: rgba(22,61,77,1);*/
    border-style: solid;
    border-width: 1px;
    /*color: rgba(22,61,77,1);*/
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
    background-color: white;
}

.partrecover .watermark {
    /*border-color: rgba(22,61,77,1);*/
    border-style: solid;
    border-width: 1px;
    /*color: rgba(22,61,77,1);*/
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
    background-color: white;
}

.partrecover .inputfieldwrapperrow td {
    padding: 3px;
}

.partrecover .button, .partaccount .buttoninvert {
    border-style: solid;
    border-width: 1px;
    /*border-color: rgba(17,170,214,1);*/
    /*background-color: rgba(17,170,214,1);*/
    /*color: rgba(10,68,84,1);*/
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
}

@media all and (min-width: 1000px) and (max-width: 1400px) {

    .partrecover {
        width: 488px;
        height: 345px;
        margin-left: 8px !important;
        margin-top: 8px !important;
    }

    .partrecover_box {
        width: 458px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (min-width: 615px) and (max-width: 1000px) {

    .partrecover {
        width: 601px;
        height: 426px;
        margin-left: 6px;
        margin-top: 6px;
    }

    .partrecover_box {
        padding-left: 10px;
        padding-right: 10px;
        width: 581px;
    }
}

@media all and (max-width: 615px) {

    .partrecover {
        width: 310px;
        height: 220px;
        margin-left: 4px;
        margin-top: 4px;
    }

    .partrecover_box {
        width: 300px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* PARTRECOVER */

/* PARTACCOUNT */

.partaccount {
    display: inline-block;
    vertical-align: top;
    width: 546px;
    height: 582px;
    margin-left: 10px;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

.partaccount_box {
    display: table-cell;
    padding-left: 20px;
    height: inherit;
    vertical-align: middle;
    padding-right: 20px;
    width: 506px;
}

.partaccount .title {
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.partaccount .textbox {
    /*border-color: rgba(22,61,77,1);*/
    border-style: solid;
    border-width: 1px;
    /*color: rgba(22,61,77,1);*/
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
    background-color: white;
}

.partaccount .inputfieldwrapperrow td {
    padding: 3px;
}

.partaccount .button, .partaccount .buttoninvert {
    border-style: solid;
    border-width: 1px;
    /*border-color: rgba(17,170,214,1);*/
    /*background-color: rgba(17,170,214,1);*/
    /*color: rgba(10,68,84,1);*/
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
}

@media all and (min-width: 1000px) and (max-width: 1400px) {

    .partaccount {
        width: 488px;
        height: 345px;
        margin-left: 8px !important;
        margin-top: 8px !important;
    }

    .partaccount_box {
        width: 458px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (min-width: 615px) and (max-width: 1000px) {

    .partaccount {
        width: 601px;
        height: 426px;
        margin-left: 6px;
        margin-top: 6px;
    }

    .partaccount_box {
        padding-left: 10px;
        padding-right: 10px;
        width: 581px;
    }
}

@media all and (max-width: 615px) {

    .partaccount {
        width: 310px;
        height: 220px;
        margin-left: 4px;
        margin-top: 4px;
    }

    .partaccount_box {
        width: 300px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* PARTACCOUNT */

.partloginname {
    display: block;
    min-height: 70px;
}

    .partloginname .text {
        text-transform: uppercase;
        font-size: 1.4rem;
        padding-left: 10px;
        padding-top: 25px;
    }

@media all and (min-width: 1000px) and (max-width: 1400px) {
    .partloginname {
        min-height: 60px;
    }

        .partloginname .text {
            font-size: 1.3rem;
            padding-left: 8px;
            padding-top: 20px;
        }
}



@media all and (min-width: 615px) and (max-width: 1000px) {
    .partloginname {
        min-height: 50px;
    }

        .partloginname .text {
            font-size: 1.2rem;
            padding-left: 6px;
            padding-top: 15px;
        }
}

@media all and (max-width: 615px) {
    .partloginname {
        min-height: 40px;
    }

        .partloginname .text {
            font-size: 1.1rem;
            padding-left: 4px;
            padding-top: 10px;
        }
}

/* PARTTEXT */

.parttext {
    display: inline-block;
    vertical-align: top;
    width: 268px;
    height: 516px;
    margin-left: 10px;
    margin-top: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
}

.parttext2 {
    display: inline-block;
    vertical-align: top;
    width: 546px;
    height: 582px;
    margin-left: 10px;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

/*.parttext2 p span {
        font-size: 1.2rem;
    }*/

.parttext2_box {
    display: table-cell;
    padding-left: 20px;
    height: inherit;
    vertical-align: middle;
    padding-right: 20px;
    width: 506px;
}

.parttext3 {
    display: inline-block;
    vertical-align: top;
    width: 1380px;
    min-height: 460px;
    margin-left: 10px;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

.parttext3_box {
    padding: 20px;
}

.c2 {
    display: inline-block;
}

.c3 {
    display: inline-block;
}

.c4 {
    display: inline-block;
}

.d3 {
    display: none;
}

.d5 {
    display: inline-block;
}

@media all and (min-width: 1000px) and (max-width: 1400px) {

    .parttext {
        width: 240px !important;
        height: 460px !important;
        margin-left: 8px !important;
        margin-top: 8px !important;
    }

    .parttext2 {
        width: 488px;
        height: 345px;
        margin-left: 8px !important;
        margin-top: 8px !important;
    }

    .parttext2_box {
        width: 458px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .parttext3 {
        width: 980px;
    }

    .c2 {
    }

    .c3 {
    }

    .c4 {
        display: none !important;
    }

    .d3 {
        display: none;
    }

    .d5 {
        display: none;
    }
}

@media all and (min-width: 615px) and (max-width: 1000px) {

    .parttext {
        width: 197px !important;
        height: 378px !important;
        margin-left: 6px !important;
        margin-top: 6px !important;
    }

    .parttext2 {
        width: 601px;
        height: 426px;
        margin-left: 6px;
        margin-top: 6px;
    }

    .parttext2_box {
        padding-left: 10px;
        padding-right: 10px;
        width: 581px;
    }

    .parttext3 {
        width: 595px;
    }

    .c2 {
    }

    .c3 {
        display: none !important;
    }

    .c4 {
        display: none !important;
    }

    .d3 {
        display: inline-block;
    }

    .d5 {
        display: inline-block;
    }
}

@media all and (max-width: 615px) {

    .parttext {
        width: 154px !important;
        height: 295px !important;
        margin-left: 4px !important;
        margin-top: 4px !important;
    }

    .parttext2 {
        width: 310px;
        height: 220px;
        margin-left: 4px;
        margin-top: 4px;
    }

        .parttext2 p span {
            font-size: 1rem;
        }

    .parttext2_box {
        padding-left: 5px;
        padding-right: 5px;
    }

    .parttext3 {
        width: 300px;
    }


    .c2 {
        display: none !important;
    }

    .c3 {
        display: none !important;
    }

    .c4 {
        display: none !important;
    }

    .d3 {
        display: none;
    }

    .d5 {
        display: none;
    }
}

/* PARTTEXT */

/* PARTSLIDER */

.home .partslider {
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
}

.partslider {
    display: inline-block;
    width: 100%;
    min-height: 300px;
    max-height: 516px;
    margin-top: 0px;
    overflow: hidden;
}

    .partslider .slider {
        position: relative;
        min-height: 300px;
        max-height: 516px;
    }

    .partslider .slides_container {
        position: absolute;
        width: 100%;
        min-height: 300px;
        max-height: 516px;
    }

    .partslider .slides_item {
        display: block;
        width: 100%;
        min-height: 300px;
        max-height: 516px;
        background-size: cover;
        background-position: center top;
    }

        .partslider .slides_item img {
        }



    .partslider .slides_container_prev {
        position: absolute;
        z-index: 50;
        left: 0px;
        top: 50%;
        margin-top: -40px;
    }

        .partslider .slides_container_prev:hover {
        }

        .partslider .slides_container_prev a {
            background-image: url(Images/sliderprevious.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 50px;
            display: block;
            height: 50px;
            width: 50px;
        }

    .partslider .slides_container_next {
        position: absolute;
        z-index: 50;
        right: 0px;
        top: 50%;
        margin-top: -40px;
    }

        .partslider .slides_container_next:hover {
        }

        .partslider .slides_container_next a {
            background-image: url(Images/slidernext.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 50px;
            display: block;
            height: 50px;
            width: 50px;
        }

    .partslider .pagination {
        display: none;
        position: relative;
        margin: -35px 400px;
        width: 200px;
        text-align: center;
        z-index: 200;
    }

        .partslider .pagination li {
            display: inline-block;
            list-style: none;
            margin: 5px;
            font-size: 0px;
        }

            .partslider .pagination li a {
                display: block;
                width: 15px;
                height: 15px;
                background-color: white;
                border: solid 2px rgba(22,61,77,1);
                border-radius: 10px;
                font-size: 0px;
            }

            .partslider .pagination li.current a {
                display: block;
                width: 15px;
                height: 15px;
                background-color: rgba(22,61,77,1);
                border: solid 2px rgba(22,61,77,1);
                border-radius: 10px;
            }

@media all and (min-width: 1000px) and (max-width: 1400px) {

    .partslider {
        min-height: 260px !important;
        max-height: 460px !important;
    }

        .partslider .slider {
            min-height: 260px !important;
            max-height: 460px !important;
        }

        .partslider .slides_container {
            min-height: 260px !important;
            max-height: 460px !important;
        }

        .partslider .slides_item {
            min-height: 260px !important;
            max-height: 460px !important;
        }

            .partslider .slides_item img {
            }

        .partslider .slides_container_prev {
        }

            .partslider .slides_container_prev:hover {
            }

            .partslider .slides_container_prev a {
            }

        .partslider .slides_container_next {
        }

            .partslider .slides_container_next:hover {
            }

            .partslider .slides_container_next a {
            }

        .partslider .pagination {
        }

            .partslider .pagination li {
            }

                .partslider .pagination li a {
                }

                .partslider .pagination li.current a {
                }
}

@media all and (min-width: 615px) and (max-width: 1000px) {

    .partslider {
        min-height: 230px !important;
        max-height: 378px !important;
    }

        .partslider .slider {
            min-height: 230px !important;
            max-height: 378px !important;
        }

        .partslider .slides_container {
            min-height: 230px !important;
            max-height: 378px !important;
        }

        .partslider .slides_item {
            min-height: 160px !important;
            max-height: 378px !important;
        }

            .partslider .slides_item img {
            }

        .partslider .slides_container_prev {
        }

            .partslider .slides_container_prev:hover {
            }

            .partslider .slides_container_prev a {
            }

        .partslider .slides_container_next {
        }

            .partslider .slides_container_next:hover {
            }

            .partslider .slides_container_next a {
            }

        .partslider .pagination {
        }

            .partslider .pagination li {
            }

                .partslider .pagination li a {
                }

                .partslider .pagination li.current a {
                }
}

@media all and (max-width: 615px) {

    .partslider {
        min-height: 200px !important;
        max-height: 295px !important;
    }

        .partslider .slider {
            min-height: 200px !important;
            max-height: 295px !important;
        }

        .partslider .slides_container {
            min-height: 200px !important;
            max-height: 295px !important;
        }

        .partslider .slides_item {
            min-height: 200px !important;
            max-height: 295px !important;
        }

            .partslider .slides_item img {
            }

        .partslider .slides_container_prev {
        }

            .partslider .slides_container_prev:hover {
            }

            .partslider .slides_container_prev a {
            }

        .partslider .slides_container_next {
        }

            .partslider .slides_container_next:hover {
            }

            .partslider .slides_container_next a {
            }

        .partslider .pagination {
        }

            .partslider .pagination li {
            }

                .partslider .pagination li a {
                }

                .partslider .pagination li.current a {
                }
}



.partslider2 {
    display: inline-block;
    width: 824px;
    height: 582px;
    margin-left: 10px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 5px;
}

    .partslider2 .slider {
        position: relative;
        width: 824px;
        height: 582px;
    }

    .partslider2 .slides_container {
        position: absolute;
        width: 824px;
        height: 582px;
    }

    .partslider2 .slides_item {
        display: block;
        width: 824px;
        height: 582px;
        /*background-size: cover;*/
        /*background-position: center top;*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .partslider2 .slides_item img {
        }



    .partslider2 .slides_container_prev {
        position: absolute;
        z-index: 50;
        left: 0px;
        top: 50%;
        margin-top: -40px;
    }

        .partslider2 .slides_container_prev:hover {
        }

        .partslider2 .slides_container_prev a {
            background-image: url(Images/sliderprevious.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 50px;
            display: block;
            height: 50px;
            width: 50px;
        }

    .partslider2 .slides_container_next {
        position: absolute;
        z-index: 50;
        right: 0px;
        top: 50%;
        margin-top: -40px;
    }

        .partslider2 .slides_container_next:hover {
        }

        .partslider2 .slides_container_next a {
            background-image: url(Images/slidernext.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 50px;
            display: block;
            height: 50px;
            width: 50px;
        }

    .partslider2 .pagination {
        display: none;
        position: relative;
        margin: -35px 315px;
        width: 200px;
        text-align: center;
        z-index: 200;
    }

        .partslider2 .pagination li {
            display: inline-block;
            list-style: none;
            margin: 5px;
            font-size: 0px;
        }

            .partslider2 .pagination li a {
                display: block;
                width: 15px;
                height: 15px;
                background-color: white;
                border: solid 2px rgba(22,61,77,1);
                border-radius: 10px;
                font-size: 0px;
            }

            .partslider2 .pagination li.current a {
                display: block;
                width: 15px;
                height: 15px;
                background-color: rgba(22,61,77,1);
                border: solid 2px rgba(22,61,77,1);
                border-radius: 10px;
            }

@media all and (min-width: 1000px) and (max-width: 1400px) {

    .partslider2 {
        height: 345px;
        width: 488px;
        margin-left: 8px;
        margin-top: 9px;
    }

        .partslider2 .slider {
            height: 345px;
            width: 488px;
        }

        .partslider2 .slides_container {
            height: 345px;
            width: 488px;
        }

        .partslider2 .slides_item {
            height: 345px;
            width: 488px;
        }

            .partslider2 .slides_item img {
            }

        .partslider2 .slides_container_prev {
        }

            .partslider2 .slides_container_prev:hover {
            }

            .partslider2 .slides_container_prev a {
            }

        .partslider2 .slides_container_next {
        }

            .partslider2 .slides_container_next:hover {
            }

            .partslider2 .slides_container_next a {
            }

        .partslider2 .pagination {
            margin: -35px 146px;
        }

            .partslider2 .pagination li {
            }

                .partslider2 .pagination li a {
                }

                .partslider2 .pagination li.current a {
                }
}

@media all and (min-width: 615px) and (max-width: 1000px) {

    .partslider2 {
        height: 426px;
        width: 603px;
        margin-left: 6px;
        margin-top: 6px;
    }

        .partslider2 .slider {
            height: 426px;
            width: 603px;
        }

        .partslider2 .slides_container {
            height: 426px;
            width: 603px;
        }

        .partslider2 .slides_item {
            height: 426px;
            width: 603px;
        }

            .partslider2 .slides_item img {
            }

        .partslider2 .slides_container_prev {
        }

            .partslider2 .slides_container_prev:hover {
            }

            .partslider2 .slides_container_prev a {
            }

        .partslider2 .slides_container_next {
        }

            .partslider2 .slides_container_next:hover {
            }

            .partslider2 .slides_container_next a {
            }

        .partslider2 .pagination {
            margin: -35px -2px;
        }

            .partslider2 .pagination li {
            }

                .partslider2 .pagination li a {
                }

                .partslider2 .pagination li.current a {
                }
}

@media all and (max-width: 615px) {

    .partslider2 {
        height: 220px;
        width: 312px;
        margin-left: 4px;
        margin-top: 4px;
    }

        .partslider2 .slider {
            height: 220px;
            width: 312px;
        }

        .partslider2 .slides_container {
            height: 220px;
            width: 312px;
        }

        .partslider2 .slides_item {
            height: 220px;
            width: 312px;
        }

            .partslider2 .slides_item img {
            }

        .partslider2 .slides_container_prev {
        }

            .partslider2 .slides_container_prev:hover {
            }

            .partslider2 .slides_container_prev a {
            }

        .partslider2 .slides_container_next {
        }

            .partslider2 .slides_container_next:hover {
            }

            .partslider2 .slides_container_next a {
            }

        .partslider2 .pagination {
        }

            .partslider2 .pagination li {
            }

                .partslider2 .pagination li a {
                }

                .partslider2 .pagination li.current a {
                }
}

/* PARTSLIDER */

/* PARTFORM */

.partform {
    display: inline-block;
    vertical-align: top;
    width: 546px;
    min-height: 582px;
    margin-left: 10px;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

.partform_box {
    display: table-cell;
    padding-left: 20px;
    min-height: inherit;
    vertical-align: middle;
    padding-right: 20px;
    width: 506px;
}

.partform .title {
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.partform .button, .partform .buttoninvert {
    /*background-color: rgba(22,61,77, 1);*/
    /*color: white;*/
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin: 5px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    text-align: right;
    padding-top: 0px;
    padding-right: 10px;
    font-size: 1.5rem;
    text-transform: uppercase;
    cursor: pointer;
}

.partform .propertyeditor_item {
    display: block;
    margin: 10px;
}

.partform .propertyeditor_item_description {
    display: inline-block;
    width: 100px;
}

.partform .propertyeditor_item_value {
    display: inline-block;
}

.partform .textbox {
    border-width: 1px;
    border-style: solid;
    margin-right: 5px;
    width: 210px;
}

.partform .dropdown {
    border-width: 1px;
    border-style: solid;
    margin-right: 5px;
    min-width: 30px;
}

.partform .t10 {
    width: 40px !important;
}

.partform .t25 {
    width: 100px !important;
}

.partform .textboxerror {
    border-color: darkred;
    border-width: 1px;
    border-style: solid;
    margin-right: 5px;
    width: 210px;
    background-color: rgba(255,0,0,0.1);
}

.partform .propertyeditor_hasrequired {
    display: block;
    margin-left: 110px;
}

.partform .btnsend {
    margin-left: 110px;
}

@media all and (min-width: 1000px) and (max-width: 1400px) {

    .partform {
        width: 488px;
        min-height: 345px;
        margin-left: 8px !important;
        margin-top: 8px !important;
    }

    .partform_box {
        width: 458px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (min-width: 615px) and (max-width: 1000px) {
    .partform {
        width: 601px;
        min-height: 426px;
        margin-left: 6px;
        margin-top: 6px;
    }

    .partform_box {
        padding-left: 10px;
        padding-right: 10px;
        width: 581px;
    }

    .partform .propertyeditor_hasrequired {
        display: block;
        margin-left: 10px;
    }

    .partform .btnsend {
        margin-left: 10px;
    }
}

@media all and (max-width: 615px) {
    .partform {
        width: 310px;
        min-height: 220px;
        margin-left: 4px;
        margin-top: 4px;
    }

    .partform_box {
        width: 300px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .partform .propertyeditor_hasrequired {
        display: block;
        margin-left: 5px;
    }

    .partform .propertyeditor_item {
        display: block;
        margin: 5px;
    }

    .partform .btnsend {
        margin-left: 5px;
    }
}

/* PARTFORM */

/* PARTCATALOG */

.partcatalog {
    display: block;
    margin-top: 5px;
    width: 100%;
    margin-left: 1px;
}

    .partcatalog .empty {
        display: block;
        width: 100%;
        padding: 50px;
        font-size: 1.2rem;
    }

    .partcatalog .searchcount {
        display: block;
        width: 100%;
        padding: 15px;
        font-size: 1.2rem;
    }

    .partcatalog .product {
        vertical-align: top;
        display: inline-block;
        width: 259px;
        height: 461px;
        margin-left: 16px;
        margin-top: 16px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

    .partcatalog .productimage {
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        width: 257px;
        height: 431px;
        overflow: hidden;
        border-style: solid;
        border-width: 1px;
        /*border-color: gray;*/
        background-size: 257px;
        background-repeat: no-repeat;
        background-position: center top;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        cursor: pointer;
    }

    .partcatalog .productimage2 {
        display: block;
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 257px;
        height: 431px;
        overflow: hidden;
        border-style: solid;
        border-width: 1px;
        /*border-color: gray;*/
        background-size: 257px;
        background-repeat: no-repeat;
        background-position: center top;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        cursor: pointer;
    }

    .partcatalog .discount {
        /*border-radius: 50px;
            display: block;
            padding: 10px;
            max-width: 40px;
            background-color: white;
            z-index: 800;
            position: absolute;
            top: 10px;
            right: 10px;
            color: rgba(22,61,77,1);
            text-transform: uppercase;
            text-align: center;
            border: solid 1px rgba(22,61,77,1);*/

        background: darkred;
        width: 100%;
        height: 25px;
        color: white;
        text-align: center;
        position: absolute;
        transform: rotate(-45deg);
        left: -100px;
        top: 15px;
            }
    
    .partcatalog .discount span {
        font-size: 1.5rem;
    }

    .partcatalog .discountcirkle {
        /*border-radius: 50px;
            display: block;
            padding: 10px;
            max-width: 40px;
            background-color: white;
            z-index: 800;
            position: absolute;
            top: 10px;
            right: 10px;
            color: rgba(22,61,77,1);
            text-transform: uppercase;
            text-align: center;
            border: solid 1px rgba(22,61,77,1);
            display: none;*/
        display: none;
        position: absolute;
        top: -100px;
    }

    .partcatalog .discountcirkle span {
        font-size: 1.5rem;
    }

    .partcatalog .productsquare {
        height: 287px;
    }

    .partcatalog .productimagesquare {
        height: 257px;
        background-position: center center !important;
    }

    .partcatalog .productname {
        font-size: 1.2rem;
        display: block;
        width: 259px;
        height: 20px;
        text-align: center;
        position: absolute;
        bottom: 0px;
        vertical-align: middle;
    }

        .partcatalog .productname:before {
            position: absolute;
            content: '';
            display: inline-block;
            width: 30px;
            top: -2px;
            left: 10px;
            height: 18px;
          /*  background-image: url(Logos/LogoSmall2.png);  uitgezet door bart op 9/1/2018*/
            background-position: left 1px;
            background-repeat: no-repeat;
            background-size: 30px;
        }

    .partcatalog .productmeasures {
        /*background-color: rgba(128,152,159, 0.7);*/
        display: block;
        display: none;
        width: 253px;
        text-align: center;
        position: absolute;
        bottom: 30px;
        vertical-align: middle;
        padding: 3px;
        cursor: pointer;
    }

        .partcatalog .productmeasures .name {
            font-size: 1rem;
            display: block;
        }

        .partcatalog .productmeasures .measures {
            width: 100%;
            display: block;
        }

        .partcatalog .productmeasures .measure {
            /*color: white;*/
            /*background-color: rgba(22,61,77,1);*/
            margin: 2px;
            font-size: 1rem;
            display: inline-block;
            padding: 2px 5px 2px 5px;
            border-radius: 15px;
            min-width: 16px;
        }

    .partcatalog .productwheretobuy {
        /*background-color: rgba(22,60,71, 1);*/
        /*color: white;*/
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        display: none;
        width: 259px;
        height: 30px;
        text-align: center;
        position: absolute;
        bottom: 0px;
        vertical-align: middle;
        cursor: pointer;
    }

        .partcatalog .productwheretobuy span {
            text-transform: uppercase;
            display: inline-block;
            padding: 4px;
            margin-left: 15px;
            font-size: 1.4rem;
        }

@media all and (min-width: 1000px) and (max-width: 1400px) {

    .partcatalog {
    }

        .partcatalog .product {
            width: 235px !important;
            height: 421px !important;
            margin-left: 12px !important;
            margin-top: 12px !important;
        }

        .partcatalog .productimage {
            background-size: 233px;
            width: 233px !important;
            height: 391px !important;
        }

        .partcatalog .productimage2 {
            background-size: 233px;
            width: 233px !important;
            height: 391px !important;
        }

        .partcatalog .productsquare {
            height: 265px !important;
        }

        .partcatalog .productimagesquare {
            height: 233px !important;
        }

        .partcatalog .productname {
            width: 235px !important;
        }

            .partcatalog .productname:before {
            }

        .partcatalog .productmeasures {
            width: 229px !important;
        }

            .partcatalog .productmeasures .name {
            }

            .partcatalog .productmeasures .measures {
            }

            .partcatalog .productmeasures .measure {
            }

        .partcatalog .productwheretobuy {
            width: 235px !important;
        }

            .partcatalog .productwheretobuy span {
            }
}

@media all and (min-width: 615px) and (max-width: 1000px) {


    .partcatalog {
    }

        .partcatalog .product {
            width: 193px !important;
            height: 354px !important;
            margin-left: 8px !important;
            margin-top: 8px !important;
        }

        .partcatalog .productimage {
            background-size: 193px;
            width: 193px !important;
            height: 324px !important;
        }

        .partcatalog .productimage2 {
            background-size: 193px;
            width: 193px !important;
            height: 324px !important;
        }

        .partcatalog .productsquare {
            height: 223px !important;
        }

        .partcatalog .productimagesquare {
            height: 193px !important;
        }

        .partcatalog .productname {
            width: 193px !important;
        }

            .partcatalog .productname:before {
            }

        .partcatalog .productmeasures {
            width: 189px !important;
        }

            .partcatalog .productmeasures .name {
            }

            .partcatalog .productmeasures .measures {
            }

            .partcatalog .productmeasures .measure {
            }

        .partcatalog .productwheretobuy {
            width: 195px !important;
        }

            .partcatalog .productwheretobuy span {
            }
}

@media all and (max-width: 615px) {

    .partcatalog {
    }

        .partcatalog .product {
            width: 150px !important;
            height: 282px !important;
            margin-left: 6px !important;
            margin-top: 6px !important;
        }

        .partcatalog .productimage {
            background-size: 150px;
            width: 150px !important;
            height: 252px !important;
        }

        .partcatalog .productimage2 {
            background-size: 150px;
            width: 150px !important;
            height: 252px !important;
        }

        .partcatalog .productsquare {
            height: 180px !important;
        }

        .partcatalog .productimagesquare {
            height: 150px !important;
        }

        .partcatalog .productname {
            width: 150px !important;
        }

            .partcatalog .productname:before {
                display: none !important;
            }

        .partcatalog .productmeasures {
            width: 146px !important;
        }

            .partcatalog .productmeasures .name {
            }

            .partcatalog .productmeasures .measures {
            }

            .partcatalog .productmeasures .measure {
            }

        .partcatalog .productwheretobuy {
            width: 152px !important;
        }

            .partcatalog .productwheretobuy span {
            }
}

/* PARTCATALOG */

/* PARTPRODUCT */

.partproduct {
}

.partproduct_box {
}

.partproduct .crumble {
    display: none;
    position: relative;
    padding-top: 3px;
    /*margin-bottom: 5px;*/
}

    .partproduct .crumble .link {
        /*color: rgba(22,61,77,1);*/
        padding: 5px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .partproduct .crumble .link:last-child {
            color: darkgray;
        }

.partproduct .navigator {
    /*position: absolute;*/
    display: block;
    /*left: 50%;
    margin-left: -150px;*/
    width: 400px;
    margin-left: 104px;
    text-align: center;
}

    .partproduct .navigator .button {
        background-color: transparent;
        font-size: 1.4rem;
        text-transform: uppercase;
        border-style: none;
        display: inline-block;
        height: 25px;
        background-repeat: no-repeat;
        background-size: 20px;
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
    }

    .partproduct .navigator .next {
        background-image: url(Images/next.png);
        background-position: bottom right;
        padding-right: 20px;
        width: 60px;
        float: right;
    }

    .partproduct .navigator .previous {
        background-image: url(Images/previous.png);
        background-position: bottom left;
        padding-left: 20px;
        width: 90px;
        float: left;
    }


.partproduct .product {
    padding: 10px;
    padding-top: 5px;
}

.partproduct .images {
    display: inline-block;
    width: 600px;
    position: relative;
    vertical-align: top;
}

    .partproduct .images .productimage {
        /*border: solid 1px gray;*/
        border-style: solid;
        border-width: 1px;
        display: inline-block;
        width: 384px;
        height: 645px;
        background-repeat: no-repeat;
        background-size: 384px;
        background-position: center top;
        position: relative;
        border-radius: 5px;
        cursor: pointer;
    }

    .partproduct .images .productimagesquare {
        height: 384px;
        background-position: center center !important;
    }

    .partproduct .images .productimage .zoom {
        color: white;
        text-transform: uppercase;
        /*background-color: rgba(22,60,71, 1);*/
        /* border-bottom-left-radius: 4px;
        border-top-right-radius: 4px;*/
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        display: block;
        width: 70px;
        height: 25px;
        text-align: right;
        position: absolute;
        /*      bottom: 0px;*/
        left: 0px;
        padding-top: 6px;
        padding-right: 10px;
        cursor: pointer;
        background-image: url(Images/zoom.png);
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 20px;
    }

.partproduct .thumbs {
    background-color: white;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    display: inline-block;
    text-align: center;
    width: 100px;
    padding-right: 8px;
}

    .partproduct .thumbs .title {
        color: darkgray;
        text-transform: uppercase;
        font-size: 1.1rem;
    }

.partproduct .thumbimages {
    display: inline-block;
}

.partproduct .thumbs .image {
    display: block;
    width: 96px;
    height: 161px;
    border: solid 1px darkgray;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 96px;
    background-position: center top;
    margin: 8px 0px 0px 0px;
    border-radius: 5px;
}

.showpolleke {
    cursor: pointer;
}

.partproduct .thumbs .imagesquare {
    height: 96px;
    background-position: center center !important;
}

.partproduct .info {
    display: inline-block;
    width: 780px;
    position: relative;
}

    .partproduct .info .producttitle {
        /*color: rgba(22,61,77,1);*/
        font-size: 1.6rem;
        padding: 5px;
    }

    .partproduct .info .params .param {
        display: block;
        padding: 5px;
    }

        .partproduct .info .params .param .key {
            color: darkgray;
            text-transform: uppercase;
            font-size: 1.1rem;
            display: inline-block;
            width: 100px;
        }

        .partproduct .info .params .param .value {
            font-size: 1.1rem;
            color: #444444;
            display: inline-block;
        }

    .partproduct .info .params .measures {
        display: inline-block;
    }

    .partproduct .info .params .measure {
        /*background-color: rgba(22,61,77,1);*/
        color: white;
        border-radius: 15px;
        text-align: center;
        margin: 2px;
        font-size: 1.1rem;
        display: inline-block;
        padding: 4px;
        min-width: 16px;
    }

.partproduct .actionbuttons {
}

.partproduct .wheretobuy {
    /*background-color: rgba(22,61,77,1);*/
    /*color: white;*/
    border-radius: 5px;
    text-transform: uppercase;
    border-style: none;
    margin: 5px;
    display: block;
    width: 250px;
    height: 45px;
    text-align: right;
    padding-top: 0px;
    padding-right: 10px;
    font-size: 1.5rem;
    background-image: url(Images/bag_circle.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 10px center;
    cursor: pointer;
}

.partproduct .productorderbutton {
    /*background-color: rgba(22,61,77,1);*/
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
    border-style: none;
    margin: 5px;
    display: block;
    width: 280px;
    height: 45px;
    text-align: right;
    padding-top: 0px;
    padding-right: 10px;
    font-size: 1.5rem;
    background-image: url(Images/bag_circle.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 10px center;
    cursor: pointer;
}

.partproduct .viewothercolors {
    padding: 5px;
}

    .partproduct .viewothercolors .title {
        text-transform: uppercase;
        color: darkgray;
        font-size: 1.1rem;
    }


    .partproduct .viewothercolors .colorimages {
    }


        .partproduct .viewothercolors .colorimages .image {
            border: solid 1px darkgray;
            border-radius: 5px;
            display: inline-block;
            width: 96px;
            height: 161px;
            background-color: white;
            background-repeat: no-repeat;
            background-size: 96px;
            background-position: center top;
            margin-right: 4px;
            margin-top: 4px;
            cursor: pointer;
        }

        .partproduct .viewothercolors .colorimages .imagesquare {
            height: 96px;
            background-position: center center !important;
        }

.partproduct .combinationadvice {
    padding: 5px;
}

    .partproduct .combinationadvice .title {
        text-transform: uppercase;
        color: darkgray;
        font-size: 1.1rem;
    }


    .partproduct .combinationadvice .combiimages {
    }


        .partproduct .combinationadvice .combiimages .image {
            border: solid 1px darkgray;
            border-radius: 5px;
            display: inline-block;
            width: 96px;
            height: 161px;
            border: solid 1px darkgray;
            background-color: white;
            background-repeat: no-repeat;
            background-size: 96px;
            background-position: center top;
            margin: 4px;
            cursor: pointer;
        }

        .partproduct .combinationadvice .combiimages .imagesquare {
            height: 96px;
            background-position: center center !important;
        }

@media all and (min-width: 1000px) and (max-width: 1400px) {

    .partproduct {
    }


        .partproduct .navigator {
            /*position: absolute;*/
            display: block;
            /*left: 50%;
    margin-left: -150px;*/
            width: 400px;
            margin-left: 104px;
            text-align: center;
        }

            .partproduct .navigator .button {
                background-color: transparent;
                font-size: 1.4rem;
                text-transform: uppercase;
                border-style: none;
                display: inline-block;
                height: 25px;
                background-repeat: no-repeat;
                background-size: 20px;
                cursor: pointer;
                margin-left: 5px;
                margin-right: 5px;
            }

            .partproduct .navigator .next {
                background-image: url(Images/next.png);
                background-position: bottom right;
                padding-right: 20px;
                width: 60px;
                float: right;
            }

            .partproduct .navigator .previous {
                background-image: url(Images/previous.png);
                background-position: bottom left;
                padding-left: 20px;
                width: 90px;
                float: left;
            }

        .partproduct .crumble {
        }

            .partproduct .crumble .link {
            }

                .partproduct .crumble .link:last-child {
                }


            .partproduct .crumble .navigator {
                left: 520px;
            }

        .partproduct .product {
        }

        .partproduct .images {
            width: 500px !important;
        }

            .partproduct .images .productimage {
                background-size: 384px;
                width: 384px !important;
                height: 645px !important;
            }

            .partproduct .images .productimagesquare {
                height: 384px !important;
            }

            .partproduct .images .productimage .zoom {
            }

        .partproduct .thumbs {
            width: 100px !important;
            padding: 6px !important;
        }

            .partproduct .thumbs .title {
            }

            .partproduct .thumbs .images {
            }

            .partproduct .thumbs .image {
                background-size: 96px;
                width: 96px !important;
                height: 161px !important;
            }

            .partproduct .thumbs .imagesquare {
                height: 96px !important;
            }

        .partproduct .info {
            width: 460px !important;
            margin-left: 10px !important;
        }

            .partproduct .info .producttitle {
            }

            .partproduct .info .params .param {
            }

                .partproduct .info .params .param .key {
                }

                .partproduct .info .params .param .value {
                }

            .partproduct .info .params .measures {
            }

            .partproduct .info .params .measure {
            }

        .partproduct .actionbuttons {
        }

        .partproduct .wheretobuy {
        }

        .partproduct .productorderbutton {
        }

        .partproduct .viewothercolors {
            padding: 5px;
        }

            .partproduct .viewothercolors .title {
                text-transform: uppercase;
                color: darkgray;
            }


            .partproduct .viewothercolors .colorimages {
            }


                .partproduct .viewothercolors .colorimages .image {
                    border: solid 1px darkgray;
                    border-radius: 5px;
                    display: inline-block;
                    width: 96px;
                    height: 161px;
                    background-color: white;
                    background-repeat: no-repeat;
                    background-size: 96px;
                    background-position: center top;
                    margin-right: 4px;
                    margin-top: 4px;
                    cursor: pointer;
                }

                .partproduct .viewothercolors .colorimages .imagesquare {
                    height: 96px;
                    background-position: center center !important;
                }

        .partproduct .combinationadvice {
            padding: 5px;
        }

            .partproduct .combinationadvice .title {
                text-transform: uppercase;
                color: darkgray;
            }


            .partproduct .combinationadvice .combiimages {
            }


                .partproduct .combinationadvice .combiimages .image {
                    border: solid 1px darkgray;
                    border-radius: 5px;
                    display: inline-block;
                    width: 96px;
                    height: 161px;
                    border: solid 1px darkgray;
                    background-color: white;
                    background-repeat: no-repeat;
                    background-size: 96px;
                    background-position: center top;
                    margin: 4px;
                    cursor: pointer;
                }

                .partproduct .combinationadvice .combiimages .imagesquare {
                    height: 96px;
                    background-position: center center !important;
                }
}

@media all and (min-width: 615px) and (max-width: 1000px) {

    .partproduct {
    }

        .partproduct .navigator {
            /*position: absolute;*/
            display: block;
            /*left: 50%;
    margin-left: -150px;*/
            width: 316px;
            margin-left: 84px;
            text-align: center;
        }

            .partproduct .navigator .button {
                background-color: transparent;
                font-size: 1.2rem;
                text-transform: uppercase;
                border-style: none;
                display: inline-block;
                height: 25px;
                background-repeat: no-repeat;
                background-size: 20px;
                cursor: pointer;
                margin-left: 5px;
                margin-right: 5px;
            }

            .partproduct .navigator .next {
                background-image: url(Images/next.png);
                background-position: bottom right;
                padding-right: 20px;
                width: 60px;
                float: right;
            }

            .partproduct .navigator .previous {
                background-image: url(Images/previous.png);
                background-position: bottom left;
                padding-left: 20px;
                width: 90px;
                float: left;
            }

        .partproduct .crumble {
        }

            .partproduct .crumble .link {
            }

                .partproduct .crumble .link:last-child {
                }

            .partproduct .crumble .navigator {
                left: 480px;
            }

            .partproduct .crumble .navigator {
                margin-right: 0px;
            }

        .partproduct .product {
        }

        .partproduct .images {
            width: 600px !important;
        }

            .partproduct .images .productimage {
                background-size: 300px;
                width: 300px !important;
                height: 504px !important;
            }

            .partproduct .images .productimagesquare {
                height: 300px !important;
            }

            .partproduct .images .productimage .zoom {
            }

        .partproduct .thumbs {
            width: 80px !important;
            padding: 6px !important;
        }

            .partproduct .thumbs .title {
            }

            .partproduct .thumbs .images {
            }

            .partproduct .thumbs .image {
                background-size: 72px;
                width: 72px !important;
                height: 120px !important;
            }

            .partproduct .thumbs .imagesquare {
                height: 72px !important;
            }

        .partproduct .info {
            width: 550px !important;
            margin-left: 90px !important;
        }

            .partproduct .info .producttitle {
            }

            .partproduct .info .params .param {
            }

                .partproduct .info .params .param .key {
                }

                .partproduct .info .params .param .value {
                }

            .partproduct .info .params .measures {
            }

            .partproduct .info .params .measure {
            }

        .partproduct .actionbuttons {
        }

        .partproduct .wheretobuy {
        }

        .partproduct .productorderbutton {
        }

        .partproduct .viewothercolors {
            padding: 5px;
        }

            .partproduct .viewothercolors .title {
                text-transform: uppercase;
                color: darkgray;
            }


            .partproduct .viewothercolors .colorimages {
            }


                .partproduct .viewothercolors .colorimages .image {
                    border: solid 1px darkgray;
                    border-radius: 5px;
                    display: inline-block;
                    width: 72px;
                    height: 120px;
                    background-color: white;
                    background-repeat: no-repeat;
                    background-size: 72px;
                    background-position: center top;
                    margin-right: 4px;
                    margin-top: 4px;
                    cursor: pointer;
                }

                .partproduct .viewothercolors .colorimages .imagesquare {
                    height: 72px;
                    background-position: center center !important;
                }

        .partproduct .combinationadvice {
            padding: 5px;
        }

            .partproduct .combinationadvice .title {
                text-transform: uppercase;
                color: darkgray;
            }


            .partproduct .combinationadvice .combiimages {
            }


                .partproduct .combinationadvice .combiimages .image {
                    border: solid 1px darkgray;
                    border-radius: 5px;
                    display: inline-block;
                    width: 72px;
                    height: 120px;
                    border: solid 1px darkgray;
                    background-color: white;
                    background-repeat: no-repeat;
                    background-size: 72px;
                    background-position: center top;
                    margin: 4px;
                    cursor: pointer;
                }

                .partproduct .combinationadvice .combiimages .imagesquare {
                    height: 72px;
                    background-position: center center !important;
                }
}

@media all and (max-width: 615px) {

    .partproduct {
    }

        .partproduct .navigator {
            /*position: absolute;*/
            display: block;
            /*left: 50%;
    margin-left: -150px;*/
            width: 242px;
            margin-left: 80px;
            text-align: center;
        }

            .partproduct .navigator .button {
                background-color: transparent;
                font-size: 1.0rem;
                text-transform: uppercase;
                border-style: none;
                display: inline-block;
                height: 25px;
                background-repeat: no-repeat;
                background-size: 20px;
                cursor: pointer;
                margin-left: 5px;
                margin-right: 5px;
            }

            .partproduct .navigator .next {
                background-image: url(Images/next.png);
                background-position: bottom right;
                padding-right: 20px;
                width: 60px;
                float: right;
            }

            .partproduct .navigator .previous {
                background-image: url(Images/previous.png);
                background-position: bottom left;
                padding-left: 20px;
                width: 90px;
                float: left;
            }

        .partproduct .crumble {
        }

            .partproduct .crumble .link {
            }

                .partproduct .crumble .link:last-child {
                }

            .partproduct .crumble .navigator {
                left: 270px;
            }

                .partproduct .crumble .navigator .button {
                    width: 20px;
                    margin-right: 0px;
                    margin-left: 5px;
                }

        .partproduct .product {
            padding: 0px;
        }

        .partproduct .images {
            width: 320px;
        }

            .partproduct .images .productimage {
                background-size: 230px;
                width: 230px !important;
                height: 386px !important;
            }

            .partproduct .images .productimagesquare {
                height: 300px !important;
            }

            .partproduct .images .productimage .zoom {
            }

        .partproduct .thumbs {
            width: 80px !important;
            padding-right: 6px !important;
        }

            .partproduct .thumbs .title {
            }

            .partproduct .thumbs .images {
            }

            .partproduct .thumbs .image {
                background-size: 72px;
                width: 72px !important;
                height: 120px !important;
            }

            .partproduct .thumbs .imagesquare {
                height: 72px !important;
            }

        .partproduct .info {
            width: 100% !important;
            margin-left: 0px !important;
        }

            .partproduct .info .producttitle {
            }

            .partproduct .info .params .param {
            }

                .partproduct .info .params .param .key {
                }

            .partproduct .info .params .size .key {
                display: none !important;
            }

            .partproduct .info .params .param .value {
            }

            .partproduct .info .params .measures {
            }

            .partproduct .info .params .measure {
            }

        .partproduct .actionbuttons {
        }

        .partproduct .wheretobuy {
        }

        .partproduct .productorderbutton {
            width: 305px !important;
        }

        .partproduct .viewothercolors {
            padding: 5px;
        }

            .partproduct .viewothercolors .title {
            }




            .partproduct .viewothercolors .colorimages .image {
                background-size: 72px;
                height: 120px;
                width: 72px;
                margin-left: 0px !important;
                margin-bottom: 0px !important;
                margin-right: 2px !important;
                margin-top: 2px !important;
            }

            .partproduct .viewothercolors .colorimages .imagesquare {
                background-size: 72px;
                height: 72px;
                margin-left: 0px !important;
                margin-bottom: 0px !important;
                margin-right: 2px !important;
                margin-top: 2px !important;
            }

        .partproduct .combinationadvice {
            padding: 5px;
        }

            .partproduct .combinationadvice .title {
            }

            .partproduct .combinationadvice .combiimages .image {
                background-size: 72px;
                height: 120px;
                width: 72px;
                margin-left: 0px !important;
                margin-bottom: 0px !important;
                margin-right: 2px !important;
                margin-top: 2px !important;
            }

            .partproduct .combinationadvice .combiimages .imagesquare {
                background-size: 72px;
                height: 72px;
                margin-left: 0px !important;
                margin-bottom: 0px !important;
                margin-right: 2px !important;
                margin-top: 2px !important;
            }
}

/* PARTPRODUCT */

.productorder {
    background-color: white;
    border-color: rgba(22,61,77,1);
    border-style: solid;
    border-width: 1px;
    padding: 15px;
    width: 270px;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 500;
    overflow: hidden;
}

    .productorder .productordertitle {
        /*color: rgba(22,61,77,1);*/
        font-size: 1.6rem;
        padding: 5px;
        padding-top: 0px;
    }

    .productorder .sizes {
        margin: 0px auto;
    }

    .productorder td {
        padding: 3px;
        text-align: center;
    }

    .productorder .soldout2 {
        color: darkred;
        text-align: center;
        padding: 10px;
        font-size: 1.2rem;
    }

        .productorder .soldout2 div {
            font-size: 1.2rem;
            padding: 10px;
        }

    .productorder .header {
        color: darkgray;
        padding: 3px;
        font-size: 0.9rem;
    }

    .productorder .measure {
        color: white;
        background-color: rgba(22,61,77,1);
        text-align: center;
        margin: 2px;
        font-size: 1rem;
        display: inline-block;
        padding: 4px;
        border-radius: 15px;
        min-width: 16px;
    }

    .productorder .textbox {
        border-color: rgba(22,61,77,1);
        border-style: solid;
        border-width: 1px;
        border-radius: 5px;
        width: 30px;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
    }

    .productorder .maximumstockreached {
        display: none;
        padding: 10px;
        text-align: center;
        width: 230px;
        border-radius: 5px;
        color: white;
        background-color: darkred;
        margin: 5px;
    }

    .productorder .buttons {
        margin: 0px auto;
    }

    .productorder .button {
        /*background-color: rgba(22,61,77,1);*/
        color: white;
        border-radius: 5px;
        border-style: none;
        margin: 5px;
        display: block;
        width: 250px;
        height: 45px;
        text-align: right;
        padding-top: 0px;
        padding-right: 10px;
        font-size: 1.5rem;
        text-transform: uppercase;
        background-image: url(Images/bag_circle.png);
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: 10px center;
        cursor: pointer;
    }

    .productorder .buttonclose {
        /*background-color: rgba(22,61,77,1);*/
        color: white;
        border-radius: 5px;
        position: absolute;
        top: 0px;
        right: 0px;
        border-style: none;
        margin: 5px;
        display: block;
        width: 35px;
        height: 35px;
        background-image: url(Images/close.png);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: center 4px;
        cursor: pointer;
    }

    .productorder .min {
        background-color: transparent;
        border-style: none;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(Images/min.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        cursor: pointer;
    }

    .productorder .plus {
        background-color: transparent;
        border-style: none;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(Images/plus.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        cursor: pointer;
    }

/* PRODUCTORDER */

/* PARTBAG */

.partbag {
    background: white;
    display: block;
}

    .partbag .left {
        /*background-color: rgba(22,60,71, 0.4);*/
        border-radius: 5px;
        vertical-align: top;
        position: relative;
        display: inline-block;
        width: 450px;
        margin-left: 10px;
        margin-top: 10px;
        padding: 5px 0px 5px 5px;
    }

    .partbag .right {
        vertical-align: top;
        position: relative;
        width: 530px;
        display: inline-block;
    }

    .partbag .products {
        width: 450px;
        overflow-y: hidden;
        position: relative;
    }

        .partbag .products .empty {
            padding: 30px;
            text-align: center;
            font-size: 1.2rem;
        }

        .partbag .products .product {
            width: 430px;
            display: block;
            border-radius: 5px;
            margin-bottom: 5px;
        }

            .partbag .products .product .image {
                background-color: white;
                display: inline-block;
                width: 96px;
                height: 161px;
                background-repeat: no-repeat;
                background-size: 96px;
                background-position: center top;
                border-color: rgba(22,61,77,1);
                border-style: solid;
                border-width: 1px;
                border-radius: 5px;
                margin: 5px;
            }

            .partbag .products .product .imagesquare {
                height: 96px;
                background-position: center center !important;
            }

            .partbag .products .product .info {
                display: inline-block;
                vertical-align: top;
                width: 300px;
                position: relative;
            }

            .partbag .products .product .title {
                /*color: rgba(22,61,77,1);*/
                display: inline-block;
                padding: 5px;
                font-size: 1.4rem;
            }

            .partbag .products .product .kleur {
                color: white;
                display: inline-block;
                padding: 5px;
                font-size: 1.2rem;
            }

            .partbag .products .product .unitprice {
                display: none;
                padding: 5px;
                margin-top: 10px;
                width: 80px;
                left: 15px;
                top: 127px;
            }

            .partbag .products .product .size .discounts {
                text-align: right;
                width: 60px;
                color: darkred;
            }

            .partbag .products .product .sizes {
                display: block;
                min-height: 120px;
                width: 310px;
                text-align: right;
            }

            .partbag .products .product .colorinfo {
                position: absolute;
                display: block;
                width: 50px;
                margin-left: 15px;
                text-align: center;
                color: white;
            }

            .partbag .products .product .colorspot {
                display: block;
                width: 30px;
                height: 30px;
                border-style: solid;
                border-width: 1px;
                border-radius: 5px;
                margin-left: 10px;
            }

            .partbag .products .product .sizesquare {
                min-height: 50px;
            }

            .partbag .products .product .size {
                display: block;
            }

                .partbag .products .product .size div {
                    display: inline-block;
                }

                .partbag .products .product .size .delete {
                    text-align: center;
                    width: 30px;
                }

                    .partbag .products .product .size .delete .button {
                        background-color: transparent;
                        border-style: none;
                        display: inline-block;
                        width: 20px;
                        height: 20px;
                        background-image: url(Images/delete.png);
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: center center;
                        cursor: pointer;
                    }

                .partbag .products .product .size .maat {
                    background-color: rgba(22,61,77,1);
                    color: white;
                    text-align: center;
                    margin: 2px;
                    font-size: 0.8rem;
                    display: inline-block;
                    padding: 4px;
                    border-radius: 10px;
                    min-width: 12px;
                }

                .partbag .products .product .size .sizename {
                    text-align: center;
                    width: 60px;
                }

                .partbag .products .product .size .quantity {
                    text-align: center;
                    width: 20px;
                }

                .partbag .products .product .size .min {
                    text-align: center;
                    width: 30px;
                }

                    .partbag .products .product .size .min .button {
                        background-color: transparent;
                        border-style: none;
                        display: inline-block;
                        width: 20px;
                        height: 20px;
                        background-image: url(Images/min.png);
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: center center;
                        cursor: pointer;
                    }

                .partbag .products .product .size .plus {
                    text-align: center;
                    width: 30px;
                }

                    .partbag .products .product .size .plus .button {
                        background-color: transparent;
                        border-style: none;
                        display: inline-block;
                        width: 20px;
                        height: 20px;
                        background-image: url(Images/plus.png);
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: center center;
                        cursor: pointer;
                    }

            .partbag .products .product .fiche {
                display: inline-block;
                width: 100px;
            }

                .partbag .products .product .fiche .button {
                    background-color: transparent;
                    border-style: none;
                    display: inline-block;
                    height: 20px;
                    padding-left: 20px;
                    background-image: url(Images/zoom_small.png);
                    background-repeat: no-repeat;
                    background-size: 20px;
                    background-position: left 2px;
                    cursor: pointer;
                }

            .partbag .products .product .size .subtotal {
                text-align: right;
                width: 60px;
            }

            .partbag .products .product .total {
                color: rgba(22,61,77,1);
                display: inline-block;
                text-align: right;
                width: 175px;
                padding: 5px;
                font-size: 1.2rem;
            }

                .partbag .products .product .total:before {
                    content: 'Subtotal';
                    margin-right: 20px;
                }

    .partbag .calc {
        margin: 5px;
        height: 40px;
        text-align: right;
        padding-right: 15px;
    }

        .partbag .calc .total {
            color: white;
            /*background-color: rgba(22,60,71, 0.5);*/
            border-radius: 5px;
            float: right;
            display: block;
            width: 150px;
            height: 20px;
            padding: 10px;
            padding-right: 40px;
            font-size: 1.3rem;
        }

            .partbag .calc .total:before {
                content: 'Total';
                margin-right: 17px;
            }

    .partbag .actions {
        margin-left: 10px;
        margin-top: 10px;
        float: left;
        width: 500px;
        border-color: rgba(22,61,77,1);
        border-style: solid;
        border-width: 1px;
        border-radius: 5px;
        padding: 5px;
    }

    .partbag .deliveryaddress {
        display: none;
    }

    .partbag .radiobutton {
        display: block;
        padding: 3px;
    }

        .partbag .radiobutton input {
            margin-right: 10px;
            padding-top: 2px;
        }

    .partbag .actions .itemtitle {
        text-transform: uppercase;
        /*color: rgba(22,61,77,1);*/
        text-transform: uppercase;
        font-size: 1rem;
    }

        .partbag .actions .itemtitle:not(:first-child) {
            margin-top: 50px;
        }

    .partbag .actions .item {
        display: block;
        margin: 10px;
    }

    .partbag .actions .key {
        color: darkgray;
        text-transform: uppercase;
        font-size: 0.8rem;
    }

    .partbag .actions .textbox {
        /*border-color: rgba(22,61,77,1);*/
        border-style: solid;
        border-width: 1px;
        padding: 3px;
        margin-right: 5px;
    }

    .partbag .actions .textboxsmall {
        width: 40px;
    }

    .partbag .actions .textboxbig {
        width: 300px;
    }

    .partbag .actions .multiline {
        width: 470px;
        height: 50px;
    }

    .partbag .actions .checkbox input {
        position: absolute;
        margin-top: 2px;
    }

    .partbag .actions .checkbox label {
        padding-left: 20px;
    }

    .partbag .actions .checkbox a {
        color: black;
    }

    .partbag .actions .buttons {
        width: 500px;
        height: 45px;
        display: block;
        text-align: right;
        margin-top: 50px;
    }

    .partbag .actions .button {
        /*background-color: rgba(22,61,77,1);*/
        /*color: white;*/
        border-radius: 5px;
        float: right;
        border-style: none;
        margin: 5px;
        margin-right: 20px;
        display: block;
        width: 200px;
        height: 45px;
        text-align: right;
        padding-top: 0px;
        padding-right: 10px;
        font-size: 1.5rem;
        text-transform: uppercase;
        background-image: url(Images/bag_circle.png);
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: 10px center;
        cursor: pointer;
    }


@media all and (min-width: 1000px) and (max-width: 1400px) {

    .partbag {
    }

        .partbag .left {
        }

        .partbag .right {
        }

        .partbag .products {
        }

            .partbag .products .empty {
            }

            .partbag .products .product {
            }

                .partbag .products .product .image {
                    background-size: 96px;
                }

                .partbag .products .product .imagesquare {
                }

                .partbag .products .product .info {
                }

                .partbag .products .product .title {
                }

                .partbag .products .product .kleur {
                }

                .partbag .products .product .unitprice {
                }

                .partbag .products .product .sizes {
                }

                .partbag .products .product .sizesquare {
                }

                .partbag .products .product .size {
                }

                    .partbag .products .product .size div {
                    }

                    .partbag .products .product .size .delete {
                    }

                        .partbag .products .product .size .delete .button {
                        }

                    .partbag .products .product .size .maat {
                    }

                    .partbag .products .product .size .sizename {
                    }

                    .partbag .products .product .size .quantity {
                    }

                    .partbag .products .product .size .min {
                    }

                        .partbag .products .product .size .min .button {
                        }

                    .partbag .products .product .size .plus {
                    }

                        .partbag .products .product .size .plus .button {
                        }

                .partbag .products .product .fiche {
                }

                    .partbag .products .product .fiche .button {
                    }

                .partbag .products .product .size .subtotal {
                }

                .partbag .products .product .total {
                }

                    .partbag .products .product .total:before {
                    }

        .partbag .calc {
        }

            .partbag .calc .total {
            }

                .partbag .calc .total:before {
                }

        .partbag .actions {
        }

        .partbag .deliveryaddress {
        }

        .partbag .radiobutton {
        }

            .partbag .radiobutton input {
            }

        .partbag .actions .itemtitle {
        }

            .partbag .actions .itemtitle:not(:first-child) {
            }

        .partbag .actions .item {
        }

        .partbag .actions .key {
        }

        .partbag .actions .textbox {
        }

        .partbag .actions .textboxsmall {
        }

        .partbag .actions .textboxbig {
        }

        .partbag .actions .multiline {
        }

        .partbag .actions .checkbox input {
        }

        .partbag .actions .checkbox label {
        }

        .partbag .actions .checkbox a {
        }

        .partbag .actions .buttons {
        }

        .partbag .actions .button {
        }
}

@media all and (min-width: 615px) and (max-width: 1000px) {

    .partbag {
        background: white;
        display: block;
    }

        .partbag .left {
            /*background-color: rgba(22,60,71, 0.4);*/
            border-radius: 5px;
            vertical-align: top;
            position: relative;
            display: inline-block;
            width: 450px;
            margin-left: 10px;
            margin-top: 10px;
            padding: 5px 0px 5px 5px;
        }

        .partbag .right {
            vertical-align: top;
            position: relative;
            width: 530px;
            display: inline-block;
        }

        .partbag .products {
            width: 450px;
            overflow-y: hidden;
            position: relative;
        }

            .partbag .products .empty {
                padding: 30px;
                text-align: center;
                font-size: 1.2rem;
            }

            .partbag .products .product {
                width: 430px;
                display: block;
                border-radius: 5px;
                margin-bottom: 5px;
            }

                .partbag .products .product .image {
                    display: inline-block;
                    width: 72px;
                    height: 120px;
                    background-repeat: no-repeat;
                    background-size: 72px;
                    background-position: center top;
                    border-color: rgba(22,61,77,1);
                    border-style: solid;
                    border-width: 1px;
                    border-radius: 5px;
                    margin: 5px;
                }

                .partbag .products .product .imagesquare {
                    height: 72px;
                    background-position: center center !important;
                }

                .partbag .products .product .info {
                    display: inline-block;
                    vertical-align: top;
                    width: 300px;
                    position: relative;
                }

                .partbag .products .product .title {
                    /*color: rgba(22,61,77,1);*/
                    display: inline-block;
                    padding: 5px;
                    font-size: 1.4rem;
                }

                .partbag .products .product .kleur {
                    color: white;
                    display: inline-block;
                    padding: 5px;
                    font-size: 1.2rem;
                }

                .partbag .products .product .unitprice {
                    display: none;
                    padding: 5px;
                    margin-top: 10px;
                    width: 80px;
                    position: absolute;
                    left: 15px;
                    top: 127px;
                }

                .partbag .products .product .sizes {
                    display: block;
                    min-height: 120px;
                    width: 310px;
                    text-align: right;
                }

                .partbag .products .product .sizesquare {
                    min-height: 40px;
                }

                .partbag .products .product .size {
                    display: block;
                }

                    .partbag .products .product .size div {
                        display: inline-block;
                    }

                    .partbag .products .product .size .delete {
                        text-align: center;
                        width: 30px;
                    }

                        .partbag .products .product .size .delete .button {
                            background-color: transparent;
                            border-style: none;
                            display: inline-block;
                            width: 20px;
                            height: 20px;
                            background-image: url(Images/delete.png);
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center center;
                            cursor: pointer;
                        }

                    .partbag .products .product .size .maat {
                        background-color: rgba(22,61,77,1);
                        color: white;
                        text-align: center;
                        margin: 2px;
                        font-size: 0.8rem;
                        display: inline-block;
                        padding: 4px;
                        border-radius: 10px;
                        min-width: 12px;
                    }

                    .partbag .products .product .size .sizename {
                        text-align: center;
                        width: 60px;
                    }

                    .partbag .products .product .size .quantity {
                        text-align: center;
                        width: 20px;
                    }

                    .partbag .products .product .size .min {
                        text-align: center;
                        width: 30px;
                    }

                        .partbag .products .product .size .min .button {
                            background-color: transparent;
                            border-style: none;
                            display: inline-block;
                            width: 20px;
                            height: 20px;
                            background-image: url(Images/min.png);
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center center;
                            cursor: pointer;
                        }

                    .partbag .products .product .size .plus {
                        text-align: center;
                        width: 30px;
                    }

                        .partbag .products .product .size .plus .button {
                            background-color: transparent;
                            border-style: none;
                            display: inline-block;
                            width: 20px;
                            height: 20px;
                            background-image: url(Images/plus.png);
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center center;
                            cursor: pointer;
                        }

                .partbag .products .product .fiche {
                    display: inline-block;
                    width: 100px;
                }

                    .partbag .products .product .fiche .button {
                        background-color: transparent;
                        border-style: none;
                        display: inline-block;
                        height: 20px;
                        padding-left: 20px;
                        background-image: url(Images/zoom_small.png);
                        background-repeat: no-repeat;
                        background-size: 20px;
                        background-position: left 2px;
                        cursor: pointer;
                    }

                .partbag .products .product .size .subtotal {
                    text-align: right;
                    width: 60px;
                }

                .partbag .products .product .total {
                    color: rgba(22,61,77,1);
                    display: inline-block;
                    text-align: right;
                    width: 175px;
                    padding: 5px;
                    font-size: 1.2rem;
                }

                    .partbag .products .product .total:before {
                        content: 'Subtotal';
                        margin-right: 20px;
                    }

        .partbag .calc {
            margin: 5px;
            height: 40px;
            text-align: right;
            padding-right: 15px;
        }

            .partbag .calc .total {
                color: white;
                /*background-color: rgba(22,60,71, 0.5);*/
                border-radius: 5px;
                float: right;
                display: block;
                width: 150px;
                height: 20px;
                padding: 10px;
                padding-right: 40px;
                font-size: 1.3rem;
            }

                .partbag .calc .total:before {
                    content: 'Total';
                    margin-right: 17px;
                }

        .partbag .actions {
            margin-left: 10px;
            margin-top: 10px;
            float: left;
            width: 440px;
            border-color: rgba(22,61,77,1);
            border-style: solid;
            border-width: 1px;
            border-radius: 5px;
            padding: 5px;
        }

        .partbag .deliveryaddress {
            display: none;
        }

        .partbag .radiobutton {
            display: block;
            padding: 3px;
        }

            .partbag .radiobutton input {
                margin-right: 10px;
                padding-top: 2px;
            }

        .partbag .actions .itemtitle {
            text-transform: uppercase;
            /*color: rgba(22,61,77,1);*/
            text-transform: uppercase;
            font-size: 1rem;
        }

            .partbag .actions .itemtitle:not(:first-child) {
                margin-top: 50px;
            }

        .partbag .actions .item {
            display: block;
            margin: 10px;
        }

        .partbag .actions .key {
            color: darkgray;
            text-transform: uppercase;
            font-size: 0.8rem;
        }

        .partbag .actions .textbox {
            /*border-color: rgba(22,61,77,1);*/
            border-style: solid;
            border-width: 1px;
            padding: 3px;
            margin-right: 5px;
        }

        .partbag .actions .textboxsmall {
            width: 40px;
        }

        .partbag .actions .textboxbig {
            width: 260px;
        }

        .partbag .actions .multiline {
            width: 410px;
            height: 50px;
        }

        .partbag .actions .checkbox input {
            position: absolute;
            margin-top: 2px;
        }

        .partbag .actions .checkbox label {
            padding-left: 20px;
        }

        .partbag .actions .checkbox a {
            color: black;
        }

        .partbag .actions .buttons {
            width: 440px;
            height: 45px;
            display: block;
            text-align: right;
            margin-top: 50px;
        }

        .partbag .actions .button {
            /*background-color: rgba(22,61,77,1);*/
            /*color: white;*/
            border-radius: 5px;
            float: right;
            border-style: none;
            margin: 5px;
            margin-right: 20px;
            display: block;
            width: 200px;
            height: 45px;
            text-align: right;
            padding-top: 0px;
            padding-right: 10px;
            font-size: 1.5rem;
            text-transform: uppercase;
            background-image: url(Images/bag_circle.png);
            background-repeat: no-repeat;
            background-size: 35px;
            background-position: 10px center;
            cursor: pointer;
        }
}

@media all and (max-width: 615px) {

    .partbag {
        background: white;
        display: block;
    }

        .partbag .left {
            /*background-color: rgba(22,60,71, 0.4);*/
            vertical-align: top;
            position: relative;
            display: inline-block;
            width: 320px;
            padding: 0px;
            border-radius: 0px;
            margin-top: -5px;
            margin: 0px;
        }

        .partbag .right {
            vertical-align: top;
            position: relative;
            width: 530px;
            display: inline-block;
            margin: 0px;
        }

        .partbag .products {
            width: 320px;
            overflow-y: hidden;
            position: relative;
        }

            .partbag .products .empty {
                padding: 0px;
                text-align: center;
                font-size: 1.2rem;
                padding-top: 30px;
                padding-bottom: 30px;
            }

            .partbag .products .product {
                width: 310px;
                display: block;
                border-radius: 5px;
                margin-bottom: 5px;
            }

                .partbag .products .product .image {
                    display: none;
                    width: 72px;
                    height: 120px;
                    background-repeat: no-repeat;
                    background-size: 72px;
                    background-position: center top;
                    border-color: rgba(22,61,77,1);
                    border-style: solid;
                    border-width: 1px;
                    border-radius: 5px;
                    margin: 5px;
                }

                .partbag .products .product .imagesquare {
                    height: 72px;
                    background-position: center center !important;
                }

                .partbag .products .product .info {
                    display: inline-block;
                    vertical-align: top;
                    width: 300px;
                    position: relative;
                }

                .partbag .products .product .title {
                    /*color: rgba(22,61,77,1);*/
                    display: inline-block;
                    padding: 5px;
                    font-size: 1.4rem;
                }

                .partbag .products .product .kleur {
                    color: white;
                    display: inline-block;
                    padding: 5px;
                    font-size: 1.2rem;
                }

                .partbag .products .product .unitprice {
                    display: none;
                    padding: 5px;
                    margin-top: 10px;
                    width: 80px;
                    position: absolute;
                    left: 15px;
                    top: 127px;
                }

                .partbag .products .product .sizes {
                    display: block;
                    min-height: 0px;
                    width: 310px;
                    text-align: right;
                }

                .partbag .products .product .sizesquare {
                    min-height: 40px;
                }

                .partbag .products .product .size {
                    display: block;
                }

                    .partbag .products .product .size div {
                        display: inline-block;
                    }

                    .partbag .products .product .size .delete {
                        text-align: center;
                        width: 30px;
                    }

                        .partbag .products .product .size .delete .button {
                            background-color: transparent;
                            border-style: none;
                            display: inline-block;
                            width: 20px;
                            height: 20px;
                            background-image: url(Images/delete.png);
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center center;
                            cursor: pointer;
                        }

                    .partbag .products .product .size .maat {
                        background-color: rgba(22,61,77,1);
                        color: white;
                        text-align: center;
                        margin: 2px;
                        font-size: 0.8rem;
                        display: inline-block;
                        padding: 4px;
                        border-radius: 10px;
                        min-width: 12px;
                    }

                    .partbag .products .product .size .sizename {
                        text-align: center;
                        width: 60px;
                    }

                    .partbag .products .product .size .quantity {
                        text-align: center;
                        width: 20px;
                    }

                    .partbag .products .product .size .min {
                        text-align: center;
                        width: 30px;
                    }

                        .partbag .products .product .size .min .button {
                            background-color: transparent;
                            border-style: none;
                            display: inline-block;
                            width: 20px;
                            height: 20px;
                            background-image: url(Images/min.png);
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center center;
                            cursor: pointer;
                        }

                    .partbag .products .product .size .plus {
                        text-align: center;
                        width: 30px;
                    }

                        .partbag .products .product .size .plus .button {
                            background-color: transparent;
                            border-style: none;
                            display: inline-block;
                            width: 20px;
                            height: 20px;
                            background-image: url(Images/plus.png);
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center center;
                            cursor: pointer;
                        }

                .partbag .products .product .fiche {
                    display: inline-block;
                    width: 100px;
                }

                    .partbag .products .product .fiche .button {
                        background-color: transparent;
                        border-style: none;
                        display: inline-block;
                        height: 20px;
                        padding-left: 20px;
                        background-image: url(Images/zoom_small.png);
                        background-repeat: no-repeat;
                        background-size: 20px;
                        background-position: left 2px;
                        cursor: pointer;
                    }

                .partbag .products .product .size .subtotal {
                    text-align: right;
                    width: 60px;
                }

                .partbag .products .product .total {
                    color: rgba(22,61,77,1);
                    display: inline-block;
                    text-align: right;
                    width: 175px;
                    padding: 5px;
                    font-size: 1.2rem;
                }

                    .partbag .products .product .total:before {
                        content: 'Subtotal';
                        margin-right: 20px;
                    }

        .partbag .calc {
            margin: 5px;
            height: 40px;
            text-align: right;
            padding-right: 15px;
        }

            .partbag .calc .total {
                color: white;
                /*background-color: rgba(22,60,71, 0.5);*/
                border-radius: 5px;
                float: right;
                display: block;
                width: 150px;
                height: 20px;
                padding: 10px;
                padding-right: 40px;
                font-size: 1.3rem;
            }

                .partbag .calc .total:before {
                    content: 'Total';
                    margin-right: 17px;
                }

        .partbag .actions {
            float: left;
            width: 308px;
            /*border-color: rgba(22,61,77,1);*/
            border-style: solid;
            border-width: 1px;
            border-radius: 0px;
            padding: 5px;
            margin: 0px;
            margin-top: 5px;
        }

        .partbag .deliveryaddress {
            display: none;
        }

        .partbag .radiobutton {
            display: block;
            padding: 3px;
        }

            .partbag .radiobutton input {
                margin-right: 10px;
                padding-top: 2px;
            }

        .partbag .actions .itemtitle {
            text-transform: uppercase;
            /*color: rgba(22,61,77,1);*/
            text-transform: uppercase;
            font-size: 1rem;
        }

            .partbag .actions .itemtitle:not(:first-child) {
                margin-top: 50px;
            }

        .partbag .actions .item {
            display: block;
            margin: 10px;
        }

        .partbag .actions .key {
            color: darkgray;
            text-transform: uppercase;
            font-size: 0.8rem;
        }

        .partbag .actions .textbox {
            /*border-color: rgba(22,61,77,1);*/
            border-style: solid;
            border-width: 1px;
            padding: 3px;
            margin-right: 5px;
        }

        .partbag .actions .textboxsmall {
            width: 30px;
        }

        .partbag .actions .textboxbig {
            width: 160px;
        }

        .partbag .actions .multiline {
            width: 280px;
            height: 50px;
        }

        .partbag .actions .checkbox input {
            position: absolute;
            margin-top: 2px;
        }

        .partbag .actions .checkbox label {
            padding-left: 20px;
        }

        .partbag .actions .checkbox a {
            color: black;
        }

        .partbag .actions .buttons {
            width: 310px;
            height: 45px;
            display: block;
            text-align: right;
            margin-top: 50px;
        }

        .partbag .actions .button {
            /*background-color: rgba(22,61,77,1);*/
            /*color: white;*/
            border-radius: 5px;
            float: right;
            border-style: none;
            margin: 5px;
            margin-right: 20px;
            display: block;
            width: 200px;
            height: 45px;
            text-align: right;
            padding-top: 0px;
            padding-right: 10px;
            font-size: 1.5rem;
            text-transform: uppercase;
            background-image: url(Images/bag_circle.png);
            background-repeat: no-repeat;
            background-size: 35px;
            background-position: 10px center;
            cursor: pointer;
        }
}


/* PARTSTORELOCATE */

.partstorelocator {
    display: inline-block;
    vertical-align: top;
    width: 546px;
    min-height: 562px;
    margin-left: 10px;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    z-index: 200;
}

.partstorelocator_box {
    display: block;
    padding-left: 20px;
    min-height: inherit;
    vertical-align: middle;
    padding-right: 20px;
    padding-top: 20px;
    width: 506px;
}

.partstorelocator .title {
    font-size: 1.3rem;
    text-transform: uppercase;
    /*color: rgba(22,61,77,1);*/
    margin: 20px;
    margin-top: 0px;
    position: relative;
}

    .partstorelocator .title .product {
        position: absolute;
        right: 0px;
        top: 0px;
        text-align: right;
    }

        .partstorelocator .title .product .link {
            display: block;
            font-size: 1.3rem;
            text-transform: uppercase;
            padding-left: 20px;
            text-decoration: none;
        }

        .partstorelocator .title .product .image {
            position: absolute;
            right: 0px;
            display: block;
            width: 96px;
            height: 161px;
            border-radius: 5px;
            margin-top: 5px;
            border: solid 1px gray;
            background-repeat: no-repeat;
            background-size: 96px;
            background-position: center center;
        }


.partstorelocator .item {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
}


.partstorelocator .key {
    display: inline-block;
    width: 70px;
}

.partstorelocator .value {
    display: inline-block;
}

.partstorelocator .textbox {
    /*border-color: rgba(22,61,77,1);*/
    border-style: solid;
    border-width: 1px;
    /*color: rgba(22,61,77,1);*/
    font-size: 1.2rem;
    background-color: white;
    margin-left: 0px;
    width: 100px;
}

.partstorelocator .dropdown {
    /*border-color: rgba(22,61,77,1);*/
    border-style: solid;
    border-width: 1px;
    /*color: rgba(22,61,77,1);*/
    font-size: 1.2rem;
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    width: 50px;
}

.partstorelocator .itemtitle {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: darkgray;
    margin-bottom: 10px;
}

.partstorelocator .buttons {
    margin-top: 10px;
    margin-bottom: 15px;
}

.partstorelocator .button {
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    /*border-color: rgba(22,61,77,1);*/
    border-style: none;
    /*background-color: rgba(20,61,77, 1.0);*/
    /*color: white;*/
    border-radius: 5px;
    text-transform: uppercase;
    margin-left: 90px;
}

.partstorelocator .noresult {
    margin-top: 50px;
    margin-left: 100px;
    font-style: italic;
}

.partstorelocator .results {
    width: 100%;
    overflow-y: hidden;
    padding-bottom: 20px;
    position: relative;
}

.partstorelocator .result {
    display: inline-block;
    margin-left: 23px;
    margin-top: 20px;
    padding: 10px;
    width: 200px;
    vertical-align: top;
    background-color: rgba(22,61,77, 0.3);
    border-radius: 5px;
}

    .partstorelocator .result .name {
        font-size: 1.0rem;
        color: rgba(22,61,77,1);
        margin-bottom: 3px;
    }

    .partstorelocator .result .zipcity {
        font-size: 1.0rem;
        color: black;
        margin-top: 3px;
    }



@media all and (min-width: 1000px) and (max-width: 1400px) {

    .partstorelocator {
        width: 488px;
        /*height: 345px;*/
        min-height: 327px;
        margin-left: 8px !important;
        margin-top: 8px !important;
        padding-bottom: 8px;
    }

    .partstorelocator_box {
        width: 468px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .partstorelocator .title {
        margin: 16px;
    }

    .partstorelocator .item {
        margin-right: 16px;
        margin-left: 16px;
    }

    .partstorelocator .key {
        width: 70px;
    }

    .partstorelocator .value {
    }

    .partstorelocator .textbox {
        margin-left: 0px;
    }

    .partstorelocator .dropdown {
        margin-left: 8px;
        margin-right: 8px;
    }

    .partstorelocator .itemtitle {
        margin-bottom: 8px;
    }

    .partstorelocator .buttons {
        margin-top: 8px;
        margin-bottom: 40px;
    }

    .partstorelocator .button {
        margin-left: 86px;
    }

    .partstorelocator .noresult {
        margin-top: 40px;
        margin-left: 94px;
    }

    .partstorelocator .results {
    }

    .partstorelocator .result {
        margin-left: 15px;
        margin-top: 16px;
        padding: 8px;
        width: 195px;
    }

        .partstorelocator .result .name {
        }

        .partstorelocator .result .zipcity {
        }
}

@media all and (min-width: 615px) and (max-width: 1000px) {
    .partstorelocator {
        width: 601px;
        min-height: 126px;
        margin-left: 6px;
        margin-top: 6px;
    }

    .partstorelocator_box {
        padding-left: 10px;
        padding-right: 30px;
        width: 581px;
    }

    .partstorelocator .title {
        margin: 12px;
    }

        .partstorelocator .title .product {
            position: absolute;
            right: 0px;
            top: 0px;
            text-align: right;
        }

            .partstorelocator .title .product .link {
                display: block;
                font-size: 1.3rem;
                text-transform: uppercase;
                padding-left: 20px;
                text-decoration: none;
            }

            .partstorelocator .title .product .image {
                position: absolute;
                right: 0px;
                display: block;
                width: 72px;
                height: 120px;
                border-radius: 5px;
                border: solid 1px gray;
                background-repeat: no-repeat;
                background-size: 72px;
                background-position: center center;
            }

    .partstorelocator .item {
        margin-right: 12px;
        margin-left: 12px;
    }

    .partstorelocator .key {
        width: 70px;
    }

    .partstorelocator .value {
    }

    .partstorelocator .textbox {
        margin-left: 0px;
    }

    .partstorelocator .dropdown {
        margin-left: 6px;
        margin-right: 6px;
    }

    .partstorelocator .itemtitle {
        margin-bottom: 6px;
    }

    .partstorelocator .buttons {
        margin-top: 6px;
    }

    .partstorelocator .button {
        margin-left: 82px;
        margin-top: 5px;
    }

    .partstorelocator .noresult {
        margin-top: 30px;
        margin-left: 88px;
    }

    .partstorelocator .results {
    }

    .partstorelocator .result {
        margin-left: 12px;
        margin-top: 12px;
        padding: 6px;
        width: 260px;
    }

        .partstorelocator .result .name {
        }

        .partstorelocator .result .zipcity {
        }
}

@media all and (max-width: 615px) {

    .partstorelocator {
        width: 310px;
        height: auto;
        margin-left: 4px;
        margin-top: 4px;
    }

    .partstorelocator_box {
        width: 300px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .partstorelocator .title {
        margin: 8px;
    }

        .partstorelocator .title .product {
            position: absolute;
            right: 0px;
            top: 25px;
            text-align: right;
        }

            .partstorelocator .title .product .link {
                display: block;
                font-size: 1.1rem;
                text-transform: uppercase;
                padding-left: 20px;
                text-decoration: none;
            }

            .partstorelocator .title .product .image {
                position: absolute;
                right: 0px;
                display: block;
                width: 72px;
                height: 120px;
                border-radius: 5px;
                border: solid 1px gray;
                background-repeat: no-repeat;
                background-size: 72px;
                background-position: center center;
            }

    .partstorelocator .item {
        margin-top: 8px;
        margin-right: 8px;
        margin-left: 8px;
    }

    .partstorelocator .key {
        width: 70px;
    }

    .partstorelocator .value {
    }

    .partstorelocator .textbox {
        margin-left: 0px;
    }

    .partstorelocator .dropdown {
        margin-left: 4px;
        margin-right: 4px;
    }

    .partstorelocator .itemtitle {
        margin-bottom: 4px;
    }

    .partstorelocator .buttons {
        margin-top: 4px;
    }

    .partstorelocator .button {
        margin-left: 76px;
        margin-top: 5px;
    }

    .partstorelocator .noresult {
        margin-top: 20px;
        margin-left: 82px;
    }

    .partstorelocator .results {
        height: inherit;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .partstorelocator .result {
        margin-left: 8px;
        margin-top: 8px;
        padding: 4px;
        width: 276px;
    }

        .partstorelocator .result .name {
        }

        .partstorelocator .result .zipcity {
        }
}

/* PARTSTORELOCATE */

/* PARTCONTROLS */

/* POPUP */


.pending {
    background-color: rgba(80,80,80, 0.7);
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: none;
    z-index: 500;
}

.pendingbox {
    background-color: white;
    /*border-color: rgba(22,61,77,1);*/
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    width: 300px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -150px;
    z-index: 501;
    text-align: center;
}

.pendingicon {
    background-image: url(Icons/progress.gif);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 50px;
}

.pendingtext {
    padding: 20px;
    font-size: 1.2rem;
}

.popup {
}

.popupbackground {
    background-color: rgba(80,80,80, 0.7);
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: block;
}

.popupbox {
    background-color: white;
    /*border-color: rgba(22,61,77,1);*/
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    z-index: 401;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
}

.popupsplash {
    background-color: white;
    /*border-color: rgba(22,61,77,1);*/
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    z-index: 401;
    width: 640px;
    height: 426px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -213px;
    margin-left: -320px;
    overflow: hidden;
}

@media all and (max-width: 615px) {
    .popupsplash {
        background-color: white;
        /*border-color: rgba(22,61,77,1);*/
        border-style: solid;
        border-width: 1px;
        border-radius: 5px;
        z-index: 401;
        width: 320px;
        height: 213px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -107px;
        margin-left: -160px;
        overflow: hidden;
    }
}

.popupbox .buttons {
    position: absolute;
    bottom: 0px;
    width: 300px;
    display: block;
    height: 40px;
    text-align: center;
}

.popupsplash .buttons {
    position: absolute;
    bottom: 0px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    display: block;
    height: 55px;
}

@media all and (max-width: 615px) {

    .popupsplash .buttons {
        position: absolute;
        bottom: 0px;
        width: 320px;
        left: 50%;
        margin-left: -160px;
        display: block;
        height: 40px;
    }
}

.popupsplash .buttonsleft {
    text-align: left;
}

.popupsplash .buttonscenter {
    text-align: center;
}

.popupsplash .buttonsright {
    text-align: right;
}

.popupsplash .image {
    display: block;
    width: 640px;
    height: 426px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media all and (max-width: 615px) {

    .popupsplash .image {
        display: block;
        width: 320px;
        height: 213px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

.popupsplash .button, .popupsplash .buttoninvert {
    text-transform: uppercase;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin: 5px;
    display: inline-block;
    height: 30px;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5rem;
    cursor: pointer;
}

.popupbox .button {
    /*background-color: rgba(22,61,77,1);*/
    /*color: white;*/
    text-transform: uppercase;
    border-radius: 5px;
    float: right;
    border-style: none;
    margin: 5px;
    display: block;
    height: 30px;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5rem;
    cursor: pointer;
}

.popupbox .content {
    display: block;
    width: 100%;
    height: 30px;
    padding: 20px;
}

    .popupbox .content span {
        font-size: 1.3rem;
    }

    .popupbox .content ul {
        margin-left: 20px;
        font-size: 1.2rem;
    }
/* POPUP */



/* GRID */

.grid {
    border-style: solid;
    border-width: 1px;
    position: relative;
    border-radius: 5px;
}

.gridtable {
    width: 100%;
}

.grid .titlerow {
    background-color: #eeeeee;
}

    .grid .titlerow td {
        padding: 8px;
    }

.grid .title {
    display: inline-block;
    font-weight: bold;
}

.grid .button {
    background-image: none;
    background-color: none;
    border-style: none;
}

.grid .buttoncolumn {
    width: 10px;
    text-align: center;
}

.grid .actions {
    display: inline-block;
    position: absolute;
    right: 0px;
    padding: 3px;
}

.grid .filter td {
    border: solid 1px #bbbbbb;
    padding: 2px;
}

.grid .filter .textbox {
    display: block;
    height: 25px;
    width: 95%;
    border-style: none;
    border: solid 1px #bbbbbb;
}

    .grid .filter .textbox:hover {
        display: block;
        height: 25px;
        width: 95%;
        border-style: none;
        border: solid 1px #bbbbbb;
        background-color: #cccccc;
    }

.grid .header td {
    border: solid 1px #bbbbbb;
    padding: 2px;
}

.grid .header .gridheadersortfield, .grid .header .gridheadersortfieldasc, .grid .header .gridheadersortfielddesc {
    border-style: none;
    display: block;
    height: 20px;
    width: 100%;
    background-color: transparent;
    text-align: left;
}

    .grid .header .gridheadersortfield:hover, .grid .header .gridheadersortfieldasc:hover, .grid .header .gridheadersortfielddesc:hover {
        border-style: none;
        display: block;
        height: 20px;
        width: 100%;
        background-color: #cccccc;
        text-align: left;
    }

.grid .sorticonlist {
    width: 20px;
}

.gridheadersortfieldasc {
    background-image: url(Icons/Up_16.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.gridheadersortfielddesc {
    background-image: url(Icons/Down_16.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.grid .item {
    background-color: #efefef;
}

    .grid .item td {
        padding: 2px;
        vertical-align: middle;
    }

.grid .check {
    text-align: center;
    vertical-align: middle;
}

.grid .listicon {
    text-align: center;
    vertical-align: middle;
}

.grid .itemalt {
}

.grid .itemrow1, .grid .itemrowalt1 {
    border-top: solid 1px #bbbbbb;
}

.grid .itemalt td {
    padding: 2px;
    vertical-align: middle;
}

.grid .gridpager {
    border: solid 1px #bbbbbb;
    text-align: center;
}

    .grid .gridpager td {
        height: 20px;
    }

    .grid .gridpager .pager {
        width: 100%;
    }

/* GRID */

/* MENU */

.menu {
    position: relative;
    /*height: 140px;*/
    width: 1400px;
    display: inline-block;
}

.menulevel0 {
    width: 840px;
}

    .menulevel0 .moremenu {
        display: inline-block;
        text-transform: uppercase;
        font-size: 1.2rem;
        text-decoration: none;
        margin-right: 20px;
        cursor: pointer;
        padding-right: 25px;
        background-image: url(Images/menu.png);
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: right center;
    }

    .menulevel0 .moremenuitems {
        border-style: solid;
        border-width: 1px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        opacity: 0.9;
        display: none;
        position: absolute;
        z-index: 1000;
        background-color: rgba(22,61,77,1);
    }

        .menulevel0 .moremenuitems .menuitem0 {
            display: block;
            padding: 10px;
        }

    .menulevel0 .menuitem0 {
        display: inline-block;
    }

        .menulevel0 .menuitem0 a {
            /*color: white;*/
            text-transform: uppercase;
            font-size: 1.2rem;
            text-decoration: none;
            margin-right: 15px;
        }

    .menulevel0 a:hover, .menulevel0 a.on {
        /*border-bottom-color: rgba(255,255,255,1);*/
        border-bottom-style: solid;
        border-bottom-width: 2px;
    }

.menulevel1 {
    width: 1000px;
    position: absolute;
    left: 0px;
    padding-top: 5px;
}

    .menulevel1 a:hover, .menulevel1 a.on {
        /*border-bottom-color: rgba(255,255,255,1);*/
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }


    .menulevel1 .menuitem1 {
        display: inline-block;
        min-width: 40px;
    }

        .menulevel1 .menuitem1 a {
            font-size: 1.0rem;
        }

.menulevel2 {
    display: none;
    position: absolute;
    padding-top: 5px;
}

    .menulevel2 .menuitem2 {
        height: 20px;
    }



    .menulevel2 a {
        display: inline-block;
        font-size: 1.0rem;
    }

@media all and (min-width: 1000px) and (max-width: 1400px) {
    .menu {
        width: 1000px;
    }

    .menulevel0 {
        width: 480px !important;
    }

        .menulevel0 .menuitem0 {
        }

            .menulevel0 .menuitem0 a {
            }

        .menulevel0 a:hover, .menulevel0 a.on {
        }


    .menulevel1 {
        width: 1000px !important;
    }

        .menulevel1 .menuitem1 {
        }

            .menulevel1 .menuitem1 a {
            }

    .menulevel2 {
    }

        .menulevel2 .menuitem2 {
        }

        .menulevel2 a {
        }
}

@media all and (min-width: 615px) and (max-width: 1000px) {
    .menu {
        width: 615px;
    }

    .menulevel0 {
        width: 420px !important;
    }

        .menulevel0 .menuitem0 {
        }

            .menulevel0 .menuitem0 a {
            }

        .menulevel0 a:hover, .menulevel0 a.on {
        }


    .menulevel1 {
        width: 615px !important;
    }

        .menulevel1 .menuitem1 {
        }

            .menulevel1 .menuitem1 a {
            }

    .menulevel2 {
    }

        .menulevel2 .menuitem2 {
        }

        .menulevel2 a {
        }
}

@media all and (max-width: 615px) {
}

/* MENU */

/* QUCIKMENU */


.quickmenu {
    width: 100%;
    display: block;
    position: relative;
    font-size: 1.2rem;
    margin-top: 3px;
}


    .quickmenu .bag {
        position: absolute;
        left: 0px;
        padding-right: 25px;
    }

        .quickmenu .bag .count {
            position: absolute;
            top: 0px;
            right: 28px;
        }

            .quickmenu .bag .count:after {
                content: ' item(s)';
            }

        .quickmenu .bag:after {
            content: '';
            display: inline-block;
            width: 32px;
            height: 32px;
            position: absolute;
            background-image: url(Images/bag.png);
            background-size: 32px;
            background-repeat: no-repeat;
            background-position: right center;
            right: -10px;
            margin-top: -5px;
        }

    .quickmenu .menuitem {
        /*color: white;*/
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1.2rem;
        float: right;
    }

        .quickmenu .menuitem:hover, .quickmenu .menuitem.on {
            /*border-bottom-color: rgba(10,68,84,1);*/
            border-bottom-style: solid;
            border-bottom-width: 2px;
        }

/* QUCIKMENU */

/* MENUDROP */


.menudropbutton {
    display: block;
    position: absolute;
    left: 50%;
    top: 5px;
    width: 60px;
    height: 16px;
    margin-left: -30px;
    border: solid 1px white;
    padding: 2px;
    border-radius: 5px;
    background-image: url(Images/menu.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 40px center;
    padding-left: 5px;
    cursor: pointer;
}

.menudrop {
    z-index: 1000;
    display: none;
    width: 100%;
    background-color: white;
    position: fixed;
    top: 35px;
    left: 0px;
    right: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    /*border-bottom-color: rgba(22,61,77, 1);*/
}

.menudroplevel0 {
    display: block;
}

    .menudroplevel0 .menudropitem0 {
        /*background-color: white;*/
        text-align: center;
    }

        .menudroplevel0 .menudropitem0:not(:last-child) {
            border-bottom-style: solid;
            border-bottom-width: 1px;
            /*border-bottom-color: rgba(22,61,77, 0.3);*/
        }


        .menudroplevel0 .menudropitem0 a {
            display: block;
            /*color: rgba(22,61,77, 1);*/
            text-decoration: none;
            width: 100%;
            height: 25px;
            vertical-align: middle;
            padding-top: 10px;
            text-transform: uppercase;
        }

            .menudroplevel0 .menudropitem0 a:hover, .menudroplevel0 .menudropitem0 a.on {
                /*color: rgba(22,61,77, 1);*/
                /*background-color: rgba(22,61,77, 0.3);*/
                text-decoration: underline;
            }

.menudroplevel1 {
    /*background-color: rgba(22,61,77, 0.1);*/
    display: none;
}

.menudroplevel0 .menudropitem1 {
    /*background-color: rgba(22,61,77, 0.1);*/
    display: inline-block;
    width: 33.33%;
    background-color: white;
    text-align: center;
    background-color: transparent;
}

    .menudroplevel0 .menudropitem1 a {
        /*background-color: rgba(22,61,77, 0.1);*/
        display: inline-block;
        /*color: rgba(22,61,77, 1);*/
        text-decoration: none;
        width: 100%;
        height: 25px;
        vertical-align: middle;
        padding-top: 10px;
        background-color: transparent;
        border-style: solid;
        border-width: 1px;
        border-color: rgba(200,200,200,0.4);
    }

        .menudroplevel0 .menudropitem1 a:hover, .menudroplevel0 .menudropitem1 a.on {
            /*color: rgba(22,61,77, 1);*/
            /*background-color: rgba(22,61,77, 0.3);*/
            text-decoration: underline;
        }

.menudroplevel2 {
    display: none;
}

/* MENUDROP */

/* SEARCH */

.search {
    /*color: white;*/
    display: block;
    position: relative;
}

    .search .textbox {
        font-size: 1.2rem;
        background-color: transparent;
        width: 90%;
        border-style: solid;
        border-width: 1px;
        padding-left: 2px;
        /*border-color: rgba(10,68,84,1);*/
    }

    .search .watermark {
        font-size: 0.8rem;
        text-transform: uppercase;
        background-color: transparent;
        width: 90%;
        border-style: solid;
        border-width: 1px;
        padding-left: 2px;
        padding-top: 3px;
        padding-bottom: 3px;
        /*border-color: rgba(10,68,84,1);*/
    }

    .search .searchbutton {
        border-style: none;
        background-color: transparent;
        display: inline-block;
        width: 20px;
        height: 28px;
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: top center;
        background-image: url(Images/search.png);
        position: absolute;
        right: 0px;
        cursor: pointer;
    }

.searchsmall {
    position: relative;
}

    .searchsmall .buttonpanel {
        border-style: none;
        background-color: transparent;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: top center;
        background-image: url(Images/search.png);
        position: absolute;
        right: 0px;
    }

    .searchsmall .searchpanel {
        background-color: rgba(22,61,77,1);
        z-index: 500;
        display: block;
        position: absolute;
        right: 1px;
        top: -10px;
        height: 20px;
        width: 310px;
        padding: 5px;
        padding-top: 10px;
    }

    .searchsmall .textbox {
        color: white;
        border: solid 1px white;
        background-color: transparent;
        font-size: 1.2rem;
        width: 85%;
    }


    .searchsmall .searchbutton {
        border-style: none;
        background-color: transparent;
        display: inline-block;
        width: 20px;
        height: 28px;
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: top center;
        background-image: url(Images/search.png);
        position: absolute;
        right: 10px;
        cursor: pointer;
    }

/* SEARCH */



/* SPEICAL */

@media all and (min-width: 1000px) and (max-width: 1400px) {

    .youtube {
        width: 250px !important;
    }

        .youtube a {
        }

            .youtube a img {
                height: 30px !important;
            }

    .facebook {
        width: 250px !important;
    }

        .facebook a {
        }

            .facebook a img {
                height: 30px !important;
            }

    .newsletter {
        width: 250px !important;
    }

        .newsletter a {
        }

            .newsletter a img {
                height: 30px !important;
            }
}

@media all and (min-width: 615px) and (max-width: 1000px) {

    .youtube {
        width: 100px !important;
    }

        .youtube a {
        }

            .youtube a span {
                display: none !important;
            }

            .youtube a img {
                height: 25px !important;
            }

    .facebook {
        width: 100px !important;
    }

        .facebook a {
        }

            .facebook a span {
                display: none !important;
            }

            .facebook a img {
                height: 25px !important;
            }

    .newsletter {
        width: 205px !important;
    }

        .newsletter a {
        }

            .newsletter a span {
            }

            .newsletter a img {
                height: 25px !important;
            }
}

@media all and (max-width: 615px) {

    .youtube {
        width: 55px !important;
    }

        .youtube a {
        }

            .youtube a span {
                display: none !important;
            }

            .youtube a img {
                height: 20px !important;
            }

    .facebook {
        width: 40px !important;
    }

        .facebook a {
        }

            .facebook a span {
                display: none !important;
            }

            .facebook a img {
                height: 20px !important;
            }

    .newsletter {
        width: 40px !important;
    }

        .newsletter a {
        }

            .newsletter a span {
                display: none !important;
            }

            .newsletter a img {
                height: 20px !important;
            }
}


/* SCROLLBARS */

.ps-container .ps-scrollbar-x-rail {
    position: absolute; /* please don't change 'position' */
    bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-y-rail {
    background-color: rgba(22,61,77,1);
    position: absolute; /* please don't change 'position' */
    right: 3px; /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0.6;
    filter: alpha(opacity = 0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    background-color: #555;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-x {
    position: absolute; /* please don't change 'position' */
    bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: rgba(22,61,77,1);
}

.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: 0; /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: rgba(22,61,77,1);
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}

/* SCROLLBARS */

/* ZOOMIMAGE*/

.zoomimage {
    display: none;
    position: fixed;
    width: 100%;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 500;
    background-color: white;
}

    .zoomimage .zoomedimage {
        position: absolute;
    }

    .zoomimage .buttonclose {
        position: absolute;
        top: 15px;
        right: 15px;
        border-style: none;
        margin: 5px;
        display: block;
        width: 35px;
        height: 35px;
        z-index: 501;
        background-image: url(Images/close.png);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: center 4px;
        cursor: pointer;
        /*background-color: rgba(22,61,77,1);*/
        color: white;
        border-radius: 5px;
    }

    .zoomimage .thumbimages {
        position: absolute;
        left: 15px;
        top: 15px;
        display: block;
        width: 100px;
        z-index: 501;
    }

        .zoomimage .thumbimages .image {
            display: block;
            width: 96px;
            background-repeat: no-repeat;
            background-size: 96px;
            background-position: center top;
            border: solid 1px gray;
            border-radius: 5px;
            height: 161px;
            margin-bottom: 10px;
            cursor: pointer;
        }

        .zoomimage .thumbimages .imagesquare {
            display: block;
            width: 96px;
            background-repeat: no-repeat;
            background-size: 96px;
            background-position: center center;
            border: solid 1px gray;
            border-radius: 5px;
            height: 96px;
            margin-bottom: 10px;
            cursor: pointer;
        }

/* ZOOMIMAGE*/

/* SPECIALS FOR PAGETYPES */

.catalog #logo, .promo #logo, .page #logo {
    display: none !important;
}

.catalog #logosmall, .promo #logosmall, .page #logosmall {
/*    display: block !important; uitgezet door bart op 9/1*/
    display: none !important;

}

.catalog .menulevel0, .promo .menulevel0, .page .menulevel0 {
   /* margin-left: 64px; uitgezet door bart op 9/1/2018*/
    width: 778px;
}

.catalog .block1, .catalog .block2, .catalog .block3, .catalog .block5 {
    display: none !important;
}

.page .block1, .page .block2, .page .block3, .page .block5 {
    display: none !important;
}


@media all and (min-width: 1000px) and (max-width: 1400px) {

    .catalog .menulevel0, .promo .menulevel0, .page .menulevel0 {
        width: 488px !important;
    }

    .catalog #quickmenu, .promo #quickmenu, .page #quickmenu {
        width: 188px !important;
    }
}

@media all and (min-width: 615px) and (max-width: 1000px) {

    .catalog .menulevel0, .promo .menulevel0, .page .menulevel0 {
        width: 350px !important;
    }

    .catalog #quickmenu, .promo #quickmenu, .page #quickmenu {
        width: 188px !important;
    }
}

@media all and (max-width: 615px) {

    .catalog .menulevel0, .promo .menulevel0, .page .menulevel0 {
        width: 430px !important;
    }
}

/* SPECIAL FOR HOME */






/* GRID */


.grid {
    border: solid 1px #bbbbbb;
    position: relative;
}

.gridtable {
    width: 100%;
}

.grid .titlerow {
    background-color: #eeeeee;
}

    .grid .titlerow td {
        padding: 8px;
    }

.grid .title {
    display: inline-block;
    font-weight: bold;
}

.grid .button {
    background-image: none;
    background-color: none;
    border-style: none;
}

.grid .buttoncolumn {
    width: 10px;
    text-align: center;
}

.grid .actions {
    display: inline-block;
    position: absolute;
    right: 0px;
    padding: 3px;
}

.grid .filter td {
    border: solid 1px #bbbbbb;
    padding: 2px;
}

.grid .filter .textbox {
    display: block;
    height: 25px;
    width: 95%;
    border-style: none;
    border: solid 1px #bbbbbb;
}

    .grid .filter .textbox:hover {
        display: block;
        height: 25px;
        width: 95%;
        border-style: none;
        border: solid 1px #bbbbbb;
        background-color: #cccccc;
    }

.grid .header td {
    border: solid 1px #bbbbbb;
    padding: 2px;
}

.grid .header .gridheadersortfield, .grid .header .gridheadersortfieldasc, .grid .header .gridheadersortfielddesc {
    border-style: none;
    display: block;
    height: 20px;
    width: 100%;
    background-color: transparent;
    text-align: left;
}

    .grid .header .gridheadersortfield:hover, .grid .header .gridheadersortfieldasc:hover, .grid .header .gridheadersortfielddesc:hover {
        border-style: none;
        display: block;
        height: 20px;
        width: 100%;
        background-color: #cccccc;
        text-align: left;
    }

.grid .sorticonlist {
    width: 20px;
}

.gridheadersortfieldasc {
    background-image: url(Icons/Up_16.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.gridheadersortfielddesc {
    background-image: url(Icons/Down_16.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.grid .item {
    background-color: #efefef;
}

    .grid .item td {
        padding: 2px;
        vertical-align: middle;
    }

.grid .check {
    text-align: center;
    vertical-align: middle;
}

.grid .listicon {
    text-align: center;
    vertical-align: middle;
}

.grid .itemalt {
}

.grid .itemrow1, .grid .itemrowalt1 {
    border-top: solid 1px #bbbbbb;
}

.grid .itemalt td {
    padding: 2px;
    vertical-align: middle;
}

.grid .gridpager {
    border: solid 1px #bbbbbb;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}

    .grid .gridpager td {
        height: 20px;
    }

    .grid .gridpager .pager {
        width: 100%;
    }

.grid .dropdown {
    padding-left: 3px;
    border-width: 1px;
    margin-left: 5px;
}


.listbutton {
    display: inline-block;
    border: solid 1px #cccccc;
    padding: 5px;
    margin: 2px;
}

.popup {
    position: fixed;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(200,200,200,0.7);
    z-index: 99;
}

.popup_box {
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    z-index: 100;
    min-height: 100px;
    min-width: 200px;
    overflow: hidden;
    overflow-y: hidden;
    border-radius: 5px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.popup_content_withpadding {
    padding: 20px;
    text-align: center;
}

.popup_buttons_below {
    padding: 20px;
    text-align: center;
}

.popup_box .button {
    padding: 5px;
    border-radius: 4px;
    border-style: none;
}

.popup_buttons {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    display: block;
    height: 20px;
}


/* GRID */



/* PARTDOWNLOADS */

.partdownload {
    display: inline-block;
    width: 824px;
    height: 582px;
    margin-left: 10px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 5px;
}

    .partdownload .grid {
    }
    
    .partdownload .grid .gridheader {
        display: none;
    }
    
    .partdownload .grid .griditem TD, .partdownload .grid .griditemalt TD {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .partdownload .grid .griditem TD:nth-child(3), .partdownload .grid .griditemalt TD:nth-child(3) {
        text-align: right;
        padding-right: 4px;
    }

@media all and (min-width: 1000px) and (max-width: 1400px) {

    .partdownload {
        height: 345px;
        width: 488px;
        margin-left: 8px;
        margin-top: 9px;
    }
}

@media all and (min-width: 615px) and (max-width: 1000px) {

    .partdownload {
        height: 426px;
        width: 603px;
        margin-left: 6px;
        margin-top: 6px;
    }
}

@media all and (max-width: 615px) {

    .partdownload {
        height: 220px;
        width: 312px;
        margin-left: 4px;
        margin-top: 4px;
    }
}

/* partdownloads */

.ordersareclosed {

    font-size: 1.4rem;
    font-weight: bold;
    color: darkred;
    padding: 15px;
    display: block;
}