:root {
    --main-color: #af0f20;
    --main-color-dim: #ed1b31;
}

#steps {
    margin-bottom: 2em;
}

#scws_webshop {
    width: 1200px;
    margin-top: 100px;
}

#scws_webshop h2 {
    font-size: 1.5rem;
}

#scws_webshop h3 {
    font-size: 1.25rem;
}

#scws_webshop #step_main_content #products {
    flex-direction: column;
}

#scws_webshop #step_main_content #products .product .expand .expanded_options .option {
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
}

#scws_webshop #step_main_content #products .product .price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: var(--main-color);
    border-radius: 0;
    padding: 0.5em 0.5em;
}

#scws_webshop #step_main_content #products .product .price .light {
    font-size: 1rem;
    line-height: 1em;
    padding-left: 0.25rem;
}

#scws_webshop #step_main_content #products .product .options {
    display: none;
}

#scws_webshop #step_main_content #products .product .gallery_images {
    display: none;
}

#scws_webshop #step_main_content #products .product .expand {
    display: none;
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription .inner {
    flex-direction: row;
    padding-top: 15px;
    align-items: flex-start;
}

#scws_webshop #step_subscription #subscriptions .subscription {
    margin-right: 15px;
}

#scws_webshop #step_subscription #subscriptions .subscription .ribbon {
    display: none;
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription .monthly_price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    border-radius: 0;
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription .monthly_price .light {
    font-size: 1rem;
    line-height: 1em;
    padding-left: 0.25rem;
    margin-top: 0.25em;
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription .try_for_free {
    font-size: 0.85em;
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription .title,
#scws_webshop #step_main_content #step_subscription #subscriptions .subscription .name {
    text-align: center;
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription .name {
    font-size: 2em;
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription .select {
    width: 90%;
    text-align: center;
    font-size: 1.125em;
    font-weight: bold;
    padding: 0;
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid #ccc;
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription .select label {
    margin: 0.5em;
    color: #fff;
    font-size: 1.25em;
    font-weight: 600;
}

#scws_webshop #step_main_content #step_keybox #optional_products {
    margin-bottom: 2em;
}

#scws_webshop #step_main_content #step_keybox #optional_products .optional_product {
    border: none;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

#scws_webshop #step_main_content_aside ul li {
    border: none;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.175);
}

#scws_webshop #step_main_content_aside ul li.costs {
    margin-bottom: 1.25em;
}

#scws_webshop #step_main_content #step_checkout form .field:not(.radio)>select:required+label::after,
#scws_webshop #step_main_content #step_checkout form .field:not(.radio)>textarea:required+label::after,
#scws_webshop #step_main_content #step_checkout form .field:not(.radio)>input:required+label::after {
    color: var(--main-color);
}

#scws_webshop #step_main_content #products .product .header input {
    display: none;
}

/* Main product option selection checkboxes */
#scws_webshop #step_main_content .product-options .product_option input {
    display: none;
}

#scws_webshop #step_main_content.product-options .product_option .selection {
    margin-top: auto;
    text-align: center;
}

#scws_webshop #step_main_content .product-options .product_option .selection:after {
    display: none;
    /* Remove or comment this line if customer changes their mind again and does want checkboxes */
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: '\f0c8';
    color: var(--main-color);
    font-size: 1.75em;
}

#scws_webshop #step_main_content .product-options .product_option .selection:has(input:checked):after {
    content: '\f14a';
}

/* Subscription type selection radio buttons */
#scws_webshop #step_main_content #subscriptions .select label input {
    display: none;
}

#scws_webshop #step_main_content #subscriptions .select label:before {
    display: none;
}

/* Optional product radio buttons */
#scws_webshop #step_main_content #optional_products .optional_product .select input[type="radio"] {
    display: none;
}

#scws_webshop #step_main_content #optional_products .optional_product .select:after {
    display: none;
}

/* Checkout form radio buttons */
#scws_webshop #step_main_content #step_checkout .payment_methods input[type="radio"] {
    display: none;
}

#scws_webshop #step_main_content #step_checkout .payment_methods input[type="radio"]~label:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: '\f111';
    color: var(--main-color);
    font-size: 1.25em;
    margin-right: 0.25em;
}

#scws_webshop #step_main_content #step_checkout .payment_methods input[type="radio"]:checked~label:before {
    content: '\f058';
}

/* Checkout form checkbox */
#scws_webshop #step_main_content #step_checkout form .optional_section input[type=checkbox] {
    display: none;
}

