:root {
    --main-color: rgb(237, 15, 93);
    --main-color-dim: rgba(237, 15, 93, 0.5);
}

#steps {
    margin-bottom: 2em;
}

#scws_webshop nav#steps {
    background: none;
    color: rgb(201, 201, 201);
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
}

#scws_webshop nav#steps ul {
    justify-content: center;
    gap: 0;
}

#scws_webshop nav#steps ul li {
    position: relative;
    padding-right: 0.5em;
    padding-left: 3.25em;
    height: 3.2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 0.9em;
}

#scws_webshop nav#steps ul li.enabled.complete:first-of-type:before {
    left: 0.5em;
}

#scws_webshop nav#steps ul li:first-of-type {
    padding-left: 2em;
}

#scws_webshop nav#steps ul li .nav_label {
    z-index: 3;
}

#scws_webshop nav#steps ul li.enabled.complete:before {
    left: 1.75em;
}

#scws_webshop nav#steps ul li:not(:last-child):after {
    position: absolute;
    z-index: 2;
    content: '';
    right: -1em;
    border: none;
    background-color: #fff;
    width: 2.2em;
    height: 2.2em;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: -1px -1px 0 0 rgba(0, 0, 0, .15) inset;
    box-shadow: -1px -1px 0 0 rgba(0, 0, 0, .15) inset;
}

#scws_webshop nav#steps ul li.active:after {
    background-color: var(--main-color);
}

#scws_webshop nav#steps ul li.enabled.complete:not(.active) {
    color: var(--main-color);
}

#scws_webshop nav#steps ul li.enabled.complete:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
}

#scws_webshop nav#steps ul li.enabled.complete:after {
    content: '';
}

#scws_webshop nav#steps ul li.active {
    border-color: rgb(201, 201, 201);
    background-color: var(--main-color);
    color: white;
}

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

#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-top: 2px solid var(--main-color);
    border-bottom: 2px solid 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 .monthly_price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    border-radius: 0;
    padding: 0.5em 0.5em;
}

#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 .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:nth-of-type(2) .select {
    background-color: #333;
    color: #fff;
    border-color: #fff;
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription .select label {
    margin: 0.5em;
}

#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: 375px;
}

#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 .product-options .expanded_options .product_option:last-of-type {
    flex: 3;
    max-width: inherit;
    padding: 0;
}
*/

#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 > label {
    cursor: pointer;
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription:nth-of-type(2) a {
    color: #fff;
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription:nth-of-type(2) .monthly_price {
    border-color: #fff;
    color: #fff;
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription:nth-of-type(2) {
    background-color: var(--main-color);
    color: #fff;
}

#scws_webshop #step_main_content #step_subscription #subscriptions .subscription:nth-of-type(2) .monthly_price .light {
    color: #ccc;
}

#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;
}

#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;
}