.product_content {
    margin-top: 7px;
    padding: 10px;
    padding-bottom: 20px;
}

.product_info {
    float: left;
}

.product_name a {
    font-size: 16px;
    font-weight: 600;
    color: #232323;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_name a:hover {
    color: #937c6f;
}

.product_price {
    font-size: 24px;
    font-weight: 600;
    color: #8a8a8a;
    margin-top: 0px;
}

.product_options {
    float: right;
    transform: translateY(11px);
}

.product_option {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.product_buy {
    display: inline-block;
    background: #937c6f;
    vertical-align: middle;
    margin-right: 4px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_buy img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 23px;
    height: 23px;
}

.product_buy:hover {
    background: #2f2f2f;
}

.product_fav {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: #232323;
    background: #e0e3e4;
    line-height: 37px;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_fav:hover {
    color: #FFFFFF;
    background: #232323;
}

.elem, .elem * {
    box-sizing: border-box;
    margin: 0 !important;
}

.elem {
    display: inline-block;
    font-size: 0;
    width: 100%;
    height: auto;
    /*border: 5px solid transparent;*/
    border-bottom: none;
    background: #fff;
    /*padding: 5px;*/
    background-clip: padding-box;
}

.elem > span {
    display: block;
    cursor: pointer;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    /*border-radius: 50% 20% / 10% 40%;*/
    /*border-radius: 10% / 50%;*/
    /*border-radius: 8px;*/
    /*border: 2px solid #512363;*/

}


.portfolio .portfolio-wrap-2 {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /*background: rgba(21, 21, 21, 0.6);*/
    padding: 10px;
}

.portfolio .portfolio-wrap-2::before {
    content: "";
    /*background: rgba(21, 21, 21, 0.6);*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
    padding: 20px;
}

.portfolio .portfolio-wrap-2 img {
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap-2 .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.portfolio .portfolio-wrap-2 .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap-2 .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.portfolio .portfolio-wrap-2 .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap-2 .portfolio-links a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap-2 .portfolio-links a:hover {
    color: #ffc451;
}

.portfolio .portfolio-wrap-2:hover::before {
    opacity: 1;
}

.portfolio .portfolio-wrap-2:hover img {
    transform: scale(1.2);
}

.portfolio .portfolio-wrap-2:hover .portfolio-info {
    opacity: 1;
}

.parent {
    display: grid;
    grid-template-columns: 20% 30% 30% 20%;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
}

.div1 {
    grid-area: 1 / 1 / 2 / 2;
}

.div2 {
    grid-area: 1 / 2 / 2 / 3;
}

.div3 {
    grid-area: 1 / 3 / 2 / 4;
}

.div4 {
    grid-area: 1 / 4 / 2 / 5;
}

.div1 img {
    width: 75px;
}

.parent-1 {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    /*text-align: center;*/
}

.parent-1 .div1 {
    .div1 {
        grid-area: 1 / 1 / 2 / 2;
    }
}

.parent-2 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    /*text-align: center;*/
}

.sub-div1 {
    grid-area: 1 / 1 / 2 / 2;
}

.sub-div2 {
    grid-area: 1 / 2 / 2 / 3;
}


input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 0;
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
    box-shadow: 0px 0px 1px #474747;
    border-radius: 50%;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: .5rem;
    border: none;
    border-width: 0 2px;
    /*font-size: 1rem;*/
    height: 3rem;
    text-align: center;
    /*color:#9be3df;*/
}

.c-w-150 {
    width: 150px;
}

.custom-counter-btn {
    border: 1px solid #797474;
    width: 30px;
    height: 30px;
    /* background-color: red; */
    padding: 2px;
    border-radius: 15px;
    color: #000;
}

.flash-message {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: none;
    background: #28a745;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}


#fsb *,
#fsb ::after,
#fsb ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.fsb-modalOpen {
    overflow: hidden;
}

#fastspring_spinner {
    width: 100%;
    height: 100%;
    z-index: 99999998;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
}

#fastspring_spinner img {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-name: fsb-fadeIn;
    animation-name: fsb-fadeIn;
    position: fixed;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    z-index: 99999999;
}

.fsb-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.fsb-alert {
    display: none;
}

.fsb-alert,
.fsb-mod_alert {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: fsb-mod_animatetop;
    animation-name: fsb-mod_animatetop;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 999999999;
}

.fsb-inline-item {
    display: inline-block;
}

.fsb-img-fluid {
    height: auto;
    max-width: 100%;
}

