﻿html,
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body, input, select, textarea, button, .ui-btn{
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Oswald', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    text-transform: uppercase;
    font-weight: 400;
}
.toolbox-warning-icon {
    color: #fdd835;
}
.toolbox-error-icon {
    color: #ff5722;
}
.error {
    display: none;
    position: absolute;
    color: #ec0000;
    background-color: rgb(255, 255, 255);
    padding: 5px 10px;
    border: 1px solid #ff4f4f;
    border-radius: 20px;
}
 .ui-input-text .input-validation-error,
 .ui-input-text.input-validation-error  {
    background-color: rgba(255, 16, 0, 0.2);
    -moz-box-shadow: inset 2px 2px 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 2px 2px 6px rgba(0,0,0,0.3);
    box-shadow: inset 2px 2px 6px rgba(0,0,0,0.3);
}
 .ui-radio.input-validation-error::after{
     content: "*";
     position: absolute;
     color: red;
     top: 0;
     left: 0;
     z-index: 100;
 }
.ui-select .input-validation-error{
     color: red;
 }
.ui-select .input-validation-error:hover{
     color: red;
 }
.page-title{
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.footer-text{
    font-weight: 400;
    text-align: center;
    font-size: .7em;
}

.footer-text.updated {
    margin: 10px;
    float: left;
}

.button-icon{
    max-width: 26px;
    max-height: 26px;
    margin-right: 4px;
    vertical-align: middle;

}
.cap-text{
    text-transform: uppercase;
}
.default-table{
    border-spacing: 0;
    font-size:.8em;
    margin: 20px 0;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.default-table th{
    text-transform: uppercase;
}
.default-table th,
.default-table td{
    text-align: left;
    padding: 5px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.default-table th:first-child,
.default-table td:first-child{
    border-left: none;
}
.default-table tr:nth-child(odd) th,
.default-table tr:nth-child(odd) td{
    background-color: #ededed;
}
a.header-cart-icon {
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 60px;
    left: auto;
}
.ui-header a.header-cart-icon,
.ui-header a.header-cart-icon,
.ui-header a.header-cart-icon:visited {
    color: #4ac100;
    font-size: 20px;
}
.ui-header a.header-cart-icon.empty,
.ui-header a.header-cart-icon.empty,
.ui-header a.header-cart-icon.empty:visited {
    color: #cacaca;
    font-size: 20px;
}

.settings-button {
    position: absolute;
    bottom: 0;
    left: 10px;
}

.logout-button{
    position:absolute;
    bottom: 0;
    right: 10px;
}

html .ui-body-d .logout-button .ui-btn {
    background-color: #ff0000;
    border-color: #750404;
}


.nord-lock-border {
    overflow: hidden;
    margin-bottom: -1px;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.nord-lock-border .col-1,
.nord-lock-border .col-2,
.nord-lock-border .col-3,
.nord-lock-border .col-4 {
    height: 10px;
    display: block;
    float:left;
    width: 25%;
}
.nord-lock-border .col-1 { background-color: #009de0;}
.nord-lock-border .col-2 { background-color: #69b9ec;}
.nord-lock-border .col-3 { background-color: #0079c0;}
.nord-lock-border .col-4 { background-color: #67a1d9;}


.footer-flag-and-currency {
    background-color: #2d2d2d;
    padding: 0 10px;
    float: left;
    height: 34px;
    line-height: 34px;
}
.footer-flag-and-currency .text-current-currency {
    display: block;
    margin: 0 10px;
    float: left;
}
.footer-flag-and-currency .coins-icon {
    height: 26px;
    margin-top: 4px;
    display: block;
    float: left;
}
.footer-currency-symbol {
    display: inline-block;
    height: 22px;
    width: 30px;
    position: relative;
}
.footer-currency-symbol img {
    display: block;
    height: 100%;
}
.footer-currency-symbol .text-current-currency {
    color: #fff;
    font-weight: 400;
}
.footer-language-symbol {
    display: block;
    float: left;
    height: 22px;
    margin-top: 4px;
}
.footer-language-symbol img{
    height: 100%;
}
.ui-footer a.footer-settings-link {
    margin: -3px 0px 0px;
}

.floating-buttons-container {
    height: 40px;
}
.floating-buttons-bottom-left{
    position: fixed;
    bottom: 50px;
    left: 5px;
    right: 5px;
    z-index: 100;
    text-align: left;
}
.floating-buttons-bottom-right{
    position: fixed;
    bottom: 57px;
    left: 5px;
    right: 5px;
    z-index: 100;
    text-align: right;
}

a.btn-round{
    display: inline-block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    text-align: center;
    line-height: 36px;
    background-color: #f5f5f5;
    box-shadow: 2px 2px 4px #232323;
    border-radius: 50%;
    color: #2d2d2d;
    text-shadow: none;
    cursor: pointer;
    text-decoration: none;
}
a.btn-round.cta,
a.btn-round.cta:visited{
    background-color: #036d07;
    color: #fff;
}
.btn-round.alt,
a.btn-round.alt:visited{
    background-color: #27aae3;
    color: #fff;
}
.alt .btn-text{
    color: #444;
}

a.btn-round.red {
    color: #e22e46;
}
a.btn-round.blue {
    color: #27aae2;
}

a.btn-small {
    text-shadow: none;
    cursor: pointer;
    font-size: 14px;
}

.btn-text{
    font-size: 12px;
    text-align: center;
    line-height: 1;
    margin: 8px 0 4px;
}

.ui-popup.popup-response {
    text-shadow: none;
    color: #036d07;
    font-size: 26px;
    text-align: center;
}





/* START */
.start-tools{
    overflow: hidden;
}
.start-tools .tool-item {
    display: block;
    float: left;
    width: 50%;
    text-decoration: none;
    cursor: pointer;
}
.start-tools .inner-tool-item {
    position: relative;
    margin: 10px;
    text-align: center;
    background-color: #eaeaea;
    padding: 5px;
    color: #000;
    text-shadow: none;
}

.start-tools .inner-tool-item .icon{
    margin-top: 10px;
    font-size: 2.2em;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 10px auto 0;
}
/*.start-tools .inner-tool-item .icon.image{
}*/
.start-tools .inner-tool-item .text{
    margin: 10px;
    font-size: 0.8em;
    font-weight: 400;
    text-transform: uppercase;
}
.cadex-nord-lock-link {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 130px;
    z-index: 110;
    background-color: #ffffff;
    box-shadow: 2px 2px 4px #cccccc;
    border-radius: 4px;
    padding: 8px 14px;
    text-decoration: none;
}
.cadex-nord-lock-link-image {
    max-width: 100px;
}
.cadex-nord-lock-link .cadex-nord-lock-link-icon {
    color: #666666;
    float: right;
    margin: 7px 0 0 3px;
}

@media only screen and (max-width: 400px){
    .start-tools .inner-tool-item {
        margin: 10px;
    }
    .start-tools .inner-tool-item .text{
        left: 5px;
        right: 5px;
        font-size: 0.6em;
    }
}
/* PRODUCTS */
.product-list .product{
    display: block;
    color: #343434;
    overflow: hidden;
    margin: 10px 0;
    border: 1px solid #ddd;
    
    text-decoration: none;
    clear: both;
}
.product-list .product .image{
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 10px;
    float: left;
    border-right: 1px solid #ddd;
}
.product-list .product .image img{
    max-width: 100%;
}
.product-list .product .title{
    color: #353535;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 400;
}
.product-image{
    max-width: 100%;
    display: block;
    margin: auto;
}


/* CUSTOMER */
.default-table.current-customer-table{
    max-width: 800px;
    display: none;
}
.default-table.current-customer-table .label{
    border-right: 1px #ccc solid;
    font-weight: 700;
}
#customer-search-searchresult{
    overflow-x: auto;
}
/* BENEFIT CALCULATOR */
.benefit-calculation-data{
    max-width: 700px;
}
.benefit-calculation-header-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    text-shadow: none;
}
.benefit-calculation-header-row-label {
    width: 60%;
}
.benefit-calculation-header-lineboring {
    width: 100px;
}
.benefit-calculation-header-row-expander {
    width: 70px;
}

.benefit-calculation-data-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-bottom: 4px;
    border-bottom: 1px solid #eee;
}
.benefit-calculation-data-row-label {
    width: 60%;
}
.benefit-calculation-data-row-input {
    width: 100px;
}
.benefit-calculation-data-row-input .ui-input-text {
    margin: 0;
    background-color: transparent;
    border: none;
    color: #333333;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.benefit-calculation-data-row-input .ui-input-text input {
    width: 100px;
    display: block;
    padding: 0;
    line-height: 30px;
    height: 30px;
    margin: 0;
    border-radius: 6px;
    text-shadow: none;
    text-align: center;
    border: 1px solid #dedede;
    box-sizing: border-box;
    min-height: 0;
}
.benefit-calculation-data-row-input-generated {
    width: 70px;
    text-align: center;
    border: 1px solid #1e4163;
    line-height: 30px;
    height: 30px;
    padding: 0 6px;
    border-radius: 6px;
    background-color: #387fc1;
    color: #fff;
    text-shadow: none;
}
.benefit-calculation-data-actions{
    text-align: right;
}
.benefit-calculation-data-calculate-button.ui-link {
    color: #333;
    background: #eee;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    border-radius: 20px;
    padding: 0 20px;
    box-shadow: 2px 2px 4px;
}
.benefit-calculation-data-description{
    white-space:pre-wrap;
}
@media only screen and (max-width: 500px) {
    .benefit-calculation-header-lineboring, .benefit-calculation-data-row-input, .benefit-calculation-data-row-input .ui-input-text input {
        width: 60px;
    }
    .benefit-calculation-header-row-expander,
    .benefit-calculation-data-row-input-generated {
        width: 40px;
    }
}

.benefit-calc-customer-info-fields {
    overflow: hidden;
}

.bc-customer-option-input{
    width: 50%;
    float: left;
    padding: 5px;
    box-sizing:border-box;
}
.find-item-search-expander-number {
    overflow: visible;
}
.find-item-search-expander-number-label{
    display: block;
}
.find-item-search-expander-number-input{
    float:left;
    width: 60%;
    margin-right: 5%;
}

.find-item-search-expander-number-button {
    float: left;
    margin: 8px 0;
    width: 35%;
    padding: 7px;
    box-sizing: border-box;
}

.search-on-expander-number-container h4 {
    margin-bottom: 0;
}
.result-benefit-list ul{
    font-size: 0.9em;
    padding-left: 20px;
}
.calc-data-wrapper{
    display: none;
}
.customer-contact-select{
    display: none;
}
.calculator-parameters {
    overflow: hidden;
}
.calculator-parameters .input-section{
    overflow: hidden;
}

.calculator-parameters .input-section .title{
    text-align: center;
    margin: 10px 0;
}
.calculator-parameters .parameter-input {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
}
.customer-type-icon {
    float: right;
    height: 40px;
    margin: 10px 5px;
}
#calculation-result-perspective-enduser,
#calculation-result-perspective-dealer,
#calculation-result-perspective-oem {
    display: none;
}
#calculation-result .Section-title{
    padding: 10px 0;
    margin: 40px 0 5px;
    border-bottom: 2px solid #3e3e3e;
    background-position: center right 5px;
    background-repeat: no-repeat;
    background-size: 40px;
}
#calculation-result-perspective-enduser .Section-title {
    background-image: url("/Assets/images/triangle_bottom.png");
}
#calculation-result-perspective-dealer .Section-title {
    background-image: url("/Assets/images/triangle_middle.png");
}
#calculation-result-perspective-oem .Section-title{
    background-image: url("/Assets/images/triangle_top.png");
}
.benefit-presentation-table th{
    text-transform: uppercase;
}
.benefit-presentation-table td{
    border-left: 1px solid #ddd;
}
.benefit-presentation-table td:first-child{
    border-left: none;
}

