/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wclt-configurator,
.wclt-configurator .defaultpreview-fieldinput {
    width: 100%;
}

.wclt-configurator .hidden {
    display:none;
    padding:0;
    margin:0;
}

/**
 * General step template styling.
 */

.wclt-configurator .wclt-row {
    padding: 15px 0;
    line-height: 1.2;
}

.wclt-configurator .wclt-row:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.wclt-configurator .wclt-row.wclt-row-collapsed .wclt-fieldinput {
    max-height: 0;
    overflow: hidden;
}

.wclt-configurator .wclt-row .wclt-step-edit {
    color: #FF4B38;
}

.wclt-configurator .wclt-fieldlabel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.wclt-configurator .wclt-fieldtitle {
    margin-bottom: 0;
}

.wclt-configurator .wclt-fieldvalue {
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 0;
}

/**
 * Styles for select type step.
 */

.wclt-configurator .select2 {
    border: 1px solid #dadde6;
    border-radius: 5px;
}

.wclt-configurator .select2-selection .select2-selection__rendered {
    line-height: 28px;
}

/**
 * Styles for select type image options.
 */

.wclt-configurator .img-selection {
    grid-template-columns: repeat(auto-fit,minmax(140px,1fr));
    display: grid;
    grid-gap: 10px;
    text-align: center;
}

.wclt-configurator .img_option {
    cursor: pointer;
    border: 1px solid #dadde6;
    border-radius: 5px;
    display: block;
    padding-bottom: 12px;
    margin-bottom: 10px;
    background: #f8f8f8;
}

.wclt-configurator .img_option.active {
    border: 2px solid #FF4B38;
}

.wclt-configurator .img_option img {
    height: 60px;
    width: 60px;
    padding: 8px;
    margin: 10px auto 0;
    border-radius: 5px;
}

.wclt-configurator .img_option .optiontitle {
    padding: 0 8px 8px;
}

/**
 * Styles for select type text options.
 */

.wclt-configurator .text_option {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wclt-configurator .text_option .optiontitle {
    padding: 0;
}

/**
 * Styles for configuration totals.
 */

 .wclt-configurator .wclt-configurator-totals {
    margin-top: 50px;
}

.wclt-configurator #total {
    font-weight: 700;
}
