@keyframes btnNudge {

    0%,
    100% {
        background-position: bottom left;
        background-size: 190%;
    }

    70% {
        background-position: bottom left;
        background-size: 190%;
    }

    85% {
        background-position: bottom center;
        background-size: 190%;
    }
}

.panel-group {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap;
}

.panel-background-item {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    display: flex;
}

.panel-background-item--wrap {
    display: block;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    transition: 0.4s border-color, 0.4s box-shadow, 0.4s color;
    color: #000;
    margin-bottom: 10px;
}

.panel-background-item--wrap:hover,
.panel-background-item--wrap:active {
    color: #000;
}

.panel-background-item.active .panel-background-item--wrap {
    border-color: #339900;
    box-shadow: 0 0 0 2px rgba(51, 153, 0, 0.5);
    color: #339900
}

.panel-background-item--image {
    margin-bottom: 5px;
}

.panel-background-item--title {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.config-nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 0.3rem 0.6rem -0.2rem rgba(0, 0, 0, .15);
    margin-bottom: 1.7rem;
    border-left: 0;
    border-right: 0;
}

.config-nav ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
    margin: 0 auto;
}

.config-nav ul li:first-of-type a {
    border-left: 1px solid rgba(0, 0, 0, .125);
}

.config-nav ul li a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    line-height: 1;
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, .125);
    font-weight: 700;
}

.config-nav ul li a:hover,
.config-nav ul li a:focus,
.config-nav ul li a.active {
    background-color: var(--primary);
    color: #fff;
}

.wp-configurator .section {
    max-width: var(--breakpoint-xxl);
    margin: 0 auto;
}

.wp-configurator input:not([type="radio"]),
textarea {
    width: 100%;
}

.wp-configurator select {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
}

.wp-configurator button[type=submit],
.wp-configurator button[type=submit],
.wp-configurator button[type=submit].button {
    border-color: var(--primary);
    background-image: linear-gradient(to bottom, var(--primary) 0, rgba(255, 255, 255, 0.2) 2px, var(--primary) calc(95%));
    background-color: var(--primary);
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: .475rem .875rem;
    font-size: .925rem;
    min-width: 250px;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
    color: #fff;
    background-size: 190%;
    background-position: bottom left;
    transition: .2s color ease-out, .4s all ease-out;
    animation: btnNudge 12s linear infinite;
    border-width: 2px;
    border-style: solid;
    border-radius: .175rem;
    text-transform: uppercase;
}

.wp-configurator .span_9_of_12 {
    width: 70%;
    min-width: 70%;
    max-width: 70%;
}

@media only screen and (max-width: 991.98px) {
    .wp-configurator #searchform input {
        width: calc(100% - 50px);
    }

    .config-nav {
        overflow-x: auto;
        margin: 0 15px 1.5rem;
        width: calc(100% - 30px);
        border: 1px solid rgba(0, 0, 0, .15);
    }

    .config-nav ul {
        width: auto;
        flex-direction: unset;
    }

    .config-nav ul li {
        width: max-content;
        display: inline-flex;
        line-height: calc(30px + 1.6rem);
        border-right: 1px solid rgba(0, 0, 0, .125);
    }

    .config-nav ul li a {
        min-height: 30px;
        line-height: 30px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

}

@media only screen and (max-width : 768px) {
    .panel-background-item {
        width: 25%;
    }
    .wp-configurator .col .col {
        padding-left: 0;
        padding-right: 0;
    }
    .wp-configurator .span_1_of_12,
    .wp-configurator .span_2_of_12,
    .wp-configurator .span_3_of_12,
    .wp-configurator .span_4_of_12,
    .wp-configurator .span_5_of_12,
    .wp-configurator .span_6_of_12,
    .wp-configurator .span_7_of_12,
    .wp-configurator .span_8_of_12,
    .wp-configurator .span_9_of_12,
    .wp-configurator .span_10_of_12,
    .wp-configurator .span_11_of_12,
    .wp-configurator .span_12_of_12 {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .wp-configurator label img {
        float: right;
    }
    .wp-configurator label {
        display: inline-block;
        margin-bottom: .5rem;
        width: calc(100% - 1.1rem);
    }
    .wp-configurator input[type="checkbox"], .wp-configurator input[type="checkbox"] + label {
        width: auto;
    }
}

@media only screen and (max-width : 480px) {
    .panel-background-item {
        width: 33.33%;
    }
    .wp-configurator button[type=submit],
    .wp-configurator button[type=submit],
    .wp-configurator button[type=submit].button {
        width: 100%;
        margin-bottom: 0.325rem;
    }
    .wp-configurator select {
        width: 100%;
    }
    .wp-configurator .col .text-center {
        text-align: left!important;
    }
}

#bgPrice.bg-price-note {
    font-weight: 700;
    font-style: italic;
}