.benefit-presentation-table .savings-result-column{
    text-align: center;
}

.benefit-presentation-table .savings-amount{
    font-size: 1.1em;
    font-weight: 700;
    color: #252525;
    margin: 5px 0 0;
}
.benefit-presentation-table .savings-percent{
    margin: 0 0 5px;
}
.price{
    white-space: nowrap;
}
.calculation-result-customer-table{
    display: none;
}

.benefit-result-recipient-field{
    padding: 20px;
    min-width: 240px;
}
/* RETAL PRICE INDICATOR / CUSTOM SEARCH */
.price-search-result{
    font-size: 1.2em;
    text-align: center;
}

/* DRAWING */

.drawing-image{
    display: block;
    max-width: 100%;
}

/* TECHNOLOGY */
.technology-video-container video{
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: block;
}

/* PIVOT DIMENSION SHEET */
.pds-customer{
    overflow: hidden;
}

.pds-customer-input{
    width: 50%;
    float: left;
    padding: 5px;
    box-sizing:border-box;
}
.pds-customer-input.fullwidth{
    float: none;
    clear: both;
    width: auto;
}

.pds-how-measure {
    text-align: right;
}
.pds-how-measure-link {
    text-transform: uppercase;
    text-decoration: none;
}
.pds-how-measure-link .icon{
    color: red;
    font-size: larger;
}
.pds-how-measure-video-container{
    margin-top: 10px;
    display: none;
}
.measurement-input{
    margin-bottom: 20px;
    padding: 0 5px 10px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.measurement-input .ui-input-text{
    width: 45%;
    float: left;
}
.measurement-input.lug-hole .ui-input-text,
.measurement-input.obstacles .ui-input-text,
.greasing-b .ui-input-text,
.input-left .ui-input-text,
.input-right .ui-input-text {
    width: auto;
    float: none;
}
.measurement-input.lug-hole .fields{
    width: 45%;
    float: left;
}
.measurement-input .image{
    width: 50%;
    float: right;
    text-align: center;
}
.measurement-input.lug-hole .image img{
    width: 50%;
    margin: auto;
    max-height: 100%;
}
.measurement-input.lug-hole .max-diameter{
    width: 49%;
    float: left;
    margin-right: 1%;
}
.measurement-input.lug-hole .min-diameter{
    width: 49%;
    float: right;
    margin-left: 1%;
}
.measurement-input .image img{
    width: 100%;
}
.measurement-input .description{
    clear: left;
    color: #454545;
    font-size: 13px;
}
.measurement-input.obstacles{
    overflow: hidden;
}
.obstacle-input-left{
    width: 45%;
    float: left;
}
.obstacle-input-right{
    width: 45%;
    float: right;
}
.measurement-input.obstacles .image{
    width: auto;
    float: none;
}
.measurement-input .greasing-a .image {
    width: 55%;
    margin: auto;
    float: none;
    text-align: center;
}
.measurement-input .greasing-a .image img{
    width: 100%;
}
.pds-greasing{
    display: none;
}
.greasing-b{
    overflow: hidden;
}
.greasing-b .select-left{
    padding-top: 20px;
    width: 45%;
    float: left;
    text-align: center;
    padding: 0;
}

.greasing-b .select-right{
    padding-top: 20px;
    width: 45%;
    float: right;
    text-align: center;
    padding: 0;
}
.greasing-b .greasing-radio-wrapper,
.greasing-b .greasing-radio-wrapper:hover{
    text-align: center;
    background-color: transparent;
    padding: 0;
    border: none;
}
.greasing-radio-wrapper::after{
    top: 10px;
}
.greasing-radio-wrapper input{
    display: none;
}
.rdio-btn-image img{
    max-width: 100%;
}

.greasing-c .input-fields{
    position: relative;
}
.greasing-c .input-left {
    position: absolute;
    width: 20%;
    left: 0;
    top: 10px;
}
.greasing-c .input-right {
    position: absolute;
    width: 20%;
    right: 0;
    top: 10px;
}
.greasing-c .input-left .ui-input-text,
.greasing-c .input-right .ui-input-text {
    width: auto;
    float: none;
}
.greasing-c .image{
    width: 55%;
    text-align: center;
    margin: auto;
    float: none;
}
.greasing-c .image img{
    width: 100%;
}

.pds-lockring-data{
    display: none;
}

.lock-ring .image img{
    max-width: 50%;
}

.fullwidth-image img{
    width: 60%;
    display: block;
    margin: auto;
}
.input-left {
    float: left;
    width: 45%;
}
.input-right {
    float: right;
    width: 45%;
}
#pds-submit-button{
    transition:ease-in-out background-color 0.4s;
}
#pds-submit-button.red{
    background-color: #ffcccd;
}
.pds-clear-form{
    float: right;
    cursor:pointer;
    text-shadow: none;
    border: 1px solid #353535;
    padding: 4px 8px;
    border-radius: 20px;
}