.fsb-container-fluid {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.fsb-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.fsb-col-1, .fsb-col-2, .fsb-col-3, .fsb-col-4, .fsb-col-5, .fsb-col-6, .fsb-col-7, .fsb-col-8, .fsb-col-9, .fsb-col-10, .fsb-col-11, .fsb-col-12, .fsb-col,
.fsb-col-auto, .fsb-col-sm-1, .fsb-col-sm-2, .fsb-col-sm-3, .fsb-col-sm-4, .fsb-col-sm-5, .fsb-col-sm-6, .fsb-col-sm-7, .fsb-col-sm-8, .fsb-col-sm-9, .fsb-col-sm-10, .fsb-col-sm-11, .fsb-col-sm-12, .fsb-col-sm,
.fsb-col-sm-auto, .fsb-col-md-1, .fsb-col-md-2, .fsb-col-md-3, .fsb-col-md-4, .fsb-col-md-5, .fsb-col-md-6, .fsb-col-md-7, .fsb-col-md-8, .fsb-col-md-9, .fsb-col-md-10, .fsb-col-md-11, .fsb-col-md-12, .fsb-col-md,
.fsb-col-md-auto, .fsb-col-lg-1, .fsb-col-lg-2, .fsb-col-lg-3, .fsb-col-lg-4, .fsb-col-lg-5, .fsb-col-lg-6, .fsb-col-lg-7, .fsb-col-lg-8, .fsb-col-lg-9, .fsb-col-lg-10, .fsb-col-lg-11, .fsb-col-lg-12, .fsb-col-lg,
.fsb-col-lg-auto, .fsb-col-xl-1, .fsb-col-xl-2, .fsb-col-xl-3, .fsb-col-xl-4, .fsb-col-xl-5, .fsb-col-xl-6, .fsb-col-xl-7, .fsb-col-xl-8, .fsb-col-xl-9, .fsb-col-xl-10, .fsb-col-xl-11, .fsb-col-xl-12, .fsb-col-xl,
.fsb-col-xl-auto {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

.fsb-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.fsb-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.fsb-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.fsb-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.fsb-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.fsb-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.fsb-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.fsb-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.fsb-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.fsb-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.fsb-col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.fsb-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.fsb-order-first {
    -ms-flex-order: -1;
    order: -1;
}

.fsb-order-last {
    -ms-flex-order: 13;
    order: 13;
}

.fsb-order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.fsb-order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.fsb-order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.fsb-order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.fsb-order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.fsb-order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.fsb-order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.fsb-order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.fsb-order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.fsb-order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.fsb-order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.fsb-order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.fsb-order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.fsb-offset-1 {
    margin-left: 8.333333%;
}

.fsb-offset-2 {
    margin-left: 16.666667%;
}

.fsb-offset-3 {
    margin-left: 25%;
}

.fsb-offset-4 {
    margin-left: 33.333333%;
}

.fsb-offset-5 {
    margin-left: 41.666667%;
}

.fsb-offset-6 {
    margin-left: 50%;
}

.fsb-offset-7 {
    margin-left: 58.333333%;
}

.fsb-offset-8 {
    margin-left: 66.666667%;
}

.fsb-offset-9 {
    margin-left: 75%;
}

.fsb-offset-10 {
    margin-left: 83.333333%;
}

.fsb-offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .fsb-col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .fsb-col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .fsb-col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .fsb-col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .fsb-col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .fsb-col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .fsb-col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .fsb-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fsb-col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .fsb-col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .fsb-col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .fsb-col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .fsb-col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .fsb-col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fsb-order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .fsb-order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .fsb-order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .fsb-order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .fsb-order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .fsb-order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .fsb-order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .fsb-order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .fsb-order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .fsb-order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .fsb-order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .fsb-order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .fsb-order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .fsb-order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .fsb-order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .fsb-offset-sm-0 {
        margin-left: 0;
    }

    .fsb-offset-sm-1 {
        margin-left: 8.333333%;
    }

    .fsb-offset-sm-2 {
        margin-left: 16.666667%;
    }

    .fsb-offset-sm-3 {
        margin-left: 25%;
    }

    .fsb-offset-sm-4 {
        margin-left: 33.333333%;
    }

    .fsb-offset-sm-5 {
        margin-left: 41.666667%;
    }

    .fsb-offset-sm-6 {
        margin-left: 50%;
    }

    .fsb-offset-sm-7 {
        margin-left: 58.333333%;
    }

    .fsb-offset-sm-8 {
        margin-left: 66.666667%;
    }

    .fsb-offset-sm-9 {
        margin-left: 75%;
    }

    .fsb-offset-sm-10 {
        margin-left: 83.333333%;
    }

    .fsb-offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .fsb-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .fsb-col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .fsb-col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .fsb-col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .fsb-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .fsb-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .fsb-col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .fsb-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fsb-col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .fsb-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .fsb-col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .fsb-col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .fsb-col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .fsb-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fsb-order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .fsb-order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .fsb-order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .fsb-order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .fsb-order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .fsb-order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .fsb-order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .fsb-order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .fsb-order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .fsb-order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .fsb-order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .fsb-order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .fsb-order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .fsb-order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .fsb-order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .fsb-offset-md-0 {
        margin-left: 0;
    }

    .fsb-offset-md-1 {
        margin-left: 8.333333%;
    }

    .fsb-offset-md-2 {
        margin-left: 16.666667%;
    }

    .fsb-offset-md-3 {
        margin-left: 25%;
    }

    .fsb-offset-md-4 {
        margin-left: 33.333333%;
    }

    .fsb-offset-md-5 {
        margin-left: 41.666667%;
    }

    .fsb-offset-md-6 {
        margin-left: 50%;
    }

    .fsb-offset-md-7 {
        margin-left: 58.333333%;
    }

    .fsb-offset-md-8 {
        margin-left: 66.666667%;
    }

    .fsb-offset-md-9 {
        margin-left: 75%;
    }

    .fsb-offset-md-10 {
        margin-left: 83.333333%;
    }

    .fsb-offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .fsb-col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .fsb-col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .fsb-col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .fsb-col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .fsb-col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .fsb-col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .fsb-col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .fsb-col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fsb-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .fsb-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .fsb-col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .fsb-col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .fsb-col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .fsb-col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fsb-order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .fsb-order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .fsb-order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .fsb-order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .fsb-order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .fsb-order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .fsb-order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .fsb-order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .fsb-order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .fsb-order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .fsb-order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .fsb-order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .fsb-order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .fsb-order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .fsb-order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .fsb-offset-lg-0 {
        margin-left: 0;
    }

    .fsb-offset-lg-1 {
        margin-left: 8.333333%;
    }

    .fsb-offset-lg-2 {
        margin-left: 16.666667%;
    }

    .fsb-offset-lg-3 {
        margin-left: 25%;
    }

    .fsb-offset-lg-4 {
        margin-left: 33.333333%;
    }

    .fsb-offset-lg-5 {
        margin-left: 41.666667%;
    }

    .fsb-offset-lg-6 {
        margin-left: 50%;
    }

    .fsb-offset-lg-7 {
        margin-left: 58.333333%;
    }

    .fsb-offset-lg-8 {
        margin-left: 66.666667%;
    }

    .fsb-offset-lg-9 {
        margin-left: 75%;
    }

    .fsb-offset-lg-10 {
        margin-left: 83.333333%;
    }

    .fsb-offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .fsb-col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .fsb-col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .fsb-col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .fsb-col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .fsb-col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .fsb-col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .fsb-col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .fsb-col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fsb-col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .fsb-col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .fsb-col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .fsb-col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .fsb-col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .fsb-col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fsb-order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .fsb-order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .fsb-order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .fsb-order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .fsb-order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .fsb-order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .fsb-order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .fsb-order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .fsb-order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .fsb-order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .fsb-order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .fsb-order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .fsb-order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .fsb-order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .fsb-order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .fsb-offset-xl-0 {
        margin-left: 0;
    }

    .fsb-offset-xl-1 {
        margin-left: 8.333333%;
    }

    .fsb-offset-xl-2 {
        margin-left: 16.666667%;
    }

    .fsb-offset-xl-3 {
        margin-left: 25%;
    }

    .fsb-offset-xl-4 {
        margin-left: 33.333333%;
    }

    .fsb-offset-xl-5 {
        margin-left: 41.666667%;
    }

    .fsb-offset-xl-6 {
        margin-left: 50%;
    }

    .fsb-offset-xl-7 {
        margin-left: 58.333333%;
    }

    .fsb-offset-xl-8 {
        margin-left: 66.666667%;
    }

    .fsb-offset-xl-9 {
        margin-left: 75%;
    }

    .fsb-offset-xl-10 {
        margin-left: 83.333333%;
    }

    .fsb-offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.fsb-form-control {
    background-clip: padding-box;
    font-size: 1rem;
    line-height: 1.5;
    padding: .375rem .75rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    width: 100%;
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.fsb-form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.fsb-form-control:focus {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: 0;
}

select.fsb-form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

.fsb-btn {
    border: 1px solid transparent;
    border-radius: .25rem;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    /*white-space: nowrap;*/
    text-decoration: none;
    text-transform: none;
    margin-bottom: 0px;
}

.fsb-btn:focus,
.fsb-btn:hover {
    text-decoration: none;
}

.fsb-btn:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: 0;
}

.fsb-btn:disabled {
    opacity: .65;
}

.fsb-btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.fsb-btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}

.fsb-btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
    color: #fff;
}

.fsb-btn-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.fsb-btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}

.fsb-btn-block {
    display: block;
    width: 100%;
}

.fssmall {
    font-size: 10px;
    font-style: italic;
    margin-bottom: 10px;
}

.editor-styles-wrapper i {
    font-style: normal !important;
}

.fsb-btn:active {
    color: white;
}

.fsb-btn-align-center {
    text-align: center;
}

.fsb-btn-align-left {
    text-align: left;
}

.fsb-btn-align-right {
    text-align: right;
}

.fsb-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    color: white;
}

