/* Minification failed. Returning unminified contents.
(2694,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

* {
    box-sizing:border-box;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

::-moz-selection {
    background: #f5899b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #f5899b;
    color: #fff;
    text-shadow: none;
}

html, body {
    width: 100%;
    height: 100%;
}

html {
    overflow-y: scroll;
    overflow-x: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #E9E9E9;
    background-size: cover;
    font-family: 'Open Sans', Roboto,Arial,Helvetica, sans-serif;
}

h1 {
    font-size: 46px;
    font-weight: 300;
}

h2 {
    font-size: 30px;
    color: #575757;
    font-weight: 300;
    margin-bottom: 20px;
}

h3 {
    font-weight: 300;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
    font-weight: 300 !important;
}

#wrapper {
    margin: 0 auto;
    color: #575757;
    font-weight: 300;
    font-size: 13px;
    position: relative;
    /*z-index: 10;*/
    padding-top: 35px;
}

    #wrapper .cnf-content.option {
        font-size: 14px;
        font-weight: 400;
    }

#cart {
    height:0px;
}

#superwrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px; /* - footer's height */
    text-align: left;
}


.bodyConfigure #superwrap {
    margin-bottom: 0px;
}

.push {
    height: 60px;
    clear: left;
}


.footerwrap {
    min-height: 60px;
    border-top: 5px solid #c8102e;
    position: relative;
    background: #333;
    box-sizing:border-box;
    display:flex;
    width:100%;
}

.footer {
    min-height: 35px;
    margin: auto;
    display: flex;
    font-size: 12px;
    line-height: 18px;
    color: #ccc;
    padding:5px;
    padding-top: 10px;
}

    .footer a {
        padding: 0;
        margin: 0;
        font-size: 12px;
        line-height: 18px;
        color: #ccc;
    }

        .footer a.act {
            color: #c8102e;
        }

a {
    text-decoration: none;
    color: #575757;
}

    a:hover {
        text-decoration: none;
        color: #c8102e;
    }

.content {
    clear: both;
    position: relative;
    margin: auto;
    padding-bottom: 10px;
    transition:margin-top 0.5s;
}

.shadow {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

#nav {
    height: 60px;
    border-bottom-right-radius: 3px;
    display: flex;
    float: left;
    position: relative;
    z-index: 100;
    align-items:center;
}

    #nav .navli {
        float: left;
        position: relative;
    }

#nav a {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

#nav .act a {
        color: #c8102e;
        background-position: center 10px;
    }

    #nav .act a svg {
        fill: #c8102e;
    }

.nav_wrapper {
    height: 65px;
    background: #333;
    border-top: 5px solid #c8102e;
    /*position: fixed;*/
    position: relative;
    width: 100%;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    max-width:1170px;
}

.cart_badge {
    width: 20px;
    height: 20px;
    background: url(../img/cart_badge_bg.png);
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 93px;
    bottom: 15px;
    display: none;
}

.cart_badge_close {
    width: 20px;
    height: 20px;
    background: url(../img/cart_badge_close_bg.png);
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 3px;
    bottom: 15px;
    display: none;
    cursor:pointer;
}

    .cart_badge.shown, .cart_badge_close.shown {
        display: block;
    }

#logo {
    width: 96px;
    height: 96px;
    float: left;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    position: relative;
    z-index: 110;
}

.logo {
    width: 96px;
    height: 96px;
    background: url(../img/logo.jpg);
    display: block;
    margin: auto;
    margin-top: 0px;
}

#logo.shadow {
    display:none;
}

.addtocart {
    margin-top: -90px !important;
}

.button.cartinfo {
    margin-top: 18px;
    float: left;
}

#userdataform .button.userdataproceed,
#additionaldetailsform .button.userdataproceed,
.button.userdataproceed.request {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin-top: 0px;
}

.button.cartstepback {
    float: left;
    margin-left: 10px;
}

.sendCnf, .download {
    margin-top: -40px !important;
}

.sendCnf {
    margin-bottom: 60px;
}

.sendCnf, .download,
.button.cartstepback {
    background: url(../img/btn_bg_shadow.png) !important;
    border: 1px solid #999 !important;
}

.plusbuttons {
    width: 850px;
    height: 870px;
    position: absolute;
    z-index: 8;
}

.button, input[type=submit], button, .download {
    background: url(../img/btn_bg.png);
    height: 27px;
    line-height: 27px;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #c8102e;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    font-family: 'Open Sans', sans-serif;
    width: auto;
    float: left;
    margin-top: 15px;
    box-sizing:unset;
}

    .download:hover {
        color: #fff;
    }

a.button:hover {
    color: #fff;
}

.plccontent {
    display:flex;
    align-items:center;
    justify-content:center;
}

.bodyHome .plccontent,
.bodyConfigure .plccontent {
    height: 160px;
}

.bodyHome .content {
    padding-top: 70px;
}

.plccontent h1 {
    text-shadow: 0px 0px 0px #575757;
    text-align:center;
}

h1 .indent {
    margin-left: 110px;
}

.plccontent ul li,
.plccontent p {
    margin-left: 140px;
    width: 590px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #333;
    text-shadow: 0px 0px 0px #575757;
}

.plccontent ul {
    margin-top: 5px;
    padding-left: 20px;
}

    .plccontent ul li {
        margin-bottom: 5px;
        margin-top: 5px;
        list-style: square;
    }

.plc-textpic-imagewrap figure {
    float: left;
}

figcaption {
    text-align: center;
    font-size: 20px;
    text-shadow: 0px 0px 0px #000;
}

    figcaption .small {
        font-size: 50%;
        line-height: 7px;
    }

.plc-frame-indent .plc-header {
    margin-bottom: 25px;
}

.plc-frame-indent .plc-textpic-imagewrap {
    margin: auto;
}

.plc-frame-indent div.plc-textpic figure {
    margin-right: 10px;
}

    .plc-frame-indent div.plc-textpic figure:last-child {
        margin-right: 0px;
    }

.contactbox {
    width: 310px;
    height: 200px;
}

    .contactbox:last-child {
        margin-right: 0;
    }

    .contactbox h2 {
        padding-left: 5px;
        margin:unset;
    }

    .contactbox.address {
        font-size: 18px;
        text-align:center;
    }

    .contactbox.hotline {
        font-size: 28px;
        text-align: center;
    }

    .contactbox.email {
        font-size: 18px;
        text-align: center;
    }

.plc-default h2 {
    margin: 15px 0 5px;
}

    .plc-default h2 a {
        text-decoration: underline;
    }

