/*Magento*/
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
    /* Modern Browsers */
    font-weight: 400;
    font-style: normal;
}
:root {
    --main-color: #FF9318;
}
@charset "UTF-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
}
body {
    line-height: 1;
}
html, body, img, fieldset, abbr, acronym {
    border: 0;
}
th, code, cite, caption {
    font-weight: normal;
    font-style: normal;
    text-align: left;
}
address {
    font-style: normal;
}
img {
    display: block;
    border: 0;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
p {
    line-height: 1.3;
    margin: 0 0 10px 0;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
small {
    font-size: 80%;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
    color: #fff;
}
input[type="text"], input[type="email"], input[type="password"] {
    color: #000000;
}
input[type="text"]:focus::placeholder, input[type="email"]:focus::placeholder, input[type="password"]:focus::placeholder {
    color: transparent;
}
button, input {
    line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button[disabled], input[disabled] {
    cursor: default;
}
h1, h2, h3 {
    font-size: 8px;
    line-height: 20px;
}
.col-main {
    font-size: 13px;
}
.col-main .category-products {
    padding: 0 10px;
    color: #000;
    position: relative;
    min-height: calc(var(--vh, 1vh) * 100 - 44px);
}
.col-main .note-msg {
    padding: 30px;
}
.menu-category-bar-container * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* ================================================= Inputs ================================================= */
.input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
.input-text.ng-dirty.ng-invalid {
    border-color: #df280a;
    box-shadow: inset 0 0 5px 2px rgba(223, 40, 10, .5);
    color: #df280a;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.input-text.ng-dirty.ng-valid {
    border-color: #555555 !important;
    color: #000;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
    padding: 5px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.only-d {
    display: none;
}
.only-t {
    display: none;
}
/* ================================================= Placeholder ================================================= */
/*input:required::-webkit-input-placeholder{color: #555555;}
input:not(:required)::-webkit-input-placeholder{color: #CCCCCC;}
input:not(:required):not([type="number"])::-moz-placeholder{color: #CCCCCC;}
input:not(:required):not([type="number"]):-moz-placeholder{color: #CCCCCC;}
input:required:-ms-input-placeholder{color: #555555 !important;}
input:not(:required):-ms-input-placeholder{color: #CCCCCC !important;}*/
input::-webkit-input-placeholder {
    color: #555555;
}
input::-webkit-input-placeholder {
    color: #CCCCCC;
}
input::-moz-placeholder {
    color: #CCCCCC;
}
input::-moz-placeholder {
    color: #CCCCCC;
}
input::-ms-input-placeholder {
    color: #555555 !important;
}
input::-ms-input-placeholder {
    color: #CCCCCC !important;
}
/* ================================================= Base Styles ================================================= */
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
a, button {
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
a {
    text-decoration: none;
    line-height: 1.3;
}
@media (min-width: 992px) {
    a:hover {
        text-decoration: underline;
    }
}
/* ================================================= scrollbar ================================================= */
.scroll-box::-webkit-scrollbar-track {
}
.scroll-box::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}
.scroll-box-horizontal::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}
.scroll-box::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
}
.scroll-box {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #CCCCCC transparent;
    overflow-x: -moz-hidden-unscrollable;
    padding-right: 0;
}
/* ================================================= Messages ================================================= */
.messages-wrapper,
.success,
.error {
    padding: 10px 20px;
    color: #df280a;
    font-weight: normal;
    text-align: center;
    font-size: 13px;
    line-height: 20px
}
.messages-wrapper {
    padding: 0;
}
.messages-wrapper .messages {
    padding: 10px 20px;
}
.messages-wrapper .success-msg,
.success {
    color: #11b400;
}
.notice {
    color: #e26703;
    font-weight: bold;
}
/* ================================================= Standard Formatted Text Block ================================================= */
.std p {
    margin: 0 0 1.5em;
}
.std .note {
    color: #a0a0a0;
    font-size: 13px;
}
.std.rates-wrapper h4 a {
    font-weight: normal
}
/* ================================================= Magento Helpers ================================================= */
.no-display {
    display: none !important;
}
.width-full {
    width: 100%;
}
.hidden {
    display: none;
}
/* ================================================= Error post code ================================================= */
.postcode-login-error {
    margin-bottom: 10px;
    color: red;
    font-weight: 600;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.f-box {
    display: flex;
}
.checkout-cart-index,
.display-block-none {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: .25s opacity, .25s visibility;
}
#preloader-wrap.display-block-active,
#popupBg.display-block-active,
.display-block-active {
    display: block;
    opacity: 0.95;
}
.message-container,
.sub-title-block {
    font-size: 15px;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    max-width: 375px;
    margin: 0 auto;
}
.back-to {
    width: 31px;
    height: 31px;
    background: url("../images/button/btn-back-to.svg") no-repeat;
    border: none;
    background-size: contain;
    font-size: 0;
    position: absolute;
    left: 15px;
    top: 12px;
    z-index: 10;
}
body.cms-no-route .wrapper {
    background: #fff !important;
}
body.cms-no-route .wrapper .std {
    padding: 20px 30px;
}
body.cms-no-route .wrapper .std .under-title, body.cms-no-route .wrapper .std .page-title {
    margin-bottom: 20px;
}
body.cms-no-route .wrapper .std h1 {
    color: #ff5034;
    text-align: center;
    font-size: 24px;
}
body.cms-no-route .wrapper .std dl {
    font-size: 18px;
    line-height: 20 p;
    text-align: center;
}
body.cms-no-route .wrapper .std .disc li {
    line-height: 22px;
}
body.cms-no-route .wrapper .std .page-not-found-picture {
    width: 100%;
    height: 321px;
    background: url("../images/LC-Code-404.png") no-repeat;
    background-size: 100%;
    margin-top: 20px;
}
/* ================================================= PRELOADER ================================================= */
#preloader-wrap {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.75);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.preloader-div {
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10000;
}
.preloader-box {
    top: 50%;
    position: absolute;
    right: 0;
    left: 0;
}
.preloader {
    height: 85px;
    width: 85px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -43px 0 0 -43px;
    border-radius: 50%;
    border: 5px solid transparent;
    -webkit-animation: pulse 2s infinite linear;
    -moz-animation: pulse 2s infinite linear;
    -ms-animation: pulse 2s infinite linear;
    -o-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
    z-index: 9
}
.preloader-box .ball1, .preloader .ball1 {
    position: relative;
    top: 5px;
    background-color: transparent;
    opacity: .9;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}
.preloader-box .ball2, .preloader .ball2 {
    background-color: transparent;
    opacity: .5;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    position: relative;
    top: -60px
}
.preloader-box .ball3, .preloader .ball3 {
    position: relative;
    top: -115px;
    background-color: transparent;
    opacity: .9;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    -webkit-animation: unspin 1s infinite linear;
    -moz-animation: unspin 1s infinite linear;
    -ms-animation: unspin 1s infinite linear;
    -o-animation: unspin 1s infinite linear;
    animation: unspin 1s infinite linear
}
.preloader-box .ball4, .preloader .ball4 {
    background-color: transparent;
    opacity: .5;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    position: relative;
    top: -160px
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg)
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg)
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
@-webkit-keyframes unspin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}
@-moz-keyframes unspin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(-360deg)
    }
}
@-ms-keyframes unspin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(-360deg)
    }
}
@-o-keyframes unspin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(-360deg)
    }
}
@keyframes unspin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}
/* ================================================= ================================================= ================================================= */
/* ================================================= ================================================= ================================================= */
/* ================================================= ================================================= ================================================= */
html, body {
    height: 100%;
    color: #000;
    font-family: "Open Sans", sans-serif;
    -ms-overflow-style: none;
    font-size: 8px;
}
body {
}
html.transition-body,
body.transition-body {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
autocomplete {
    display: block;
    width: 50%;
    float: left;
    position: relative;
}
.wrapper {
    min-width: 320px;
    min-height: 100%;
    position: relative;
}
body.validate-post {
    background: url("../images/background-main.png") repeat #EAEAEA;
}
body.pizzacheckout-cart-index.validate-post,
body.checkout-onepage-success.validate-post {
    background: #fff;
}
body.pizzacheckout-cart-index.validate-post .checkout-form .action button {
    margin-bottom: 20px;
}
body.cms-page-view.validate-post,
body.customer-account.validate-post {
    background: #fff;
}
.wrapper .page {
}
.fixedPostcode {
    -webkit-order: -1;
    order: -1;
}
.wrapper.validate-post .main-container {
    padding-top: 44px;
}
div.main.popup-enabled {
    display: none;
}
.menu-category-bar-container {
    display: none;
}
/* ================================================= PRODUCT VIEW POPUP ================================================= */
#popupBg {
    display: none;
    opacity: 0;
    position: fixed;
    cursor: pointer;
    z-index: 9;
    top: 44px;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    background: url("../images/background-main.png") repeat #EAEAEA;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup-window {
    display: none;
    position: fixed;
    top: 44px;
    border: none;
    border-radius: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 82px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: all .5s ease;
    z-index: 9999;
}
.customer-account .close-form-block,
.popup-window .close-form-block,
.popup-window .close-popup {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 0;
    border: none;
}
.popup-window.display-block-active,
.popup-window.popup-active {
    display: block;
    opacity: 1;
}
.popup-window .title-block {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    padding: 15px 5px;
}
#productViewPopup {
    background: #fff;
}
#productViewPopup.popup-window .title-block {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 8px 0;
}
.dialogs-default.in {
    opacity: 100;
    width: 360px;
    padding: 20px;
    margin: 0 auto;
    top: 120px;
    position: fixed;
    left: calc(50% - 180px);
    background: #fff;
    font-size: 15px;
    border-radius: 5px;
    border-width: 5px;
    border-style: solid;
}
.dialogs-default.in:focus {
    outline: none;
}
.dialogs-default.in .modal-dialog {
    width: 100%;
}
.dialogs-default.in .modal-dialog .modal-content {
    width: 100%;
}
.dialogs-default.in .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 1.3em;
    margin-bottom: 15px;
}
.dialogs-default.in .modal-dialog .modal-content .modal-body {
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 5px 0px;
}
.dialogs-default.in .modal-dialog .modal-content .modal-body label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.dialogs-default.in .modal-dialog .modal-content .modal-body ul {
    margin: 15px 0px 5px 0px;
}
.dialogs-default.in .modal-dialog .modal-content .modal-body ul > li {
    padding-bottom: 4px;
    line-height: 20px;
}
.dialogs-default.in .modal-dialog .modal-content .modal-body ul > li span.name,
.dialogs-default.in .modal-dialog .modal-content .modal-body ul > li span.price-label {
    font-weight: bold;
    display: inline-block;
}
.dialogs-default.in .modal-dialog .modal-content .modal-body ul > li span.price-label {
    margin-left: 5px;
}
.dialogs-default.in .modal-dialog .modal-content .modal-body ul > li span.qty,
.dialogs-default.in .modal-dialog .modal-content .modal-body ul > li span.price {
    display: inline-block;
    margin-left: 5px;
}
.dialogs-default.in .modal-dialog .modal-content .modal-body ul > li span.price {
    color: red;
}
#checkout-customer-address-error-form .block-content,
.dialogs-default.in .modal-dialog .modal-content .modal-body ul.work-time-wrapper > li {
    text-align: center;
}
.dialogs-default.in .modal-dialog .modal-content .modal-body ul.work-time-wrapper > li span {
    display: inline-block;
}
.dialogs-default.in .modal-dialog .modal-content .modal-body ul.work-time-wrapper > li span.day {
    min-width: 100px;
}
.dialogs-default.in .modal-dialog .modal-content .modal-footer {
    width: 100%;
    overflow: hidden;
}
.dialogs-default.in .modal-dialog .modal-content .modal-footer button.btn-replace {
    float: left;
    display: block;
    width: 40%;
    background: #009738;
    color: #fff;
    padding: 4px;
}
.dialogs-default.in .modal-dialog .modal-content .modal-footer button.btn-delete {
    float: right;
    display: block;
    width: 40%;
    background: #b13f3f;
    color: #fff;
    padding: 4px;
}
.modal-header .modal-title {
    text-align: center;
    text-transform: uppercase;
    color: red;
}
.modal .modal-body {
    text-align: center;
    margin-bottom: 20px;
}
.show-login-popup {
    cursor: pointer;
}
.dialogs-default button {
    width: 100%;
}
.modal .btn-ok {
    border: 0;
    background: #df280a;
    color: #fff;
    padding: 6px 0;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
}
/* ================================================= PRODUCT VIEW POPUP ================================================= */
#popupBg.productViewPopup {
    display: none !important;
}
#productViewPopup .popup-scrollcontainer {
    padding: 0 5px;
    /*max-height: calc(100vh - 265px);*/
    max-height: calc(var(--vh, 1vh) * 100 - 265px);
}
#productViewPopup.display-block-active form,
#productViewPopup.popup-active form {
    width: 100%;
    padding: 5px;
    position: relative;
}
#productViewPopup #frmProductView .popup-scrollcontainer section {
    margin-bottom: 15px
}
#productViewPopup #frmProductView .popup-scrollcontainer section:last-of-type {
    margin: 0;
}
#productViewPopup #frmProductView .scroll-box::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
#productViewPopup #frmProductView .product-title {
    padding: 0 5px;
}
#productViewPopup #frmProductView .product-title .content {
    border: 1px solid #000;
    font-size: 15px;
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
}
#productViewPopup #frmProductView .fb-item2 {
    min-width: 60px;
    text-align: right;
}
#productViewPopup #frmProductView .product-title .desc {
    font-size: 13px;
}
#productViewPopup #frmProductView .product-title .product-desc {
    margin-top: 10px;
}
#productViewPopup #frmProductView .product-title .product-size {
    float: right;
    font-size: 13px;
    font-weight: normal;
}
#productViewPopup #frmProductView .product-title h1,
#productViewPopup #frmProductView .product-title .product-desc {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 15px;
}
#productViewPopup #frmProductView .product-title .product-desc {
    align-items: flex-start;
}
#productViewPopup #frmProductView .product-title .product-count {
    display: none;
}
#productViewPopup #frmProductView .product-title .product-name,
#productViewPopup #frmProductView .product-title .product-desc {
    line-height: 1.5;
}
#productViewPopup #frmProductView .product-title .product-price {
    font-size: 15px;
    font-weight: bold;
}
#productViewPopup #frmProductView h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 15px;
    margin-bottom: 5px;
}
#productViewPopup #frmProductView h3 + div {
    display: none;
}
#productViewPopup #frmProductView .popup-scrollcontainer ul {
    display: inline-block;
    width: 100%;
}
#productViewPopup .tab-navigation button {
    border-radius: 5px;
    font-size: 13px;
    padding: 8px 15px;
    margin-bottom: 15px;
}
#productViewPopup .buttons-group button {
    border-radius: 5px;
    font-size: 15px;
    padding: 8px 15px;
    margin-bottom: 15px;
    margin: 0 auto;
}
/* ================================================= PRODUCT PRICE LEVEL VIEW POPUP ================================================= */
#cart-min-message {
    display: none;
    position: fixed;
    bottom: 0;
    height: 45px;
    width: 100%;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    border-top-width: 4px;
    border-top-style: solid;
    color: #FF9318;
}
#cart-min-message.display-block-active {
    display: block;
}
#storeStatusPopup .block-content,
#product-addtocart .block-content {
    padding: 20px;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
}
#product-addtocart.popup-window.display-block-active {
    bottom: auto;
}
#storeStatusPopup.popup-window.display-block-active,
#product-addtocart.popup-window.display-block-active,
#bonusprogramCheckoutFormPopup.popup-window.display-block-active,
#productPriceLevelViewPopup.popup-window.display-block-active {
    border-radius: 5px;
    border-width: 5px;
    border-style: solid;
    width: calc(100% - 20px);
    max-width: 355px;
    margin: 0 auto;
    top: 90px;
    height: max-content;
    bottom: auto;
}
.dialogs-default .tab-navigation, .popup-window .tab-navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dialogs-default .tab-navigation::after, .popup-window .tab-navigation::after {
    display: none;
}
.dialogs-default .tab-navigation button, .popup-window .tab-navigation button {
    margin-bottom: 10px;
    color: #fff;
    background: rgba(0, 190, 24, 0.75);
    background: #707070;
    border: 0;
    outline: 0;
}
.dialogs-default .tab-navigation button:hover, .popup-window .tab-navigation button:hover {
    background-color: #00BE18;
    background: #707070;
}
.dialogs-default .tab-navigation button.invalid, .popup-window .tab-navigation button.invalid {
    background: rgba(255, 0, 0, 0.5);
}
.dialogs-default .tab-navigation button.active, .popup-window .tab-navigation button.active {
    background: #00be18;
}
/* ================================================= TEMP ================================================= */
.popup-window {
    display: none;
}
/* ================================================= ERROR MESSAGE ================================================= */
section.ng-scope.invalid > span {
    font-size: 15px;
    font-weight: bold;
    color: red;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
}
/* ================================================= BUTTON STYLE ================================================= */
.btn-clear {
    border: none;
    background: none;
}
button.btn-arrow-up > span,
button.btn-arrow-down > span {
    width: 15px;
    height: 15px;
    background: url("../images/button/btn-arrow-up.svg") no-repeat;
}
button.btn-arrow-down > span {
    background: url("../images/button/btn-arrow-down.svg") no-repeat;
    display: block;
}
a.button-base {
    line-height: 40px;
}
a.button-base:hover {
    text-decoration: none;
}
.button-base {
    display: block;
    border: 0;
    color: #fff;
    font: 700 18px "Open Sans", sans-serif;
    text-align: center;
    height: 40px;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -ms-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    max-width: 365px;
    width: 100%;
    text-decoration: none;
}
.gcbox.main .button-base {
    max-width: 190px;
}
.gcbox.main .button-set {
    display: flex;
    justify-content: space-between;
}
.gcbox.main .button-set a.gcboxbtn.button-base.btn {
    max-width: 180px;
    height: auto;
    line-height: normal;
    padding: 5px 18px;
    font-size: 11pt;
    font-weight: 400;
}
.form-postcodeControllers .button-base {
    background: #FFF;
    color: #000;
}
.button-base:disabled {
    background: rgba(255, 0, 0, 0.5) !important;
}
.button-base:hover,
.button-base.only-base-color {
    background: #4FBE4E;
}
.input-box.b-svg {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1.8;
}
.input-box.b-svg input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.input-box.b-svg .state .svg {
    position: absolute;
    font-size: 12px;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: 4px;
    border: 1px solid #000;
    opacity: 0;
    padding: 1px
}
.input-box.b-svg input:checked ~ .state .svg {
    opacity: 1;
}
.input-box.b-svg .state svg {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}
.iphone .input-box.b-svg .state svg {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 82%;
    height: 82%;
}
.input-box.b-svg .state label {
    position: initial;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px);
    font-size: 12px;
}
.input-box.b-svg .state label:after,
.input-box.b-svg .state label:before {
    content: '';
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #000;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: transparent;
}
/* ================================================= FOOTER STYLE ================================================= */
.wrapper.validate-post .footer-container {
    position: relative;
    width: 100%;
}
.footer-container {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}
.footer-container .footer a {
    color: #fff;
    display: block;
    line-height: 12px;
    padding: 5px;
}
.footer-container .footer .copyright {
    margin: 5px 0 0;
}
.footer-container .footer .copyright a {
    font-size: 12px;
    display: inline-block;
    padding-left: 2px;
}
.footer-container button span span {
    font-size: 12px;
}
.footer-container button.btn-arrow-up > span {
    background: none;
}
.footer-container button.btn-arrow-up span span::before {
    width: 15px;
    height: 15px;
    background: url("../images/button/btn-arrow-up.svg") no-repeat;
    display: block;
    content: '';
    margin: 0 auto;
}
.footer-container .slide-content br {
    display: none;
}
/* ================================================= HEADER ================================================= */
.logo {
    display: block;
    width: 100%;
    min-width: 100px;
    min-height: 44px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.58);
}
.logo.hidden {
    display: none;
}
.wrapper.validate-post #header {
    position: fixed;
    width: 100%;
    z-index: 10000;
}
#header .header-container .logo span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
#header .header-container .logo span img {
    height: 110px;
    display: inline-block;
    max-width: 100%;
}
#header .sub-title {
    color: #fff;
    font-size: 15px;
    position: fixed;
    text-align: center;
    margin: 0 auto;
    width: 35%;
    left: 0;
    right: 0;
    top: 12px;
    line-height: 20px;
}
#header .sub-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.postcodeControllers .work-time,
li.menu-work-time .menu-work-box,
#header .header-container-btm .work-time {
    display: block;
    background: #338000;
    height: 35px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.postcodeControllers .work-time.closed-pre-order,
