webshop-root.design-modern webshop .icon-btn.icon-small {
    height: 40px !important;
    width: 40px !important;
    ;
}

webshop-root.design-modern webshop span.page-title {
    color: var(--highlight-text-color);
    letter-spacing: 2.9px;
    font-size: 1.8rem;
    text-transform: uppercase;
    text-align: left;
}

webshop-root.design-modern webshop span.sub-title {
    color: var(--highlight-text-color);
    letter-spacing: 0;
    font-size: 1.4rem;
}

webshop-root.design-modern webshop button.danger-btn {
    background-color: var(--danger-btn-bg-color);
}

webshop-root.design-modern webshop button.danger-btn mat-icon {
    color: #fff;
}

webshop-root.design-modern webshop button.warning-btn {
    background-color: var(--warning-btn-bg-color);
    color: var(--default-danger);
}

webshop-root.design-modern webshop button.warning-btn mat-icon {
    color: var(--default-danger);
}

webshop-root.design-modern webshop mat-checkbox.primary-input a {
    color: var(--theme-primary);
}

webshop-root.design-modern webshop mat-checkbox.primary-input label {
    display: flex;
    align-items: center;
    justify-content: start;
}

webshop-root.design-modern webshop mat-checkbox.primary-input label .mat-checkbox-label {
    flex: 1 1;
}

webshop-root.design-modern webshop mat-checkbox.primary-input .mat-checkbox-inner-container {
    height: 28px;
    width: 28px;
}

webshop-root.design-modern webshop mat-checkbox.primary-input .mat-checkbox-frame {
    border: none;
}

webshop-root.design-modern webshop mat-checkbox.primary-input .mat-checkbox-background {
    border: 2px solid var(--theme-primary);
    background-color: #fff;
    border-radius: 50%;
}

webshop-root.design-modern webshop mat-checkbox.primary-input.mat-checkbox-checked .mat-checkbox-background {
    background-color: #424242;
}

webshop-root.design-modern webshop mat-checkbox.primary-input.with-border .mat-checkbox-background {
    border: 1px solid var(--theme-accent-text);
}

webshop-root.design-modern webshop mat-form-field {
    font-weight: 500 !important;
    font-size: 1.2rem !important;
}

@media (max-width:960px) {
    webshop-root.design-modern webshop mat-form-field {
        font-size: 1.4rem !important
    }
}

webshop-root.design-modern webshop mat-radio-group.primary-input.white mat-radio-button {
    background: #fff;
    border-radius: 15px;
    padding: 12px;
}

webshop-root.design-modern webshop mat-radio-group.primary-input .mat-radio-outer-circle {
    border-color: var(--theme-accent-text) !important;
}

webshop-root.design-modern webshop mat-radio-group.primary-input .mat-radio-inner-circle {
    background-color: var(--theme-accent-text) !important;
}

webshop-root.design-modern webshop mat-radio-group.primary-input .mat-radio-label-content {
    color: var(--theme-accent-text) !important;
    font-size: 1.6rem;
}

webshop-root.design-modern webshop mat-radio-group.primary-input .mat-radio-checked .mat-radio-label-content {
    color: var(--theme-primary) !important;
}

webshop-root.design-modern webshop mat-radio-group.primary-input .mat-radio-checked .mat-radio-outer-circle {
    border-color: var(--theme-primary) !important;
}

webshop-root.design-modern webshop mat-radio-group.primary-input .mat-radio-checked .mat-radio-inner-circle {
    background-color: var(--theme-primary) !important;
}

webshop-root.design-modern webshop webshop-phone-input.primary-input .intl-tel-input.separate-dial-code .selected-flag {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: rgba(106, 89, 111, .13);
}

webshop-root.design-modern webshop webshop-phone-input.primary-input .selected-dial-code {
    color: var(--theme-primary);
}