.bodyHome .content .plc-textpic-imagewrap .plc-textpic-image {
    position: relative;
}

    .bodyHome .content .plc-textpic-imagewrap .plc-textpic-image a {
        position: relative;
        top: 80px;
    }

    .bodyHome .content .plc-textpic-imagewrap .plc-textpic-image figcaption a {
        position: unset;
        top: unset;
    }

    .bodyHome .content .plc-textpic-imagewrap .plc-textpic-image figcaption {
        position: relative;
        bottom: 330px;
    }

#logo_nav {
    position: absolute;
    top: 0;
    z-index: 11;
    /*min-width:315px;*/
}

#popup {
    width: 960px;
    height: 80%;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    z-index: 100;
    font-size: 12px;
    margin-top: 5%;
    left: 50%;
    margin-left: -480px;
    display: none;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

    #popup #main {
        position: relative;
        width: 800px;
        top: 50px;
        padding-bottom: 50px;
        margin: auto;
        height: 80%;
        overflow-y: scroll;
        padding-right: 50px
    }

    #popup .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        background: url(../img/shut_down.png);
        cursor: pointer;
    }

    #popup h3 {
        margin-top: 20px;
    }

    #popup h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    #popup ol li, #popup ul li {
        margin-left: 35px;
    }

    #popup ul li {
        list-style: disc;
    }

.content .detail {
    font-size: 18px;
}

.content .cnfselect {
    margin-bottom: 37px;
}

input:focus,
.sbHolder,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.sbHolder {
    background-color: #ddd;
    border: none;
    font-size: 12px;
    font-weight: normal;
    height: 28px;
    position: relative;
    width: 77px;
}



.content .sbHolder {
    width: 340px;
}

.sbHolder:focus .sbSelector {
}

.sbSelector {
    display: block;
    height: 28px;
    left: 28px;
    line-height: 28px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    cursor:pointer;
    width:312px;
}

    .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
        color: #575757;
        outline: none;
        text-decoration: none;
    }

.sbToggle {
    background: url(../img/down_up.png) no-repeat;
    display: block;
    height: 28px;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor:pointer;
}

    .sbToggle:hover {
    }

.sbToggleOpen {
    -webkit-transform: rotate(180deg) scale(1);
    -moz-transform: rotate(180deg) scale(1);
    -o-transform: rotate(180deg) scale(1);
    -ms-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
}

    .sbToggleOpen:hover {
    }

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

    .sbHolderDisabled .sbHolder {
    }

    .sbHolderDisabled .sbToggle {
    }

.sbOptions {
    background-color: #575757;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 77px;
    z-index: 1;
    overflow-y: auto;
}


.content .sbOptions {
    width: 340px;
}


.sbOptions li {
    padding: 0 7px;
}

.sbOptions a {
    border-bottom: dotted 1px #ddd;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}

.sbOptions li:last-child a {
    border-bottom: none;
}

.sbOptions a:link, .sbOptions a:visited {
    color: #ddd;
    text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    color: #fff;
}

.sbOptions li.last a {
    border-bottom: none;
}

.sbOptions .sbDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
    padding-left: 17px;
}

.disclaimer {
    text-align:justify;
}

.subcontent {
    position: relative;
    z-index: 20;
    margin-top: 50px;
}

.clearboth {
    clear: both;
}

.result {
    width: 850px;
    height: 870px;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y:hidden;
    overflow-x:hidden;
}

.rotate {
    opacity: 0;
    width: 40px;
    height: 40px;
    background: url(../img/rotate_btn.png);
    position: absolute;
    right:125px;
    top:55px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

    .result:hover .rotate {
        opacity: 1;
    }

.rotate.additional {
    left: 10px;
    top: auto;
    bottom: 30%;
    opacity: 1;
    display:none;
    position:fixed;
}

#topScroller {
    right: 15px;
    top: auto;
    bottom: 48px;
    opacity: 1;
    display: none;
    position: fixed;
    z-index: 1000;
    cursor: pointer;
    width: 38px;
    height: 38px;
    /*background-color: #c8102e;*/
    text-align: center;
    padding-top: 9px;
}

.images {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -o-perspective: 600px;
    perspective: 600px;
    position: relative;
    width: 850px;
    height: 870px;
    margin-top: -50px;
}

    .images .flip.flipped {
    }

    .images .flip {
        width: 850px;
        height: 870px;
        -webkit-transform-style: preserve-3d;
        -webkit-transition: 0.4s;
        -moz-transform-style: preserve-3d;
        -moz-transition: 0.4s;
        -o-transform-style: preserve-3d;
        -o-transition: 0.4s;
        transform-style: preserve-3d;
        transition: 0.4s;
    }


        .images .flip .frontside, .images .flip .backside {
            width: 850px;
            height: 870px;
            position: absolute;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
            z-index: 2;
        }

        .images .flip .frontside {
            position: absolute;
            z-index: 1;
        }

        .images .flip .backside {
            -webkit-transform: rotatey(180deg);
            -moz-transform: rotatey(180deg);
            -o-transform: rotatey(180deg);
            transform: rotatey(180deg);
        }

        .images .flip .frontside .plusbuttons .plus,
        .images .flip .frontside .plusbuttons .plus .plusSpan,
        .images .flip .frontside .image {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
        }

.images, .backside, .frontside, .image {
    width: 850px;
    height: 870px;
    position: absolute;
}


.frontside {
    position: absolute;
    top: 0;
    left: 0;
}


.image {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

    .image.baseimage,
    .image.baseimage.checked.opacity60,
    .image.checked.opacity60 {
        display: block;
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
    }

    .image.checked.opacity10 {
        display: block;
        filter: alpha(opacity=10);
        -moz-opacity: 0.1;
        -khtml-opacity: 0.1;
        opacity: 0.1;
    }

        .image.baseimage.checked, .image.checked {
            display: block;
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
        }

.plus {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/icon_prl_color.png);
    cursor: pointer;
    overflow: hidden;
}

    .plus span {
        position: absolute;
        width: 20px;
        height: 40px;
        display: block;
        background: url(../img/icon_one_more.png);
        color: #fff;
        text-align: center;
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

        .plus span.nocolor {
            color: transparent;
        }

    .plus.overminqty span {
        background-position: 0 -20px
    }


.sendCnfForm {
    width: 480px;
    min-height: 355px;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 55%;
    z-index: 1100;
    font-size: 12px;
    margin-top: -200px;
    left: 50%;
    margin-left: -230px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
}

    .sendCnfForm .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        background: url(../img/shut_down.png);
        cursor: pointer;
    }