#scws_webshop #step_main_content #step_checkout form .optional_section input[type=checkbox]+label:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: '\f0c8';
    color: var(--main-color);
    font-size: 1.25em;
    margin-right: 0.25em;
}

#scws_webshop #step_main_content #step_checkout form .optional_section input[type=checkbox]:checked+label:before {
    content: '\f14a';
}

#scws_webshop #step_main_content #step_confirm #agree_form {
    position: relative;
}

#scws_webshop #step_main_content #step_confirm #agree_form .field label {
    position: inherit;
}

/* Agree form checkbox */
/* Checkout form checkbox */
#scws_webshop #step_main_content #agree_form input[type=checkbox] {
    display: none;
}

#scws_webshop #step_main_content #agree_form input[type=checkbox]+label:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: '\f0c8';
    color: var(--main-color);
    font-size: 1.25em;
    margin-right: 0.25em;
}

#scws_webshop #step_main_content #agree_form input[type=checkbox]:checked+label:before {
    content: '\f14a';
}

#scws_webshop #step_main_content #products .product {
    border: none;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    cursor: pointer;
    max-width: 100%;
    width: 100%;
    flex-direction: row;
}

#scws_webshop #step_main_content #products .product .inner_details {
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#scws_webshop #step_main_content #products .product .inner_descripton {
    padding: 2.5em;
    flex-grow: 2;
}

#scws_webshop #step_main_content #products .product .header:before {
    display: none;
}

#scws_webshop #step_main_content #products .product h3 {
    text-align: center;
    width: 100%;
    padding-bottom: 0.5em;
    border-radius: 0;
    text-wrap: nowrap;
}

#scws_webshop #step_main_content #step_subscription #subscriptions {
    flex-direction: column;
}

#scws_webshop #step_main_content .product-options .expanded_options .product_option .description {
    min-height: 1.5em;
}

#scws_webshop #step_main_content #step_subscription {
    padding: 0 1em;
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription {
    border: none;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    background-color: #eee;
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription:not(:nth-of-type(2)) {
    margin-bottom: 2em;
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription>label {
    cursor: pointer;
}

#scws_webshop #step_main_content #step_product-color #product-colors .product_color {
    border: none;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    padding: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 0.5em;
    cursor: pointer;
    max-width: calc(25% - 0.5em);
    flex: 1;
}

#scws_webshop #step_main_content #step_product-color #product-colors .product_color img {
    height: 200px;
    max-height: 200px;
    object-fit: contain;
 }

#scws_webshop #step_main_content #step_product-color #product-colors .product_color .color_description {
    background-color: var(--main-color);
    color: #fff;
}

#scws_webshop #step_main_content .product-options .product_option {
    border: none;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
}

#scws_webshop #step_main_content .product-options .step_option_undertext {
    margin-top: 1em;
}

#scws_webshop #step_main_content .product-options .product_option .name {
    background-color: var(--main-color);
    color: #fff;
}

#scws_webshop #step_main_content #step_product-options-2 #product-options .product_option {
    border: none;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
}

#scws_webshop #step_main_content #step_product-options-2 #product-options .product_option .name {
    background-color: var(--main-color);
    color: #fff;
}

#scws_webshop #step_main_content #step_keybox #optional_products .optional_product>span.image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 100px;
    width: 100px;
}

#scws_webshop #step_main_content #step_keybox #optional_products .optional_product>span.image img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

#scws_webshop #step_main_content #step_keybox .details {
    padding: 1em 0;
}

#scws_webshop :has(#step_main_content) #step_main_content_aside {
    display: none;
}

#scws_webshop #current_product_bar {
    display: none;
}

#scws_webshop #step_confirm .confirm_order_confirm {
    width: 100%;
}

#scws_webshop #step_confirm .confirm_order_confirm .order_overview {
    max-width: 750px;
    margin: auto;
}

/* Selected product highlighting */
#scws_webshop #step_main_content #products .product:has(input:checked),
#scws_webshop #step_main_content .product-options .product_option:has(input:checked),
#scws_webshop #step_main_content #step_product-color #product-colors .product_color:has(input:checked),
#scws_webshop #step_main_content #step_subscription #subscriptions .subscription:has(input:checked),
#scws_webshop #step_main_content #step_keybox #optional_products .optional_product:has(input:checked) {
    border: 1px solid var(--main-color);
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription:has(input:checked) {
    border-width: 2px;
}

