﻿/* Blindata*/
@media print {
    @page {
        size: portrait;
    }
}

.k-pager-numbers.k-reset {
    background-color: rgb(246, 246, 246) !important;
    display: inline-block !important;
}

.k-pager-numbers .k-current-page {
    display: none !important;
}

.k-edge .k-pager-numbers + .k-link, .k-ff .k-pager-numbers + .k-link, .k-ie11 .k-pager-numbers + .k-link, .k-safari .k-pager-numbers + .k-link, .k-webkit .k-pager-numbers + .k-link {
    margin-left: 0px !important;
}

.b-zip {
    text-transform: uppercase;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/ProximaNova-Regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ /*url('Swiss 721 Extended BT.woff2') format('woff2'), */ /* Super Modern Browsers */
    url('/fonts/ProximaNova-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/ProximaNova-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/ProximaNova-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html {
    height: 100%;
    font-size: 14px;
}

.header {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    flex-flow: wrap;
    flex: 1 0 auto;
}

.mainContent {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
    flex: 1 0 auto;
}

.flex-no-wrap {
    flex-flow: nowrap;
}

.flex-edit {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.flex-edit-ddl {
    width: 100%;
    background-color: #fff;
}

.flex-edit-noflex {
    width: 100%;
}

input[readonly="readonly"], input[readonly] {
    color: #2e2e2e !important;
    background-color: #ececec !important;
}

.k-widget.k-dropdown.readonly > .k-dropdown-wrap > .k-input,
.k-widget.k-dropdown.readonly > .k-dropdown-wrap > .k-select {
    color: #2e2e2e !important;
    background-color: #ececec !important;
}

.k-dropdown-wrap > .k-input, .k-dropdown .k-dropdown-wrap .k-select, .k-list, .k-reset {
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
}

@media only screen and (min-width: 768px) {
    .header {
        flex-flow: nowrap;
    }
}

.col-md-22 {
    margin-bottom: 15px;
    margin-right: 15px;
}

.col-md-4_1024,
.col-md-6_1024,
.col-xl-12_1024 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
}

@media only screen and (min-width: 1024px) {
    .col-md-6_1024 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    .col-md-4_1024 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        padding-right: 8px;
        padding-left: 8px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
}

body {
    display: flex;
    flex-direction: column;
    margin: 0px;
    font-family: "Proxima Nova" !important;
    color: #191919;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: black;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background-color: rgb(255, 255, 255);
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: rgb(118, 118, 118);
    border-image: initial;
    outline: none;
}

.shaking-block {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    backface-visibility: hidden;
}

@keyframes shake {
    10%, 90% { /*Здесь задано положение блока в 100 и 900 миллисекунду*/
        transform: translateX(-1px); /*Здесь первое число - это отклонение по горизонтали, а второе - отклонение по вертикали.*/
    }

    20%, 80% { /*Здесь задано положение блока в 200 и 800 миллисекунду*/
        transform: translateX(2px);
    }

    30%, 50%, 70% { /*Здесь задано положение блока в 300, 500 и 700 миллисекунду*/
        transform: translateX(-4px);
    }

    40%, 60% { /*Здесь задано положение блока в 400 и 600 миллисекунду*/
        transform: translateX(4px);
    }
}

.loader {
    top: 0px;
    display: none;
    width: 100%;
    z-index: 9999;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    background: rgb(23, 22, 22);
    opacity: 0.3;
}

.loader:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100vh;
}

.loaderImage {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
}

.k-textbox1 {
    width: 150px !important;
}

.k-textbox2 {
    width: 220px !important;
}

.k-textbox3 {
    width: 300px !important;
}


#wrapper {
    margin-left: 300px;
}

#content {
    float: right;
    width: 100%;
    text-align:left;
}

#sidebar {
    float: left;
    width: 300px;
    margin-left: -300px;
}

#cleared {
    clear: both;
    padding-top: 5px;
}

.mainContainer {
    display: flex;
    flex: 1 0 auto;
    flex: 1;
}

.scrollContainer {
    height: 100%;
    overflow: auto;
}