.options {
    position: relative;
    width: 340px;
    z-index: 8;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}

    .options li {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .options ul li {
        position: relative;
        overflow: hidden;
    }


    .options ul ul {
        margin-top: 15px;
    }

    .options ul li li {
        list-style: square;
        margin-left: 17px;
        margin-bottom: 5px;
        overflow: visible;
    }

#cnf_options {
    width: 340px;
    list-style: none;
    color: #333;
    margin-bottom: 50px;
}

#cnf_options_legal {
    width: 600px;
    list-style: none;
    color: #033;
    margin-bottom: 50px;
}



    #cnf_options h3, #cnf_options_legal h3 {
        width: 242px;
        margin-top: 5px;
        cursor: pointer;
        background: #ababac;
        color: #fff;
        height: 28px;
        line-height: 28px;
        font-weight: normal;
        font-size: 20px;
        padding-left: 98px;
        margin-top: 0px;
        box-sizing:unset;
    }

#cnf_options_legal h3 {
    width: 555px;
}

#cnf_options .check, #cnf_options .oneup, #cnf_options .oneless, #cnf_options_legal .check {
    width: 28px;
    height: 28px;
    display: block;
    background: #999;
    position: absolute;
    cursor: pointer;
    left: 28px;
    top: 0;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

    #cnf_options .check.productlinebg {
        background-color: rgb(200, 16, 46);
    }

#cnf_options .check {
    box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
}

#cnf_options .oneless {
    background: none;
    left: 0px;
    color: #666;
    font-weight:bold;
}

#cnf_options li {
    position: relative;
}

#cnf_options .oneup {
    left: 56px;
    background: none;
    width: 29px;
    border-right: 1px #E9E9E9 solid;
    color: #666;
    font-weight: bold;
}

#cnf_options .check.checked, #cnf_options_legal .check.checked {
    background-position: 0 -28px;
}



#cnf_options h3:hover {
}

#cnf_options .cnf-section, #cnf_options_legal .cnf-section {
    overflow: hidden;
    background: #fff;
    -webkit-transition: max-height 0.5s, opacity 0.5s;
    -moz-transition: max-height 0.5s, opacity 0.5s;
    -o-transition: max-height 0.5s, opacity 0.5s;
    transition: max-height 0.5s, opacity 0.5s;
}


    #cnf_options .cnf-section.expand, #cnf_options_legal .cnf-section.expand {
    }

    #cnf_options .cnf-section.notUIready {
        position: absolute;
        height: auto;
        visibility: hidden;
    }


#cnf_options .cnf-content, #cnf_options_legal .cnf-content {
    padding: 28px;
    background: #fff
}

#cnf_options {
    background: url(../img/border_line.png) repeat-x bottom;
    padding-bottom: 70px;
}

.pnHref {
    text-decoration: underline;
}

.loadWrap {
    position: fixed;
    left: 30%;
    top: 50%;
    z-index: 1501;
    width: 500px;
    height: 50px;
    margin: auto;
    display: none;
}

    .loadWrap.errorMsg {
        width: 550px;
    }

.loadMessage {
    background: rgba(200, 16, 46, 0.9);
    height: 40px;
    line-height: 40px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    color: white;
    display: none;
    right: 85px;
    z-index: 1;
    margin: 14px 10px 0px 80px;
    word-break: break-word;
    right: unset;
}

    .loadMessage.shown {
        display:block;
    }

#cart {
    width: 100%;
    background: white;
    height: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.35) inset;
    overflow: hidden;
    font-size: 14px;
    transition: height 0.5s;
    margin-bottom: 20px;
}

.pageHome #cart {
    top: 310px;
}

.inner_cart {
    margin: auto;
    padding-top: 65px;
    min-height: 625px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cartitems {
    height:485px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .cartitems ul {
        margin-bottom: 20px;
    }

    .cartitems ul:last-of-type {
        margin-bottom: 0px;
    }

    .cartitems.overview {
        height: 412px;
    }

.cartitem {
    position: relative;
    margin-left: 20px;
    list-style: square;
    max-width: 650px;
    line-height: 35px;
    border-bottom: 1px lightgrey solid;
}

#cart.open {
    border-top: 1px solid #ABABAC;
    border-bottom: 1px solid #ABABAC;
    z-index: 100;
    height:625px;
}

#cart .remove, #cart .addone, #cart .subone {
    top: 0px;
}

#cart .remove {
    position: absolute;
    right: 5px;
    font-size: 11px;
    line-height: 22px;
    padding: 10px 8px;
    background: url(../img/cart_line_sub.png) 0 3px no-repeat;
    cursor: pointer;
    opacity: 0.6;
    margin-top: 6px;
}

#cart .addone {
    position: absolute;
    right: 55px;
    font-size: 11px;
    line-height: 22px;
    padding: 10px 8px;
    background: url(../img/cart_one_more.png) 0 3px no-repeat;
    cursor: pointer;
    opacity: 0.6;
    margin-top: 6px;
}

#cart .subone {
    position: absolute;
    right: 30px;
    font-size: 11px;
    line-height: 22px;
    padding: 10px 8px;
    background: url(../img/cart_one_sub.png) 0 3px no-repeat;
    cursor: pointer;
    opacity: 0.6;
    margin-top: 6px;
}

    #cart .remove:hover, #cart .addone:hover, #cart .subone:hover {
        opacity: 1;
        background-position: 0 -13px;
    }

#cart .steps {
    width: 314px;
    border-bottom: 1px solid #999;
    position: absolute;
    top: 10px;
    height: 28px
}

    #cart .steps .progress {
        background-color: #ccc;
        color: #fff;
        padding: 0px 0 0px;
        height: 15px;
        font-size: 10px;
        width: 15px;
        text-align: center;
        display: block;
        float: left;
        border-radius: 50%;
        margin: 16px 37px;
        border: 4px solid #fff;
        cursor: pointer;
        box-sizing:unset;
    }

        #cart .steps .progress.act {
            background-color: #c8102e;
        }

#cart .progress.step1 {
    margin-left: 0
}

#cart .progress.stepFinal {
    margin-right: -1px
}

#cart .progress.step4 {
    margin-right: 0
}

#cart h3 {
    font-size: 26px;
    color: #575757;
}

#cart input[type="submit"] {
    float: left;
    margin-top: 15px
}

#cart input[type="radio"] {
    width: auto;
}

#cart .fieldarea {
    border: none;
}

#cart .clearer {
    height: 0px;
}

#cart #userdataform,
#cart #additionaldetailsform,
.ordercomplete .success,
.ordercomplete .error {
    height: 485px;
}

#cart .response {
    position: relative;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 720px;
}

    #cart .response.ordercomplete {
        max-width: 750px;
    }

    .response .cartitem {
        line-height: 35px;
    }

#cart .options.acceptWrapper {
    margin-top: 0;
    width: 592px;
}