webshop-root.design-modern webshop webshop-phone-input.primary-input .intl-tel-input .selected-flag .iti-arrow {
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid var(--theme-primary);
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-fill.primary-input .mat-form-field-underline,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-fill .mat-form-field-underline {
    display: none;
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-fill.primary-input .mat-form-field-flex,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-fill .mat-form-field-flex {
    border-radius: 7px;
    padding: 18px 18px 0 18px;
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-fill.primary-input .mat-form-field-infix,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-fill .mat-form-field-infix {
    padding: .25em 0 18px 0;
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-fill.primary-input label,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-fill label {
    font-size: 1.4rem;
    font-weight: 500;
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-fill.primary-input .mat-input-element,
webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-fill.primary-input .mat-select-value-text,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-fill .mat-input-element,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-fill .mat-select-value-text {
    font-size: 1.7rem;
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-fill.primary-input .mat-select-arrow,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-fill .mat-select-arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid;
    margin: 0 10px;
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-fill.primary-input .mat-form-field-flex,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: #fff;
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-fill.primary-input label,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-fill label {
    color: var(--theme-accent-text);
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-fill.primary-input .mat-input-element,
webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-fill.primary-input .mat-select-value-text,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-fill .mat-input-element,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-fill .mat-select-value-text {
    color: var(--primary-input-color) !important;
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-fill.primary-input .mat-select-arrow,
webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-fill.primary-input mat-icon,
webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-fill.primary-input path,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-fill .mat-select-arrow,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-fill mat-icon,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-fill path {
    color: var(--primary-input-color);
    fill: var(--primary-input-color);
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-outline.primary-input:not(.mat-form-field-invalid) label,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-outline:not(.mat-form-field-invalid) label {
    color: var(--primary-input-color) !important;
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-outline.primary-input:not(.mat-form-field-invalid) .mat-form-field-outline,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-outline:not(.mat-form-field-invalid) .mat-form-field-outline {
    color: var(--primary-input-border-color);
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-outline.primary-input .mat-form-field-outline-end,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-outline .mat-form-field-outline-end {
    border-radius: 0 11px 11px 0;
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-outline.primary-input .mat-form-field-outline-start,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-outline .mat-form-field-outline-start {
    border-radius: 11px 0 0 11px;
    border-right-style: none;
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-outline.primary-input .mat-form-field-outline-thick,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-outline .mat-form-field-outline-thick {
    opacity: 1;
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-outline.primary-input .mat-form-field-outline,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-outline .mat-form-field-outline {
    opacity: .7;
}

webshop-root.design-modern webshop .mat-form-field.mat-form-field-appearance-outline.primary-input .mat-form-field-outline>*,
webshop-root.design-modern webshop webshop-phone-input.primary-input .mat-form-field.mat-form-field-appearance-outline .mat-form-field-outline>* {
    border-width: 3px;
}

webshop-root.design-modern webshop mat-tab-group.primary .mat-tab-label {
    color: var(--theme-primary);
    font-size: 1.5rem;
}

webshop-root.design-modern webshop mat-tab-group.white mat-ink-bar {
    display: none;
}

webshop-root.design-modern webshop mat-tab-group.white .mat-tab-label.mat-tab-label-active {
    background: #fff;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    opacity: 1 !important;
}

webshop-root.design-modern webshop mat-tab-group.white mat-tab-header {
    border: none;
}

webshop-root.design-modern webshop mat-tab-group.white .mat-tab-body-wrapper {
    background: #fff;
    border-radius: 0 15px 15px 15px;
}

webshop-root.design-modern webshop .secondary-text {
    color: var(--theme-accent-text);
}

webshop-root.design-modern webshop .success {
    color: var(--default-success) !important;
}

webshop-root.design-modern webshop .warning {
    color: var(--default-danger) !important;
}

webshop-root.design-modern webshop .primary {
    color: var(--theme-primary) !important;
}

webshop-root.design-modern webshop webshop-checkout-date-time-picker span.time-option {
    background: #fff;
    font-size: 1.6rem;
    height: 60px;
    width: 120px;
    border-radius: 15px;
    color: var(--theme-primary);
    border: none;
}

webshop-root.design-modern webshop webshop-checkout-date-time-picker span.time-option.current {
    background: var(--theme-primary);
    color: #fff;
    box-shadow: var(--selection-shadow);
}

webshop-root.design-modern webshop webshop-checkout-final-summary .tip-option {
    border-radius: 15px;
    height: 8rem;
    background: #fff;
    border: none;
}

@media (max-width:960px) {
    webshop-root.design-modern webshop webshop-checkout-final-summary .tip-option {
        height: 5rem;
    }

    webshop-root.design-modern webshop webshop-checkout-final-summary .tip-option span.tip-value {
        font-size: 1.6rem !important;
    }

    webshop-root.design-modern webshop webshop-checkout-final-summary .tip-option span.tip-name {
        font-size: 2rem !important;
    }

}

webshop-root.design-modern webshop webshop-checkout-final-summary .tip-option span.tip-value {
    color: rgba(106, 89, 111, .65) !important;
    font-size: 1.2rem !important;
}

webshop-root.design-modern webshop webshop-checkout-final-summary .tip-option span.tip-name {
    color: var(--theme-primary) !important;
    font-size: 1.4rem !important;
}

webshop-root.design-modern webshop webshop-checkout-final-summary .tip-option.current {
    background: var(--theme-primary) !important;
    box-shadow: var(--selection-shadow) !important;
}

webshop-root.design-modern webshop webshop-checkout-final-summary .tip-option.current>span {
    color: #fff !important;
}

webshop-root.design-modern webshop webshop-checkout-final-summary .tip-option.current>span.tip-value {
    color: rgba(255, 255, 255, .65) !important;
}

webshop-root.design-modern webshop webshop-checkout-final-summary .calculation {
    justify-content: flex-start;
    font-size: 1rem;
    letter-spacing: 0;
    color: var(--theme-accent-text);
}

webshop-root.design-modern webshop webshop-checkout-final-summary .total {
    border: none;
    margin-top: 1rem;
    color: var(--important-text-color);
    font-size: 1.5rem;
    font-weight: 500;
}

webshop-root.design-modern webshop webshop-checkout-final-summary mat-checkbox {
    font-size: 1.5rem;
}

webshop-root.design-modern webshop webshop-checkout-final-summary button.change-tip-btn {
    height: 70px;
}

webshop-root.design-modern webshop webshop-cart-overview .product-image-container, 
webshop-root.design-modern webshop webshop-cart-overview .custom-product-image-container {
    border-radius: 28px;
}

webshop-root.design-modern webshop webshop-cart-overview table {
    background-color: transparent;
    border-collapse: separate;
}

webshop-root.design-modern webshop webshop-cart-overview table th:first-of-type {
    color: transparent;
}

webshop-root.design-modern webshop webshop-cart-overview table th {
    color: var(--highlight-text-color);
    font-size: 1rem;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

webshop-root.design-modern webshop webshop-cart-overview table td,
webshop-root.design-modern webshop webshop-cart-overview table th {
    border: none;
}

webshop-root.design-modern webshop webshop-cart-overview table td {
    font-size: 1.625rem;
}

webshop-root.design-modern webshop webshop-cart-overview table td.total,
webshop-root.design-modern webshop webshop-cart-overview table th.total {
    color: var(--important-text-color);
}

webshop-root.design-modern webshop webshop-cart-overview table tbody tr {
    background-color: #fff;
}

webshop-root.design-modern webshop webshop-cart-overview table tbody tr>td:first-of-type {
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    padding-left: 2rem !important;
}

webshop-root.design-modern webshop webshop-cart-overview table tbody tr>td:last-of-type {
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
    padding-right: 2rem !important;
}

webshop-root.design-modern webshop webshop-cart-overview table .note-input {
    width: 10rem;
}

webshop-root.design-modern webshop webshop-cart-overview div.mat-form-field-subscript-wrapper {
    white-space: normal;
    font-size: .75rem;
    margin-top: 6px;
}


webshop-root.design-modern webshop webshop-cart-overview div.mat-form-field-flex {
    padding: 0;
}


webshop-root.design-modern webshop webshop-cart-overview div.mat-form-field-outline {
    display: none;
}


webshop-root.design-modern webshop webshop-cart-overview div.mat-form-field-infix {
    padding: 8px 0 4px 0 !important;
    border: none !important;
}

webshop-root.design-modern webshop webshop-cart-overview .quantity-decrease,
webshop-root.design-modern webshop webshop-cart-overview .quantity-increase {
    border-right: none;
}

webshop-root.design-modern webshop webshop-cart-overview .quantity-container {
    background-color: var(--btn-group-bg-color);
    border-radius: 50px;
}

webshop-root.design-modern webshop webshop-cart-overview .quantity {
    letter-spacing: 2.5px;
    color: #000926;
    font-size: 1.5rem;
}

webshop-root.design-modern webshop webshop-cart-overview .product-name {
    font-size: 2.2rem;
    letter-spacing: 0;
    color: var(--important-text-color);
}

webshop-root.design-modern webshop webshop-cart-overview .product-attrs,
webshop-root.design-modern webshop webshop-cart-overview .product-bundle-options {
    color: var(--theme-accent-text);
    font-size: 1.15rem;
}

webshop-root.design-modern webshop webshop-cart-overview .product-price {
    color: rgba(106, 89, 111, .48) !important;
}

webshop-root.design-modern webshop webshop-cart-overview textarea {
    border: 4px solid #f4f4f4;
    border-radius: 10px;
    font-style: italic;
    padding: 12px;
    font-size: 1.125rem;
}

webshop-root.design-modern webshop webshop-cart-overview .cart-line {
    background-color: #fff;
    border: none !important;
    border-radius: 38px;
    font-size: 1rem;
    padding: 2rem;
    margin-top: 1rem;
}

webshop-root.design-modern webshop webshop-cart-overview .cart-line span.note {
    font-size: 1rem;
}

webshop-root.design-modern webshop webshop-cart-overview .cart-line textarea {
    font-size: 1rem;
}

webshop-root.design-modern webshop webshop-cart-overview .cart-line .other-calculations {
    font-size: 1rem !important;
    color: var(--theme-accent-text);
}

webshop-root.design-modern webshop webshop-cart-overview .cart-line .discount.other-calculations {
    text-align: right;
    color: var(--default-success) !important;
}

webshop-root.design-modern webshop webshop-cart-overview .cart-line .total-amount {
    color: var(--important-text-color) !important;
    font-size: 1.5rem !important;
    font-weight: 500;
    text-align: right;
}

webshop-root.design-modern webshop webshop-cart-overview .cart-line .price-quantity-container {
    flex-direction: row !important;
    align-items: center !important;
}

webshop-root.design-modern webshop webshop-cart-overview .cart-line span.label {
    display: none;
}

webshop-root.design-modern webshop webshop-cart-overview div.total {
    color: var(--important-text-color) !important;
    font-size: 1.25rem !important;
}

webshop-root.design-modern webshop webshop-shopping-cart #subtotal,
webshop-root.design-modern webshop webshop-shopping-cart #total-amount,
webshop-root.design-modern webshop webshop-shopping-cart .other-calculations {
    font-size: 1rem !important;
    color: var(--theme-accent-text);
    white-space: nowrap;
}

webshop-root.design-modern webshop webshop-shopping-cart #total-amount {
    border: none;
    color: var(--important-text-color) !important;
    font-size: 1.5rem !important;
    font-weight: 500;
}

webshop-root.design-modern webshop webshop-checkout-template-default span.page-title {
    border-bottom: none;
}

webshop-root.design-modern webshop webshop-checkout-template-default mat-tab-group {
    border: none !important;
}

webshop-root.design-modern webshop webshop-checkout-template-default mat-tab-group.primary .mat-tab-label {
    font-size: 1.35rem;
}

webshop-root.design-modern webshop webshop-checkout-payment-selection .payment-option {
    height: 9rem;
    font-size: 1.4rem;
    border: none;
    border-radius: 15px;
    background: #fff;
}

webshop-root.design-modern webshop webshop-checkout-payment-selection .payment-option span {
    color: var(--theme-primary) !important;
    opacity: .65 !important;
}

webshop-root.design-modern webshop webshop-checkout-payment-selection .payment-option mat-icon {
    color: var(--theme-primary) !important;
}

webshop-root.design-modern webshop webshop-checkout-payment-selection .payment-option.current {
    background: var(--theme-primary);
    box-shadow: var(--selection-shadow);
}

webshop-root.design-modern webshop webshop-checkout-payment-selection .payment-option.current mat-icon,
webshop-root.design-modern webshop webshop-checkout-payment-selection .payment-option.current span {
    color: #fff !important;
}

webshop-root.design-modern webshop webshop-checkout-payment-selection button.apply-button {
    height: 70px;
}

:root {
    --selection-shadow: 0 10px 20px rgba(var(--theme-primary-rgb), 0.56);
    --main-container-bg-color: rgba(var(--theme-primary-rgb), 0.07);
    --primary-bg-color: rgba(var(--theme-primary-rgb), 0.07);
    --primary-input-color: var(--theme-primary);
    --primary-input-border-color: var(--theme-primary);
    --danger-btn-bg-color: #af7373;
    --warning-btn-bg-color: rgba(175, 115, 115, 0.12);
    --highlight-text-color: var(--theme-accent);
    --important-text-color: #000;
    --btn-group-bg-color: rgba(var(--theme-primary-rgb), 0.1);
    --mat-stepper-container-color: #ffffff36;
}