#pds-buttons-container.pds-sent{
    text-align: center;
    background-color: rgba(255,255,255,.6);
}

#pds-buttons-container .btn-small{
    display: none;
}
#pds-buttons-container.pds-sent .btn-small{
    display: inline-block;
    font-size: 12px;
    max-width: 47%;
    box-sizing: border-box;
    padding: 8px;
}
#pds-buttons-container .inquiry-success-message{
    text-align: center;
    display: none;
}
#pds-buttons-container.pds-sent .inquiry-success-message{
    display: block;
}

/* LIBRARY */
.library-videos-links{
    overflow:hidden;
    margin-bottom: 40px;
}
.library-video-link {
    position: relative;
    float: left;
    width: 31.3%;
    margin: 10px 1%;
    text-align: center;
    border: 1px solid #afafaf;
    font-size: smaller;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.library-video-link:nth-child(3n+1) {
    clear: left;
}
.library-video-link .video-icon{
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.8);

}
.library-video-link.ui-link,
.library-video-link.ui-link:hover,
.library-video-link.ui-link:visited
{
    color: #353535;
    font-weight: 400;
    text-decoration: none;
}
.library-video-link img{
    max-width: 100%;
    display: block;
}
.library-videolink-title{
    display: block;
    padding: 6px 5px 10px;
    border-top: 1px solid #afafaf;
    text-transform: uppercase;
}
.library-document-link {
    position: relative;
    text-transform: uppercase;
    display: block;
    padding: 5px;
    border: 1px solid #afafaf;
    border-top: none;
    text-decoration: none;
}
.library-document-link:first-child {
    border-top: 1px solid #afafaf;
}
.library-document-link-icon{
    margin-right: 5px;
    height: 30px;
    vertical-align: middle;
}