li.menu-work-time .menu-work-box .closed-pre-order,
#header .header-container-btm .work-time.closed-pre-order {
    background: #FF9318;
}
.postcodeControllers .work-time.closed,
li.menu-work-time .menu-work-box .closed,
#header .header-container-btm .work-time.closed {
    background: #B90000;
}
.postcodeControllers .work-time {
    margin-bottom: 20px;
}
.check-redirect .skip-link.skip-info,
.check-redirect .skip-link.skip-cart,
.check-redirect .skip-link.skip-nav {
    display: none;
}
.skip-links {
    clear: both;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
}
.skip-link.skip-telephone.skip-name {
    display: none;
}
.skip-link {
    position: relative;
    float: left;
    height: 44px;
    line-height: 42px;
    text-align: center;
    background: #000;
}
.skip-link .label {
    display: none;
}
.skip-link .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-size: 100%;
}
.skip-link.skip-cart .icon {
    width: 50px;
    height: 32px;
}
.skip-link.skip-cart,
.skip-link.skip-account {
    float: right;
}
.wrapper.validate-post .skip-link.skip-info,
.wrapper.validate-post .skip-link.skip-account {
    float: none;
}
.skip-info,
.skip-nav {
    margin-right: 10px;
    margin-left: 5px;
}
.skip-content {
    display: none;
}
.skip-content.skip-active {
    display: block;
    background: #fff;
}
.button-cross {
    width: 15px;
    height: 15px;
    background: url("../images/button/btn-close.svg") no-repeat;
}
#nav .nav-primary {
    height: calc(var(--vh, 1vh) * 100 - 89px);
}
#header-info .menu-container li.title.tablet-title,
#header-account .menu-container li.title.tablet-title,
#nav .nav-primary li.title.tablet-title {
    text-align: right;
    line-height: 34px;
    padding-right: 15px;
    padding-bottom: 5px;
}
#header-info .logo-item,
#header-info .copyright-item,
#header-info .menu-container li h2,
#header-account .menu-container li h2,
#nav .nav-primary li h2 {
    display: none;
}
#header-info .menu-container li button,
#header-account .menu-container li button,
#nav .nav-primary li button {
    border: none;
    font-size: 0;
}
#header-info .menu-container li,
#header-account .menu-container li,
#nav .nav-primary li a {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
#header-info .menu-container li:last-of-type,
#header-account .menu-container li:last-of-type,
#nav .nav-primary li:last-of-type {
    border-width: 2px;
    border-color: #000;
}
li.menu-work-time .menu-work-box,
.menu-container li a,
#header-info .menu-container li a,
#header-account .menu-container li a,
#nav .nav-primary li a {
    display: block;
    padding-left: 20px;
    line-height: 34px;
    font-size: 15px;
    font-weight: normal;
    color: #555555;
    text-decoration: none;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -ms-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}