#cart .options h3 {
    color: #fff;
    font-size: 15px;
}

#cart {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fieldarea.address, .fieldarea.phone,
.fieldarea.company, .fieldarea.mail,
.fieldarea.apartment, .fieldarea.city,
.fieldarea.country, .fieldarea.lname,
.fieldarea.fname, .fieldarea.state,
.fieldarea.postalcode, .fieldarea.referredby {
    clear: left;
}

    .fieldarea.lname input, .fieldarea.fname input,
    .fieldarea.city input, .fieldarea.country select,
    .fieldarea.state input, .fieldarea.state select,
    .fieldarea.apartment input {
        width: 220px;
    }

.fieldarea.size select {
    width: 200px;
    box-sizing:border-box;
}
       
    .fieldarea.postalcode input,
    .fieldarea.phone input {
        /*width: 136px;*/
        width: 155px;
    }

.field {
    margin: 2px 10px 4px 0;
}

.additionalRequest {
    width: 100%;
    height: 165px;
    box-sizing: border-box;
    resize: none;
    padding: 2px 5px;
    font-size:16px;
}

.fieldarea div.error {
    height: 20px;
    position: relative;
}

    .fieldarea div.error.maximized {
        height:unset;
        min-height: 20px;
        max-height:60px;
    }

form .fieldarea {
    width: 315px;
}

    form .fieldarea.size {
        width: 200px;
        clear:left;
    }

    form .fieldarea.textareaformwidth {
        width: 100%;
        clear: left;
    }

.fieldarea.size input {
    width: 120px;
}

input.error {
    padding-left: 10px;
    padding-right: 10px;
}

input {
    border-radius: 0;
}

form input, form .userdataselect {
    background: #DDD;
    border: none;
    height: 28px;
    line-height: 28px;
    color: #575757;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    width: 300px;
    box-sizing:border-box;
}

    form .userdataselect,
    form input#Province,
    form input#FirstName,
    form input#LastName,
    form input#City,
    form input#Apartment {
        box-sizing: unset;
    }

    .error_input input {
        color: #fff;
        background: rgb(90,90,90);
        border: none !important;
    }

form .error {
    padding: 0;
}

form label {
    float: none !important;
    font-weight: 300 !important;
    padding-bottom: 5px;
    margin-top: 10px;
}

.req {
    color: #c8102e !important;
}

.acceptWrapper {
    padding: 20px 0 5px;
    width: 500px
}

    .acceptWrapper a {
        text-decoration: underline;
    }

    .acceptWrapper.error a {
        color: #c8102e;
    }

.finale {
    position: absolute;
    right: 387px;
}

.base_option_cart_badge {
    color: #c8102e;
    display: inline-block;
    padding: 0px 5px;
}

.userdataformwrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.userdataformwrapper .subwrapper{
    margin-bottom:5px;
}

.step3 .userdataformwrapper {
    max-width: 680px;
    flex-wrap:unset;
}

    .userdataformwrapper.flex-start {
        justify-content: flex-start;
    }

.flex_column {
    flex-direction: column;
}

form .input-validation-error {
    border-color: #c8102e !important;
    border: solid;
    border-width: 0.5px;
}

form .field-validation-error {
    font-size: 11px !important;
    color: #c8102e;
    display: inline-block;
    position: absolute;
    top: -4px;
}

form .error.maximized .field-validation-error {
    position: unset;
}

.success {
    color: #575757;
    padding: 5px;
    width: 700px;
}

.ordercomplete .success,
.ordercomplete .error {
    padding-top: 60px;
    font-size: 20px;
    width: auto;
    text-align: justify;
}

.message.error {
    color: #c8102e;
}

#additionaldetailsform .message {
    color: #575757;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: justify;
}

#additionaldetailsform .fieldGroupHeader {
    font-size: 16px;
    color: #575757;
    padding-bottom: 5px;
}

.sendCnfContent {
    width: 300px;
    margin: auto;
    margin-top: 30px;
}

    .sendCnfContent label {
        margin-top: 7px;
        display: inline-block;
    }

.cnfSubTitle {
    font-size: medium;
    font-weight: 500;
}

.homePageBottomSlogan {
    text-align: center;
    font-weight: bold;
    font-size: larger;
    height: 22px;
    padding-top: 100px;
    padding-bottom:30px;
}

.flagImg {
    height: 22px;
    vertical-align: sub;
    padding-left: 5px;
}


.liConfig a img,
.liCart a img,
.liContact a img,
.liHome a img {
    height: 40px;
    display: none;
}

.liConfig a svg,
.liCart a svg,
.liContact a svg,
.liHome a svg {
    width: 40px;
    height: 40px;
    fill: #fff;
    display: none;
}


#nav .imgInquiryLink {
    display: none;
    /*background: url(../img/cart-fill.svg);*/
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23fff' class='bi bi-cart-fill' viewBox='0 0 16 16'><path d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/></svg>");
    height: 46px;
    padding-top: 0px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}

    #nav .act .imgInquiryLink {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23c8102e' class='bi bi-cart-fill' viewBox='0 0 16 16'><path d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/></svg>");
    }

#nav .imgInquiryLink:hover {
    background-position: unset;
}

.sloganBreakerSpan {
    display:none;
}

.contact-wrap, .contact-inner-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prl-configure-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap:wrap;
}

#prl-configure {
    overflow:hidden;
}

.cartButtonsWrapper {
    display: flex;
    padding: 5px 0px 20px 0px;
    justify-content: flex-start;
    flex-wrap:wrap;
}

.cartButtonsWrapper a:first-of-type{
    margin-left:0px;
}

.step1 .cartButtonsWrapper {
    justify-content: flex-end;
}

.cartItemRowContent {
    margin-right: 75px;
    word-break: break-all;
}

.footerInnerSpan {
    white-space: nowrap;
    display: inline-block;
}

.nwSpn {
    white-space: nowrap;
}
/* move footer down on screens less than 1920*/
@media only screen and (max-width: 1919px) {
    #superwrap {
        margin-bottom: 0px;
    }
}

