

/* General Design (mainly for konfigurator) */


.swatch-modal-container .modal-content {
    border-color: transparent;
    border-radius: 0px;
}

.swatch-modal-container .modal-header {
    border-bottom: 0px;
}

.swatch-modal-container .btn-secondary,
.swatch-modal-container .btn-secondary:hover
{
    background-color: #000;
    border-color: #000;
    cursor: pointer;
    border-radius: 0px;
    padding-top: 13px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
}


.swatch-modal-container .btn {
    font-size: 13px;
}

@media (min-width: 992px) {
    #swatchModal .btn.btn-primary,
    #swatchModal .btn.btn-secondary,
    #swatch_order_form .btn.btn-primary,
    #swatch_order_form .btn.btn-secondary {
        line-height: 11px;
    }
}


.swatch-modal-container .btn.btn-xs {
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: inherit;
}


.swatch-modal-container .grey-divider {
    height: 12px;
    background-color: #F0F0F0;
    margin-left: -16px;
    margin-right: -16px;
}



/* Swatch Checkout */

.swatch-cart-modal .modal-title,
.swatch-order-modal .modal-title {
    font-size: 17px;
    font-weight: 600;
}


.swatch-selection-holder .selection-title {
    font-weight: 600;
    font-size: 18px;
    margin: 0px 0px 20px 0px;
}
.swatch-image {
    max-width: 90px;
}

@media (min-width: 992px) {
    .is-chrome .swatch-cart-modal .btn-secondary {
        margin-right: 29px !important;
    }
}


@media (min-width: 767px) and (max-width: 992px) {
    .swatch-image {
        max-width: 60px;
    }

}

@media (max-width: 992px) {
    .swatch-description {
        margin-bottom: 30px;
    }

    .swatch-cart-modal .btn,
    .swatch-order-modal .btn {
        font-size: 12px;
    }
}

@media (max-width: 368px)
{
    /* xs font for mobile btn */
    .swatch-cart-modal .btn,
    .swatch-order-modal .btn {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px;
    }
}


#swatch_order_form {
    font-size: 14px;
}

#swatch_order_form .form-control {
    border-radius: 0px;
    border: 1px solid #000000;
    color: #000000;
    font-size: 13px;
    height: calc(1.5em + .75rem + 8px);
    margin-bottom: .5rem;
}

#swatch_order_form h4,
#swatch_order_form .h4 {
    margin-bottom: 0rem;
    margin-top: 1.2rem;

    font-size: 17px;
    font-weight: 600;
}





#swatch_order_form label {
    margin-bottom: .25rem;
    margin-top: 6px;
    font-size: 13px;
}


#swatch_order_form .country span {
    font-weight: 600;
}


#swatch_order_form .privacy {
    margin-top: 10px;

}

@media (max-width: 370px) {
    .swatch-cart-modal .modal-title,
    .swatch-order-modal .modal-title {
        font-size: 16px;
    }
}


.modal-footer.swatch-order-cart-btn-row button.btn {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.swatch-feature-svg {
    width: 25px;
    height: auto;
}

.swatch-feature-text {
    font-size: 13px;
}

@media (min-width: 992px) {
    .swatch-feature-svg {
        width: 47px;
        height: auto;
    }
}

/*.swatch-item-holder > :not(:last-child)*/
.swatch-item-holder > :not(:last-child)
{
    border-bottom: 1px solid #ECECEC;
}

.swatch-item-holder > div {
    padding-bottom: 1rem;
}

.swatch-item-holder > div:not(:last-child)
{
    margin-bottom: 1rem;
}

.swatch-remove-icon {
    cursor: pointer;
}

@media (max-width: 992px) {
    #swatchModal .modal-body {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    #swatchModal .modal-lg {
        max-width: 650px;
    }
}

.swatch-order-confirm-btn-row {
    gap: 24px;
}

@media (max-width: 992px) {
    .swatch-order-confirm-btn-row {
        gap: 12px;
    }
}