li.menu-work-time .menu-work-box {
    color: #fff;
    padding-left: 0;
}
#nav .nav-primary li.active a {
}
#nav .nav-primary li ul.level0,
#nav .nav-primary li ul.level1 {
    display: none;
}
#nav .nav-primary li ul.open-dropdown {
    display: block;
}
#nav .nav-primary li ul.open-dropdown li a {
    padding-left: 35px;
    background: #fff;
    font-size: 15px;
    color: #555555;
    font-weight: normal;
    text-decoration: none !important;
}
#nav .nav-primary li ul.open-dropdown li.level2 a {
    padding-left: 70px;
}
#nav .nav-primary li ul.open-dropdown li.last {
    border-bottom: none;
}
#header-info .menu-container li.menu-work-time {
    border-bottom: none;
}
#header-info .menu-container li a.telephone-box {
    background-color: #707070;
    font-size: 20px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    position: relative;
    border-bottom: none;
}
#header-info .menu-container li .telephone-box .icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-size: 100%;
    position: absolute;
    right: 20px;
}
.validate-post .skip-telephone {
    display: none;
}
.menu-category-bar-container {
    position: relative;
}
.menu-category-list {
    line-height: 62px;
}
.menu-category-list .level-main {
    /*height: 62px;*/
    margin-bottom: 10px;
    display: flex;
}
.menu-category-list .level-main ul {
    width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    float: left;
    text-align: center;
    background-color: #F6F6F6;
    /*    overflow-x: auto;
        overflow-y: auto;*/
}
.menu-category-list .level-main ul li {
    display: inline-block;
    clear: both;
}
.menu-category-list .level-main ul li a {
    display: inline-block;
    padding: 0px 10px;
    font-size: 19px;
    text-decoration: none;
    line-height: 62px;
}
.menu-category-list .btn-arrow-scroll {
    width: 50px;
    text-align: center;
    line-height: 66px;
    background-color: #F6F6F6;
}
.menu-category-list span {
    float: left;
    cursor: pointer;
}
.menu-category-list .level-child span {
    float: none;
}
.menu-category-list span svg {
    width: 15px;
    height: 15px;
    margin: 0 auto;
}
.menu-category-list div.hidden-a,
.menu-category-list div.parent > a.has-children {
    display: none;
}
.menu-category-list div .open-dropdown .hidden-a {
    display: block;
}
.menu-category-list .level-main.level-children {
    display: none;
}
.menu-category-list .level-main.open-dropdown {
    display: block;
}
/* ================================================= POSTCODE FORM ================================================= */
.postcodeControllers {
    background-color: rgba(0, 0, 0, .8);
    display: block;
}
.postcodeControllers.selectRegister {
    background-color: rgba(0, 0, 0, 0.58);
}
#accountPanel .postcodeControllers.selectRegister .title-block strong {
    padding-top: 0;
}
.postcodeControllers .ship-po-group {
    width: 100%;
    display: block;
    max-width: 289px;
    margin: 10px auto 15px;
}
.postcodeControllers .title-block {
    color: #fff;
    text-align: center;
    padding: 15px 0 5px;
    font-size: 15px;
}
.checkout-billing-address .autocomplete-block,
.postcodeControllers .autocomplete-block {
    display: none;
    width: 100%;
    /*background-color: #fff;*/
    position: relative;
}
.postcodeControllers .postcode-description {
    padding: 15px 30px;
    color: #fff;
}
.postcodeControllers .postcode-description .content {
    height: 210px;
    text-align: center;
    padding-right: 5px;
}
.checkout-billing-address autocomplete,
.postcodeControllers autocompletepostcode {
    width: 100%;
}
.checkout-billing-address .autocomplete-input-box,
.postcodeControllers .autocomplete-input-box {
    width: 100%;
    background-color: #fff;
}
.checkout-billing-address .autocomplete-input-box .autocomplete-input-field,
.postcodeControllers .autocomplete-input-box .autocomplete-input-field {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.39);
}
#postcode-update-form-checkout form[name="frmPostcode"] input[type="tel"],
.postcodeControllers form[name="frmPostcode"] input[type="tel"] {
    width: 100%;
    border: 0;
    height: 41px;
    text-align: center;
    color: #555555;
    font: 700 18px "Open Sans", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0 5px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 auto;
    max-width: 262px;
}
.postcodeControllers.active {
    background: none;
    padding: 0;
}
form.form-postcodeControllers.active {
    background: none;
}
.postcodeControllers .autocomplete-options-container .autocomplete-options-list {
    height: calc(var(--vh, 1vh) * 100 - 375px);
    width: 264px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.postcodeControllers.selectRegister .title-block {
    margin-top: 50px;
}
/* ================================================= AUTOCOMPLETE ================================================= */
.autocomplete-options-container {
    margin-top: 30px;
}
.autocomplete-options-container .autocomplete-options-list li {
    background: #fff;
    line-height: 38px;
    font-size: 14px;
    width: calc(100% - 5px);
    margin: 2px auto 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -ms-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}
.autocomplete-options-container .autocomplete-options-list li:first-child {
    margin-top: 0;
}
.autocomplete-options-container .autocomplete-options-list li::after {
}
.autocomplete-options-container .autocomplete-options-list li:hover::after {
    display: none;
}
.autocomplete-options-container .autocomplete-options-list li.selected span {
    background: transparent;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -ms-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    color: #ffffff;
}
.autocomplete-options-container .autocomplete-options-list li span {
    display: block;
    font-size: 14px;
    line-height: 38px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.addresses-list autocomplete,
#postcode-update-form-checkout autocomplete {
    width: 100%;
}
.register-form .autocomplete-options-container,
.addresses-list .autocomplete-options-container,
#postcode-update-form-checkout .autocomplete-options-container {
    margin-top: 0;
}
.register-form .autocomplete-options-dropdown,
.addresses-list .autocomplete-options-dropdown,
#postcode-update-form-checkout .autocomplete-options-dropdown {
    border: 1px solid silver;
    border-radius: 5px;
    padding: 5px;
    max-width: 289px;
    margin: 0 auto;
    margin-bottom: 10px;
}
#postcode-update-form-checkout .autocomplete-options-container .autocomplete-options-list,
.register-form autocompletestreet .autocomplete-options-container .autocomplete-options-list,
.addresses-list autocompletestreet .autocomplete-options-container .autocomplete-options-list,
.checkout-form autocompletestreet .autocomplete-options-container .autocomplete-options-list,
.checkout-form autocomplete .autocomplete-options-container .autocomplete-options-list,
.account-fields autocomplete .autocomplete-options-container .autocomplete-options-list {
    max-height: 280px;
    margin: 0 auto;
    background: #fff;
}
#postcode-update-form-checkout form[name="frmPostcode"] input[type="tel"] {
    max-width: 289px;
    padding: 0;
    border: 1px solid silver;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 10px;
}
#postcode-update-form-checkout .buttons-set {
    clear: both;
    margin: 10px auto;
    max-width: 289px;
}
.customer-account #postcode-update-form-checkout .button-cross {
    width: 15px;
    height: 15px;
}
/* ================================================= CHECKOUT CART INDEX ================================================= */
.customer-panel .block-title,
.checkout-form .block-title,
.block-cart .block-title {
    padding: 15px;
    font-size: 20px;
    text-align: center;
    position: relative;
    line-height: 25px;
}
.checkout-form .block-title .button-cross,
.block-cart .block-title .button-cross {
    border: none;
    display: inline-block;
    background: none;
    font-size: 15px;
    position: absolute;
    left: 15px;
}
.block-cart ul.additions .ng-binding {
    display: block;
}
.block-cart .block-content {
    color: #000;
    padding: 15px 10px;
}
.block-cart .mini-products-list li.cart-item.cart-empty ul {
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
}
.block-cart .mini-products-list li.cart-item.cart-empty ul .cart-shipping-info ul {
    padding: 15px 0;
    margin-top: 15px;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    border-top: 1px solid;
}
.block-cart .mini-products-list li.cart-item.cart-empty ul .cart-shipping-info ul .price {
    float: right;
}
.block-cart .mini-products-list li.cart-item.cart-empty .title {
    font-size: 20px;
    line-height: 25px;
}
.block-cart .mini-products-list.scroll-box::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.block-cart .mini-products-list input {
    color: #000;
}
.block-cart .mini-products-list li.cart-item {
    display: flex;
    font-size: 13px;
    margin-bottom: 15px;
    flex-flow: wrap;
    justify-content: flex-start;
}
.block-cart .mini-products-list li.cart-item .count {
    border: none;
    border-right: 1px solid #000;
    padding-right: 5px;
    margin-right: 10px;
    display: flex;
    order: 10;
    width: 25px;
}
.block-cart .mini-products-list li.cart-item .count input {
    border: none;
    width: 20px;
    font-size: 13px;
    text-align: center
}
.block-cart .mini-products-list li.cart-item .cart-item-info {
    width: calc(100% - 50px);
    border: 1px solid #000;
    padding: 10px 15px;
    order: 20;
}
.block-cart .mini-products-list li.cart-item .cart-item-controls {
    order: 30;
    margin-top: 15px;
    width: calc(100% - 50px);
    border: 1px solid #000;
    margin-left: 35px;
}
.block-cart .mini-products-list li.cart-item .controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    padding: 5px;
}
.block-cart .mini-products-list li.cart-item .controls button {
    height: 20px;
    border: none;
    background: none;
    color: #000;
    width: 50%;
    text-align: left;
    font-size: 10px;
    padding-left: 18px;
    position: relative;
    margin-bottom: 5px;
}
@media (max-width: 374px) {
    .block-cart .mini-products-list li.cart-item .controls button {
        font-size: 9px;
    }
}
.block-cart .mini-products-list li.cart-item .controls button:before {
    content: '';
    height: 16px;
    width: 16px;
    background: #000;
    position: absolute;
    left: 0;
    top: 2px;
    background: url("../images/button/btn-cart-plus.svg") no-repeat;
    background-size: cover;
}
.block-cart .mini-products-list li.cart-item .controls button.sub:before {
    background: url("../images/button/btn-cart-minus.svg") no-repeat;
    background-size: cover;
}
.block-cart .mini-products-list li.cart-item .controls button.btn-remove:before {
    background: url("../images/button/btn-cart-remove.svg") no-repeat;
    background-size: cover;
}
.block-cart .mini-products-list li.cart-item .controls button.comment:before {
    background: url("../images/button/btn-cart-note.svg") no-repeat;
    background-size: cover;
}
.block-cart .mini-products-list li.cart-item .product-name-block a {
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}
.block-cart .mini-products-list li.cart-item .product-name-block .desc {
    line-height: 1.5;
}
.block-cart .mini-products-list ul.additions {
    width: calc(100% - 50px);
}
.block-cart .mini-products-list .price-info {
}
.block-cart .mini-products-list .additions li strong {
    display: block;
    line-height: 2;
}
.block-cart .mini-products-list .additions li span {
    line-height: 1.5;
}
.block-cart .mini-products-list .f-box {
    align-items: flex-end;
}
.block-cart .mini-products-list .price-info {
    text-align: right;
    line-height: 1.5;
}
.block-cart .form-design.empty {
    min-height: calc(var(--vh, 1vh) * 100 - 44px);
}
.block-cart .mini-products-list .price-info .price {
    font-size: 15px;
    font-weight: bold;
}
.block-cart .mini-products-list .price-info .price-label {
    font-size: 13px;
}
.block-cart .action-box {
    padding: 10px;
    border-top: 1px solid #000;
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    min-height: 198px;
}
.block-cart .action-box .confirmCheckout {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
#checkout-block .min-order-left {
    color: #df280a;
    font-weight: bold;
    padding: 15px 0;
}
#checkout-block .min-order-left,
.block-cart .action-box .min-order-left {
    font-size: 16px;
    color: #fff;
    background: #C73F3F;
    text-align: center;
    padding: 10px 15px;
    cursor: default;
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
    border-radius: 5px;
    line-height: 1.3;
    font-weight: bold;
}
#checkout-block .min-order-left {
    max-width: 289px;
}
.block-cart .action-box.not-active .coupon-box,
.block-cart .action-box.not-active .subtotalTotal,
.block-cart .action-box.not-active .shippingTotal,
.block-cart .action-box.not-active .discountTotal {
    display: none;
}
.block-cart .action-box .subTotalBlock {
    width: 100%;
    max-width: 260px;
    margin: 10px auto;
    font-size: 13px;
}
.block-cart .action-box .arrow {
    text-align: center;
    margin-bottom: 10px;
}
.block-cart .action-box .arrow .down {
    display: none;
}
.block-cart .action-box span svg {
    width: 15px;
    height: 15px;
    margin: 0 auto;
}
.subTotalBlock-mobile .grandTotal,
.block-cart .action-box .grandTotal {
    font-size: 16px;
    font-weight: bold;
}
.subTotalBlock-mobile .grandTotal {
    margin-bottom: 5px;
}
.subTotalBlock-mobile li {
    margin-bottom: 2px;
}
.subTotalBlock-mobile li,
.block-cart .action-box .subTotalBlock li {
    line-height: 1.5;
}
.subTotalBlock-mobile li.discountTotal.coupon-applied,
.block-cart .action-box .subTotalBlock li.discountTotal.coupon-applied {
    color: #3B9A44;
}
.subTotalBlock-mobile li span,
.block-cart .action-box .subTotalBlock li span {
    float: right;
}
.block-cart .action-box.not-active {
}
.block-cart .action-box .min-pick-up-order-left {
    display: none;
}
.block-cart .action-box .coupon-box {
    width: 100%;
    max-width: 260px;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
}
.block-cart .action-box .coupon-box button {
    border: 1px solid #000;
    background: none;
    text-align: center;
    width: 100%;
    color: #000;
    padding: 7px 5px;
    border-radius: 5px;
    max-width: 80%;
    text-decoration: underline;
}
.block-cart .action-box.empty {
    display: none;
}
/* ================================================= ACCOUNT PANEL INDEX ================================================= */
#accountPanel.display-block-active {
    background: #fff;
    z-index: 10000;
}
.customer-account .block-content,
#checkout-block .block-content,
#discount-form .block-content,
#accountPanel .block-content {
    width: 100%;
    margin: 0 auto;
    padding: 20px 30px;
    text-align: center;
}
.type-box .input-box {
    margin-bottom: 15px;
}
.type-box .input-box input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #707070;
    background: #FFFFFF;
    font-size: 18px;
    height: 50px;
    padding: 0 15px;
    width: 289px;
    max-width: 100%;
}
#checkout-customer-address-error-form .form-list.account-fields.scroll-box {
    height: calc(var(--vh, 1vh) * 100 - 230px - 44px);
}
#checkout-customer-address-error-form .buttons-set .button-base,
.customer-account .buttons-set .button-base,
#accountPanel .buttons-set .button-base {
    height: 50px;
    line-height: unset;
    display: inline-block;
    max-width: 289px;
}
#accountPanel .fgt-pass {
    font-size: 15px;
    text-decoration: underline;
    padding: 20px 0;
    text-align: center;
}
#accountPanel .fgt-pass a:hover,
#accountPanel .fgt-pass a {
    color: #707070;
}
.customer-account .sub-title-block,
#accountPanel .sub-title-block {
    margin-bottom: 15px;
}
#accountPanel #register-account-info .sub-title-block {
    margin-top: 15px;
}
#accountPanel .line {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    max-width: 289px;
    margin: 0 auto;
}
#accountPanel .flex-box.onli-reg .line {
    margin-bottom: 25px;
}
#accountPanel .line > span {
    position: relative;
    padding: 0 15px;
    display: inline-block;
    font-size: 15px;
    background: #FFF;
}
#accountPanel .line:before {
    content: "";
    width: 100%;
    border-top: 1px solid;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