.pageContainer {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.gridContent {
    flex-grow: 1
}

.buttonPanel {
    flex: 0 1 auto;
}

.rowNoMargin {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.noMargin {
    margin: 0;
}

.col {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.font-bold {
    font-weight: bold;
    line-height:2;
}

.checkBoxAlign {
    margin-top:7px;
}

.font-colour-white {
    color:white !important;
}

.font-colour-green {
    color: green;
}

.font-colour-red {
    color:#b94a48;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
    
}

.field-validation-valid {
    display: none;
}


form {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
    display: inline-block;
}

.validation-summary-valid {
    display: none;
}


.k-grid .ra {
    text-align: left;
    padding-left: 5px !important;
}

.k-grid .right {
    text-align: right;
    padding-right: 5px !important;
}

.k-numerictextbox .k-input {
    text-align: left;
    padding-left: 5px !important;
    height: 28px !important;
}

.eventTemplate {
    width: 95%;
    float: left;
    margin: 5px;
}

    .eventTemplate hr {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    }


.navbar-right {
    float: right !important;
    margin-right: -15px;
}

.container {
    width: 100%;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-nav > li {
    float: left !important;
}
.navbar-nav {
    float: left;
    margin: 0;
}

    .navbar-nav > li {
        float: left;
    }

        .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
        }


.diaryLeft {
    min-width:250px;
}



.messageContainer {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}


.messageContent {
    padding: 5px;
}

.maxH {
    padding-top: 50px;
    height: 100vh;
}


#custUploadFile {
    cursor: pointer;
    /* Style as you please, it will become the visible UI component. */
}

#upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.actions-toolbar .secondary a {
    color: #fff;
    margin-bottom: 10px;
}

.trust-bar {
    background-color: #f6f6f6;
    border-top: 2px solid #f0082e;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.holiday-message-bar {
    background-color: #f6f6f6;
    border-top: 2px solid #f0082e;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

    .trust-bar p {
        display: block;
        text-align: center;
        margin-bottom: 8px;
    }

    .trust-bar a {
        color: #191919;
    }

div, span, p, a, h1, h2, h3, h4 {
    letter-spacing: 0.5px !important;
}

h2 {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: 600;
    line-height: 1.1;
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 20px;
    text-transform: none;
}

h3 {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: 300;
    line-height: 1.1;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: none;
}

.trust-bar .trust-bar__icon {
    display: inline-block;
    width: 35px;
    margin-right: 10px;
    vertical-align: middle;
}

.trust-bar span {
    font-weight: 600;
    display: block;
}

@media only screen and (min-width: 1024px) {
    .trust-bar .trust-bar__message {
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) {
    .trust-bar .trust-bar__message {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.trust-bar .trust-bar__message {
    padding-top: 5px;
    padding-bottom: 5px;
}

.login-container .block-customer-login {
    background-color: #333;
    padding: 30px 50px;
    color: #fff;
}

.login-container .block-new-customer-wrap {
    background-color: #f6f6f6;
}

.fieldset > * {
    letter-spacing: normal;
}

.fieldset > .field, .fieldset > .fields > .field {
    border: none;
    margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
    .fieldset > .field {
        margin: 0 0 10px;
    }
}

.login-container .block-customer-login label {
    font-size: 18px;
    font-weight: 400;
}

.fieldset > .field > .label, .fieldset > .fields > .field > .label {
    margin: 0 0 5px;
    padding: inherit;
    text-align: inherit;
    display: inline-block;
}

.fieldset > .field > .label, .fieldset > .fields > .field > .label {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: 700;
    line-height: inherit;
    font-size: inherit;
}

.fieldset > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .fields > .field._required > .label:after {
    content: '*';
    color: #e02b27;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size: 12px;
    margin: 0 0 0 5px;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift, input, select {
    overflow: visible;
}

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift, input, select, textarea {
    font: inherit;
}

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift, input, select, textarea {
    margin: 0;
}

    input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
        background: #fff;
        background-clip: padding-box;
        border: 1px solid #999999;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: false;
        font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-style: false;
        font-weight: false;
        height: auto;
        line-height: 1.42857;
        margin: false;
        padding: 10px;
        vertical-align: baseline;
        width: 100%;
    }

        input[type="password"].flex-edit {
            padding: 4.2px 2px;
        }

@media only screen and (min-width: 768px) {
    .actions-toolbar:before, .actions-toolbar:after {
        content: '';
        display: table;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .primary, .actions-toolbar .secondary {
        text-align: center;
        width: 100%;
        margin-top: 10px;
        font-size: 18px;
        text-transform: none;
        font-weight: 600;
    }
}

button {
    appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift, input, select, textarea {
    font: inherit;
}

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift, input, select {
    overflow: visible;
}

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift, input, select, textarea {
    margin: 0;
}

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift, select {
    text-transform: none;
}

button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift {
    background-image: none;
    background: #191919;
    border: 1px solid #191919;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px;
    width: auto;
    font-size: 14px;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

[type="button"], [type="reset"], [type="submit"], button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift {
    cursor: pointer;
}

[type="reset"], [type="submit"], button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift, html [type="button"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

.action.primary {
    background-image: none;
    background: #66a74c;
    border: 1px solid #66a74c;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .primary, .actions-toolbar .secondary {
        text-align: center;
        width: 100%;
        margin-top: 10px;
        font-size: 18px;
        text-transform: none;
        font-weight: 600;
    }
}

.action.primary {
    background: #f0082e;
    border: 1px solid #f0082e;
}

.abs-button-responsive, .actions-toolbar > .primary .action, .actions-toolbar > .secondary .action {
    width: 100%;
}

.actions-toolbar > .primary .action, .actions-toolbar > .secondary .action {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .primary .action, .actions-toolbar .secondary .action {
        margin: inherit;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .primary .action {
        margin: 0 5px 0 0;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar > .secondary .action, .actions-toolbar > .primary .action {
        margin-bottom: 0;
        width: 100%;
    }
}

.actions-toolbar > .primary .action:last-child, .actions-toolbar > .secondary .action:last-child {
    margin-bottom: 0;
}

.actions-toolbar > .primary:last-child, .actions-toolbar > .secondary:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .secondary a {
        color: #fff;
        margin-bottom: 10px;
    }
}

.abs-button-responsive, .actions-toolbar > .primary .action, .actions-toolbar > .secondary .action {
    width: 100%;
}

.actions-toolbar > .primary .action, .actions-toolbar > .secondary .action {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .primary .action, .actions-toolbar .secondary .action {
        margin: inherit;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .primary .remind, .actions-toolbar .secondary .remind {
        text-align: left;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .secondary .action {
        margin: inherit;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar > .secondary .action, .actions-toolbar > .primary .action {
        margin-bottom: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .primary a.action, .actions-toolbar .secondary a.action {
        display: inline-block;
        margin-top: inherit;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .secondary a.action {
        margin-top: 0px;
    }
}

.actions-toolbar > .primary .action:last-child, .actions-toolbar > .secondary .action:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .secondary a {
        color: #fff;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .primary .remind, .actions-toolbar .secondary .remind {
        text-align: left;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar:before, .actions-toolbar:after {
        content: '';
        display: table;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar:after {
        clear: both;
    }
}

.login-container .fieldset:after {
    border: none;
    margin: 10px 0 0;
    padding: inherit;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size: 12px;
}

.login-container .fieldset:after {
    margin-top: 35px;
}

.login-container .block-new-customer {
    padding: 30px 50px;
}

.login-container .block-new-customer-wrap .apply-option {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
    .actions-toolbar {
        clear: both;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar:before, .actions-toolbar:after {
        content: '';
        display: table;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar:after {
        clear: both;
    }
}

.actions-toolbar > .primary, .actions-toolbar > .secondary {
    text-align: center;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .primary, .actions-toolbar .secondary {
        text-align: center;
        width: 100%;
        margin-top: 10px;
        font-size: 18px;
        text-transform: none;
        font-weight: 600;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar > .secondary, .actions-toolbar > .primary {
        margin-bottom: 0;
    }
}

.actions-toolbar > .primary:last-child, .actions-toolbar > .secondary:last-child {
    margin-bottom: 0;
}

a.action.primary {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.abs-button-responsive, .actions-toolbar > .primary .action, .actions-toolbar > .secondary .action {
    width: 100%;
}

.actions-toolbar > .primary .action, .actions-toolbar > .secondary .action {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .primary .action, .actions-toolbar .secondary .action {
        margin: inherit;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .primary .action {
        margin: 0 5px 0 0;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar > .secondary .action, .actions-toolbar > .primary .action {
        margin-bottom: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .primary a.action, .actions-toolbar .secondary a.action {
        display: inline-block;
        margin-top: inherit;
    }
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .primary a.action {
        margin-top: inherit;
    }
}

.actions-toolbar > .primary .action:last-child, .actions-toolbar > .secondary .action:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .actions-toolbar .primary a.action.primary {
        text-transform: none;
    }
}

.nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 14;
}

@media only screen and (min-width: 768px) {
    .nav-toggle {
        top: 32px;
    }
}

@media only screen and (min-width: 1024px) {
    .nav-toggle {
        display: none;
    }
}

.logo {
    float: left;
    margin: 8px 15px 10px 0;
    max-width: 40%;
    position: relative;
}

.page-footer {
    background-color: #191919;
}

article, aside, details, figcaption, figure, main, footer, header, nav, section, summary {
    display: block;
}

.footer {
    color: #fff;
}

.footer .footer-links__title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer ul {
    font-size: 14px;
    font-weight: 200;
    list-style-type: none;
    padding-inline-start: 0px;
}

.footer ul li {
    margin-bottom: 10px;
    
}

.footer a {
    color: #fff;
}

.navigation, .page-header .header.panel, .header.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

.container-custom {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.abs-visually-hidden, .fieldset > .field.no-label > .label, .fieldset > .fields > .field.no-label > .label, .product-item-actions .actions-secondary > .action span, .table-comparison .cell.label.remove span, .table-comparison .cell.label.product span, .cart.table-wrapper .col.qty .label, .minicart-wrapper .action.showcart .text, .minicart-wrapper .action.showcart .counter-label, .checkout-index-index .page-title-wrapper, .checkout-onepage-success .page-title-wrapper, .checkout-payment-method .field-select-billing > .label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend, .account .column.main .limiter > .label, .field.street .field.additional .label, .account-nav .title, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .page-product-giftcard .fieldset.giftcard > .legend, .opc-wrapper .form-giftcard-account .field .label, .filter-options-content .filter-count-label, .block-wishlist-search-form .form-wishlist-search .fieldset > .legend, .page-multiple-wishlist .page-title-wrapper .page-title, .multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset > .legend, .block.newsletter .label, .block-reorder .product-item .label, .opc-wrapper .form-discount .field .label, .action.skip:not(:focus), .page-header .switcher .label, .page-footer.switcher .label, .products-grid.wishlist .product-item .comment-box .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    right: 0px;
}

.block.newsletter .actions {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}

.block.newsletter .action.subscribe {
    border-radius: 0px;
    margin-left: -1px;
    background-color: #f0082e;
    border: none;
    font-weight: 200;
    padding: 12px;
}

.block.newsletter .field .control {
    width: 100%;
}

.abs-margin-for-blocks-and-widgets, .block, .sidebar .widget.block:not(:last-child), .sidebar .widget:not(:last-child), .block-banners, .block-banners-inline {
    margin-bottom: 40px;
}

.block.newsletter .title {
    display: none;
}

.block .title {
    margin-bottom: 10px;
}

.block.newsletter .form.subscribe {
    display: table;
    width: 100%;
}

.footer .legal-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    color: #191919;
    font-size: 14px;
    font-weight: 200;
}

.legal-footer__copyright {
    padding-top: 30px;
    font-size: 16px;
}

.footer-links {
    padding-bottom: 30px;
    padding-top: 30px;
}

.search {
    position: relative;
    padding-top: 15px;
    width: 100%;
    display: none;
}

.mobile33 {
    width: 100%;
    display: inline;
}

@media only screen and (min-width: 1024px) {
    .mobile33 {
        display: none;
    }
}

.nonmobile33 {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .nonmobile33 {
        width: 33.33%;
        display: inline;
    }
}

.switch33_100 {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .switch33_100 {
        width: 33.33%;
    }
}

.content-nonmobile {
    display: none;
}

@media only screen and (min-width: 768px) {
    .content-nonmobile {
        display: inline;
    }
}

.content-mobile {
    display: inline;
}

@media only screen and (min-width: 768px) {
    .content-mobile {
        display: none;
    }
}

.search .glyphicon {
    position: absolute;
    padding: 12px;
    pointer-events: none;
    right: 0px;
    color: rgb(118, 118, 118);
    font-size: 20px;
    padding-top: 29px;
}

.search input {
    background-color: rgb(246, 246, 246);
    border-radius: 25px;
    padding: 13px;
    text-indent: 10px;
    font-size: 16px;
    font-weight: 400;
}

.menuicon {
    width: 50px;
    height: 50px;
}

.roundbutton {
    border-radius: 25px;
    padding: 15px 16px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    white-space:nowrap;
}

.margin-left-15px {
    margin-left: 15px;
}

.margin-left-10px {
    margin-left: 10px;
}

.margin-right-10px {
    margin-right: 10px;
}

.blue {
    background-color: rgb(101, 129, 236);
    border-color: rgb(101, 129, 236);
}

.margin-top-15px {
    margin-top: 15px;
}

.floatright {
    float: right;
}

.welcome-header {
    width: 100%;
    background-color: rgb(246, 246, 246);
    padding-top: 20px;
    padding-bottom: 20px;
}

.welcome-label {
    font-size: 35px;
    color: #555;
    padding-bottom: 20px;
}

.welcome-text {
    color: #fff;
    padding-bottom: 20px;
    font-size: 16px;
}

.last-order-container {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.last-order-actions-container {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    margin-top: 20px;
}

.last-order {
    background-color: white;
    margin-left: 0px;
    padding: 31px 20px;
    border-radius: 20px;
    min-height: 250px;
}

.last-order-content {
    display: flex;
    align-items: flex-start;
}

.last-order-caption {
    font-size: 25px;
    color: #555;
}

.last-order-status {
    font-size: 16px;
    color: #555;
    background-color: white;
    padding: 7px 15px;
    font-weight: 200;
    white-space: nowrap;
}

.gray {
    background-color: rgb(85, 85, 87);
    border-color: rgb(85, 85, 87);
}

.lightgray {
    background-color: rgb(246, 246, 246);
    border-color: rgb(85, 85, 87);
    color: rgb(85, 85, 87);
}

.width33 {
    flex-basis: 33.33%;
    max-width: 33.33%;
}

.order-data-caption {
    font-size: 16px;
}

.order-data-value {
    font-size: 16px;
    font-weight: 200;
}

.width50 {
    width: 50%;
}

.white {
    background-color: white;
    border-color: rgb(85, 85, 87);
    color: rgb(85, 85, 87);
}

.orange {
    background-color: rgb(237, 158, 101);
    border-color: rgb(237, 158, 101);
    color: white;
}

.width150 {
    width: 150px;
}

.refer-someone {
    background-color: rgb(107, 157, 156);
    margin-right: 0px;
    padding: 20px;
    border-radius: 20px;
    min-height: 250px;
}

.display-flex {
    display: flex;
    align-items: flex-start;
}

.refer-someone-caption {
    font-size: 35px;
    color: #fff;
    padding-bottom: 20px;
    font-weight: 600;
}

.padding0 {
    padding: 0 !important;
}

.refer-text {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.green {
    background-color: rgb(178, 235, 102);
    border-color: rgb(178, 235, 102);
    color: rgb(85, 85, 87);
}

.lightgreen {
    background-color: rgb(178, 235, 102);
    border-color: rgb(178, 235, 102);
    color: #000;
}

.lightyellow {
    background-color: #FFFF99;
    border-color: rgb(85, 85, 87);
    color: rgb(85, 85, 87);
}

.red {
    background-color: #f0082e;
    border-color: #f0082e;
    color: #fff;
}

.refer {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.refer input {
    background-color: #fff;
    border-radius: 25px;
    padding: 13px;
    text-indent: 10px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(85, 85, 87);
    margin-right: -120px;
}

.refer button {
    margin-top: 1px;
}

.nowraptext {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
    .last-order-container {
        flex-flow: nowrap;
    }

    .last-order {
        margin-left: 8px;
    }

    .refer-someone {
        margin-right: 8px;
    }
}

.last-order-action {
    height: 290px;
    border-color: rgb(173, 174, 176);
    border-width: 2px;
    color: rgb(173, 174, 176);
    padding: 20px;
    border-radius: 20px;
    border-style: solid;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    .last-order-actions-container {
        flex-flow: nowrap;
    }
}

.action-icon {
    padding-top: 55px;
    padding-bottom: 55px;
    width: 72px;
    height: 181px;
}

.last-order-action a {
    font-size: 18px;
    font-weight: 400;
    color: rgb(85, 85, 87);
}

.what-is-new {
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.what-is-new-images {
    flex-flow: wrap;
    display: flex;
}

@media only screen and (min-width: 768px) {
    .what-is-new-images {
        flex-flow: nowrap;
    }
}

.what-is-new-action {
    position: relative;
}

.what-is-new-action:before {
    content: "";
    float: left;
    padding-top: 100%; /* initial ratio of 1:1*/
}

.what-is-new-action img {
    min-width: 100%;
    height: auto;
    border-radius: 20px;
}

.what-is-new-label {
    font-size: 25px;
    color: #555;
    padding-top: 20px;
    padding-bottom: 10px;
}

.what-is-new-text {
    font-size: 18px;
    color: #555;
    padding-bottom: 20px;
}

.catalogue-action {
    width: 100%;
    padding: 35px 0px;
}

.catalogue-action img {
    min-width: 100%;
    height: auto;
    border-radius: 20px;
}

.modalmenu {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding: 0; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalmenu-content {
    background-color: #fff;
    padding: 20px;
    border: none;
    width: 250px;
    height: auto;
    min-height: 100%;
    text-align: center;
}

/* The Close Button */
.modalmenu-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modalmenu-close:hover,
.modalmenu-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.action-caption, .action-caption a {
    font-size: 18px;
    color: #555;
    padding-bottom: 25px;
}

#btnModalMenu {
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: none;
}

.mtm-img {
    width: 35px;
    height: 35px;
}

.container-custom .row {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}

.horizontal-centered {
    justify-content: center;
}

.order-entry {
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.order-entry-container {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.order-entry-contents {
    width: 100%;
    background-color: #fff;
}

.general-order-entry {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
}

@media only screen and (min-width: 1024px) {
    .order-entry-container {
        flex-flow: nowrap;
    }
}

.k-panelbar .k-tabstrip > .k-content, .k-tabstrip > .k-content {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.collabel {
    width: 175px;
    text-align: right;
    margin-right: 5px;
}

.k-tabstrip-wrapper {
    width: 100%;
}

.k-tabstrip-items .k-state-default{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.k-panelbar > li.k-state-default > .k-link, .k-tabstrip-items .k-state-default .k-link,
.k-tabstrip-items .k-loading.k-complete {
    border: none;
}

.k-tabstrip:focus {
    box-shadow: none;
}

.with-heading {
    background-color: rgb(246, 246, 246);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-top: 15px;
    padding-left: 15px;
    border: 1px solid rgb(197, 197, 197);
    border-bottom: 0;
    flex-wrap: wrap;
}

.with-footer {
    background-color: rgb(246, 246, 246);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 15px;
    padding-top: 0px;
    border: 1px solid rgb(197, 197, 197);
    border-top: 0;
}

.display-block {
    display: block;
}

.detail-image-action {
    position: relative;
}

    .detail-image-action:before {
        content: "";
        float: left;
        padding-top: 100%; /* initial ratio of 1:1*/
    }

    .detail-image-action img {
        min-width: 100%;
        height: auto;
        border-radius: 20px;
    }

.detail-icon {
    padding-top: 55px;
    padding-bottom: 55px;
    width: 100px;
    height: 100px;
}

.images-container {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

@media only screen and (min-width: 1024px) {
    .images-container {
        padding-right: 100px;
        padding-left: 100px;
        padding-top: 0px;
    }
}

.k-pager-wrap > .k-link,
.k-pager-numbers .k-link,
.k-pager-numbers .k-link :hover {
    background-color: white !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 5px !important;
    outline: none;
    color: black !important;
}

    .k-pager-numbers .k-link,
    .k-pager-numbers .k-link :hover {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

.k-pager-wrap {
    background-image: none !important;
    background-color: rgb(246, 246, 246) !important;
}


    .k-pager-numbers .k-state-selected {
        background-color: rgb(197, 197, 197) !important;
        border: none !important;
        border-radius: 0px !important;
        padding: 5px !important;
        outline: none;
        color: black !important;
    }


#btnModalMenu {
    outline: none;
}

.unsubmitted {
    background-color: #FFCCCC !important;
}

/*THESE LINES SHOULD ALWAYS BE AT THE BOTTOM!!!*/
.loa_left {
    margin-right: 5px;
}

.loa_middle {
    margin-right: 5px;
    margin-left: 5px;
}

.loa_right {
    margin-left: 5px;
}