@media (hover:hover) {
    #nav a:hover {
        color: #c8102e;
        background-position: center 10px;
    }

        #nav a svg:hover {
            fill: #c8102e;
        }

    #nav .imgInquiryLink:hover {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23c8102e' class='bi bi-cart-fill' viewBox='0 0 16 16'><path d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/></svg>");
    }
}
@media only screen and (hover: none) {
    /* "pressed" effect for top-nav icons on touch devices */

    /*.liConfig a svg:active,
    .liCart a svg:active,
    .liContact a svg:active,
    .liHome a svg:active {
        height: 35px;
    }

    #nav .imgInquiryLink:active {
        background-size: 35px 35px;
        background-position-x: 3px;
        background-position-y: 3px;
    }*/
       
    .ordercomplete .success, .ordercomplete .error {
        padding-top: unset;
        text-align: center;
    }
       
    .inner_cart {
        min-height: unset;
    }

    #cart.open,
    .cartitems,
    #cart #userdataform,
    #cart #additionaldetailsform,
    #cart .response.ordercomplete,
    .ordercomplete .success,
    .ordercomplete .error {
        height: auto;
    }

    .loadWrap {
        left: unset;
        width: 100%;
        height: auto;
    }

        .loadWrap.errorMsg {
            width: 100%;
        }

    .loadMessage {
        height: auto;
    }

    .rotate.origin {
        display: none;
    }

    .rotate.additional {
        display: block;
    }

    #logo {
        width: 60px;
        height: 60px;
    }

    a.logo {
        height: 60px;
        width: 60px;
        background-size: 60px 60px;
    }
}
@media only screen and (hover: none) and (orientation: landscape) {

    .bodyHome .plccontent,
    .bodyConfigure .plccontent {
        height: 130px;
    }

    #cart {
        top: 195px;
    }

    .bodyHome .content {
        padding-top: unset;
    }

    h1 {
        font-size: 38px;
    }

    .sendCnfForm {
        width: 100%;
        top: 0px;
        margin-top: 65px;
        margin-left: unset;
        left: 0;
    }

    .sendCnfContent {
        width: 100%;
        padding: 0 10px;
    }

    #sendCnf {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #sendCnf .button {
            margin-top: 5px;
            margin-left: 10px;
        }
}

@media only screen and (max-width: 865px) {
    .result {
        overflow-x: scroll;
    }

    .footer {
        align-items: center;
        padding-top: 5px;
    }

    .rotate.origin {
        display: none;
    }

    .rotate.additional {
        display: block;
    }
}
@media only screen and (max-width: 800px) {
    .button.userdataproceed.request {
        position: unset;
        float: right;
    }

    .response.ordercomplete .cartButtonsWrapper {
        justify-content: flex-end;
    }

    .userdataformwrapper.flex-start {
        flex-wrap: wrap;
    }

    #cart.open, .cartitems, #cart #userdataform, #cart #additionaldetailsform {
        height: auto;
    }
    .contact-wrap {
        flex-direction: column;
    }

    .footer {
        flex-direction: column;
    }

    .centerFooterDot {
        display: none;
    }

    h1 {
        font-size: 38px;
    }

    .bodyHome .plccontent,
    .bodyConfigure .plccontent {
        height: 130px;
    }

    #cart {
        top: 195px;
    }

    .bodyHome .content {
        padding-top: unset;
    }

    .nav_wrapper {
        position: fixed;
        top:30px;
    }

    #wrapper {
        padding-top:95px;
    }

    #logo.shadow {
        display: block;
    }
}
@media only screen and (max-width: 600px) {

    #userdataform .button.userdataproceed,
    #additionaldetailsform .button.userdataproceed {
        position: unset;
        float: right;
    }

    .cartButtonsWrapper {
        justify-content: flex-end;
    }

    .sendCnfForm {
        width: 100%;
        height: 100%;
        min-height: 100%;
        top: 0px;
        margin-top: 95px;
        margin-left: unset;
        left: 0;
    }

    .bodyHome .plccontent, .bodyConfigure .plccontent {
        height: 100px;
    }

    #cart {
        top: 165px;
    }

    .sloganBreakerSpan {
        display: inline;
    }

    h1 {
        font-size: 30px;
    }

    #logo {
        width: 60px;
        height: 60px;
    }

    a.logo {
        height: 60px;
        width: 60px;
        background-size: 60px 60px;
    }

    #nav .liConfig a,
    #nav .liContact a,
    #nav .liHome a {
        padding-top: 0px;
        font-size: unset;
    }

    #nav .liConfig a {
        padding-left: 20px;
        padding-right: 10px;
    }

    #nav .liCart {
        padding-left: 15px;
        padding-right: 10px;
    }

    #nav .liContact a {
        padding-right: 0px;
        padding-left: 5px;
    }

    #nav .liHome a {
        padding-right: 0px;
        padding-left: 20px;
    }

    .liConfig a img,
    .liCart a img,
    .liContact a img,
    .liHome a img,
    .liConfig a svg,
    .liCart a svg,
    .liContact a svg,
    .liHome a svg {
        display: inline-block;
    }
    
    #nav .navli {
        padding-top: 3px;
    }

    .liConfig a span,
    .liCart a span,
    .liContact a span,
    .liHome a span {
        display: none;
    }


    .cart_badge {
        left: 55px;
        bottom: 31px;
    }

    .cart_badge_close {
        left: -3px;
    }

    #nav a.imgInquiryLink {
        display: block;
    }

    #nav a.textLink {
        display: none;
    }

    #nav .act a, #nav a:hover {
        color: unset;
        background-position: unset;
    }
}
/*MIT License

Copyright (c) 2020 Vineeth.TR

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.*/

.loader {
    width: 48px;
    height: 48px;
    /*background: #FFF;*/
    border-radius: 50%;
    display: inline-block;
    /*position: relative;*/
    position: absolute;
    box-sizing: border-box;
    animation: rotation 1.5s linear infinite;
    left: 10px;
    top: 9px;
}

    .loader::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 6px;
        top: 10px;
        width: 12px;
        height: 12px;
        color: #c8102e;
        background: currentColor;
        border-radius: 50%;
        box-shadow: 25px 2px, 10px 22px;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} 
div.plc-textpic, div.plc-textpic div.plc-textpic-imagerow, ul.plc-uploads li {
    overflow: hidden;
}

    div.plc-textpic .plc-textpic-imagewrap table {
        border-collapse: collapse;
        border-spacing: 0;
    }

        div.plc-textpic .plc-textpic-imagewrap table tr td {
            padding: 0;
            vertical-align: top;
        }

    div.plc-textpic .plc-textpic-imagewrap figure, div.plc-textpic figure.plc-textpic-imagewrap {
        margin: 0;
        display: block;
    }

.plc-textpic-imagewrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

figcaption.plc-textpic-caption {
    display: table-caption;
}

.plc-textpic-caption {
    text-align: left;
    caption-side: bottom;
}

div.plc-textpic-caption-c .plc-textpic-caption, .plc-textpic-imagewrap .plc-textpic-caption-c {
    text-align: center;
}

div.plc-textpic-caption-r .plc-textpic-caption, .plc-textpic-imagewrap .plc-textpic-caption-r {
    text-align: right;
}