#accountPanel .portal-login-block .buttons-set {
    margin: 50px 0 20px;
    display: inline-block;
    width: 100%;
}
#accountPanel .portal-login-block #portal-login-info .buttons-set .button-base {
    background-color: #707070;
    font-size: 15px;
    font-weight: normal;
}
.btn-portal-login span.icon,
#accountPanel .portal-login-block span.icon {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    margin-top: 7px;
}
.btn-portal-login button {
    font-size: 15px;
    font-weight: normal;
}
.btn-portal-login span.icon {
    margin-top: 9px;
}
#accountPanel .flex-box .tablet {
    display: none;
}
/* ================================================= CUSTOMER ACCOUNT ================================================= */
.customer-account .my-account {
    min-height: calc(var(--vh, 1vh) * 100 - 44px);
    min-height: calc(var(--vh, 1vh) * 100 - var(--vh, 1vh) * -10);
}
.customer-account .wrapper.validate-post .footer-container {
    /*position: absolute;*/
    /*bottom: 0;*/
}
.account-fields input::-webkit-input-placeholder {
    text-align: center;
}
.account-fields input:-moz-placeholder {
    text-align: center;
}
.account-fields input::-moz-placeholder {
    text-align: center;
}
.account-fields input:-ms-input-placeholder {
    text-align: center;
}
.checkout-billing-address input[type="radio"],
.account-fields input[type="radio"] {
    display: none;
}
.account-fields .input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid silver;
    background: #fff;
    font-size: 12px;
    text-align: center;
}
.account-fields.form-list > li {
    margin-bottom: 10px;
}
.account-fields.form-list > li.control {
    max-width: 289px;
    width: 100%;
    text-align: left;
    margin: 7px auto 5px;
    display: block;
}
ul.form-list.account-fields {
    margin-bottom: 10px;
}
.account-fields input[type="radio"] + label,
.account-fields input[type="email"],
.account-fields input[type="search"],
.account-fields input[type="number"],
.account-fields input[type="password"],
.account-fields input[type="tel"],
.account-fields textarea,
.account-fields input[type="text"] {
    width: 289px;
    max-width: 100%;
    height: 30px;
    padding: 0 8px;
    color: #000;
}
.account-fields textarea {
    min-height: 50px;
}
.account-fields autocomplete {
    width: 100%;
}
.register-form .autocomplete-options-container,
.checkout-form .autocomplete-options-container,
.account-fields .autocomplete-options-container {
    margin: 10px auto;
    max-width: 289px;
    background: #fff;
}
.account-fields .input-text.ng-invalid,
.account-fields li.control .ng-invalid + label::before,
.account-fields li.gender input[type="radio"].ng-invalid + label {
    border: 1px solid red;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.account-fields input[type="radio"] + label {
    display: inline-block;
    width: 48%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    border: 1px solid silver;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.account-fields input[type="radio"]:checked + label {
    background: #707070;
    color: #FFFFFF;
    cursor: default;
}
.account-fields .add-action input[type="radio"] + label {
    width: 100%;
}
.account-fields li.gender .input-box {
    width: 100%;
    max-width: 289px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.addresses-list autocompletestreet .autocomplete-options-dropdown,
.checkout-form autocompletestreet .autocomplete-options-dropdown,
.checkout-form autocomplete .autocomplete-options-dropdown,
.account-fields autocomplete .autocomplete-options-dropdown {
    max-height: 290px;
    margin-bottom: 10px;
    border: 1px solid silver;
    border-radius: 5px;
    padding: 5px;
    max-width: 100%;
    width: 365px;
}
.register-form autocompletestreet .autocomplete-options-container .autocomplete-options-list li,
.addresses-list autocompletestreet .autocomplete-options-container .autocomplete-options-list li,
#postcode-update-form-checkout autocomplete .autocomplete-options-container .autocomplete-options-list li,
.checkout-form autocompletestreet .autocomplete-options-container .autocomplete-options-list li,
.checkout-form autocomplete .autocomplete-options-container .autocomplete-options-list li,
.account-fields autocomplete .autocomplete-options-container .autocomplete-options-list li {
    border-bottom: 1px solid silver;
}
.register-form autocompletestreet .autocomplete-options-container .autocomplete-options-list li:last-of-type,
.addresses-list autocompletestreet .autocomplete-options-container .autocomplete-options-list li:last-of-type,
#postcode-update-form-checkout autocomplete .autocomplete-options-container .autocomplete-options-list li:last-of-type,
.checkout-form autocompletestreet .autocomplete-options-container .autocomplete-options-list li:last-of-type,
.checkout-form autocomplete .autocomplete-options-container .autocomplete-options-list li:last-of-type,
.account-fields autocomplete .autocomplete-options-container .autocomplete-options-list li:last-of-type {
    border-bottom: none;
}
.customer-account .page-title {
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    position: relative;
}
.customer-account .info-order .page-title {
    font-size: 15px;
    padding: 18px 0;
}
.customer-account .dashboard {
    position: relative;
}
.customer-account .dashboard .block-content {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.customer-account .dashboard.info-order.info .block-content {
    text-align: left;
    padding-bottom: 0;
    max-width: 375px;
}
.customer-account .dashboard.info-order.info .address,
.customer-account .dashboard.info-order.info .order-info {
    line-height: 16px;
}
.customer-account .dashboard.info-order.view .box-title,
.customer-account .dashboard.info-order.info .box-title {
    font-size: 15px;
    margin: 10px 0;
    font-weight: bold;
}
.customer-account .dashboard.info-order.info .order-info-box {
    line-height: 1.3;
}
.customer-account .dashboard.info-order.info .form-design {
    height: auto;
}
.customer-account .dashboard.info-order.view .block-content {
    padding-top: 0;
    text-align: left;
    max-width: 375px;
}
/*#discount-form .block-content,*/
.bonusprogram-account-index .bonusprogram.index,
.customer-account .dashboard.index .block-content {
    min-height: calc(var(--vh, 1vh) * 100 - 170px);
    min-height: calc(var(--vh, 1vh) * 100 - 240px);
}
#discount-form .buttons-set,
.customer-account .dashboard.index .buttons-set {
    padding: 0 20px;
    text-align: center;
}
.customer-account .dashboard.index .buttons-set .button-base {
    line-height: 50px;
}
.customer-account .logo-container {
    text-align: center;
    margin: 20px 0;
}
.customer-account .welcome-msg {
    font-size: 15px;
    margin-top: 20px;
}
.customer-account .menu-container li a {
    padding-left: 0;
}
.customer-account .buttons-set .button-base {
    width: 100%;
}
.customer-account .block-links {
    padding: 10px 20px;
    text-align: center;
}
.customer-account .block-links span {
    color: #000;
    font-size: 15px;
    text-decoration: underline;
}
.customer-account .dashboard.info-order.view .order-items.order-details,
.customer-account .dashboard.info-order.info .order-info-box,
.customer-account .dashboard.info-order.info .order-info {
    max-width: 1048px;
    margin: 0 auto;
}
.order-history .form-design {
    height: auto;
}
.order-history .form-design > li {
    width: 375px;
}
.order-history .mini-products-list li.cart-item {
    display: flex;
    font-size: 13px;
    margin-bottom: 15px;
    flex-flow: wrap;
    justify-content: flex-start;
}
.order-history .mini-products-list li.cart-item .count {
    border: none;
    border-right: 1px solid #000;
    padding-right: 5px;
    margin-right: 10px;
    display: flex;
    order: 10;
    width: 25px;
    align-items: center;
}
.order-history .mini-products-list li.cart-item .cart-item-info {
    width: calc(100% - 60px);
    border: 1px solid #000;
    padding: 10px 15px;
    order: 20;
}
.order-history .mini-products-list li.cart-item .count span {
    border: none;
    width: 20px;
    font-size: 13px;
    text-align: center;
}
.order-history .mini-products-list li.cart-item .product-name-block .product-name {
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}
.order-history .mini-products-list li.cart-item .product-name-block .product-name .price-label {
    float: right;
    font-weight: normal;
}
.order-history .mini-products-list li.cart-item .product-name-block .product-name .desc {
    font-weight: normal;
}
.order-history .mini-products-list li.cart-item .product-name-block .product-name .desc,
.order-history .mini-products-list li.cart-item .additions {
    line-height: 1.3;
}
.order-history .mini-products-list li.cart-item .price-excl-tax {
    float: right;
    font-weight: bold;
}
.order-history .subTotalBlock {
    width: 100%;
    max-width: calc(100% - 50px);
    margin: 0 auto;
    font-size: 16px;
    border: 1px solid;
    padding: 20px 30px;
}
.order-history .subTotalBlock li {
    line-height: 1.5;
}
.order-history .subTotalBlock li span {
    float: right;
}
.order-history .action-box-wrapper {
}
.order-items.order-details .buttons-set {
    text-align: center;
    margin-top: 15px;
}
.order-history {
}
.customer-account .dashboard.info-order.view .button-base {
    line-height: 50px;
    max-width: 320px;
}
.customer-account .addresses-list .address-container {
    display: none;
    overflow: hidden;
}
.customer-account .addresses-list .button-base {
    background-color: #707070;
    font-size: 18px;
    width: 100%;
}
.customer-account .addresses-list .info {
    line-height: 16px;
    text-align: left;
}
.customer-account .addresses-list .btn-link {
    background: none;
    color: #000;
    text-align: right;
    font-weight: normal;
    font-size: 12px;
    height: 20px;
}
.customer-account .block-content .address-table {
    height: calc(var(--vh, 1vh) * 100 - 270px);
    padding: 0 10px;
}
.customer-account .addresses-list .block-content {
    max-width: 375px;
}
.customer-account .addresses-list .address-container {
    margin-top: 10px;
}
.customer-account .addresses-list .address-container-id-0 {
    padding: 10px 15px;
    border: 1px solid silver;
    border-radius: 5px;
    background: #fff;
    /*    border-top-right-radius: 0;
        border-top-left-radius: 0;*/
}
.customer-account .dashboard.reset-pass .block-content.success {
    display: none;
}
.customer-account .addresses-list {
}
/* ================================================= CUSTOMER Bonus Program ================================================= */
.customer-account .bonusprogram .block-content {
    max-width: 470px;
}
.customer-account .bonusprogram .sub-title-block {
    font-size: 12px;
}
.circle {
    background: #fff;
}
.customer-account .bonusprogram .circle {
    width: 61px;
    height: 61px;
    border-radius: 61px;
    border: 1px solid #707070;
}
.customer-account .bonusprogram-grid {
    display: flex;
    justify-content: center;
}
.customer-account .bonusprogram-grid li {
    display: inline-block
}
.customer-account .bonusprogram-grid li.item:first-child {
    margin-left: 0;
}
.customer-account .bonusprogram-grid li.item:last-child {
    margin-right: 0;
}
.customer-account .bonusprogram-grid li.item {
    margin: 0 30px 30px;
}
/* ================================================= CUSTOMER ORDER HISTORY ================================================= */
.customer-account {
}
.customer-account .history .block-content {
    max-width: 375px;
    text-align: left;
}
.customer-account .orders-table {
}
.customer-account .history .orders-table {
    height: calc(var(--vh, 1vh) * 100 - 215px - 20px);
    padding: 0 10px;
}
.customer-account .count-container {
    font-size: 12px;
    text-align: center;
}
.customer-account .orders-table li a.link-reorder:hover,
.customer-account .orders-table li a.link-reorder {
    margin-top: 10px;
    display: inline-block;
    color: #000;
}
.customer-account .orders-table .buttons-set {
    text-align: right;
}
.customer-account .address-table li,
.customer-account .orders-table li {
    margin-bottom: 10px;
}
.customer-account .address-table li .item,
.customer-account .orders-table li .item {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid silver;
    font-size: 12px;
    background: #fff;
}
.customer-account .orders-table li .item .number {
    margin-bottom: 10px;
}
.customer-account .orders-table .next-btn {
    width: 100%;
    text-align: right;
}
.customer-account .orders-table .next-btn.first {
    width: auto;
    float: right;
}
.customer-account .orders-table .previous-btn,
.customer-account .orders-table .next-btn {
    margin-bottom: 0;
    display: inline-block;
}
.customer-account .orders-table .previous-btn a,
.customer-account .orders-table .next-btn a {
    padding: 10px;
    border: 1px solid silver;
    display: inline-block;
    font-size: 12px;
    color: #000;
    border-radius: 5px;
    background: #ffffff;
}
.customer-account .orders-table .previous-btn a:hover,
.customer-account .orders-table .next-btn a:hover {
    color: #000;
    text-decoration: none
}
.customer-account .orders-table .previous-btn a {
    margin-bottom: 0;
}
/* ================================================= CHECKOUT FORM ================================================= */
.checkout-cart-container {
    width: 100%;
    max-width: 318px;
    display: none;
    background-color: #fff;
    height: var(--vh, 1vh) *100;
}
.checkout-cart-container #mini-cart-icon {
    display: none;
}
.col-checkout .block-title .back-to,
#discount-form .block-title .back-to,
#boxingBtnPostcodeBlock .back-to,
.checkout-cart-container .block-title .back-to {
    background: url(../images/button/btn-back-to-white.svg) no-repeat;
}
#boxingBtnPostcodeBlock .back-to {
    width: 31px;
    height: 31px;
}
#boxingBtnPostcodeBlock .title-block {
    padding-left: 50px;
    padding-right: 50px;
    line-height: normal;
}
.col-checkout .main-background,
#discount-form .main-background,
.checkout-cart-container .main-background {
    background-color: #FF9318;
}
.col-checkout .block-title.main-color,
#discount-form .main-color,
.checkout-cart-container .main-color {
    color: #ffffff;
}
.checkout-cart-container.display-block-active,
.checkout-cart-container.skip-active {
    max-width: 100%;
    position: fixed;
    z-index: 30;
    padding-top: 44px;
}
.iphone .checkout-cart-container.display-block-active,
.iphone .checkout-cart-container.skip-active {
    position: relative;
}
.block-cart .block-content .scroll-box-js {
    height: calc(var(--vh, 1vh) * 100 - 265px);
}
.process-checkout-layout .block-cart .block-content .scroll-box-js {
    height: calc(var(--vh, 1vh) * 100 - 265px + 40px);
}
.block-cart .block-content .scroll-box-js.block-active {
    height: calc(var(--vh, 1vh) * 100 - 353px);
}
.process-checkout-layout .block-cart .block-content .scroll-box-js.block-active {
    height: calc(var(--vh, 1vh) * 100 - 353px + 40px);
}
.block-cart .block-content .scroll-box-js.block-active.coupon-applied {
    height: calc(var(--vh, 1vh) * 100 - 327px);
}
.process-checkout-layout .block-cart .block-content .scroll-box-js.block-active.coupon-applied {
    height: calc(var(--vh, 1vh) * 100 - 327px + 40px - 36px);
}
.process-checkout-layout .checkout-form .block-content {
    background: #fff;
    min-height: calc(var(--vh, 1vh) * 100 - 44px - 55px);
}
.checkout-form {
    background: #fff;
    font-size: 12px;
    height: 100%;
}
.checkout-form .block-content {
    padding: 15px;
}
.checkout-form .checkout-subtotal,
.checkout-form .checkout-payment,
.checkout-form .checkout-preorder,
.checkout-form .checkout-additional ul.form-list {
    border: 1px solid var(--main-color);
    padding: 10px 10px 0;
    margin: 10px auto 0;
    max-width: 289px;
    text-align: left;
}
.checkout-form .checkout-additional-terms {
    padding: 10px;
    text-align: left;
    margin: 10px auto 0;
    max-width: 289px;
}
.checkout-form .checkout-additional-terms ul.form-list.account-fields {
    margin: 10px 0;
}
.checkout-form .checkout-preorder .title,
.checkout-form .checkout-payment .title {
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--main-color);
}
.checkout-payment .account-fields.form-list > li,
.checkout-additional .account-fields.form-list > li {
    margin-bottom: 5px;
}
.checkout-form .action .buttons-set,
#discount-form .buttons-set .button-base,
.checkout-form .action button {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    max-width: 325px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
#discount-form .buttons-set .button-base {
    max-width: 289px;
}
.col-checkout .checkout-preorder select {
    color: var(--main-color);
    border-color: var(--main-color);
    padding: 8px;
    width: 100%;
}
.col-checkout .checkout-preorder select option:focus,
.col-checkout .checkout-preorder select option:hover,
.col-checkout .checkout-preorder select option {
    background-color: #fff;
}
#cartItemViewPopup.display-block-active {
    background: #fff;
}
#cartItemViewPopup .buttons-set {
    margin-top: 15px;
}
#frmCartItemView textarea {
    font-size: 15px;
    max-width: 305px;
    min-width: 305px;
    max-height: 345px;
    width: 100%;
    color: #000;
}
#postcode-update-form-checkout .block-content,
#frmCartItemView .block-content {
    max-width: 365px;
    margin: 0 auto;
    width: 100%;
    padding: 20px 30px;
}
.checkout-form .address-select input[type="radio"] {
    display: none;
}
.checkout-form .address-select .input-box {
    position: relative;
}
.checkout-form .address-select li input + label {
    border: 1px solid silver;
    border-radius: 5px;
    background: #fff;
    line-height: 20px;
    min-height: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 auto 15px;
    text-align: left;
    padding: 5px 25px;
    color: #555555;
    cursor: pointer;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -ms-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}