/* #scws_webshop #step_main_content #step_subscription #subscriptions .subscription:nth-of-type(2):has(input:checked) {
    border: 2px solid #fff;
} */

/* Selectable item hover effect */
#scws_webshop #step_main_content #products .product:hover,
#scws_webshop #step_main_content .product-options .product_option:hover,
#scws_webshop #step_main_content #step_product-color #product-colors .product_color:hover,
#scws_webshop #step_main_content #step_keybox #optional_products .optional_product:hover {
    box-shadow: 0 0 1em var(--main-color-dim);
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription:hover {
    box-shadow: 0 0 1em var(--main-color-dim);
}

#scws_webshop #step_main_content #step_confirm #btn_submit_order {
    display: block;
    margin-top: 2em;
    padding: 1em;
    font-size: 1.25em;
    width: 100%;
}

#scws_webshop #step #step_buttons #btn_next {
    visibility: hidden;
}

#scws_webshop #step_main_content #step_keybox #optional_products>label:last-of-type {
    background-color: var(--main-color);
    color: #fff;
    font-weight: bold;
    padding: 0.5em;
}

#scws_webshop #step_main_content #step_keybox #optional_products>label:last-of-type>span.image {
    display: none;
}

#scws_webshop #step_main_content #step_checkout #btn_checkout_next {
    display: block;
    width: 100%;
    margin-bottom: 2em;
    padding: 1em;
    font-size: 1.25em;
}

#scws_webshop #step_main_content #step_keybox #optional_products .optional_product .link {
    display: none;
}

#scws_webshop button:disabled {
    background-color: var(--main-color);
    color: #999;
}

#scws_webshop button:disabled:hover {
    background-color: var(--main-color);
}

#scws_webshop .product .button {
    display: inline-block;
    width: 100%;
    background-color: var(--main-color);
    color: #fff;
    padding: 0.5em;
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 1.5em;
}

#scws_webshop #step #step_buttons button {
    background-color: #fff;
}

#scws_webshop #step #step_buttons button:hover {
    background-color: var(--main-color);
    color: #fff;
}

#scws_webshop nav#steps ul {
    justify-content: space-between;
}

#scws_webshop nav#steps ul li {
    font-size: 1.25em;
    padding: 0;
    margin: 0;
}

#scws_webshop nav#steps:before {
    content: '';
    display: block;
    margin-bottom: 18px;
    border-bottom: 2px solid var(--main-color);
    margin-left: 7.125%;
    margin-right: 1.25%;
}

#scws_webshop nav#steps {
    padding-top: 2em;
    padding-right: 1em;
    background-color: #fff;
}

#scws_webshop nav#steps ul li .nav_step_number {
    display: none;
}

#scws_webshop nav#steps ul li {
    border: none;
    font-size: 0.75em;
    background-color: transparent;
}

#scws_webshop nav#steps ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ' ';
    top: -35px;
    left: calc(50% + 8px);
    position: relative;
    width: 30px;
    height: 30px;
    color: #70afd0;
    background: white;
    line-height: 30px;
    border: 3px solid rgb(203, 203, 203);
    font-size: 12px;
    border-radius: 100%;
    transition: all 0.4s;
    cursor: pointer;
    pointer-events: none;
    float: left;
}

#scws_webshop nav#steps ul li.enabled:before {
    content: ' ';
    padding-left: 6px;
    line-height: 2em;
    color: #fff;
    border: 3px solid var(--main-color);
}

#scws_webshop nav#steps ul li.complete:before {
    content: '\f00c';
    padding-left: 6px;
    line-height: 2em;
    color: #fff;
    background-color: var(--main-color);
    border: 3px solid var(--main-color);
}

#scws_webshop nav#steps ul li.active:before {
    content: '\f304';
    padding-left: 6px;
    line-height: 2em;
    color: #fff;
    background-color: var(--main-color);
    border: 3px solid var(--main-color);
}

#scws_webshop nav#steps ul li span {
    color: #cbcbcb;
}

/* font weight bold slightly changes the container width, so we fake boldness with a text-shadow */
#scws_webshop nav#steps ul li.active {
    font-weight: normal;
    text-shadow: 0.5px 0 0 black;
}

#scws_webshop nav#steps ul li.active span,
#scws_webshop nav#steps ul li.complete span {
    color: #333;
}

#scws_webshop nav#steps ul li.enabled.complete:after {
    display: none;
}