#content h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25;

    margin-bottom: 40px;
}

@media all and (max-width: 767.9px) {
    #content h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

#ocf-module-1 {
    margin-top: 30px;
}

#ocf-module-1 .btn-danger {
    color: #000;
    background-color: #ffed00;
    border-color: #ffed00;
    box-shadow: none;
}

#ocf-module-1 .btn-danger:hover {
    color: #ffed00;
    background-color: #000;
    border-color: #000;
}

#ocf-module-1 .ocf-header {
    background: #ededed;
    border-bottom: 0;
    color: #939393;
    padding: 10px 20px;
}

.ocf-selected .ocf-value-input::before {
    border-color: #ffed00;
    background-color: #ffed00;
}

.ocf-selected .ocf-value-input-checkbox::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.mfpnew-close-btn-in .oc .mfpnew-close {
    top: 10px;
    right: 10px;
}

.section .alert-success {
    background-color: #ffed00;
    color: black;
    border: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

button.close {
    background-color: transparent;
    border: 0;
    font-size: 20px;
    color: red;
}

#navbar-content .nav-item:first-of-type .nav-link:before,
#navbar-content .nav-item:last-of-type .nav-link:before {
    content: "";
    width: 28px;
    height: 28px;
    filter: invert(58%) sepia(20%) saturate(0%) hue-rotate(261deg) brightness(96%) contrast(96%);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}

#navbar-content .nav-item:first-of-type .nav-link:before {
    background-image: url("../assets/images/svg/stack/sprite.svg#home");
}

#navbar-content .nav-item:last-of-type .nav-link:before {
    background-image: url("../assets/images/svg/stack/sprite.svg#home-2");
}

.simple-content .form-horizontal .form-control,
.simple-content .form-horizontal .form-select {
    font-size: 18px;
    width: 100%;
    padding: 15px;
    color: #939393;
    border: 1px solid #ededed;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.simple-content fieldset {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.simple-content fieldset > div {
    flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 20px;
}

.simplecheckout-block-content .radio + .radio {
    margin-top: 10px;
}

.simplecheckout-block-content .radio input {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
    margin-right: 10px;
}

.simplecheckout-block#simplecheckout_shipping_address {
    margin-bottom: 0;
}

.simplecheckout-cart td.image {
    min-width: 120px;
}

.simplecheckout-cart td.image img {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.simplecheckout-cart td.name a {
    font-weight: bold;
    font-size: 18px;
    color: #1c1c1c;
}

.simplecheckout-cart .input-group .btn:focus {
    box-shadow: none;
}

#error-not-found {
    margin-bottom: 40px;
}

.tooltip {
    font-size: 1.2rem;
}

#modal-addquickorder .modal-body {
    padding: 2rem;
}

#button-confirm {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 18px 34px;
    transition: 0.5s;
    text-transform: uppercase;
    border: 0;
    color: #000;
    background-color: #ffed00;
}

#button-confirm:hover {
    color: #fff;
    background-color: #000;
}

#common-maintenance {
    padding: 50px 0;
}

#common-maintenance h1 {
    font-size: 36px;
}

@media all and (max-width: 1199.9px) {
    .simplecheckout-cart td.name a {
        font-size: 20px;
    }
}

@media all and (max-width: 767.9px) {
    .simple-content .form-horizontal .form-control,
    .simple-content .form-horizontal .form-select {
        font-size: 12px;
        padding: 16px;
    }

    .simple-content fieldset > div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .simplecheckout label,
    .simpleregister label {
        font-size: 12px;
    }

    .simple-content .checkout-heading {
        margin-bottom: 0;
    }

    .simplecheckout-cart td.name a {
        font-size: 14px;
    }

    .simplecheckout-cart-total span b {
        font-size: 12px;
    }
    .simplecheckout-cart .input-group .btn {
        font-size: 1.3rem;
    }
}