/* Feedback */
.feedback-section{
    padding: 0 20px 20px;
    border-bottom: 1px solid #ddd;
}

/*ABOUT*/
.about-nordlock-group-logo {
    width: 265px;
    margin: 20px auto;
}
.about-nordlock-group-description {
    max-width: 450px;
    margin: 30px auto;
    text-align: center;
}
.about-products-title {
    text-align: center;
}
.about-product-links {
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.about-product-link {
    position: relative;
    width: 45%;
    flex: 0 1 auto;
    -moz-box-shadow: 1px 2px 6px rgba(100,100,100,.3);
    -webkit-box-shadow: 1px 2px 6px rgba(100,100,100,.3);
    box-shadow: 1px 2px 6px rgba(100,100,100,.3);
    margin-bottom: 40px;
    padding-bottom: 60px;
}
.about-product-image{
    display:block;
    max-width: 100%;
}
.about-product-text{
    margin: 10px;
}
.about-product-logo {
    display: block;
    max-width: 100%;
    margin: auto;
}
.about-product-button {
    display: block;
    text-align: center;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-shadow: none;
}

@media only screen and (max-width: 450px) {
    .about-product-link {
        width: 95%;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1000px) {
    .about-product-links {
        max-width: 1300px;
    }
    .about-product-link {
        width: 22%;
        margin-bottom: 10px;
    }
}

/* SHOP */
.cart-check-measure-icon {
    color: #27aae2;
}
.buy-product-amount .ui-input-text {
    width: 100px;
    display: inline-block;
}
.button-add-to-cart {
    display: block;
    text-align:center;
    padding: 10px 20px;
    background-color: #29c534;
    text-shadow: none;
    color: #ffffff;
    border-radius: 5PX;
    text-transform: uppercase;
    cursor: pointer;
    margin: 7px 10px;
}
.buy-product-xkit .drawing-select-price {
    float: right;
}
.buy-product-xkit .ui-checkbox {
    height: 15px;
    width: 36px;
    display: inline-block;
    margin: 0;
}
.buy-product-xkit .ui-btn{
    font-size: 24px;
}
.buy-product-xkit .ui-radio-on {
    background-color: #38c;
    color: #fff;
}
.drawing-buyproduct {
    overflow: hidden;
    margin: 40px 0 20px;
    padding-bottom: 10px;
}
.drawing-amount-and-refresh-button {
    width: 50%;
    float: left;
    text-align:center;
}
.drawing-add-to-cart-button {
    width: 49%;
    float: right;
}
.add-to-cart-table td{
    font-size: 18px;
}
.add-to-cart-table .current-product-article-number-header {
    margin: 0;
    font-weight: 700;
}
.add-to-cart-table .current-product-article-number-measure {
    margin: 0;
    font-size: 14px;
}
@media only screen and (max-width: 600px) {
    .add-to-cart-table .ui-input-text {
        margin: 0;
        width: auto;
    }
    .add-to-cart-table td {
        font-size: 14px;
    }
    .add-to-cart-table .current-product-article-number-measure {
        font-size: 12px;
    }
    .ui-input-text input.drawing-product-amount {
        width: 65px;
        padding: 0;
        text-align: center;
        margin-right: -11px;
    }
}
/* Cart Order*/
.cart-discount-col,
.cart-customer-price-col {
    display: none;
}
.cart-discount-col.visible,
.cart-customer-price-col.visible {
    display: table-cell;
}
.cart-update-icon {
    color: #27aae2;
    float: right;
    margin: 3px 2px 0 0;
}
.cart-order-heading {
    margin: 20px 0 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
}
.cart-item-amount {
    cursor: pointer;
    display: block;
    text-align: center;
    border: 1px solid #333;
    background-color: #27aae2;
    padding: 2px;
    border-radius: 4px;
}
.cart-reload-item-button {
    cursor: pointer;
    color: #27a027;
}
.cart-remove-item-button {
    cursor: pointer;
    color: #f33d3d;
}
.cart-order-cart-items {
    margin-bottom: 0;
}
.cart-order-cart-items .cart-button {
    text-align: center;
}
.order-cart-summary-row-value {
    padding-left: 5px;
    color: #333;
    display: inline-block;
}
.order-cart-summary-row.cart-total-price {
    font-size: 18px;
    color: #333;
    border-top: 1px solid #ddd;
    padding-top: 4px;
    margin-top: 2px;
}
.custom-address-check{
     margin: 10px 0;
}
.custom-address-check .ui-checkbox {
    margin: 0 5px 0 0;
    display: inline-block;
}
.custom-address-check .ui-checkbox input {
    position: static;
}
.order-cart-options {
    display: flex;
    flex-wrap: wrap;
}
.order-cart-option {
    margin-right: 10px;
}

.order-addresses {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.order-address-table {
    width: 200px;
    margin: 10px;
    flex: 1 1 auto;
}
.order-billing-address-row {
    margin: 0;
    font-weight: 200;
    font-size: 14px;
}
.order-delivery-address-label {
    display: block;
}
.cart-order-confirm-order {
    padding: 20px;
    min-width: 240px;
    text-align:center;
}
.cartorder-order-confirm-actions {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cartorder-order-confirm-actions .ui-btn.cartorder-order-cancel-action {
    background-color: #175e7b;
    color: white;
}
.cart-order-confirmed-container{
    min-width: 240px;
    padding: 40px;
    text-align:center;
}
.cart-order-confirmed {
    color: #036d07;
}
/* cart edit item */
.edit-cart-item-amount {
    display: flex;
    justify-content: space-between;
}
.edit-cart-item-amount-input {
    width: 100%;
    margin-right: 10px;
}
.edit-cart-item-amount-button {
    width: 60px;
}

/*JQM - OVERRIDE*/
.ui-btn-corner-all, .ui-btn.ui-corner-all, .ui-slider-track.ui-corner-all, .ui-flipswitch.ui-corner-all, .ui-li-count, .ui-corner-all {
    border-radius: 0.5em; /*{global-radii-buttons}*/
}
.ui-btn{
    text-transform: uppercase;
}
.ui-page-theme-d .ui-btn, html .ui-bar-d .ui-btn, html .ui-body-d .ui-btn, html body .ui-group-theme-d .ui-btn, html head + body .ui-btn.ui-btn-d, .ui-page-theme-d .ui-btn:visited, html .ui-bar-d .ui-btn:visited, html .ui-body-d .ui-btn:visited, html body .ui-group-theme-d .ui-btn:visited, html head + body .ui-btn.ui-btn-d:visited{
    text-shadow: none;
    font-weight: 400;
}
.ui-header .ui-title, .ui-footer .ui-title{
    font-weight: 400;
    margin: 0 40px;
}
.slideshow-images .slideshow-image {
    height: 240px;
}
.slideshow-images img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
.ui-overlay-d, .ui-page-theme-d, .ui-page-theme-d .ui-panel-wrapper{
    text-shadow: none !important;
}
@media only screen and (max-width: 700px) {
    .buy-product-xkit .ui-btn {
        font-size: 18px;
    }
}
@media only screen and (max-width: 500px) {
    .ui-content {
        font-size: small;
    }

    .cadex-nord-lock-link {
        position: static;
        float: right;
        margin-top: 10px;
    }

    .buy-product-xkit .ui-btn {
        font-size: 14px;
    }
}