@media (prefers-reduced-motion: reduce) {
    .fsb-btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.fsb-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fsb-btn:focus, .fsb-btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fsb-btn.disabled, .fsb-btn:disabled {
    opacity: 0.65;
}

a.fsb-btn.disabled,
fieldset:disabled a.fsb-btn {
    pointer-events: none;
}

.fsb-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.fsb-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.fsb-btn-primary:focus, .fsb-btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fsb-btn-primary.disabled, .fsb-btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.fsb-btn-primary:not(:disabled):not(.disabled):active, .fsb-btn-primary:not(:disabled):not(.disabled).active,
.show > .fsb-btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.fsb-btn-primary:not(:disabled):not(.disabled):active:focus, .fsb-btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fsb-btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.fsb-btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.fsb-btn-secondary:focus, .fsb-btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.fsb-btn-secondary.disabled, .fsb-btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.fsb-btn-secondary:not(:disabled):not(.disabled):active, .fsb-btn-secondary:not(:disabled):not(.disabled).active,
.show > .fsb-btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.fsb-btn-secondary:not(:disabled):not(.disabled):active:focus, .fsb-btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.fsb-btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.fsb-btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.fsb-btn-success:focus, .fsb-btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.fsb-btn-success.disabled, .fsb-btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.fsb-btn-success:not(:disabled):not(.disabled):active, .fsb-btn-success:not(:disabled):not(.disabled).active,
.show > .fsb-btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.fsb-btn-success:not(:disabled):not(.disabled):active:focus, .fsb-btn-success:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.fsb-btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.fsb-btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.fsb-btn-info:focus, .fsb-btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.fsb-btn-info.disabled, .fsb-btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.fsb-btn-info:not(:disabled):not(.disabled):active, .fsb-btn-info:not(:disabled):not(.disabled).active,
.show > .fsb-btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.fsb-btn-info:not(:disabled):not(.disabled):active:focus, .fsb-btn-info:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.fsb-btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.fsb-btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.fsb-btn-warning:focus, .fsb-btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.fsb-btn-warning.disabled, .fsb-btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.fsb-btn-warning:not(:disabled):not(.disabled):active, .fsb-btn-warning:not(:disabled):not(.disabled).active,
.show > .fsb-btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.fsb-btn-warning:not(:disabled):not(.disabled):active:focus, .fsb-btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.fsb-btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.fsb-btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.fsb-btn-danger:focus, .fsb-btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.fsb-btn-danger.disabled, .fsb-btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.fsb-btn-danger:not(:disabled):not(.disabled):active, .fsb-btn-danger:not(:disabled):not(.disabled).active,
.show > .fsb-btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.fsb-btn-danger:not(:disabled):not(.disabled):active:focus, .fsb-btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.fsb-btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.fsb-btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.fsb-btn-light:focus, .fsb-btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.fsb-btn-light.disabled, .fsb-btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.fsb-btn-light:not(:disabled):not(.disabled):active, .fsb-btn-light:not(:disabled):not(.disabled).active,
.show > .fsb-btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.fsb-btn-light:not(:disabled):not(.disabled):active:focus, .fsb-btn-light:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.fsb-btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.fsb-btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.fsb-btn-dark:focus, .fsb-btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.fsb-btn-dark.disabled, .fsb-btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.fsb-btn-dark:not(:disabled):not(.disabled):active, .fsb-btn-dark:not(:disabled):not(.disabled).active,
.show > .fsb-btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.fsb-btn-dark:not(:disabled):not(.disabled):active:focus, .fsb-btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.fsb-btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.fsb-btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.fsb-btn-outline-primary:focus, .fsb-btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.fsb-btn-outline-primary.disabled, .fsb-btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.fsb-btn-outline-primary:not(:disabled):not(.disabled):active, .fsb-btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .fsb-btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.fsb-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .fsb-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.fsb-btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.fsb-btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.fsb-btn-outline-secondary:focus, .fsb-btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.fsb-btn-outline-secondary.disabled, .fsb-btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.fsb-btn-outline-secondary:not(:disabled):not(.disabled):active, .fsb-btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .fsb-btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.fsb-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .fsb-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.fsb-btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.fsb-btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.fsb-btn-outline-success:focus, .fsb-btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.fsb-btn-outline-success.disabled, .fsb-btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.fsb-btn-outline-success:not(:disabled):not(.disabled):active, .fsb-btn-outline-success:not(:disabled):not(.disabled).active,
.show > .fsb-btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.fsb-btn-outline-success:not(:disabled):not(.disabled):active:focus, .fsb-btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.fsb-btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.fsb-btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.fsb-btn-outline-info:focus, .fsb-btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.fsb-btn-outline-info.disabled, .fsb-btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.fsb-btn-outline-info:not(:disabled):not(.disabled):active, .fsb-btn-outline-info:not(:disabled):not(.disabled).active,
.show > .fsb-btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.fsb-btn-outline-info:not(:disabled):not(.disabled):active:focus, .fsb-btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.fsb-btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.fsb-btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.fsb-btn-outline-warning:focus, .fsb-btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.fsb-btn-outline-warning.disabled, .fsb-btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.fsb-btn-outline-warning:not(:disabled):not(.disabled):active, .fsb-btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .fsb-btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.fsb-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .fsb-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.fsb-btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.fsb-btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.fsb-btn-outline-danger:focus, .fsb-btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.fsb-btn-outline-danger.disabled, .fsb-btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.fsb-btn-outline-danger:not(:disabled):not(.disabled):active, .fsb-btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .fsb-btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.fsb-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .fsb-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.fsb-btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.fsb-btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.fsb-btn-outline-light:focus, .fsb-btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.fsb-btn-outline-light.disabled, .fsb-btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.fsb-btn-outline-light:not(:disabled):not(.disabled):active, .fsb-btn-outline-light:not(:disabled):not(.disabled).active,
.show > .fsb-btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.fsb-btn-outline-light:not(:disabled):not(.disabled):active:focus, .fsb-btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.fsb-btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.fsb-btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.fsb-btn-outline-dark:focus, .fsb-btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.fsb-btn-outline-dark.disabled, .fsb-btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.fsb-btn-outline-dark:not(:disabled):not(.disabled):active, .fsb-btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .fsb-btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.fsb-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .fsb-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .fsb-btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.fsb-btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.fsb-btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fsb-btn-link:focus, .fsb-btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fsb-btn-link:disabled, .fsb-btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.fsb-btn-lg, .fsb-btn-group-lg > .fsb-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fsb-btn-sm, .fsb-btn-group-sm > .fsb-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.fsb-btn-block {
    display: block;
    width: 100%;
}

.fsb-btn-block + .fsb-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fsb-btn-block,
input[type="reset"].fsb-btn-block,
input[type="button"].fsb-btn-block {
    width: 100%;
}

.fsb-card {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.fsb-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.fsb-card-header {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 0;
    padding: 0 1em;
}

.fsb-card-header:first-child {
    border-radius: 0px;
}

.fsb-align-top {
    vertical-align: top !important;
}

.fsb-border {
    border: 1px solid #dee2e6 !important;
}

.fsb-rounded {
    border-radius: 0.25rem !important;
}

.fsb-d-none {
    display: none !important;
}

.fsb-d-inline-block {
    display: inline-block !important;
}

@media (min-width: 576px) {
    .fsb-d-sm-none {
        display: none !important;
    }

    .fsb-d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .fsb-d-md-none {
        display: none !important;
    }

    .fsb-d-md-inline-block {
        display: inline-block !important;
    }

    .fsb-d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .fsb-d-lg-none {
        display: none !important;
    }

    .fsb-d-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .fsb-d-xl-none {
        display: none !important;
    }

    .fsb-d-xl-block {
        display: block !important;
    }
}

.fsb-align-items-center {
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
}

.fsb-mt-2 {
    margin-top: 0.5rem !important;
}

.fsb-ml-2 {
    margin-left: 0.5rem !important;
}

.fsb-mt-3 {
    margin-top: 1rem !important;
}

.fsb-mb-3 {
    margin-bottom: 1rem !important;
}

.fsb-mt-4 {
    margin-top: 1.5rem !important;
}

.fsb-m-4 {
    margin: 1.5rem !important;
}

.fsb-mb-4 {
    margin-bottom: 1.5rem !important;
}

.fsb-pr-0 {
    padding-right: 0 !important;
}

.fsb-pl-0 {
    padding-left: 0 !important;
}

.fsb-pb-0 {
    padding-bottom: 0 !important;
}

.fsb-pb-4 {
    padding-bottom: 1.5rem !important;
}

.fsb-px-5 {
    padding-right: 3rem !important;
}

.fsb-px-5 {
    padding-left: 3rem !important;
}

.fsb-p-1 {
    padding: 1rem !important;
}

.fsb-p-0 {
    padding: 0px !important;
}

@media (min-width: 576px) {
    .fsb-mt-sm-2 {
        margin-top: 0.5rem !important;
    }
}

.fsb-text-nowrap {
    white-space: nowrap !important;
}

.fsb-text-left {
    text-align: left !important;
}

.fsb-text-right {
    text-align: right !important;
}

.fsb-text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .fsb-text-sm-left {
        text-align: left !important;
    }

    .fsb-text-sm-right {
        text-align: right !important;
    }
}

@media (min-width: 768px) {
    .fsb-text-md-left {
        text-align: left !important;
    }

    .fsb-text-md-right {
        text-align: right !important;
    }
}

.fsb-text-success {
    color: #28a745 !important;
}

.fsb-card-body hr:last-child {
    display: none;
}

.fsb-remove {
    color: #b3b3b3;
    text-decoration: none;
    font-size: 28px;
    vertical-align: sub;
}

.fsb-remove:hover {
    color: black;
}

.fsb-option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #c0c0c0;
    border: none;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: initial;
    height: 25px;
    left: 0;
    margin-right: .5rem;
    outline: none;
    position: relative;
    position: relative;
    right: 0;
    -webkit-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
    width: 25px;
    z-index: 2;
}

