body {
    background-color: #f2f2f2;
    color: #000;
    font-size: 17px;
}
html {
    scroll-behavior: smooth;
}
.modal-video .modal-body .close {
    background-color: #000;
}

.scroll-to-top {
    background-color: rgba(0, 0, 0, 0.87);
}

.wrapper {
    background-color: #fff;
}

#header .header-call-out {
    position: absolute;
    right: 0;
    bottom: -60px;
    z-index: 15;
}

@media only screen and (max-width: 999px) {
    #header .header-call-out {
        bottom: -6vw;
        width: 34vw;
    }
}

.index-01 {
    margin-top: -1px;
    background-color: transparent;
}

@media only screen and (max-width: 999px) {
    .index-01 {
        margin-top: -1.1vw;
    }
}

.product-image.selected {
    display: none;
}

.product.selected .product-image {
    display: none;
}

.product.selected .product-image.selected {
    display: block;
}

.product [type=radio] {
    position: absolute;
    opacity: 0;
}

.button-submit-container {
    padding-top: 50px;
}

@media only screen and (max-width: 999px) {
    .button-submit-container {
        padding-top: 5vw;
    }
}

.success {
    background-color: #000;
}

.success .message {
    color: #fff;
}


		
label {
    margin: 0;
    outline: none;
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    padding: 1% !important;
}
input#paymod_1 {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 2.2em;
    height: 2.2em;
    /* border-radius: 50%; */
    /* margin-right: 0.375em; */
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #00005c;
    font-size: 18px;
}
input#paymod_2 {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 2.2em;
    height: 2.2em;
    /* border-radius: 50%; */
    /* margin-right: 0.375em; */
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #00005c;
    font-size: 18px;
}
label span {
    display: flex;
    padding: 0.375em 0.75em 0.375em 0.375em;
    transition: 0.25s ease;
    justify-content: space-evenly;
    font-size: 24px;
    color: gray;
}