div.plc-textpic-caption-l .plc-textpic-caption, .plc-textpic-imagewrap .plc-textpic-caption-l {
    text-align: left;
}

div.plc-textpic div.plc-textpic-imagecolumn {
    float: left;
}

div.plc-textpic-border div.plc-textpic-imagewrap img {
    border: 2px solid black;
    padding: 0px 0px;
}

div.plc-textpic .plc-textpic-imagewrap img {
    border: none;
    display: block;
}

div.plc-textpic .plc-textpic-imagewrap .plc-textpic-image {
    margin-bottom: 10px;
}

div.plc-textpic .plc-textpic-imagewrap .plc-textpic-imagerow-last .plc-textpic-image {
    margin-bottom: 0;
}

div.plc-textpic-imagecolumn, td.plc-textpic-imagecolumn .plc-textpic-image {
    margin-right: 10px;
}

    div.plc-textpic-imagecolumn.plc-textpic-lastcol, td.plc-textpic-imagecolumn.plc-textpic-lastcol .plc-textpic-image {
        margin-right: 0;
    }

div.plc-textpic-intext-left .plc-textpic-imagewrap,
div.plc-textpic-intext-left-nowrap .plc-textpic-imagewrap {
    margin-right: 10px;
}

div.plc-textpic-intext-right .plc-textpic-imagewrap,
div.plc-textpic-intext-right-nowrap .plc-textpic-imagewrap {
    margin-left: 10px;
}


div.plc-textpic-center .plc-textpic-imagewrap, div.plc-textpic-center figure.plc-textpic-imagewrap {
    overflow: hidden;
}

div.plc-textpic-center .plc-textpic-center-outer {
    position: relative;
    float: right;
    right: 50%;
}

div.plc-textpic-center .plc-textpic-center-inner {
    position: relative;
    float: right;
    right: -50%;
}

div.plc-textpic-right .plc-textpic-imagewrap {
    float: right;
}

div.plc-textpic-right div.plc-textpic-text {
    clear: right;
}

div.plc-textpic-left .plc-textpic-imagewrap {
    float: left;
}

div.plc-textpic-left div.plc-textpic-text {
    clear: left;
}

div.plc-textpic-intext-left .plc-textpic-imagewrap {
    float: left;
}

div.plc-textpic-intext-right .plc-textpic-imagewrap {
    float: right;
}

div.plc-textpic-intext-right-nowrap .plc-textpic-imagewrap {
    float: right;
}

div.plc-textpic-intext-left-nowrap .plc-textpic-imagewrap {
    float: left;
}

div.plc-textpic div.plc-textpic-imagerow-last, div.plc-textpic div.plc-textpic-imagerow-none div.plc-textpic-last {
    margin-bottom: 0;
}


.plc-textpic-intext-left ol, .plc-textpic-intext-left ul {
    padding-left: 40px;
    overflow: auto;
}

.header-container {
    background-color: #eaeaea;
}

    .header-container.in-container {
        max-width: 1170px !important;
        margin: 0 auto
    }

    .header-container ul {
        margin-left: 1.15rem
    }

    .header-container dl,
    .header-container ol,
    .header-container ul {
        list-style-position: outside;
        margin-bottom: 1.5rem
    }

.header {
    background-color: #eaeaea;
    border-bottom: 1px solid #cac9c9;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 980px;
    margin: 0 auto !important;
    z-index: 20;
    padding: 20px 0
}

.header {
    max-width: 960px;
    border: none;
    padding-top: 15px;
    padding-bottom: 10px;
    z-index: 0;
    height: 135px
}

.header {
    height: auto
}

header.header {
    display: table;
    clear: both !important;
    position: relative;
    z-index: 9;
    background-color: #eaeaea
}

.header-container.full-width.full-width header.header {
    max-width: 1170px
}

.header-logo {
    font-size: 0;
    margin: 0 3.92857rem;
    text-align: center;
    margin: 20px 0 !important;
    width: 33%;
    float: left
}

.header-logo--left {
    text-align: left
}

.header-logo--left {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 50% !important
}

.header-logo--left {
    display: table-cell;
    height: 110px;
    vertical-align: middle
}

.header-logo {
    width: auto;
    float: none;
    margin-top: 15px
}

    .header-logo > a {
        color: #4f4f4f;
        display: inline-block;
        padding: .78571rem 0;
        position: relative;
        text-decoration: none;
        width: 100%;
        z-index: 20
    }

    .header-logo > a {
        display: table-cell !important
    }

        .header-logo > a:after, .header-logo > a:before {
            content: " ";
            display: table
        }

        .header-logo > a:after {
            clear: both
        }

.header-logo-image {
    max-height: 2.35714rem;
    display: table-cell;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0
}

.top-menu {
    background-color: #393939;
    height: 30px;
    font-size: 16px
}

    .top-menu .content_cps {
        max-width: 1170px !important;
        margin: 0 auto
    }

    .top-menu div {
        font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
        font-weight: 700
    }

    .top-menu .left {
        float: left;
        line-height: 30px;
        color: #fff
    }

    .top-menu .right {
        float: right
    }

.mobileMenu-toggle {
    height: 3.92857rem;
    width: 3.92857rem;
    display: inline-block;
    font-size: 0;
    left: 0;
    overflow: hidden;
    padding: 0 1.28571rem;
    position: absolute;
    z-index: 50
}

    .mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
        background: #545454;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: top .1s ease-in 150ms,bottom .1s ease-in 150ms,-webkit-transform .1s ease-in;
        transition: top .1s ease-in 150ms,bottom .1s ease-in 150ms,-webkit-transform .1s ease-in;
        transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms;
        transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms,-webkit-transform .1s ease-in;
        width: 1.42857rem
    }

    .mobileMenu-toggle .mobileMenu-toggleIcon {
        top: 1.92857rem;
        -webkit-transition: background-color 10ms ease-in .1s;
        transition: background-color 10ms ease-in .1s
    }

        .mobileMenu-toggle .mobileMenu-toggleIcon::before {
            top: -.5rem
        }

        .mobileMenu-toggle .mobileMenu-toggleIcon::after {
            bottom: -.5rem
        }

    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
        background-color: transparent;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s
    }

        .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
            background-color: #545454;
            bottom: auto;
            top: auto;
            -webkit-transition: top .1s ease-in,bottom .1s ease-in,-webkit-transform .1s ease-in 150ms;
            transition: top .1s ease-in,bottom .1s ease-in,-webkit-transform .1s ease-in 150ms;
            transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in;
            transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in,-webkit-transform .1s ease-in 150ms
        }

        .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
            top: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