.fsb-option-input:hover {
    background: #9faab7;
}

.fsb-option-input:checked {
    background: #9faab7;
}

.fsb-option-input:checked::before {
    content: '2714';
    display: inline-block;
    font-size: 18px;
    height: 25px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    width: 25px;
}

.fsb-cart-input {
    width: 70px;
    display: inline-block;
}

.fsb-remove-small {
    position: absolute;
    top: 0px;
    right: 5px;
    font-weight: bold;
}

.fsb-coupon-entry {
    display: inline-block;
    width: 200px;
}

.fsb-bundle-image {
    width: 60px;
    height: auto;
    display: inline;
}

.fsb-75 {
    font-size: 75%;
}

.fsb-option-input:checked::after {
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 3;
}

.fsb-option-input.fsb-radio {
    border-radius: 50%;
}

.fsb-option-input.fsb-radio::after {
    border-radius: 50%;
}

.fsb-bg-success {
    background-color: #28a745 !important;
    color: white;
}

.fsb-price-ext, .fsb-prod-name, .fsb-total {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}

.fsb-unit-price {
    font-size: 1.17em;
    font-weight: bold;
}

.fsb-shipping {
    display: block;
    font-weight: bold;
}

.fsb-total {
    margin: 10px 0px;
}

.fsb-normal {
    font-weight: normal;
}

/* The Modal (background) */
.fsb-modal {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: fsb-fadeIn;
    /* Fade in the background */
    animation-name: fsb-fadeIn;
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8);
    /* Black w/ opacity */
    display: none;
    /* Hidden by default */
    height: 100%;
    /* Full height */
    left: 0;
    overflow: auto;
    /* Enable scroll if needed */
    position: fixed;
    /* Stay in place */
    top: 0;
    width: 100%;
    /* Full width */
    z-index: 999999;
    /* Sit on top */
}

.fsb-RS .fsb-modal-content {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: fsb-rs_slideIn;
    animation-name: fsb-rs_slideIn;
    background-color: #fefefe;
    bottom: 0;
    -webkit-box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.2), -6px 0 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.2), -6px 0 20px 0 rgba(0, 0, 0, 0.19);
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    width: 25%;
}

.fsb-RS .fsb-modal-content .fsb-close {
    padding-right: 20px;
    margin: 11px 20px;
}

.fsb-RS .fsb-modal-content .fsb-cart_title {
    padding-left: 20px;
}

.fsb-RS .fsb-modal-body {
    padding: 1px 4px;
    margin-top: 76px;
}

.fsb-RS .fsb-modal-header {
    background-color: #28a745;
    color: white;
    position: fixed;
    z-index: 4;
    width: 25%;
}

.fsb-LS .fsb-modal-content {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: fsb-ls_slideIn;
    animation-name: fsb-ls_slideIn;
    background-color: #fefefe;
    bottom: 0;
    -webkit-box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.2), 6px 0 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.2), 6px 0 20px 0 rgba(0, 0, 0, 0.19);
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    width: 60%;
}

.fsb-LS .fsb-modal-content .fsb-close {
    padding-right: 20px;
    margin: 11px 20px;
}

.fsb-LS .fsb-modal-content .fsb-cart_title {
    padding-left: 20px;
}

.fsb-LS .fsb-modal-body {
    padding: 2px 16px;
    margin-top: 60px;
}

.fsb-LS .fsb-modal-header {
    background-color: #28a745;
    color: white;
    position: fixed;
    z-index: 4;
    width: 60%;
}

/* Modal Content */
.fsb-BS .fsb-modal-content {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: fsb-bs_slideIn;
    animation-name: fsb-bs_slideIn;
    background-color: #fefefe;
    bottom: 0;
    -webkit-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
    max-height: 75%;
    overflow-y: scroll;
    position: fixed;
    width: 100%;
}

.fsb-BS .fsb-modal-body {
    margin-top: 60px;
    padding: 2px 16px;
}

.fsb-BS .fsb-modal-header {
    background-color: #28a745;
    color: white;
    left: 0;
    padding: 0 25px 0 0;
    position: fixed;
    right: 0;
    z-index: 4;
}

.fsb-BS .fsb-modal-header .fsb-close {
    margin: 11px 20px;
}

.fsb-BS .fsb-modal-header .fsb-cart_title {
    padding-left: 20px;
}

/* Modal Content */
.fsb-MOD .fsb-modal-content {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: fsb-mod_animatetop;
    animation-name: fsb-mod_animatetop;
    background-color: #fefefe;
    border: 1px solid #888;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 5% auto;
    padding: 0;
    position: relative;
    width: 80%;
}

.fsb-MOD .fsb-modal-body {
    padding: 10px 16px 0;
}

.fsb-MOD .fsb-modal-header .fsb-close, .fsb-cart_title {
    padding: 11px 0;
}

.fsb-card-header {
    padding: 10px;
}

.fsb-MOD .fsb-modal-header {
    background-color: #28a745;
    color: white;
    padding: 2px 16px;
}

.fsb-MODSM .fsb-modal-content {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: fsb-mod_animatetop;
    animation-name: fsb-mod_animatetop;
    background-color: #fefefe;
    border: 1px solid #888;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 5% auto;
    padding: 0;
    position: relative;
    max-width: 1024px;
}

.fsb-MODSM .fsb-modal-body {
    padding: 10px 16px 0;
}

.fsb-MODSM .fsb-modal-header .fsb-close {
    margin: 11px 0;
}

.fsb-MODSM .fsb-modal-header {
    background-color: #28a745;
    color: white;
    padding: 2px 16px;
}