.checkout-form .address-select li input.address-error + label,
.checkout-form .address-select li input.address-error:checked + label {
    background: #e4e4e4 !important;
    color: #555555;
    border-color: #df280a !important;
}
.checkout-form .address-select li input.address-error + label::before {
    content: '\0021';
    position: absolute;
    color: #df280a;
    font-size: 18px;
    right: 10px;
}
.checkout-form .address-select li input:checked + label {
    color: #fff;
}
.checkout-form #billing-new-address-form {
    overflow: visible;
    display: none;
    margin-bottom: 15px;
}
.checkout-form .checkout-billing-address {
    max-width: 289px;
    margin: 0 auto;
}
/* ================================================= DISCOUNT FORM ================================================= */
#discount-form {
    background: #fff;
}
#discount-form .sub-title-block {
    padding-top: 50px;
    margin-bottom: 15px;
}
#discount-form .message-container {
    color: #B90000;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    padding: 50px 0 0 0;
}
#discount-form .message-container li.last {
    margin-top: 20px;
}
#discount-form .message-container .btn {
    color: #000000;
    text-decoration: underline;
    padding: 5px 0;
    cursor: pointer;
}
#discount-form .message-container li.emptyrow {
    height: 14px;
}
/* ================================================= PRODUCT FORM ================================================= */
.product-view section ul li {
    font-size: 15px;
    line-height: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #000;
    margin-bottom: 2px;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
}
.product-view section ul li .value,
.product-view section ul li .price {
    font-size: 12px;
}
.product-view section ul li input[type="number"] {
    display: none;
}
.product-view section ul li .decButton,
.product-view section ul li .incButton {
    border: none;
    background-color: #ffffff;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    background: url("../images/button/btn-plus.svg") no-repeat;
    background-size: contain;
}
.product-view section ul li .decButton {
    background: url("../images/button/btn-minus.svg") no-repeat;
}
.product-view section ul li .value {
    min-width: 20px;
}
.product-view section ul li .title {
    width: 50%;
    line-height: 1.3;
}
.product-view section ul li.active {
    background: rgba(0, 0, 0, 0.1);
}
.product-view .productSubtotal button[type="submit"] {
    width: 100%;
    margin: 0 auto 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding: 0 40px 0 10px;
    position: relative;
    max-width: 355px;
}
.product-view .productSubtotal button[type="submit"]:after {
    background: url(../images/button/btn-cart-add.svg) no-repeat 5px center;
    width: 45px;
    height: 27px;
    content: '';
    position: absolute;
    right: 10px;
    border-left: 1px solid #fff;
    padding-left: 0;
    top: 7px;
    background-size: contain;
}
/* ================================================= CATALOG CATEGORY VIEW ================================================= */
.category-logo {
    display: none;
    height: 160px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 100%;
}
.category-size-title {
    padding: 0;
}
.category-size-title span {
    font-size: 14px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    line-height: 16px;
    padding: 10px 0;
    display: block;
}
.product-link {
    color: #000;
}
.products-list .product-link {
    font-size: 15px;
    font-weight: bold;
}
.products-list .price-old {
    display: none;
}
.category-products .products-list {
    margin-top: 10px;
}
.category-products .products-list.paddingB {
    padding-bottom: 55px;
}
.category-products .products-list > li {
    padding: 10px;
    border: 1px solid #000;
    background: #fff;
    margin-bottom: 10px;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -ms-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
}
.category-products .products-list > li:last-of-type {
    margin-bottom: 0;
}
.products-list li.category-size-title {
    /*display: none;*/
}
.products-list > li .product-primary {
    cursor: default;
    max-width: 45%;
}
.products-list > li .product-primary h2 {
}
.products-list > li .product-primary .desc {
    margin-top: 5px;
    font-size: 13px;
    padding-right: 23px;
    position: relative;
    line-height: 15px;
}
.category-products .products-list > li .product-secondary {
    width: 50%;
}
.category-products .products-list > li .product-secondary .pizza-price {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    align-items: flex-end;
}
.products-list > li .product-secondary .pizza-price li.empty {
    display: none;
}
.products-list > li .product-secondary .pizza-price li {
    padding: 7px 2px 7px 7px;
    margin-bottom: 5px;
    border-radius: 5px;
    max-width: 205px;
    width: 100%;
}
.products-list > li .product-secondary .pizza-price li:last-of-type {
    margin-bottom: 0;
}
.products-list > li .product-secondary .product-link {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    display: flex;
    width: calc(100% - 40px);
    justify-content: space-between;
    position: relative;
    line-height: 1.3;
}
.products-list > li .product-secondary .product-link:after {
    background: url(../images/button/btn-cart-add.svg) no-repeat 5px center;
    width: 35px;
    height: 22px;
    content: '';
    position: absolute;
    right: -40px;
    border-left: 1px solid #fff;
    padding-left: 5px;
    top: -2px;
}
.products-list > li .product-secondary .pizza-price {
}
.products-list .result-thumbnail {
    margin-top: 20px;
}
.products-list .result-thumbnail img {
    display: inline;
    width: 100%;
    max-width: 250px;
}
.products-list img.sp-img {
    width: 100%;
    max-width: 160px;
}
.products-list img.mobile {
}
.products-list img.desktop {
    display: none;
    float: left;
    margin-top: 20px;
}
.products-list > li .product-secondary .product-link.config-product .span-flex-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.products-list > li .product-secondary .product-link.config-product .span-flex-box + .lp-price {
    width: 100%;
    margin-left: 2px;
    white-space: nowrap;
}
.products-list > li .product-secondary .product-link.config-product .span-flex-box + .lp-price .mobile-pizza-size {
    float: left;
}
.products-list > li .product-secondary .product-link.config-product .span-flex-box + .lp-price .price.new {
    float: right
}
@media (max-width: 468px) {
    .products-list > li .product-secondary .product-link.config-product {
        display: flex;
        flex-direction: column;
    }
    .products-list > li .product-secondary .product-link.config-product .span-flex-box + .lp-price {
        max-width: 100%;
    }
}
.special-price-label.product-desc .product-price,
li.special-price-label {
    position: relative;
}
.special-price-label.product-desc .product-price:before,
.special-price-label:before {
    background: url("../images/button/special-price.svg") no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    left: -25px;
}
.special-price-label.product-desc .product-price:before {
    left: -5px;
    top: -2px;
}
#productViewPopup #frmProductView .special-price-label.product-desc .fb-item2 {
    min-width: 70px;
}
.special-price-label.product-desc {
    position: relative;
}
.special-price-label.product-desc:before {
    display: none;
}
/* ================================================= productPriceLevelViewPopup ================================================= */
#productPriceLevelViewPopup .product-info .desc {
    display: none;
}
#bonusprogramCheckoutFormPopup .product-info .product-name,
#productPriceLevelViewPopup .product-info .product-name {
    font-size: 15px;
    margin-bottom: 15px;
}
.PriceLevelViewPopup {
    padding: 15px;
    text-align: center;
    font-size: 15px;
}
.PriceLevelViewPopup .products-list > li .product-secondary ul.pizza-price {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.PriceLevelViewPopup .products-list > li .product-secondary .pizza-price li {
    width: 100%;
    max-width: 205px;
    cursor: pointer;
}
.PriceLevelViewPopup .product-message {
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}
#popupBg.productpricelevelviewpopup {
    opacity: 0.05 !important;
}
.PriceLevelViewPopup .span-flex-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.PriceLevelViewPopup .span-flex-box + .lp-price {
    width: 100%;
    margin-left: 2px;
    white-space: nowrap;
}
.PriceLevelViewPopup .span-flex-box + .lp-price .mobile-pizza-size {
    float: left;
}
.PriceLevelViewPopup .span-flex-box + .lp-price .price.new {
    float: right;
}
@media (max-width: 468px) {
    .products-list > li .product-secondary .product-link.config-product {
        display: flex;
        flex-direction: column;
    }
    .PriceLevelViewPopup .span-flex-box + .lp-price {
        max-width: 100%;
    }
}
/* ================================================= checkout-onepage-success ================================================= */
.checkout-onepage-success .success-content {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    font-size: 15px;
}
.checkout-onepage-success .success-content .page-title {
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 0;
}
.checkout-onepage-success .success-content .button-base {
    margin: 0 auto;
    width: 100%;
    border-radius: 5px;
}
.checkout-onepage-success .success-content p {
    line-height: 24px;
    margin-bottom: 25px;
}
/* ================================================= cms-page-view ================================================= */
.cms-page-view .std-block {
    width: 100%;
    margin: 0 auto;
    padding: 20px 30px;
    text-align: justify;
    font-size: 15px;
    line-height: 1.3;
}
.checkout-onepage-success .success-content,
.cms-page-view:not(.cms-zusatzstoffe) .std-block {
    min-height: calc(var(--vh, 1vh) * 100 - 138px);
}
.cms-page-view .std-block .page-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.cms-page-view .std-block h1,
.cms-page-view .std-block h2,
.cms-page-view .std-block h3 {
    font-size: 15px;
}
/* ================================================= allergictable ================================================= */
.allergictable {
    padding: 0 30px 20px;
    display: inline-block;
    width: 100%;
}
.allergictable .category-tree {
    float: none;
    width: 100%;
}
.allergictable .accordion {
    width: 98%;
    float: left;
}
.allergictable .accordion-panel__heading,
.allergictable .accordion-panel__heading_not {
    position: relative;
    padding: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none !important;
    text-transform: none;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    transition: all .2s;
    cursor: pointer;
}
.allergictable .accordion-panel .accordion-panel__heading_not .a-name {
    width: 30%;
    word-break: break-word;
}
.allergictable .accordion-panel .accordion-panel__heading_not .i-one.i-one-category-content {
    width: 35%;
    text-align: center;
}
.allergictable .accordion-panel .accordion-panel__heading_not .i-two.i-two-category-content {
    width: 35%;
    text-align: center;
}
.allergictable .name.category-header-name {
    float: left;
    width: 24%;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    margin-right: 3%;
    margin-left: 0;
}
.allergictable .i-one.category-header-ione {
    float: left;
    width: 39%;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.allergictable .i-two.category-header-itwo {
    float: left;
    width: 34%;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.allergictable .types-elements {
    width: 100%;
    float: right;
    background: #edf7fa;
    margin-top: 10px;
    padding: 20px 15px;
}
.allergictable .types-elements h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
}
.allergictable .types-elements dl {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 2px;
}
.allergictable .types-elements dd {
    font-size: 15px;
}
.allergictable .types-elements dl.scroll-box {
    margin-bottom: 0;
}
.allergictable .accordion-panel:first-of-type {
    border-top: 1px solid #ccc;
}
.cms-zusatzstoffe .alergic-table-header .sticky {
    position: fixed;
    z-index: 2;
    border: none !important;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    min-height: 56px !important;
    border-bottom: 1px solid #ccc !important;
}
/* ================================================= PAYPAL PLUSS ================================================= */
.checkout-payment .account-fields.form-list.ppp-active > li {
    margin-bottom: 0;
}
.input-box.b-svg.ppp.iways_paypalplus_payment {
    border-top: none;
    margin-top: -20px;
}
.input-box.b-svg.ppp.iways_paypalplus_payment.ppp-selected .state,
.input-box.b-svg.ppp.iways_paypalplus_payment .state,
.input-box.ppp .state label span.svg,
.input-box.ppp .state label:after,
.input-box.ppp .state label:before,
.input-box.ppp input {
    display: none;
}
.input-box.ppp {
    border-top: 1px solid #dfdfdf;
    width: 100%;
    margin: 0;
}
.input-box.ppp.ppp-selected {
    background-image: url("../images/iways/checkmark.png");
    background-repeat: no-repeat;
    background-position: right 15px;
    background-color: #f9f9f9;
}
.input-box.b-svg.ppp .state label {
    text-indent: 0;
    width: 100%;
    cursor: pointer;
}
.input-box.ppp .state {
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    width: 100%;
}
.input-box.b-svg.ppp.iways_paypalplus_payment.ppp-selected {
    background: none;
}
/**
 0026881 Inchpoint-CookieManager START
 */
#cookiemanagerboxmain {
    overflow: auto;
    overflow-x: auto;
}
.cookiemanagerbox, .cookiemanagerbox * {
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
}
.cookiemanagerbox {
    position: fixed;
    bottom: 10px;
    left: 10px;
    border-radius: 30px;
    padding: 3px;
    z-index: 7999999;
    background-color: #f7fcff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
}
a.cookiemanagerlink, a.cookiemanagerlink:active, a.cookiemanagerlink:hover, a.cookiemanagerlink:link, a.cookiemanagerlink:visited {
    display: block;
    height: 20px;
    color: #0b9ac5;
    text-decoration: none;
}
.cookiemanagertxt {
    display: none;
    font-family: Arial, sans-serif;
    padding-right: 10px;
}
a.cookiemanagerlink:hover .cookiemanagertxt {
    display: inline;
}
.cookiemanagerbox IMG, .cookiemanagerbox SVG {
    display: inline-block !important;
}
.gcbox.fullscreen {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    transform: none !important;
    left: 0;
    top: 0;
    max-width: unset;
    max-height: unset;
}
.gcbox.main {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 75%);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 75%);
    box-sizing: border-box;
    transition-property: background-color, height, width, max-height, max-width, display, position, left, top, bottom, right, transform;
    transition-duration: .9s;
    transition-timing-function: ease;
    z-index: 9999999;
    bottom: 0;
    right: 0;
    width: 450px;
    top: 0;
}
.gcbox.main .boxtxt {
    position: relative;
}
.gcbox.main .desc {
    font-size: 11pt;
    line-height: 1.2em;
    text-align: justify;
    padding-bottom: 10px;
}
.gcbox.main .logo {
    position: relative;
    width: auto;
}
.gcbox.main .title {
    font-size: 12pt;
    margin: 10px 0;
    font-weight: bold;
    color: #707070;
}
.gcbox.main .label,
.gcbox.main .title.category {
    font-size: 11pt;
}
.gcbox.main .title.category {
    color: #000000;
}
.gcbox.main .label {
    line-height: 30px;
}
.gcbox.main .items .item {
    padding-bottom: 10px;
}
.gcbox {
    position: fixed;
    font-family: Arial, sans-serif;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    box-sizing: border-box;
    transition-property: background-color, height, width, max-height, max-width, display, position, left, top, bottom, right, transform;
    transition-duration: .9s;
    transition-timing-function: ease;
    z-index: 9999999;
    background-color: #FFFFFF;
    border: solid 5px #b80909;
    padding: 20px;
    font-size: 14px;
}
.gcboxdetails ul li {
    font-size: 16px;
}
.gcboxdetails .title.category {
    padding: 10px 0;
    border-bottom: 2px solid #b80909;
    font-weight: bold;
}
.gcboxdetails li .items {
    padding: 5px 0;
    border-bottom: 1px solid #5f5f5f;
    width: 100%;
}
.gcboxdetails .item {
    align-items: center;
}
.gcboxinfo {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 600px;
    margin: 20px auto;
}
.gcboxdetails {
    max-width: 600px;
    margin: 20px auto;
}
.gcbox .gcboxdetails .toggle-radio {
    height: 28px;
}
.gcbox .gcboxbtn {
    display: inline-block;
    background: #d8d8d8;
    color: #000000;
}
.gcbox .button-set {
    margin-top: 25px;
    text-align: center;
}
.gcbox .button-set.links {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}
.gcbox .button-set.links a {
    background: none;
    color: #000000;
    font-size: 10pt;
    font-weight: 400;
    height: 18pt;
    line-height: 20pt;
}
.gcbox .button-set.links a.ud {
    text-decoration: underline;
    margin-bottom: 10px;
}
.gcbox .description-box {
    padding: 5px 0;
}
.gcbox .item div.label {
    cursor: pointer
}
.gcbox .item div.label.st {
    font-weight: bold;
}
.gcbox .item {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.gcbox .items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.gcbox .items {
    flex-direction: column;
}
/* RADIO BUTTON */
.gcbox .toggle-radio {
    position: relative;
}
.gcbox .toggle-radio .switch {
    width: 150px;
    height: 30px;
    text-align: center;
    margin-top: 0;
    background: #00bc9c;
    transition: all 0.2s ease;
    border-radius: 5px;
}
.gcbox .toggle-radio.disabled .switch {
    background: rgba(0, 0, 0, 0.4) !important;
}
.gcbox .toggle-radio .switch span {
    position: absolute;
    width: 20px;
    height: 4px;
    top: 50%;
    left: 50%;
    margin: -2px 0px 0px -4px;
    background: #fff;
    display: block;
    transform: rotate(-45deg);
    transition: all 0.2s ease;
}
.gcbox .toggle-radio .switch span:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 12px;
    margin-top: -8px;
    background: #ffffff;
    transition: all 0.2s ease;
}
.gcbox .toggle-radio input[type=radio] {
    display: none;
}
.gcbox .toggle-radio .switch label {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.4);
    width: 60px;
    line-height: 30px;
    transition: all 0.2s ease;
}
.gcbox .toggle-radio label.yes {
    position: absolute;
    left: 0px;
    height: 20px;
}
.gcbox .toggle-radio label.no {
    position: absolute;
    right: 0px;
}
.gcbox .toggle-radio .no:checked ~ .switch {
    background: #eb4f37;
}
.gcbox .toggle-radio .no:checked ~ .switch span {
    background: #fff;
    margin-left: -8px;
}
.gcbox .toggle-radio .no:checked ~ .switch span:after {
    background: #fff;
    height: 20px;
    margin-top: -8px;
    margin-left: 8px;
}
.gcbox .toggle-radio .yes:checked ~ .switch label.yes {
    color: #fff;
}
.gcbox .toggle-radio .no:checked ~ .switch label.no {
    color: #fff;
}
/**

 */