.navPages-container {
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    right: 0;
    z-index: 10;
    clear: both
}

.navPages-container {
    border-bottom: 3px solid;
    border-color: #8b8b8b;
    background-color: #393939
}

.navPages-container {
    background-color: #393939;
}

div#menu {
    max-width: 1170px;
    margin: 0 auto
}

    div#menu.main-nav {
        position: relative;
        z-index: 1 !important
    }

.header-container.full-width.full-width.in-container ~ .main-nav-container div#menu {
    padding: 0 15px !important
}

.navPages {
    background-color: #cac9c9;
    height: 100%;
    overflow-y: auto;
    padding: 1.5rem
}

div#menu .navPages {
    max-width: 1170px
}

.navPages-list {
    margin: 0
}

.navPages ul {
    list-style: none
}

.custom-pages-nav {
    height: auto
}

h2.container-header {
    margin: 0;
    border: none;
    border-bottom: 3px solid;
    border-color: #8b8b8b;
    color: #fff !important;
    text-transform: uppercase;
    height: auto;
    padding: 0 12px;
    line-height: 30px;
    font-size: 15px
}

.container-header {
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px;
    background-color: #393939;
    color: #fff !important
}

.mobile {
    display: none
}

.navPages-action {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: .78571rem 0;
    padding-left: 0 !important;
    text-decoration: none;
    text-transform: capitalize
}

.custom-pages-nav .navPages-action {
    line-height: 40px;
    padding-right: 35px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #fff
}

.navPages-action {
    color: #fff
}

.custom-pages-nav .navPages-action {
    text-transform: initial !important
}

.custom-pages-nav a:hover {
    color: #d42020
}

.clear_cps {
    clear: both
}

.mobile-menu.navPages-container {
    display: none
}

.header.is-open {
    height: 100%
}

.footer_cps {
    background-color: #393939;
    border-top: 1px solid #cac9c9;
    padding: 3rem 0
}

.footer_cps {
    padding: 0;
    border: none;
    border-color: grey;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.71429rem;
    max-width: 980px;
    padding: 0 1.5rem;
    position: relative;
    width: 100%
}

.container {
    max-width: 960px
}

footer.footer_cps .container {
    margin-bottom: 15px
}

footer.footer_cps .container {
    max-width: 1170px !important
}

.footer-info {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0
}

.footer-info {
    padding-bottom: 15px;
    clear: both;
    padding-top: 30px;
    line-height: 1.5
}

    .footer-info:after, .footer-info:before {
        content: " ";
        display: table
    }

    .footer-info:after {
        clear: both
    }

.footer-info-col {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    color: #393939;
    display: inline-block;
    float: none;
    font-size: 1rem;
    margin-bottom: 3rem;
    text-align: center;
    vertical-align: top
}

@media (min-width: 551px) {
    .footer-info-col {
        text-align: left;
        width: 50%
    }
}

.footer-info-col--small {
    width: 25%;
    margin-bottom: 0
}

article.footer-info-col.footer-info-col--small {
    font-size: 12px
}

.footer-info-heading {
    font-size: 1rem;
    text-transform: inherit
}

h5.footer-info-heading {
    color: #fff;
    margin: 0;
    font-size: 16px;
    padding-bottom: 5px;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    font-weight: 700 !important;
}

.footer-info-col > :first-child {
    margin-top: 0
}

.footer-info-col > :last-child {
    margin-bottom: 0
}

footer .container h5.footer-info-heading {
    color: #fff !important
}

footer address {
    font-style: normal;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-weight: 400
}

footer address {
    color: #fff !important
}

.footer-info-list {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1.5rem
}
}

.footer-info-list {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-weight: 400
}

footer ul li {
    color: #fff;
    list-style-type: none;
    padding-bottom: 5px
}

footer ul li {
    color: #fff !important
}

.footer-info-list a {
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    padding: 0
}

.footer-payment-icons {
    height: 2.85714rem;
    margin-top: 1.5rem
}

.footer-payment-icons {
    margin-top: 0;
    float: left;
    width: 100%;
    text-align: left;
    margin-left: 5px
}

.footer-payment-icons {
    width: 100%;
    text-align: left;
    height: initial !important
}

.footer-payment-icons {
    clear: both;
    width: 100%;
    margin-left: 0
}

.footer-payment-icons {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    float: none
}

svg:not(:root) {
    overflow: hidden
}

.footer-payment-icons svg {
    fill: #cac9c9
}

.footer-payment-icons .footer-payment-icon {
    height: 100%;
    /*margin: .35714rem;*/
    margin: .3124975rem;
    vertical-align: middle;
    /*width: 3.57143rem;*/
    width: 3.12500125rem
}

.footer-payment-icons .footer-payment-icon {
    height: 35px !important
}

.footer-payment-icons .footer-payment-icon {
    display: inline-block !important;
    float: none
}

svg.footer-payment-icon.amex {
    /*width: 4.5rem*/
    width: 3.9375rem
}

svg.footer-payment-icon.discover {
    /*width: 6.5rem*/
    width: 5.6875rem
}

svg.footer-payment-icon.paypal {
    width: 5rem;
    padding-top: 4px
}

global-region.container-width.right-of-payment-icons {
    display: inline-block;
    width: 25%;
    vertical-align: middle
}

.global-region.container-width.below-payment-icons {
    width: 100%;
    float: none;
    clear: both
}

.footer-bottom {
    background-color: #8b8b8b;
    height: 33px;
    line-height: 33px;
    border-bottom: none;
    border-top: 3px solid;
    border-color: #545454;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-weight: 400
}

    .footer-bottom .content_cps {
        max-width: 960px;
        margin: 0 auto;
        line-height: 29px;
        font-size: 12px
    }

    .footer-bottom .content_cps {
        max-width: 1170px !important
    }

footer ul.site-info {
    margin-bottom: 0;
    margin-left: 0;
}

ul.site-info li {
    display: inline-block
}

.footer-bottom ul li {
    color: #fff !important
}

.footer-bottom span {
    color: #fff
}

footer ul li a {
    text-decoration: none
}

.footer-bottom ul li a {
    color: #fff
}

svg.icon.back-to-top-icon {
    fill: #f90000;
    height: 30px;
    width: 30px
}

    svg.icon.back-to-top-icon:hover {
        fill: #d42020
    }

@media only screen and (min-width: 551px) {
    .header-logo {
        margin-left: 5.89286rem;
        margin-right: 5.89286rem
    }
}

@media (min-width: 801px) and (min-width:551px) {
    .navPages-item {
        float: left
    }
}

