/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 /* .ast-container {
    background: red;
} */
.ss-form-inline {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ss-form-inline .ss-form-field {
}
.ss-form-inline .ss-btn {
    color: #0f65d7;
    font-size: 30px;
    font-family: 'Noto Sans';
    font-weight: 800;
    font-style: italic;
    background: #ffffff;
    border-radius: 0px 40px 40px 0px;
    border: 0px;
    padding: 10px 18px 10px 14px;
    height: 62px;
    line-height: 41px;
}
.ss-form-inline .ss-form-field select {
    font-family: "Noto Sans";
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    padding: 20px 50px 20px 30px;
    border: 0;
    line-height: 1;
    background-color: transparent;
    border-right: 1px solid #fff;
    height: 62px;
}
.ss-form-inline select {
    text-transform: uppercase;
}
.ss-form-inline select#bill {
    border: 1px solid #fff;
    border-radius: 40px 0px 0px 40px;
    width: 190px;
}
.ss-form-inline select#location {
    border: 1px solid #fff;
    width: 155px;
}
.ss-form-inline select#preference {
    border: 1px solid #fff;
    width: 175px;
}

.ss-bundle-products {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.ss-bundle-product {
    flex: 0 0 33.33%;
    width: 33.33%;
}
.ss-bundle-product a {
    text-decoration: none !important;
}
.ss-bundle-product .ssb-product-item-kwh {
    margin: 0;
    font-family: "Noto Sans";
    font-size: 28px;
    font-weight: 800;
    font-style: normal;
    text-align: center;
    color: #1a7cd1;
    line-height: 43px;
}
.ss-bundle-product p.ssb-product-item-cat {
    font-family: "Noto Sans";
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #1a7cd1;
    margin-bottom: 10px;
}
.ss-bundle-product-content {
    margin: 15px auto;
    border-radius: 50px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.16 ));
    background: #ffffff;
    padding: 20px 40px 30px;
    max-width: 377px;
}
.ssb-product-items {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.ssb-product-item {
    padding: 10px;
}
.ssb-product-item-wrap {
    flex: 0 0 50%;
    text-align: center;
    margin-bottom: 15px;
}
.ss-bundle-product p {
    margin: 0;
}
a.ssb-product-item-link {
    display: inline-block;
    border-radius: 14px;
    background: #1a7cd1;
    font-family: "Noto Sans";
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    padding: 3px 9px 4px;
    line-height: 1.35;
}
.ssb-product-item-thumb-wrap {
    margin-bottom: 7px;
}
.ssb-product-action {
    text-align: center;
    margin-top: 10px;
}
.ssb-product-action a.ssb-product-select-btn {
    filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.25 ));
    background: #1a7cd1;
    font-family: "Noto Sans";
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 30px;
    display: inline-block;
    max-width: 100%;
    min-width: 252px;
}
.ssb-product-desc {
    margin-top: 10px;
    text-align: center;
}
.ssb-product-desc p {
    font-family: "Noto Sans";
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    margin-bottom: 10px;
}
.ssb-product-desc p:last-child {
    margin: 0;
}
.woosb-item-product .woosb-price {
    display: none;
}
.woosb-item-child span.woocommerce-Price-amount.amount {
    display: none;
}
.ssb-product-item-slides-wrap .glide__slide:not(:last-child) .ssb-product-item {
    border-right: 1.5px solid #DBDBDB;
    position: relative;
}
.ssb-product-item-wrap {
    position: relative;
}
.ssb-product-item-wrap .ssbpi-plus-icon {
    position: absolute;
    background: #fff;
    right: -10px;
    bottom: 50px;
}
.ss-form-select-field {
    position: relative;
}
.ss-form-select-field select {
    background-image: url(../img/arrow-down-icon.png);
    background-repeat: no-repeat;
    background-position: right 20px bottom 25px;
}
.ss-form-select-field .select2-container .select2-selection--single {
    background-image: url(../img/arrow-down-icon.png) !important;
    background-size: 0.8em;
    background-repeat: no-repeat;
    background-position-x: calc( 100% - 10px );
    background-position-y: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 0px !important;
}
.ss-form-select-field .ssff-arrow-icon {
    line-height: 1;
    position: absolute;
    top: 13px;
    right: 20px;
}
.ss-form-select-field .select2-container span.select2-results {
    color: #fff;
}

.ss-lets-build {
    position: fixed;
    top: 230px;
    right: 0;
    z-index: 99;
}
.ss-text-us {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
}
.home-form-go #ss-form-go {
    justify-content: left;
}