/* The Close Button */
.fsb-close,
.fsb-cart_title {
    color: white;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

.fsb-close:hover,
.fsb-close:focus {
    color: #000;
    cursor: pointer;
}

.fsb-close {
    float: right;
    font-size: 40px;
    line-height: 30px;
}

/* Add Animation Bottom Sheet */
@-webkit-keyframes fsb-bs_slideIn {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes fsb-bs_slideIn {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes fsb-bs_revslideIn {
    from {
        bottom: 0;
        opacity: 1;
    }
    to {
        bottom: -300px;
        opacity: 0;
    }
}

@keyframes fsb-bs_revslideIn {
    from {
        bottom: 0;
        opacity: 1;
    }
    to {
        bottom: -300px;
        opacity: 0;
    }
}

/* Add Animation modal */
@-webkit-keyframes fsb-mod_animatetop {
    from {
        opacity: 0;
        top: -300px;
    }
    to {
        opacity: 1;
        top: 0;
    }
}

@keyframes fsb-mod_animatetop {
    from {
        opacity: 0;
        top: -300px;
    }
    to {
        opacity: 1;
        top: 0;
    }
}

@-webkit-keyframes fsb-mod_revanimatetop {
    from {
        opacity: 1;
        top: 0;
    }
    to {
        opacity: 0;
        top: -300;
    }
}

@keyframes fsb-mod_revanimatetop {
    from {
        opacity: 1;
        top: 0;
    }
    to {
        opacity: 0;
        top: -330px;
    }
}

/* Add Animation right sheet */
@-webkit-keyframes fsb-rs_slideIn {
    from {
        opacity: 1;
        right: -50%;
    }
    to {
        opacity: 1;
        right: 0;
    }
}

@keyframes fsb-rs_slideIn {
    from {
        opacity: 1;
        right: -50%;
    }
    to {
        opacity: 1;
        right: 0;
    }
}

@-webkit-keyframes fsb-rs_revslideIn {
    from {
        opacity: 1;
        right: 0;
    }
    to {
        opacity: 1;
        right: -50%;
    }
}

@keyframes fsb-rs_revslideIn {
    from {
        opacity: 1;
        right: 0;
    }
    to {
        opacity: 1;
        right: -50%;
    }
}

/* Add Animation left sheet */
@-webkit-keyframes fsb-ls_slideIn {
    from {
        left: -50%;
        opacity: 1;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

@keyframes fsb-ls_slideIn {
    from {
        left: -50%;
        opacity: 1;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes fsb-ls_revslideIn {
    from {
        left: 0;
        opacity: 1;
    }
    to {
        left: -50%;
        opacity: 1;
    }
}

@keyframes fsb-ls_revslideIn {
    from {
        left: 0;
        opacity: 1;
    }
    to {
        left: -50%;
        opacity: 1;
    }
}

@-webkit-keyframes fsb-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fsb-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fsb-revfadeIn {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fsb-revfadeIn {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@media (max-width: 1199.98px) {
    .fsb-RS .fsb-modal-header,
    .fsb-LS .fsb-modal-header {
        width: 80%;
    }

    .fsb-MOD .fsb-modal-content {
        width: 90%;
    }
}

@media (max-width: 991.98px) {
    .fsb-RS .fsb-modal-header,
    .fsb-LS .fsb-modal-header {
        width: 90%;
    }

    .fsb-RS .fsb-modal-content,
    .fsb-LS .fsb-modal-content,
    .fsb-MOD .fsb-modal-content {
        width: 90%;
    }
}

@media (max-width: 767.98px) {
    .fsb-RS .fsb-modal-header,
    .fsb-LS .fsb-modal-header {
        width: 100%;
    }

    .fsb-MOD .fsb-modal-content {
        margin: 0;
        width: 100%;
    }

    .fsb-RS .fsb-modal-content {
        width: 100%;
    }

    .fsb-BS .fsb-modal-content {
        max-height: 100%;
    }
}

.minicart {
    border-radius: 5px;
    position: fixed;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    -webkit-transition: width 0.3s, height 0.3s;
    /* For Safari 3.1 to 6.0 */
    -o-transition: width 0.3s, height 0.3s;
    transition: width 0.3s, height 0.3s;
    color: black;
    background: white;
    z-index: 999998;
    height: 58px;
    width: 58px;
}

.minicart.open {
    border-radius: 0px;
}

.minicart.topright {
    top: 20px;
    right: 20px;
}

.minicart.topleft {
    top: 20px;
    left: 20px;
}

.minicart.bottomright {
    bottom: 20px;
    right: 20px;
}

.minicart.bottomleft {
    bottom: 20px;
    left: 20px;
}

.minicart:hover {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
}

.minicart .fa {
    font-size: 25px;
    padding: 15px;
}

.minicart-count {
    position: absolute;
    background: red;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 21px;
    text-align: center;
    color: white;
    font-size: 12px;
}

.topleft .minicart-count, .bottomleft .minicart-count {
    top: -10px;
    right: -10px;
}

.topright .minicart-count, .bottomright .minicart-count {
    top: -10px;
    left: -10px;
}

.fsb-display {
    font-weight: bold;
}

.fsb-extPrice {
    font-weight: bold;
}

.fsb-cartimage {
    max-height: 100px;
}

.fsb-bundleimage {
    width: 60px;
    height: auto;
    display: inline;
}

.fsb-ximage {
    max-height: 75px;
}

#fs p {
    margin: 0px;
}

.fsb-minus, .fsb-plus {
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: #f2f2f2;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
}

input[type="text"].fsb-qtyinput {
    height: 34px;
    width: 60px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.fsb-number {
    display: inline-block;
}

.fastspring_btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
}

.fastspring_btn:focus, .fastspring_btn.focus, .fastspring_btn:active:focus, .fastspring_btn:active.focus, .fastspring_btn.active:focus, .fastspring_btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.fastspring_btn:focus, .fastspring_btn:hover {
    text-decoration: none;
}

.fastspring_btn.focus {
    text-decoration: none;
}

.fastspring_btn:active, .fastspring_btn.active {
    background-image: none;
    outline: 0;
}

.fastspring_btn.disabled, .fastspring_btn:disabled {
    cursor: not-allowed;
    opacity: .65;
}

a.fastspring_btn.disabled,
fieldset[disabled] a.fastspring_btn {
    pointer-events: none;
}

.fastspring_btn-primary {
    color: #fff !important;
    background-color: #0275d8;
    border-color: #0275d8;
}

.fastspring_btn-primary:hover {
    color: #fff !important;
    background-color: #025aa5;
    border-color: #01549b;
}

.fastspring_btn-primary:focus, .fastspring_btn-primary.focus {
    color: #fff !important;
    background-color: #025aa5;
    border-color: #01549b;
}

.fastspring_btn-primary:active, .fastspring_btn-primary.active,
.open > .fastspring_btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none;
}

.fastspring_btn-primary:active:hover, .fastspring_btn-primary:active:focus, .fastspring_btn-primary:active.focus, .fastspring_btn-primary.active:hover, .fastspring_btn-primary.active:focus, .fastspring_btn-primary.active.focus,
.open > .fastspring_btn-primary.dropdown-toggle:hover,
.open > .fastspring_btn-primary.dropdown-toggle:focus,
.open > .fastspring_btn-primary.dropdown-toggle.focus {
    color: #fff !important;
    background-color: #014682;
    border-color: #01315a;
}

.fastspring_btn-primary.disabled:focus, .fastspring_btn-primary.disabled.focus, .fastspring_btn-primary:disabled:focus, .fastspring_btn-primary:disabled.focus {
    background-color: #0275d8;
    border-color: #0275d8;
}

.fastspring_btn-primary.disabled:hover, .fastspring_btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8;
}

.fastspring_btn-secondary {
    color: #373a3c !important;
    background-color: #fff;
    border-color: #ccc;
}

.fastspring_btn-secondary:hover {
    color: #373a3c !important;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.fastspring_btn-secondary:focus, .fastspring_btn-secondary.focus {
    color: #373a3c !important;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.fastspring_btn-secondary:active, .fastspring_btn-secondary.active,
.open > .fastspring_btn-secondary.dropdown-toggle {
    color: #373a3c !important;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
}

.fastspring_btn-secondary:active:hover, .fastspring_btn-secondary:active:focus, .fastspring_btn-secondary:active.focus, .fastspring_btn-secondary.active:hover, .fastspring_btn-secondary.active:focus, .fastspring_btn-secondary.active.focus,
.open > .fastspring_btn-secondary.dropdown-toggle:hover,
.open > .fastspring_btn-secondary.dropdown-toggle:focus,
.open > .fastspring_btn-secondary.dropdown-toggle.focus {
    color: #373a3c !important;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.fastspring_btn-secondary.disabled:focus, .fastspring_btn-secondary.disabled.focus, .fastspring_btn-secondary:disabled:focus, .fastspring_btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc;
}

.fastspring_btn-secondary.disabled:hover, .fastspring_btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc;
}

.fastspring_btn-default {
    color: #373a3c !important;
    background-color: #fff;
    border: 2px solid #ccc;
}

.fastspring_btn-default:hover {
    color: #373a3c !important;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.fastspring_btn-default:focus, .fastspring_btn-default.focus {
    color: #373a3c !important;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.fastspring_btn-default:active, .fastspring_btn-default.active,
.open > .fastspring_btn-default.dropdown-toggle {
    color: #373a3c !important;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
}

.fastspring_btn-default:active:hover, .fastspring_btn-default:active:focus, .fastspring_btn-default:active.focus, .fastspring_btn-default.active:hover, .fastspring_btn-default.active:focus, .fastspring_btn-default.active.focus,
.open > .fastspring_btn-default.dropdown-toggle:hover,
.open > .fastspring_btn-default.dropdown-toggle:focus,
.open > .fastspring_btn-default.dropdown-toggle.focus {
    color: #373a3c !important;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.fastspring_btn-default.disabled:focus, .fastspring_btn-default.disabled.focus, .fastspring_btn-default:disabled:focus, .fastspring_btn-default:disabled.focus {
    background-color: #fff;
    border-color: #ccc;
}

.fastspring_btn-default.disabled:hover, .fastspring_btn-default:disabled:hover {
    background-color: #fff;
    border-color: #ccc;
}

.fastspring_btn-info {
    color: #fff !important;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.fastspring_btn-info:hover {
    color: #fff !important;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.fastspring_btn-info:focus, .fastspring_btn-info.focus {
    color: #fff !important;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.fastspring_btn-info:active, .fastspring_btn-info.active,
.open > .fastspring_btn-info.dropdown-toggle {
    color: #fff !important;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none;
}

.fastspring_btn-info:active:hover, .fastspring_btn-info:active:focus, .fastspring_btn-info:active.focus, .fastspring_btn-info.active:hover, .fastspring_btn-info.active:focus, .fastspring_btn-info.active.focus,
.open > .fastspring_btn-info.dropdown-toggle:hover,
.open > .fastspring_btn-info.dropdown-toggle:focus,
.open > .fastspring_btn-info.dropdown-toggle.focus {
    color: #fff !important;
    background-color: #269abc;
    border-color: #1f7e9a;
}

.fastspring_btn-info.disabled:focus, .fastspring_btn-info.disabled.focus, .fastspring_btn-info:disabled:focus, .fastspring_btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.fastspring_btn-info.disabled:hover, .fastspring_btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.fastspring_btn-success {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.fastspring_btn-success:hover {
    color: #fff !important;
    background-color: #449d44;
    border-color: #419641;
}

.fastspring_btn-success:focus, .fastspring_btn-success.focus {
    color: #fff !important;
    background-color: #449d44;
    border-color: #419641;
}

.fastspring_btn-success:active, .fastspring_btn-success.active,
.open > .fastspring_btn-success.dropdown-toggle {
    color: #fff !important;
    background-color: #449d44;
    border-color: #419641;
    background-image: none;
}

.fastspring_btn-success:active:hover, .fastspring_btn-success:active:focus, .fastspring_btn-success:active.focus, .fastspring_btn-success.active:hover, .fastspring_btn-success.active:focus, .fastspring_btn-success.active.focus,
.open > .fastspring_btn-success.dropdown-toggle:hover,
.open > .fastspring_btn-success.dropdown-toggle:focus,
.open > .fastspring_btn-success.dropdown-toggle.focus {
    color: #fff !important;
    background-color: #398439;
    border-color: #2d672d;
}

.fastspring_btn-success.disabled:focus, .fastspring_btn-success.disabled.focus, .fastspring_btn-success:disabled:focus, .fastspring_btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.fastspring_btn-success.disabled:hover, .fastspring_btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.fastspring_btn-warning {
    color: #fff !important;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.fastspring_btn-warning:hover {
    color: #fff !important;
    background-color: #ec971f;
    border-color: #eb9316;
}

.fastspring_btn-warning:focus, .fastspring_btn-warning.focus {
    color: #fff !important;
    background-color: #ec971f;
    border-color: #eb9316;
}

.fastspring_btn-warning:active, .fastspring_btn-warning.active,
.open > .fastspring_btn-warning.dropdown-toggle {
    color: #fff !important;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none;
}

.fastspring_btn-warning:active:hover, .fastspring_btn-warning:active:focus, .fastspring_btn-warning:active.focus, .fastspring_btn-warning.active:hover, .fastspring_btn-warning.active:focus, .fastspring_btn-warning.active.focus,
.open > .fastspring_btn-warning.dropdown-toggle:hover,
.open > .fastspring_btn-warning.dropdown-toggle:focus,
.open > .fastspring_btn-warning.dropdown-toggle.focus {
    color: #fff !important;
    background-color: #d58512;
    border-color: #b06d0f;
}

.fastspring_btn-warning.disabled:focus, .fastspring_btn-warning.disabled.focus, .fastspring_btn-warning:disabled:focus, .fastspring_btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.fastspring_btn-warning.disabled:hover, .fastspring_btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.fastspring_btn-danger {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d9534f;
}

.fastspring_btn-danger:hover {
    color: #fff !important;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.fastspring_btn-danger:focus, .fastspring_btn-danger.focus {
    color: #fff !important;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.fastspring_btn-danger:active, .fastspring_btn-danger.active,
.open > .fastspring_btn-danger.dropdown-toggle {
    color: #fff !important;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none;
}

.fastspring_btn-danger:active:hover, .fastspring_btn-danger:active:focus, .fastspring_btn-danger:active.focus, .fastspring_btn-danger.active:hover, .fastspring_btn-danger.active:focus, .fastspring_btn-danger.active.focus,
.open > .fastspring_btn-danger.dropdown-toggle:hover,
.open > .fastspring_btn-danger.dropdown-toggle:focus,
.open > .fastspring_btn-danger.dropdown-toggle.focus {
    color: #fff !important;
    background-color: #ac2925;
    border-color: #8b211e;
}

.fastspring_btn-danger.disabled:focus, .fastspring_btn-danger.disabled.focus, .fastspring_btn-danger:disabled:focus, .fastspring_btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f;
}

.fastspring_btn-danger.disabled:hover, .fastspring_btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f;
}

.fastspring_btn-outline-primary {
    color: #0275d8 !important;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8;
    border: 2px solid;
}

.fastspring_btn-outline-primary:hover {
    color: #fff !important;
    background-color: #0275d8;
    border-color: #0275d8;
}

.fastspring_btn-outline-primary:focus, .fastspring_btn-outline-primary.focus {
    color: #fff !important;
    background-color: #0275d8;
    border-color: #0275d8;
}

.fastspring_btn-outline-primary:active, .fastspring_btn-outline-primary.active,
.open > .fastspring_btn-outline-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #0275d8;
    border-color: #0275d8;
}

.fastspring_btn-outline-primary:active:hover, .fastspring_btn-outline-primary:active:focus, .fastspring_btn-outline-primary:active.focus, .fastspring_btn-outline-primary.active:hover, .fastspring_btn-outline-primary.active:focus, .fastspring_btn-outline-primary.active.focus,
.open > .fastspring_btn-outline-primary.dropdown-toggle:hover,
.open > .fastspring_btn-outline-primary.dropdown-toggle:focus,
.open > .fastspring_btn-outline-primary.dropdown-toggle.focus {
    color: #fff !important;
    background-color: #014682;
    border-color: #01315a;
}

.fastspring_btn-outline-primary.disabled:focus, .fastspring_btn-outline-primary.disabled.focus, .fastspring_btn-outline-primary:disabled:focus, .fastspring_btn-outline-primary:disabled.focus {
    border-color: #43a7fd;
}

.fastspring_btn-outline-primary.disabled:hover, .fastspring_btn-outline-primary:disabled:hover {
    border-color: #43a7fd;
}

.fastspring_btn-outline-secondary {
    color: #ccc !important;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
    border: 2px solid;
}

.fastspring_btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #ccc;
    border-color: #ccc;
}

.fastspring_btn-outline-secondary:focus, .fastspring_btn-outline-secondary.focus {
    color: #fff !important;
    background-color: #ccc;
    border-color: #ccc;
}

.fastspring_btn-outline-secondary:active, .fastspring_btn-outline-secondary.active,
.open > .fastspring_btn-outline-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: #ccc;
    border-color: #ccc;
}

.fastspring_btn-outline-secondary:active:hover, .fastspring_btn-outline-secondary:active:focus, .fastspring_btn-outline-secondary:active.focus, .fastspring_btn-outline-secondary.active:hover, .fastspring_btn-outline-secondary.active:focus, .fastspring_btn-outline-secondary.active.focus,
.open > .fastspring_btn-outline-secondary.dropdown-toggle:hover,
.open > .fastspring_btn-outline-secondary.dropdown-toggle:focus,
.open > .fastspring_btn-outline-secondary.dropdown-toggle.focus {
    color: #fff !important;
    background-color: #a1a1a1;
    border-color: #8c8c8c;
}

.fastspring_btn-outline-secondary.disabled:focus, .fastspring_btn-outline-secondary.disabled.focus, .fastspring_btn-outline-secondary:disabled:focus, .fastspring_btn-outline-secondary:disabled.focus {
    border-color: white;
}

.fastspring_btn-outline-secondary.disabled:hover, .fastspring_btn-outline-secondary:disabled:hover {
    border-color: white;
}

.fastspring_btn-outline-info {
    color: #5bc0de !important;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de;
    border: 2px solid;
}

.fastspring_btn-outline-info:hover {
    color: #fff !important;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.fastspring_btn-outline-info:focus, .fastspring_btn-outline-info.focus {
    color: #fff !important;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.fastspring_btn-outline-info:active, .fastspring_btn-outline-info.active,
.open > .fastspring_btn-outline-info.dropdown-toggle {
    color: #fff !important;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.fastspring_btn-outline-info:active:hover, .fastspring_btn-outline-info:active:focus, .fastspring_btn-outline-info:active.focus, .fastspring_btn-outline-info.active:hover, .fastspring_btn-outline-info.active:focus, .fastspring_btn-outline-info.active.focus,
.open > .fastspring_btn-outline-info.dropdown-toggle:hover,
.open > .fastspring_btn-outline-info.dropdown-toggle:focus,
.open > .fastspring_btn-outline-info.dropdown-toggle.focus {
    color: #fff !important;
    background-color: #269abc;
    border-color: #1f7e9a;
}

.fastspring_btn-outline-info.disabled:focus, .fastspring_btn-outline-info.disabled.focus, .fastspring_btn-outline-info:disabled:focus, .fastspring_btn-outline-info:disabled.focus {
    border-color: #b0e1ef;
}

.fastspring_btn-outline-info.disabled:hover, .fastspring_btn-outline-info:disabled:hover {
    border-color: #b0e1ef;
}

.fastspring_btn-outline-success {
    color: #5cb85c !important;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c;
    border: 2px solid;
}

.fastspring_btn-outline-success:hover {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.fastspring_btn-outline-success:focus, .fastspring_btn-outline-success.focus {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.fastspring_btn-outline-success:active, .fastspring_btn-outline-success.active,
.open > .fastspring_btn-outline-success.dropdown-toggle {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.fastspring_btn-outline-success:active:hover, .fastspring_btn-outline-success:active:focus, .fastspring_btn-outline-success:active.focus, .fastspring_btn-outline-success.active:hover, .fastspring_btn-outline-success.active:focus, .fastspring_btn-outline-success.active.focus,
.open > .fastspring_btn-outline-success.dropdown-toggle:hover,
.open > .fastspring_btn-outline-success.dropdown-toggle:focus,
.open > .fastspring_btn-outline-success.dropdown-toggle.focus {
    color: #fff !important;
    background-color: #398439;
    border-color: #2d672d;
}

.fastspring_btn-outline-success.disabled:focus, .fastspring_btn-outline-success.disabled.focus, .fastspring_btn-outline-success:disabled:focus, .fastspring_btn-outline-success:disabled.focus {
    border-color: #a3d7a3;
}

.fastspring_btn-outline-success.disabled:hover, .fastspring_btn-outline-success:disabled:hover {
    border-color: #a3d7a3;
}

.fastspring_btn-outline-warning {
    color: #f0ad4e !important;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e;
    border: 2px solid;
}

.fastspring_btn-outline-warning:hover {
    color: #fff !important;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.fastspring_btn-outline-warning:focus, .fastspring_btn-outline-warning.focus {
    color: #fff !important;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.fastspring_btn-outline-warning:active, .fastspring_btn-outline-warning.active,
.open > .fastspring_btn-outline-warning.dropdown-toggle {
    color: #fff !important;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.fastspring_btn-outline-warning:active:hover, .fastspring_btn-outline-warning:active:focus, .fastspring_btn-outline-warning:active.focus, .fastspring_btn-outline-warning.active:hover, .fastspring_btn-outline-warning.active:focus, .fastspring_btn-outline-warning.active.focus,
.open > .fastspring_btn-outline-warning.dropdown-toggle:hover,
.open > .fastspring_btn-outline-warning.dropdown-toggle:focus,
.open > .fastspring_btn-outline-warning.dropdown-toggle.focus {
    color: #fff !important;
    background-color: #d58512;
    border-color: #b06d0f;
}

.fastspring_btn-outline-warning.disabled:focus, .fastspring_btn-outline-warning.disabled.focus, .fastspring_btn-outline-warning:disabled:focus, .fastspring_btn-outline-warning:disabled.focus {
    border-color: #f8d9ac;
}

.fastspring_btn-outline-warning.disabled:hover, .fastspring_btn-outline-warning:disabled:hover {
    border-color: #f8d9ac;
}

.fastspring_btn-outline-danger {
    color: #d9534f !important;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f;
    border: 2px solid;
}

.fastspring_btn-outline-danger:hover {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d9534f;
}

.fastspring_btn-outline-danger:focus, .fastspring_btn-outline-danger.focus {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d9534f;
}

.fastspring_btn-outline-danger:active, .fastspring_btn-outline-danger.active,
.open > .fastspring_btn-outline-danger.dropdown-toggle {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d9534f;
}

.fastspring_btn-outline-danger:active:hover, .fastspring_btn-outline-danger:active:focus, .fastspring_btn-outline-danger:active.focus, .fastspring_btn-outline-danger.active:hover, .fastspring_btn-outline-danger.active:focus, .fastspring_btn-outline-danger.active.focus,
.open > .fastspring_btn-outline-danger.dropdown-toggle:hover,
.open > .fastspring_btn-outline-danger.dropdown-toggle:focus,
.open > .fastspring_btn-outline-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e;
}

.fastspring_btn-outline-danger.disabled:focus, .fastspring_btn-outline-danger.disabled.focus, .fastspring_btn-outline-danger:disabled:focus, .fastspring_btn-outline-danger:disabled.focus {
    border-color: #eba5a3;
}

.fastspring_btn-outline-danger.disabled:hover, .fastspring_btn-outline-danger:disabled:hover {
    border-color: #eba5a3;
}

.fastspring_btn-link {
    font-weight: normal;
    color: #0275d8 !important;
    border-radius: 0;
}

.fastspring_btn-link, .fastspring_btn-link:active, .fastspring_btn-link.active, .fastspring_btn-link:disabled {
    background-color: transparent;
}

.fastspring_btn-link, .fastspring_btn-link:focus, .fastspring_btn-link:active {
    border-color: transparent;
}

.fastspring_btn-link:hover {
    border-color: transparent;
}

.fastspring_btn-link:focus, .fastspring_btn-link:hover {
    color: #014c8c !important;
    text-decoration: underline;
    background-color: transparent;
}

.fastspring_btn-link:disabled:focus, .fastspring_btn-link:disabled:hover {
    color: #818a91 !important;
    text-decoration: none;
}

.fastspring_btn-lg, .fastspring_btn-group-lg > .fastspring_btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    line-height: 45px;
}

.fastspring_btn-sm, .fastspring_btn-group-sm > .fastspring_btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.fastspring_btn-block {
    display: block;
    width: 100%;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
}

.fastspring_btn-block + .fastspring_btn-block {
    margin-top: 0.5rem;
}

@media (max-width: 575.98px) {
    .fastspring_btn.responsive-xs, .fastspring_btn-lg.responsive-xs, .fastspring_btn-sm.responsive-xs {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .fastspring_btn.responsive-sm, .fastspring_btn-lg.responsive-sm, .fastspring_btn-sm.responsive-sm {
        display: block;
        width: 100%;
    }
}

.fastspring_btn-block {
    display: block;
    width: 100%;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
}

.fastspring_btn-block + .fastspring_btn-block {
    margin-top: 0.5rem;
}

@media (max-width: 575.98px) {
    .fastspring_btn.responsive-xs, .fastspring_btn-lg.responsive-xs, .fastspring_btn-sm.responsive-xs {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .fastspring_btn.responsive-sm, .fastspring_btn-lg.responsive-sm, .fastspring_btn-sm.responsive-sm {
        display: block;
        width: 100%;
    }
}

.fsb-img-align-right {
    text-align: right;
}

.fsb-img-align-center {
    text-align: center;
}

.fsb-row a.fsb_productcatalog {
    text-decoration: none !important;
}

.parent-cart {
    display: grid;
    grid-template-columns: 20% 40% 30% 10%;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 16px 6px;
    align-items: center;

}

.div1-cart {
    grid-area: 1 / 1 / 2 / 2;
}

.div2-cart {
    grid-area: 1 / 2 / 2 / 3;
}

.div3-cart {
    grid-area: 1 / 3 / 2 / 4;
    text-align: center
}

.div4-cart {
    grid-area: 1 / 4 / 2 / 5;
    text-align: end;
}

.parent-prod {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.div1-prod {
    grid-area: 1 / 1 / 2 / 2;
}

.div2-prod {
    grid-area: 1 / 2 / 2 / 3;
    color: red;
    text-align: end;
}

.parent-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    /*padding: 30px;*/
}

.menu-div1 {
    grid-area: 1 / 1 / 2 / 2;
    width: 250px;
    height: 350px;
    /*background-image: url('../../web/img/capabilities_navbar_2.png'); !* Replace with your image URL *!*/
    background-size: cover; /* Ensures the image covers the entire div */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}

.menu-div2 {
    grid-area: 1 / 2 / 2 / 3;
    width: 250px;
}

.menu-div3 {
    grid-area: 1 / 3 / 2 / 4;
    width: 250px
}

.menu-cover-contain {
    padding: 30px;
    color: white;
}

.menu-div2 > .menu-contain, .menu-div3 > .menu-contain {
    padding: 30px 30px;
    color: black;
}

.menu-contain > h4 {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.34);
    font-weight: bold;
    margin-bottom: 1rem;
    margin-left: 1rem;
}


/*new-hero.png*/
.new-hero {
    width: 100%;
    min-height: 100vh;
    background: url("../img/new-hero.png") top center;
    background-size: cover;
    position: relative;
}

.responsive-section {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.responsive-section-2 {
    display: flex;
    flex-direction: column;
    min-height: 60vh;
}

.column {
    flex: 1;
    display: flex;
    justify-content: start;
    align-items: center;
}

.image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-column {
    background-color: #191919;
    color: white;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 3%;
    /*text-align: justify;*/
}

.text-content {
    /*text-align: center;*/
    /*padding: 20px 10%;*/
}

.text-content > p {
    text-align: justify;
}

@media (min-width: 768px) {
    .responsive-section, .responsive-section-2 {
        flex-direction: row;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box-2 {
    border: 1px solid #ebebeb;
    transition: all ease-in-out 0.3s;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    overflow: auto;
    width: 100%;
}

.icon-box-2:hover {
    background: #EBEBEB;
}

.icon-box-2 > .bloc-1 {
    width: 100%;
    height: auto;

}

.icon-box-2 > .bloc-1 > img {
    width: 100%;
    height: 300px;
    background-size: cover;
    position: relative;
}

.icon-box-2 > .bloc-2 {
    padding: 35px 20px;
    height: 300px;
}

.icon-box-2 > .bloc-2 > h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: black;
}

.bloc-2 > ul > li {
    margin: 12px 0;
    list-style: initial !important;
}

.btn, .get-started-btn {
    padding: 12px !important;
    cursor: pointer;
}

.custom-p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    line-height: 2 !important;
    font-weight: 400 !important;
    color: #929191 !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px !important;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px !important;
    text-transform: none !important;
    text-align: justify;
}

.logo-section {
    /*text-align: center;*/
    /*margin: 200px 15px 10px 0*/
    padding: 2% 0;
    opacity: 0.6;
}

.logo-section > ul > li {
    display: inline-block;
    margin: 10px;
}

.logo-section > ul > li > img {
    /*width: 100px;*/
    /*height: 50px;*/
}

.bloc-3 {
    padding: 25px 30px;
}

.bloc-3 > a, .product_options > a {
    color: #0a53be;
}

.bold-text {
    color: #711913;
    font-weight: bold;
}

.copyright span {
    color: #0b5ed7;
}

.service-cadre {
    padding: 60px 50px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ebebeb;
}

/*.gallery-element{*/
/*    background-color: grey;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.home-logo {
    opacity: 0.3;
}

.home-logo-2 {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    /*opacity: 0.2;*/
}

.swipe-custom {
    height: 100% !important;
    width: 250px !important;
    margin: 5px !important
}

.text-content h1 {
    font-weight: bold;
}

.bloc-2 > h4, .bloc-2 > h5, .bloc-2 > p {
    text-align: center !important;
}

.bloc-2 > p {
    font-size: 13px
}

.form-control {
    line-height: 2.6 !important;
    border-radius: 3px !important;
}
.privacy-list{
    list-style: inside;
}
.privacy >p{
    text-align: justify ;
}
.text-italic{
    font-style: italic;
}
.with-plus::before {
    content: "+";
    margin-right: 2px; /* Optional: Adjust the space between the + and the number */
    font-size: inherit; /* Ensures the + sign matches the counter's font size */
    vertical-align: middle; /* Aligns the + sign with the number */
}
/* Hide mobile version by default */
.mobile-version {
    display: none;
}

/* Show mobile version only on smaller screens */
@media (max-width: 768px) {
    /* Hide complex desktop version */
    .desktop-version {
        display: none;
    }

    /* Show simplified mobile version */
    .mobile-version {
        display: block;
    }
}

.sidebar-parent {
    display: grid;
    grid-template-columns: 15% 65% 20%;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 10px;
    background-color: lightgrey;
    border-radius: 5px;
}

.sidebar-parent > .div1 {
    grid-area: 1 / 1 / 2 / 2;
    align-content: center;
    text-align: center;
}

.sidebar-parent > .div2 {
    grid-area: 1 / 2 / 2 / 3;
    align-content: center;
    font-size: 12px;padding: 0 20px;
    /*background-color: red;*/
}

.sidebar-parent > .div3 {
    grid-area: 1 / 3 / 2 / 4;
    align-content: center;
    text-align: center;
}

.sidebar-picture{
    width: 50px !important;
    height: 60px;
    border-radius:5px;
}

.custom-counter-btn-sidebar-1 {
    width: 30px;
    border: 1px solid;
    height: 30px;
    padding: 2px;
    border-radius:  15px 0 0 15px;
    color: #000;
    margin: 0;
}.custom-counter-btn-sidebar-2 {
     width: 30px;
     border: 1px solid;
     height: 30px;
     padding: 2px;
     border-radius: 0 15px 15px 0;
     color: #000;
}
 .quantity-2{
     height: 30px;
     text-align: center;
 }
.select-container {
    position: relative;
    display: inline-block;
    width: 100%; /* Adjust based on your layout */
}

.select-container select {
    width: 100%;
    padding-right: 30px; /* Adds space for the arrow */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
    appearance: none;
    background-color: white; /* Set background color */
}

.select-container::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px; /* Position of the arrow */
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333; /* Triangle color */
    transform: translateY(-50%);
    pointer-events: none; /* Arrow doesn't block clicks */
}
.shop-icon {
    width: 24px; /* Adjust to your desired size */
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/shopping-bag-white.svg');
}
#preloader {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent background */
    z-index: 9999; /* Ensure it's above other elements */
}

#preloader::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px; /* Center the spinner */
    border: 5px solid #3498db;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



#wrapper {
    width: 100%;
    max-width: 964px;
    position: relative;
}

#carousel {
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

#carousel::-webkit-scrollbar {
    height: 0;
}

#prev,
#next {
    display: flex;
    justify-content: center;
    align-content: center;
    background: white;
    border: none;
    padding: 8px;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
    position: absolute;
}

#prev {
    top: 50%;
    left: 0;
    transform: translate(50%, -50%);
    display: none;
}

#next {
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

#content {
    display: grid;
    grid-gap: 16px;
    grid-auto-flow: column;
    margin: auto;
    box-sizing: border-box;
}

.item {
    width: 180px;
    height: 180px;
    background: green;
}

.list-group-service-link {
    text-decoration: none; /* Remove underline */
    color: inherit; /* Inherit text color */
    display: block; /* Ensures the link wraps the entire div */
}

.list-group-service {
    cursor: pointer; /* Show pointer cursor on hover */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Add hover effect */
}

/*.list-group-service:hover {*/
/*    transform: scale(1.02); !* Slight zoom on hover *!*/
/*    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); !* Add shadow on hover *!*/
/*}*/

.product_image_thumbnails- {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Adjust min-width as needed */
    gap: 10px; /* Spacing between thumbnails */
}

.product_image_thumbnail- {
    width: 100%; /* Ensure thumbnails scale within their grid cell */
    padding-top: 100%; /* Maintain square aspect ratio */
    background-size: cover;
    background-position: center;
    border: 1px solid #ccc; /* Optional: Add a border for better visibility */
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Optional: Adjustments for smaller screens */
@media (max-width: 768px) {
    .product_image_thumbnails- {
        gap: 5px; /* Reduce spacing on smaller screens */
    }
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #007bff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin: auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