.gcbox .toggle-radio .switch.v2 {
    width: 160px;
}
.gcbox .toggle-radio .switch.v2 label {
    background: #d8d8d8;
    transition: all 0.2s ease;
    border-radius: 10px;
    font-size: 9pt;
    width: 75px;
    line-height: 26px;
}
.gcbox .toggle-radio .switch.v2 {
    background: none;
    border-radius: 0;
    color: #707070;
}
.gcbox .toggle-radio .switch.v2,
.gcbox .toggle-radio .switch.v2 label.yes {
    height: auto;
    text-transform: lowercase;
}
.gcbox .toggle-radio .switch.v2 label.no {
    text-transform: none;
    color: #ffffff;
    padding-left: 12px;
}
.gcbox .toggle-radio .yes:checked ~ .switch.v2 label.yes {
    color: #707070;
}
.gcbox .toggle-radio .no:checked ~ .switch.v2 span {
    background: #707070;
    margin-left: -8px;
}
.gcbox .toggle-radio .no:checked ~ .switch.v2 span:after {
    background: #707070;
}
.gcbox .toggle-radio .switch.v2 span,
.gcbox .toggle-radio .switch.v2 span:after {
    background: #338000;
}
.gcbox .toggle-radio .switch.v2 span {
    top: 14px;
    left: 19px;
    width: 15px;
    height: 3px;
}
.gcbox .toggle-radio .switch.v2 span.df {
    right: 42px;
    left: auto;
}
.gcbox .toggle-radio .switch.v2 span:after {
    height: 8px;
}
.gcbox .toggle-radio .switch.v2 label.no.disabled {
    color: #707070;
    padding-left: 12px;
}
.gcbox .toggle-radio .switch.v2 label.yes.disabled,
.gcbox .toggle-radio .yes:checked ~ .switch.v2 label.yes.disabled {
    color: #ffffff;
}
.gcbox .toggle-radio .switch.v2 span:after {
    color: #ffffff;
    margin-top: -6px;
    width: 3px;
}
.gcbox .toggle-radio .yes:checked ~ .switch.v2 label.yes.disabled ~ span,
.gcbox .toggle-radio .yes:checked ~ .switch.v2 label.yes.disabled ~ span:after {
    background: #ffffff;
}
.gcbox .toggle-radio .no:checked ~ .switch.v2 label.no.disabled ~ span:after {
    background: #ffffff;
}
.gcbox .toggle-radio .no:checked ~ .switch.v2 label.no.disabled ~ span.df,
.gcbox .toggle-radio .no:checked ~ .switch.v2 label.no.disabled ~ span.df:after {
    background: #707070;
}
.gcbox .toggle-radio .switch.v2 span.df {
    position: absolute;
    width: 15px;
    height: 3px;
    top: 13px;
    left: auto;
    margin: -1px 0px 0px -4px;
    background: #707070;
    display: block;
    transform: rotate(-45deg);
    transition: all 0.2s ease;
    right: 46px;
}
.gcbox .toggle-radio .switch.v2 span.df:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 12px;
    margin-top: -8px;
    background: #707070;
    transition: all 0.2s ease;
}
.gcbox .toggle-radio ~ .switch.v2 span.df:after {
    background: #707070;
    height: 20px;
    margin-top: -8px;
    margin-left: 8px;
}
.gcbox .toggle-radio .yes:checked ~ .switch.v2 span.df:after,
.gcbox .toggle-radio .no:checked ~ .switch.v2 span.df:after {
    background: #ffffff;
    height: 15px;
    margin-top: -6px;
    margin-left: 6px;
}
.gcbox .toggle-radio .yes:checked ~ .switch.v2 span.df,
.gcbox .toggle-radio .no:checked ~ .switch.v2 span.df {
    background: #ffffff;
}
.gcbox .toggle-radio .no:checked ~ .switch.v2 span:after {
    height: 8px;
    margin-top: -6px;
    margin-left: 0;
}
.gcbox .toggle-radio .no:checked ~ .switch.v2 span.df,
.gcbox .toggle-radio .no:checked ~ .switch.v2 span {
    margin-left: -4px;
}
.gcbox .toggle-radio .yes ~ .switch.v2 label.yes {
    color: #ffffff;
}
.gcbox .toggle-radio .yes:checked ~ .switch.v2 label.yes {
    color: #707070;
}
.gcbox .toggle-radio .yes:checked ~ .switch.v2 label.no {
    color: #ffffff;
}
.gcbox .toggle-radio .no:checked ~ .switch.v2 span:after,
.gcbox .toggle-radio .no:checked ~ .switch.v2 span {
    background: #ffffff;
}
.gcbox .toggle-radio .switch.v2 label.no.disabled {
    color: #707070;
}
.gcbox .toggle-radio .no:checked ~ .switch.v2 span.df:after,
.gcbox .toggle-radio .no:checked ~ .switch.v2 span.df {
    background: #b80909;
}
.gcbox .toggle-radio .no:checked ~ .switch.v2 label.no {
    color: #707070;
}
.gcbox .toggle-radio .no:checked ~ .switch.v2 span.df:after {
    height: 15px;
    margin-top: -6px;
    margin-left: 6px;
}
.gcbox .toggle-radio .yes ~ .switch.v2 label.yes.disabled,
.gcbox .toggle-radio .no ~ .switch.v2 label.no.disabled {
    color: #ffffff;
}
.gcbox .toggle-radio .yes:checked ~ .switch.v2 label.yes.disabled,
.gcbox .toggle-radio .no:checked ~ .switch.v2 label.no.disabled {
    color: #707070;
}
.gcbox .toggle-radio .yes:checked ~ .switch.v2 label.yes.disabled ~ span,
.gcbox .toggle-radio .yes:checked ~ .switch.v2 label.yes.disabled ~ span:after {
    background: #338000;
}
.gcbox .toggle-radio .no ~ .switch.v2 label.yes.disabled ~ span.df,
.gcbox .toggle-radio .no ~ .switch.v2 label.yes.disabled ~ span.df:after {
    background: #ffffff;
}
.gcbox .toggle-radio .no:checked ~ .switch.v2 label.yes.disabled ~ span.df,
.gcbox .toggle-radio .no:checked ~ .switch.v2 label.yes.disabled ~ span.df:after {
    background: #b80909;
}
.gcbox .toggle-radio.disabled .switch.v2 span,
.gcbox .toggle-radio.disabled .switch.v2 span.df,
.gcbox .toggle-radio.disabled .switch.v2 label.disabled {
    display: none;
}
.gcbox .toggle-radio.disabled .yes:checked ~ .switch.v2 span,
.gcbox .toggle-radio.disabled .yes:checked ~ .switch.v2 label.yes.disabled {
    display: block;
}
.gcbox .toggle-radio.disabled .no:checked ~ .switch.v2 span.df,
.gcbox .toggle-radio.disabled .no:checked ~ .switch.v2 label.no.disabled {
    display: block;
}
.gcbox .item div.label.st span svg {
    width: 15px;
    height: 15px;
    margin: 0 auto;
}
.arrow-description-box {
    display: none;
}
.arrow-description-box.open {
    display: inline-block;
}
@media only screen and (max-width: 479px) {
    .gcbox.main {
        width: 100%;
        padding: 10px;
    }
    .gcbox.main .button-set a.gcboxbtn.button-base.btn {
        max-width: 160px;
    }
    .gcbox.fullscreen {
        padding: 10px;
    }
}
@media only screen and (max-width: 325px) {
    .gcbox.main .button-set a.gcboxbtn.button-base.btn {
        max-width: 140px;
    }
}
/* 0026881 Inchpoint-CookieManager END */
@media (max-width: 1024px) {
    .process-checkout-layout #idCartController .action-box-wrapper div.actions #cartForm button.confirmCheckout {
        display: none !important;
    }
}
/* ================================================= PORTAL Authorization ================================================= */
.portalIsLoginController .block-content {
    max-width: 365px;
    margin: 0 auto;
    width: 100%;
    padding: 20px 30px;
    font-size: 18px;
    line-height: normal;
}
/* ================================================= Boxing 0030828 ================================================= */
#productBoxingViewPopup.popup-window .title-block {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 8px 0;
}
#productBoxingViewPopup form {
    width: 100%;
    padding: 5px;
    position: relative
}
#productBoxingViewPopup ul.pAction {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#productBoxingViewPopup ul.pAction li {
    font-size: 16px;
    line-height: 14px;
    width: 40%;
    border: 1px solid #000;
    background: #fff;
    text-align: center;
}
#productBoxingViewPopup ul.pAction li label {
    width: 100%;
    cursor: pointer;
    padding: 10px;
    display: block;
}
#productBoxingViewPopup ul.pAction li input {
    display: none;
}
#productBoxingViewPopup ul.pAction li input[type="radio"]:checked + label {
    background: rgba(0, 0, 0, 0.1);
}
#productBoxingViewPopup .buttons-group button {
    border-radius: 5px;
    font-size: 15px;
    padding: 8px 15px;
    margin: 0 auto;
    font-weight: normal;
    position: relative;
}
#productBoxingViewPopup .buttons-group button.simpe {
    text-align: left;
}
#productBoxingViewPopup .buttons-group button[type="button"].simpe:after {
    background: url(../images/button/btn-cart-add.svg) no-repeat 5px center;
    width: 45px;
    height: 27px;
    content: '';
    position: absolute;
    right: 10px;
    border-left: 1px solid #fff;
    padding-left: 0;
    top: 7px;
    background-size: contain;
}
input.ios-checkbox[type="checkbox"] {
    display: none;
}
input.ios-checkbox[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    width: 99px;
    height: 25px;
    background-color: #b62222;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
input.ios-checkbox[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    background-color: white;
    position: absolute;
    top: 3px;
    right: 4px;
    transition: all 0.3s ease-out;
}
input.ios-checkbox[type="checkbox"] + label::after {
    content: attr(data-reusable);
    color: white;
    position: absolute;
    top: 6px;
    left: 18px;
    font-size: 12px;
    font-weight: 300;
    transition: all 0.3s ease-out;
}
input.ios-checkbox[type="checkbox"]:checked + label {
    background-color: #519b00;
}
input.ios-checkbox[type="checkbox"]:checked + label::before {
    right: 77px;
}
input.ios-checkbox[type="checkbox"]:checked + label::after {
    content: attr(data-disposable);
    left: 35px;
}
.boxing-box-cart {
    margin-top: 5px
}
/* ================================================= ACTIO EDIT CART 0033273 ================================================= */
.checkout-cart-container.display-block-active,
.checkout-cart-container.skip-active {
    z-index: 110;
}
.no-edit #cart-action-edit {
    display: none;
}
.pizzacheckout-cart-index #cart-action-edit {
    display: block;
}
.pizzacheckout-cart-index #checkout-block.on-edit,
.pizzacheckout-cart-index .block-cart .cart-action-edit.no-edit .scroll-box-js ol li {
    opacity: 0.4;
    pointer-events: none;
}
.pizzacheckout-cart-index #checkout-block.on-edit {
    opacity: 0.2;
}
.pizzacheckout-cart-index .cart-action-edit .cart-edit {
    max-width: 285px;
    margin: 0 auto;
    padding: 0px 10px 15px;
}
.pizzacheckout-cart-index .cart-action-edit .cart-edit button {
    border-radius: 5px;
    display: none;
}
.pizzacheckout-cart-index .cart-action-edit.on-edit button.edit-save,
.pizzacheckout-cart-index .cart-action-edit.no-edit button.edit {
    display: block;
}
.box-code-paypalcheckout_pay {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .pizzacheckout-cart-index .block-cart .form-design {
        max-width: 100%;
    }
}
@media only screen and (min-width: 1025px) {
    .pizzacheckout-cart-index.process-checkout-layout .block-cart .block-content .scroll-box-js {
        height: calc(100vh - 440px - 80px + 60px);
    }
}
/* ================================================= Fix specials price / old ================================================= */
.special-price-box {
    display: flex;
    flex-direction: row-reverse;
}
/* ================================================= PAYPAL ERRORS =================================================*/
.paypalerror.modal-footer {
    display: flex;
    justify-content: space-around;
}
.paypalerror.modal-footer button {
    width: 40%;
}
.cookiemanager-pperror {
    display: none;
}
/* ================================================= reCAPTCHA v3 =================================================*/
.grecaptcha-badge {
    visibility: hidden;
}
.irecaptcha-msg {
    max-width: 338px;
    padding: 5px;
    color: #707070;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    clear: both;
    display: inline-block;
}
.register-form .irecaptcha-msg {
    margin-bottom: 0px;
}