.ssb-product-item-slides-wrap {
    width: 100% !important;
    max-width: 297px !important;
    margin-bottom: 30px;
}
.ssb-product-item-slides-wrap button.glide__arrow, 
.ssb-product-item-slides-wrap button.glide__arrow:hover {
    color: #1a7cd1;
    border-color: #1a7cd1;
    border-radius: 30px;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    font-size: 50px;
}
.ssb-product-item-slides-wrap button.glide__arrow.glide__arrow--left {
    left: -20px;
}
.ssb-product-item-slides-wrap button.glide__arrow.glide__arrow--right {
    right: -20px;
}
.ssb-product-item-slides-wrap .glide__bullets {
    bottom: -10px;
}
.ssb-product-item-slides-wrap .glide__bullet {
    background-color: #eee;
    box-shadow: unset;
}
.ssb-product-item-slides-wrap .glide__bullet--active {
    background-color: #1A7CD1;
}
.ssb-product-item-slides-wrap .glide__bullet:hover, 
.ssb-product-item-slides-wrap .glide__bullet:focus {
    border: 2px solid #1A7CD1;
    background-color: #1A7CD1;
}

.ss-bundle-products-nav {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ss-bundle-products-nav-items {
    display: inline-block;
}
.ss-bundle-products-nav-items a,
.ss-bundle-products-nav-items span {
    color: #000;
    float: left;
    padding: 8px 20px;
    text-decoration: none !important;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
    font-family: "Noto Sans", Sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50px;
}
.ss-bundle-products-nav-items a:hover,
.ss-bundle-products-nav-items span:hover,
.ss-bundle-products-nav-items a.current,
.ss-bundle-products-nav-items span.current {
    background-color: #1A7CD1 !important;
    color: white !important;
    border: 1px solid #1A7CD1 !important;
}
  
.ss-bundle-products-nav-items a:hover:not(.active) {background-color: #ddd;}

/*
form go
*/
.ss-form-select-field .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    height: 62px;
}
.ss-form-select-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 62px; 
    height: 62px;
    padding-left: 25px;
    font-family: "Noto Sans";
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
}
.ss-form-select-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 62px;
    display: none;
}
.ss-form-select-field .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}
.select2-container--default.ss-select-dropdown span.select2-dropdown.select2-dropdown--below {
    margin-top: 10px;
    background-color: #43A2FD;
    border-radius: 25px;
    border: 1px solid #fff;
}
.select2-container--default.ss-select-dropdown span.select2-dropdown.select2-dropdown--above {
    margin-top: 10px;
    background-color: #43A2FD;
    border-radius: 25px;
    border: 1px solid #fff;
}
.select2-container--default.ss-select-dropdown .select2-results__option[aria-selected=true] {
    background-color: #43A2FD;
}
.select2-container--default.ss-select-dropdown .select2-results__option[aria-selected] {
    background-color: #43A2FD;
    cursor: pointer;
    color: #fff;
    padding: 7px 20px;
    font-family: "Noto Sans";
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}
.select2-container--default.ss-select-dropdown .select2-results__option[aria-selected]:hover {
    background-color: #43A2FD;
    color: #fff;
}
.select2-container--default.ss-select-dropdown .select2-results__option:first-child {
    padding-top: 15px;
    border-radius: 20px 20px 0px 0px;
}
.select2-container--default.ss-select-dropdown .select2-results__option:last-child {
    padding-bottom: 15px;
    border-radius: 0px 0px 20px 20px;
}
.select2-container--default.ss-select-dropdown .select2-results>.select2-results__options {
    max-height: unset;
    border-radius: 25px !important;
}
.ss-form-select-bill .select2-container--default .select2-selection--single {
    border-radius: 40px 0px 0px 40px;
}
.ss-form-select-bill .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, 
.ss-form-select-bill .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 40px 0px 0px 40px !important;
} 
.ss-form-select-bill .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, 
.ss-form-select-bill .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-radius: 40px 0px 0px 40px !important;
}
.admin-bar .select2-container--default.ss-select-dropdown span.select2-dropdown.select2-dropdown--below {
    margin-top: 42px;
}
.select2-container--default.ss-select-dropdown span.select2-dropdown {
    width: 190px !important;
    text-align: center !important;
}