@media only screen and (min-width: 801px) {
    .mobileMenu-toggle {
        display: none
    }

    .header {
        /*border-bottom: 1px solid #cac9c9;*/
        overflow: visible;
        position: relative
    }

    .header-logo {
        margin: 4rem auto 4.5rem;
        padding: 0
    }

    .header-logo--left {
        margin-left: 2.85714rem
    }

    .header-logo > a {
        background: 0 0;
        border-bottom: 0;
        display: inline;
        padding: 0
    }

    .header-logo-image {
        max-height: none
    }

    .navPages-container {
        background: #2f2f2b;
        display: block;
        height: auto;
        padding: 0;
        position: relative
    }

    .navPages {
        margin: 0 auto;
        max-width: 85.71429rem;
        width: 100%;
        background: 0 0;
        font-size: 0;
        overflow-y: visible;
        padding: 0;
        text-align: center;
        max-width: 980px
    }

        .navPages:after, .navPages:before {
            content: " ";
            display: table
        }

        .navPages:after {
            clear: both
        }

        .navPages ol, .navPages ul {
            list-style: none;
            margin-left: 0;
            margin: 0;
            padding: 0
        }

    .navPages-list {
        display: block;
        float: none
    }

    .navPages ol li, .navPages ul li {
        margin: 0;
        padding: 0
    }

    .navPages-action, .navPages-item {
        display: block
    }

    .navPages-action {
        display: inline-block;
        padding: .78571rem 1.14286rem 1.14286rem
    }

    .header.is-open {
        height: auto
    }
}

@media (min-width: 801px) {
    .footer-payment-icons {
        margin-top: 3rem
    }
}

@media (min-width: 1261px) {
    .container {
        padding: 0 6rem;
        padding: 0
    }
}


@media only screen and (max-width: 1200px) {
    .top-menu .content_cps {
        padding: 0 15px
    }
    
    .header-container.in-container header.header {
        padding: 0 15px
    }

    .header-container.full-width.full-width header.header {
        padding-left: 15px;
        padding-right: 15px
    }

    .main-nav-container.in-container {
        /*padding: 0 15px*/
    }

    .main-nav-container.in-container {
        margin: 0 auto;
        /*padding: 0 15px*/
    }

    .header-container.full-width.full-width.in-container ~ .main-nav-container div#menu {
        padding: 0 !important
    }

    .custom-pages-nav {
        padding: 0 15px
    }

    footer.footer .container {
        padding: 0 15px !important
    }

    .footer-bottom .content_cps {
        padding: 0 15px !important
    }
}

@media only screen and (max-width: 980px) {
    .header {
        padding-left: 15px !important;
        padding-right: 15px
    }
}

@media only screen and (max-width: 900px) {
    h2.container-header {
        font-size: .9rem
    }
}

@media only screen and (max-width: 800px) {
    .header-container, header.header {
        background-color: #eaeaea !important
    }

    .top-menu {
        position: fixed;
        top: 0;
        z-index: 1000;
        width: 100%
    }

    .mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
        background: #fff
    }

    .mobileMenu-toggle .mobileMenu-toggleIcon {
        top: 14px
    }

    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
        background: #fff
    }

    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
        background: #fff
    }

    .left.phone-number {
        left: 40px;
        position: relative
    }

    .header-logo {
        display: none;
    }

    header.header {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 25px
    }

    .header-container.full-width.full-width header.header {
        padding-top: 0
    }

    .header {
        z-index: 1200 !important;
        height: auto
    }

    .header-logo--left {
        text-align: center;
        float: none;
        width: 100%;
        margin-bottom: 0 !important;
        margin-bottom: 5px !important;
        padding: 0 15px;
        line-height: initial
    }

    .header-logo {
        position: relative;
        z-index: -1
    }

        .header-logo.header-logo--left {
            background-color: #f2f2f2;
            padding-left: 15px;
            margin: 0;
            margin-bottom: 0 !important;
            width: 100% !important
        }

    .header-logo {
        height: auto !important
    }

        .header-logo > a {
            display: block !important
        }

        .header-logo > a {
            margin-top: 0
        }

    .header-logo-image {
        max-height: 5.35714rem;
        margin: 0 auto;
        display: block
    }

    .header-logo.header-logo--left .header-logo-image {
        margin: 0 auto
    }

    .navPages {
        position: fixed;
        width: 96.5%
    }

    .navPages {
        height: 100%
    }

    .navPages {
        margin-top: 10px
    }

    .navPages {
        background-color: #393939 !important
    }

    div#menu .navPages .navPages-list {
        /*padding-bottom: 250px !important*/
    }

    .navPages h2.container-header {
        padding: 0 10px;
        margin-bottom: 10px;
        margin-top: 10px
    }

    h2.container-header.mobile {
        background-color: #393939;
        border-color: #8b8b8b;
        color: #fff !important
    }

    h2.container-header {
        font-size: 1rem
    }

    li.navPages-item {
        padding: 0 15px;
        position: relative
    }

    .header.is-open div#menu {
        display: block;
        top: 0;
        /*width: 96.5%;*/
        margin: 0 auto;
        display: block;
        /*margin: 0 15px !important*/
    }

    .header.is-open div#menu {
        position: fixed;
        top: 30px
    }

    .mobile {
        display: block
    }

    .footer-info-col--small {
        width: 50%
    }

    .footer-payment-icons {
        width: 100%;
        text-align: center
    }

    .footer-payment-icons {
        width: 100%;
        display: block;
        vertical-align: initial
    }

    .global-region.container-width.right-of-payment-icons {
        display: block;
        width: 100%;
        vertical-align: initial
    }
}

@media only screen and (max-width: 767px) {
    .left.phone-number {
        z-index: 8
    }
}

@media only screen and (max-width: 660px) {
    .navPages {
        width: 95.5%
    }
}

@media only screen and (max-width: 600px) {
    .navPages {
        width: 95%
    }
}

@media only screen and (max-width: 565px) {
    .navPages {
        width: 94.5%
    }
}

@media only screen and (max-width: 550px) {
    .top-menu {
        font-size: 12px
    }

        .top-menu .right {
            margin-bottom: 0
        }

    header.header {
        display: block
    }

    .navPages {
        width: 94.5%
    }

    .footer-info-col--small {
        width: 100%
    }

    .footer-info-col--small {
        padding-bottom: 25px
    }

    .footer-payment-icons {
        margin-bottom: 15px
    }

    .footer-bottom {
        height: auto;
        padding: 5px 15px
    }

        .footer-bottom .content_cps {
            line-height: 12px
        }
}

@media only screen and (max-width: 500px) {
    .navPages {
        width: 94%
    }
}

@media only screen and (max-width: 400px) {
    svg.footer-payment-icon {
        width: 3.0625rem !important;
    }
}