.ss-form-select-field .select2-selection__rendered:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/arrow-down-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    display: inline-block;
    margin-left: 15px;
    margin-top: -8px;
    vertical-align: middle;
}
.ss-form-select-field .select2-container .select2-selection--single {
    background-image: none !important;
}
.ss-form-select-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (max-width: 769px) {

    /* .ss-bundle-products {
        flex-direction: column;
    } */
    .ss-bundle-products-nav-items a, .ss-bundle-products-nav-items span {
        font-size: 10px;
        padding: 6px 11px;
        line-height: 1.5;
    }
    .ss-bundle-products-nav-items {
        text-align: center !important;
    }
    .ss-bundle-product {
        width: 100%;
    }
    .ssb-product-items {
        flex-direction: column;
    }
    .ssb-product-item {
        padding: 0;
    }
    .ssb-product-item-slides-wrap {
        margin-bottom: 20px;
    }
    .ss-bundle-product-content {
        border-radius: 20px;
        width: 165px;
        padding: 16px 13px;
        margin-left: 6px;
        margin-right: 6px;
    }
    .ss-bundle-product .ssb-product-item-kwh {
        font-size: 11px;
        line-height: 15px;
    }
    .ssb-product-action a.ssb-product-select-btn {
        font-size: 8px;
        text-transform: uppercase;
        max-width: 100%;
        min-width: 107px;
        padding: 9px 10px;
        line-height: 1;
    }
    .ss-bundle-product a.ssb-product-item-link {
        font-size: 7px;
        line-height: 1;
        margin-top: 7px;
    }
    .ssb-product-desc {
        margin-top: 7px;
    }
    .ssb-product-desc p {
        font-size: 7px;
        line-height: 1.3;
        margin-bottom: 7px;
    }
    .glide__bullet {
        width: 5px;
        height: 5px;
    }
    .ssb-product-item-wrap {
        margin-bottom: 7px;
    }
    .ssb-product-item-wrap .ssbpi-plus-icon {
        width: 6px;
        right: -3px;
    }
    .ss-bundle-product p.ssb-product-item-cat {
        font-size: 5px;
        line-height: 6px;
        margin-bottom: 0px;
        margin-top: 3px;
    }
    .ss-bundle-product-content {
        line-height: 0;
    }

    /* 
    form go
    */
    .home-form-go #ss-form-go {
        justify-content: center;
    }
    .ss-form-select-field .ssff-arrow-icon {
        line-height: 1;
        position: absolute;
        top: 5px;
        right: 11px;
    }
    .ss-form-select-field .ssff-arrow-icon img {
        width: 8.5px;
    }
    .ss-form-inline .ss-form-field select {
        font-size: 12px;
        font-weight: 500;
        padding: 0px 20px 0px 10px;
        line-height: 17px;
        height: 31px;
    }
    .ss-form-inline select#bill {
        border-radius: 40px 0px 0px 40px;
        width: 100px;
    }
    .ss-form-inline select {
        text-transform: capitalize;
    }
    .ss-form-select-field select {
        background-image: url(../img/arrow-down-icon.png);
        background-repeat: no-repeat;
        background-position: right 5px bottom 12px;
    }
    .ss-form-select-field .select2-container .select2-selection--single {
        background-size: 10px;
    }
    .ss-form-inline select#location {
        width: 100px;
    }
    .ss-form-inline select#preference {
        width: 97px;
        border-radius: 0px 40px 40px 0px;
    }
    .ss-form-inline .ss-btn {
        font-size: 15px;
        padding: 0px 18px 0px 14px;
        height: 31px;
        line-height: 20px;
        border-radius: 15px;
        margin-top: 30px;
        min-width: 197px;
    }

    .ss-form-select-field .select2-container--default .select2-selection--single {
        border-radius: 0px;
        height: 31px;
    }
    .ss-form-select-bill .select2-container--default .select2-selection--single {
        border-radius: 40px 0px 0px 40px;
    }
    .ss-form-select-bill .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, 
    .ss-form-select-bill .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
        border-radius: 40px 0px 0px 40px !important;
    }
    .ss-form-select-preference .select2-container--default .select2-selection--single {
        border-radius: 0px 40px 40px 0px !important;
    } 
    .ss-form-select-preference .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, 
    .ss-form-select-preference .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
        border-radius: 0px 40px 40px 0px !important;
    }
    .ss-form-select-preference .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, 
    .ss-form-select-preference .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
        border-radius: 0px 40px 40px 0px !important;
    }
    .ss-form-select-field .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 31px;
        height: 31px;
        padding: 0px 5px 0px 5px;
        font-size: 12px;
        font-weight: 500;
        text-transform: capitalize;
    }
    .ss-form-select-field .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 31px;
    }
    .select2-container--default.ss-select-dropdown .select2-results__option[aria-selected] {
        font-size: 12px;
        font-weight: 500;
        padding: 3px 10px;
    }
    .select2-container--default.ss-select-dropdown .select2-results__option:first-child {
        padding-top: 10px;
        border-radius: 15px 15px 0px 0px;
    }
    .select2-container--default.ss-select-dropdown .select2-results__option:last-child {
        border-radius: 0px 0px 15px 15px;
        padding-bottom: 10px;
    }
    .select2-container--default.ss-select-dropdown span.select2-dropdown.select2-dropdown--below {
        border-radius: 15px;
    }
    .select2-container--default.ss-select-dropdown .select2-results>.select2-results__options {
        max-height: unset;
        border-radius: 15px !important;
    }
    .select2-container--default.ss-select-dropdown span.select2-dropdown {
        width: 145px !important;
        text-align: center !important;
    }
    .ss-form-select-field .select2-selection__rendered:after {
        content: "";
        width: 8.5px;
        height: 8.5px;
        background-image: url(../img/arrow-down-icon.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: transparent;
        display: inline-block;
        margin-left: 5px;
        margin-top: -4px;
        vertical-align: middle;
    }

    .ss-lets-build {
        width: 33px;
    }
    .ss-text-us {
        right: 15px;
        width: 35px;
    }
}