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

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

.text-center {
    text-align: center !important;
}
#optionalriders .product-card-block__row.product-card-block__row--two .product-card__image{
	display:none;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.bp-set {
    display: inline-block;
    *display: inline;
}

.bp-set.vm {
    vertical-align: middle;
}

.bp-set.vt {
    vertical-align: top;
}

.bp-set.vb {
    vertical-align: bottom;
}

.bp-box,
.fw-bo-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.bp-rel {
    position: relative;
}

.bp-ab {
    position: absolute;
}

.co-black {
    color: #000000;
}

.co-white {
    color: #ffffff;
}

.co-red {
    color: #d62824;
}

.co-purple {
    color: #896291 !important;
}

.co-purple2 {
    color: #611a6d !important;
}

.co-gray {
    color: #dfc694 !important;
}

.co-yarrow {
    color: #dfc694 !important;
}

.co-yarrow2 {
    color: #ba9f68 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-purple {
    background-color: #896291 !important;
}

.bg-gray2 {
    background-color: #f6f6f6 !important;
}

.bg-gray3 {
    background-color: #cccccc !important;
}

.bg-gray4 {
    background-color: #f9f9f9 !important;
}

.bg-gray5 {
    background-color: #e3e3e3 !important;
}

.bg-gray6 {
    background-color: #b2b2b2 !important;
}

.bg-gray7 {
    background-color: #E9E9E9 !important;
}

.bg-gray8 {
    background-color: #aaaaaa !important;
}

.bg-yarrow {
    background-color: #dfc694 !important;
}

.bg-ash2 {
    background-color: #999999 !important;
}

.bg-pink {
    background-color: #ff8ec2 !important;
}

.pad-edge {
    padding-left: 15px;
    padding-right: 15px;
}

.bp-img img,
.tst-style .cc-ti-num img,
.tst-style .cf-note-list img,
.tst-style .mob-mb-list .fw-icon img,
.fc-po-co img {
    max-width: 100%;
    height: auto;
}

.bp-img.wide img,
.tst-style .wide.cc-ti-num img,
.tst-style .wide.cf-note-list img,
.tst-style .mob-mb-list .wide.fw-icon img,
.wide.fc-po-co img {
    display: block;
    width: 100%;
}

.bp-nocurve {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.bp-curve,
.fw-bo-box,
.tst-style .cf-box,
.tst-style .cp-box,
.tst-style .mob-mb-list .fw-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.bp-curve2,
.fc-po-co.main {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.bp-circle,
.tst-style .cc-ti-num,
.tst-style .mob-mb-list .fw-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.mobile-input,
.tst-style .cf-input-group .form-control,
.tst-style .cf-input-checkbox label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.bp-centralize {
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.bp-centralize2 {
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.bp-centralize3,
.tst-style .cf-input-checkbox label input:after {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.pt1 {
    padding-top: 10px;
}

.pt2 {
    padding-top: 20px;
}

.pt3 {
    padding-top: 30px;
}

.pt4 {
    padding-top: 40px;
}

.pt5,
.tst-style .cf-ap-list > li {
    padding-top: 50px;
}

.pb1 {
    padding-bottom: 10px;
}

.pb2 {
    padding-bottom: 20px;
}

.pb3 {
    padding-bottom: 30px;
}

.pb4 {
    padding-bottom: 40px;
}

.pb5,
.tst-style .cf-ap-list > li {
    padding-bottom: 50px;
}

.mt0 {
    margin-top: 0;
}

.mt1 {
    margin-top: 10px;
}

.mt2 {
    margin-top: 20px;
}

.mt3 {
    margin-top: 30px;
}

.mt4 {
    margin-top: 40px;
}

.mt5 {
    margin-top: 50px;
}

.mb0 {
    margin-bottom: 0;
}

.mb1 {
    margin-bottom: 10px;
}

.mb2,
.tst-style .ca-li-list > li {
    margin-bottom: 20px;
}

.mb3 {
    margin-bottom: 30px;
}

.mb4 {
    margin-bottom: 40px;
}

.mb5 {
    margin-bottom: 50px;
}

@media (max-width: 640px) {
    .pt2 {
        padding-top: 10px;
    }

    .pt3 {
        padding-top: 20px;
    }

    .pt4 {
        padding-top: 30px;
    }

    .pt5,
    .tst-style .cf-ap-list > li {
        padding-top: 40px;
    }

    .pb2 {
        padding-bottom: 10px;
    }

    .pb3 {
        padding-bottom: 20px;
    }

    .pb4 {
        padding-bottom: 30px;
    }

    .pb5,
    .tst-style .cf-ap-list > li {
        padding-bottom: 40px;
    }

    .mt2 {
        margin-top: 10px;
    }

    .mt3 {
        margin-top: 20px;
    }

    .mt4 {
        margin-top: 30px;
    }

    .mt5 {
        margin-top: 40px;
    }

    .mb2,
    .tst-style .ca-li-list > li {
        margin-bottom: 10px;
    }

    .mb3 {
        margin-bottom: 20px;
    }

    .mb4 {
        margin-bottom: 30px;
    }

    .mb5 {
        margin-bottom: 40px;
    }

    .mob-mt1 {
        margin-top: 10px;
    }

    .mob-mt2 {
        margin-top: 20px;
    }

    .mob-mb1 {
        margin-bottom: 10px;
    }

    .mob-mb2 {
        margin-bottom: 20px;
    }
}

.tst-style .mob-mb-list h1,
.tst-style .mob-mb-list h2,
.tst-style .mob-mb-list h3,
.tst-style .mob-mb-list h4,
.tst-style .mob-mb-list h5,
.tst-style .mob-mb-list h6,
.tst-style .mob-mb-list .h1,
.tst-style .mob-mb-list .h2,
.tst-style .mob-mb-list .h3,
.tst-style .mob-mb-list .h4,
.tst-style .mob-mb-list .h5,
.tst-style .mob-mb-list .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}

.tst-style .mob-mb-list .fz-26 {
    font-size: 24px;
}

.tst-style .mob-mb-list .fz-36 {
    font-size: 30px;
}

.tst-style .mob-mb-list h3 {
    font-size: 1.17em;
}

.tst-style .mob-mb-list h5 {
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.tst-style .mob-mb-list h5 ~ p {
    margin-top: 0px;
}

.tst-style .mob-mb-list span.nowrap {
    white-space: nowrap;
}

.tst-style .mob-mb-list img {
    vertical-align: middle;
}

.tst-style .mob-mb-list .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.tst-style .mob-mb-list .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.tst-style .mob-mb-list .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

.tst-style .mob-mb-list .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.tst-style .mob-mb-list .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.tst-style .mob-mb-list .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.tst-style .mob-mb-list .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.tst-style .mob-mb-list .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.tst-style .mob-mb-list .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.tst-style .mob-mb-list .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.tst-style .mob-mb-list .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.tst-style .mob-mb-list .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.tst-style .mob-mb-list .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.tst-style .mob-mb-list .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.tst-style .mob-mb-list .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.tst-style .mob-mb-list .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.tst-style .mob-mb-list .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.tst-style .mob-mb-list .order-first {
    -ms-flex-order: -1;
    order: -1;
}

.tst-style .mob-mb-list .order-last {
    -ms-flex-order: 13;
    order: 13;
}

.tst-style .mob-mb-list .order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.tst-style .mob-mb-list .order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.tst-style .mob-mb-list .order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.tst-style .mob-mb-list .order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.tst-style .mob-mb-list .order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.tst-style .mob-mb-list .order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.tst-style .mob-mb-list .order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.tst-style .mob-mb-list .order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.tst-style .mob-mb-list .order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.tst-style .mob-mb-list .order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.tst-style .mob-mb-list .order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.tst-style .mob-mb-list .order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.tst-style .mob-mb-list .order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.tst-style .mob-mb-list .offset-1 {
    margin-left: 8.333333%;
}

.tst-style .mob-mb-list .offset-2 {
    margin-left: 16.666667%;
}

.tst-style .mob-mb-list .offset-3 {
    margin-left: 25%;
}

.tst-style .mob-mb-list .offset-4 {
    margin-left: 33.333333%;
}

.tst-style .mob-mb-list .offset-5 {
    margin-left: 41.666667%;
}

.tst-style .mob-mb-list .offset-6 {
    margin-left: 50%;
}

.tst-style .mob-mb-list .offset-7 {
    margin-left: 58.333333%;
}

.tst-style .mob-mb-list .offset-8 {
    margin-left: 66.666667%;
}

.tst-style .mob-mb-list .offset-9 {
    margin-left: 75%;
}

.tst-style .mob-mb-list .offset-10 {
    margin-left: 83.333333%;
}

.tst-style .mob-mb-list .offset-11 {
    margin-left: 91.666667%;
}

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

    .tst-style .mob-mb-list .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .tst-style .mob-mb-list .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .tst-style .mob-mb-list .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .tst-style .mob-mb-list .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .tst-style .mob-mb-list .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .tst-style .mob-mb-list .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .tst-style .mob-mb-list .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tst-style .mob-mb-list .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .tst-style .mob-mb-list .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .tst-style .mob-mb-list .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .tst-style .mob-mb-list .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .tst-style .mob-mb-list .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .tst-style .mob-mb-list .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tst-style .mob-mb-list .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .tst-style .mob-mb-list .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .tst-style .mob-mb-list .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .tst-style .mob-mb-list .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .tst-style .mob-mb-list .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .tst-style .mob-mb-list .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .tst-style .mob-mb-list .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .tst-style .mob-mb-list .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .tst-style .mob-mb-list .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .tst-style .mob-mb-list .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .tst-style .mob-mb-list .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .tst-style .mob-mb-list .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .tst-style .mob-mb-list .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .tst-style .mob-mb-list .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .tst-style .mob-mb-list .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .tst-style .mob-mb-list .offset-sm-0 {
        margin-left: 0;
    }

    .tst-style .mob-mb-list .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .tst-style .mob-mb-list .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .tst-style .mob-mb-list .offset-sm-3 {
        margin-left: 25%;
    }

    .tst-style .mob-mb-list .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .tst-style .mob-mb-list .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .tst-style .mob-mb-list .offset-sm-6 {
        margin-left: 50%;
    }

    .tst-style .mob-mb-list .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .tst-style .mob-mb-list .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .tst-style .mob-mb-list .offset-sm-9 {
        margin-left: 75%;
    }

    .tst-style .mob-mb-list .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .tst-style .mob-mb-list .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

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

    .tst-style .mob-mb-list .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .tst-style .mob-mb-list .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .tst-style .mob-mb-list .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .tst-style .mob-mb-list .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .tst-style .mob-mb-list .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .tst-style .mob-mb-list .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .tst-style .mob-mb-list .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tst-style .mob-mb-list .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .tst-style .mob-mb-list .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .tst-style .mob-mb-list .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .tst-style .mob-mb-list .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .tst-style .mob-mb-list .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .tst-style .mob-mb-list .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tst-style .mob-mb-list .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .tst-style .mob-mb-list .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .tst-style .mob-mb-list .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .tst-style .mob-mb-list .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .tst-style .mob-mb-list .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .tst-style .mob-mb-list .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .tst-style .mob-mb-list .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .tst-style .mob-mb-list .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .tst-style .mob-mb-list .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .tst-style .mob-mb-list .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .tst-style .mob-mb-list .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .tst-style .mob-mb-list .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .tst-style .mob-mb-list .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .tst-style .mob-mb-list .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .tst-style .mob-mb-list .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .tst-style .mob-mb-list .offset-md-0 {
        margin-left: 0;
    }

    .tst-style .mob-mb-list .offset-md-1 {
        margin-left: 8.333333%;
    }

    .tst-style .mob-mb-list .offset-md-2 {
        margin-left: 16.666667%;
    }

    .tst-style .mob-mb-list .offset-md-3 {
        margin-left: 25%;
    }

    .tst-style .mob-mb-list .offset-md-4 {
        margin-left: 33.333333%;
    }

    .tst-style .mob-mb-list .offset-md-5 {
        margin-left: 41.666667%;
    }

    .tst-style .mob-mb-list .offset-md-6 {
        margin-left: 50%;
    }

    .tst-style .mob-mb-list .offset-md-7 {
        margin-left: 58.333333%;
    }

    .tst-style .mob-mb-list .offset-md-8 {
        margin-left: 66.666667%;
    }

    .tst-style .mob-mb-list .offset-md-9 {
        margin-left: 75%;
    }

    .tst-style .mob-mb-list .offset-md-10 {
        margin-left: 83.333333%;
    }

    .tst-style .mob-mb-list .offset-md-11 {
        margin-left: 91.666667%;
    }
}

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

    .tst-style .mob-mb-list .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .tst-style .mob-mb-list .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .tst-style .mob-mb-list .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .tst-style .mob-mb-list .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .tst-style .mob-mb-list .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .tst-style .mob-mb-list .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .tst-style .mob-mb-list .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tst-style .mob-mb-list .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .tst-style .mob-mb-list .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .tst-style .mob-mb-list .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .tst-style .mob-mb-list .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .tst-style .mob-mb-list .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .tst-style .mob-mb-list .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tst-style .mob-mb-list .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .tst-style .mob-mb-list .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .tst-style .mob-mb-list .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .tst-style .mob-mb-list .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .tst-style .mob-mb-list .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .tst-style .mob-mb-list .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .tst-style .mob-mb-list .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .tst-style .mob-mb-list .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .tst-style .mob-mb-list .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .tst-style .mob-mb-list .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .tst-style .mob-mb-list .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .tst-style .mob-mb-list .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .tst-style .mob-mb-list .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .tst-style .mob-mb-list .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .tst-style .mob-mb-list .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .tst-style .mob-mb-list .offset-lg-0 {
        margin-left: 0;
    }

    .tst-style .mob-mb-list .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .tst-style .mob-mb-list .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .tst-style .mob-mb-list .offset-lg-3 {
        margin-left: 25%;
    }

    .tst-style .mob-mb-list .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .tst-style .mob-mb-list .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .tst-style .mob-mb-list .offset-lg-6 {
        margin-left: 50%;
    }

    .tst-style .mob-mb-list .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .tst-style .mob-mb-list .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .tst-style .mob-mb-list .offset-lg-9 {
        margin-left: 75%;
    }

    .tst-style .mob-mb-list .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .tst-style .mob-mb-list .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

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

    .tst-style .mob-mb-list .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .tst-style .mob-mb-list .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .tst-style .mob-mb-list .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .tst-style .mob-mb-list .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .tst-style .mob-mb-list .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .tst-style .mob-mb-list .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .tst-style .mob-mb-list .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tst-style .mob-mb-list .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .tst-style .mob-mb-list .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .tst-style .mob-mb-list .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .tst-style .mob-mb-list .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .tst-style .mob-mb-list .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .tst-style .mob-mb-list .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tst-style .mob-mb-list .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .tst-style .mob-mb-list .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .tst-style .mob-mb-list .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .tst-style .mob-mb-list .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .tst-style .mob-mb-list .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .tst-style .mob-mb-list .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .tst-style .mob-mb-list .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .tst-style .mob-mb-list .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .tst-style .mob-mb-list .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .tst-style .mob-mb-list .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .tst-style .mob-mb-list .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .tst-style .mob-mb-list .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .tst-style .mob-mb-list .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .tst-style .mob-mb-list .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .tst-style .mob-mb-list .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .tst-style .mob-mb-list .offset-xl-0 {
        margin-left: 0;
    }

    .tst-style .mob-mb-list .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .tst-style .mob-mb-list .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .tst-style .mob-mb-list .offset-xl-3 {
        margin-left: 25%;
    }

    .tst-style .mob-mb-list .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .tst-style .mob-mb-list .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .tst-style .mob-mb-list .offset-xl-6 {
        margin-left: 50%;
    }

    .tst-style .mob-mb-list .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .tst-style .mob-mb-list .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .tst-style .mob-mb-list .offset-xl-9 {
        margin-left: 75%;
    }

    .tst-style .mob-mb-list .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .tst-style .mob-mb-list .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.tst-style .mob-mb-list .d-none {
    display: none !important;
}

.tst-style .mob-mb-list .d-inline {
    display: inline !important;
}

.tst-style .mob-mb-list .d-inline-block {
    display: inline-block !important;
}

.tst-style .mob-mb-list .d-block {
    display: block !important;
}

.tst-style .mob-mb-list .d-table {
    display: table !important;
}

.tst-style .mob-mb-list .d-table-row {
    display: table-row !important;
}

.tst-style .mob-mb-list .d-table-cell {
    display: table-cell !important;
}

.tst-style .mob-mb-list .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.tst-style .mob-mb-list .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .tst-style .mob-mb-list .d-sm-none {
        display: none !important;
    }

    .tst-style .mob-mb-list .d-sm-inline {
        display: inline !important;
    }

    .tst-style .mob-mb-list .d-sm-inline-block {
        display: inline-block !important;
    }

    .tst-style .mob-mb-list .d-sm-block {
        display: block !important;
    }

    .tst-style .mob-mb-list .d-sm-table {
        display: table !important;
    }

    .tst-style .mob-mb-list .d-sm-table-row {
        display: table-row !important;
    }

    .tst-style .mob-mb-list .d-sm-table-cell {
        display: table-cell !important;
    }

    .tst-style .mob-mb-list .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .tst-style .mob-mb-list .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .tst-style .mob-mb-list .d-md-none {
        display: none !important;
    }

    .tst-style .mob-mb-list .d-md-inline {
        display: inline !important;
    }

    .tst-style .mob-mb-list .d-md-inline-block {
        display: inline-block !important;
    }

    .tst-style .mob-mb-list .d-md-block {
        display: block !important;
    }

    .tst-style .mob-mb-list .d-md-table {
        display: table !important;
    }

    .tst-style .mob-mb-list .d-md-table-row {
        display: table-row !important;
    }

    .tst-style .mob-mb-list .d-md-table-cell {
        display: table-cell !important;
    }

    .tst-style .mob-mb-list .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .tst-style .mob-mb-list .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .tst-style .mob-mb-list .d-lg-none {
        display: none !important;
    }

    .tst-style .mob-mb-list .d-lg-inline {
        display: inline !important;
    }

    .tst-style .mob-mb-list .d-lg-inline-block {
        display: inline-block !important;
    }

    .tst-style .mob-mb-list .d-lg-block {
        display: block !important;
    }

    .tst-style .mob-mb-list .d-lg-table {
        display: table !important;
    }

    .tst-style .mob-mb-list .d-lg-table-row {
        display: table-row !important;
    }

    .tst-style .mob-mb-list .d-lg-table-cell {
        display: table-cell !important;
    }

    .tst-style .mob-mb-list .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .tst-style .mob-mb-list .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .tst-style .mob-mb-list .d-xl-none {
        display: none !important;
    }

    .tst-style .mob-mb-list .d-xl-inline {
        display: inline !important;
    }

    .tst-style .mob-mb-list .d-xl-inline-block {
        display: inline-block !important;
    }

    .tst-style .mob-mb-list .d-xl-block {
        display: block !important;
    }

    .tst-style .mob-mb-list .d-xl-table {
        display: table !important;
    }

    .tst-style .mob-mb-list .d-xl-table-row {
        display: table-row !important;
    }

    .tst-style .mob-mb-list .d-xl-table-cell {
        display: table-cell !important;
    }

    .tst-style .mob-mb-list .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .tst-style .mob-mb-list .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.tst-style .mob-mb-list .ease,
.tst-style .mob-mb-list .cf-input-group,
.tst-style .mob-mb-list [box-group] [box-set] > .fw-box,
.tst-style .mob-mb-list [box-group] [box-set] [box-btn],
.tst-style .mob-mb-list .fc-po-co.close,
.tst-style .mob-mb-list [box-group] [box-set] > .fw-box,
.tst-style .mob-mb-list [box-group] [box-set] [box-btn],
.tst-style .mob-mb-list .fc-po-co.close,
.tst-style .mob-mb-list .cf-input-group,
.tst-style .mob-mb-list .cf-dd-set,
.tst-style .mob-mb-list .cf-dd-title,
.tst-style .mob-mb-list .cf-dd-main,
.tst-style .mob-mb-list .cf-dd-title:after,
.tst-style .mob-mb-list a,
.tst-style .mob-mb-list input[type="submit"],
.tst-style .mob-mb-list button {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tst-style .mob-mb-list [box-group] [box-set] {
    padding-left: 5px;
    padding-right: 5px;
}

.tst-style .mob-mb-list [box-group] [box-set]:first-child {
    padding-left: 15px;
}

.tst-style .mob-mb-list [box-group] [box-set]:last-child {
    padding-right: 15px;
}

.tst-style .mob-mb-list [box-group] [box-set] > .fw-box {
    cursor: pointer;
}

.tst-style .mob-mb-list [box-group] [box-set] [box-btn] {
    display: inline-block;
}

.tst-style .mob-mb-list [box-group] [box-set].box-active > .fw-box:first-child {
    padding-bottom: 30px;
    border-radius: 5px 5px 0 0;
}

.tst-style .mob-mb-list [box-group] [box-set].box-active [box-btn] {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .tst-style .mob-mb-list [box-group] [box-set] {
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tst-style .mob-mb-list [box-group] [box-set]:last-child {
        margin-bottom: 0;
    }

    .tst-style .mob-mb-list [box-group] [box-set] > .fw-box {
        padding-bottom: 40px;
    }

    .tst-style .mob-mb-list [box-group] [box-set].box-active > .fw-box:first-child {
        padding-bottom: 15px;
    }
}

.tst-style .mob-mb-list [box-details][box-details="preview"] > .fw-box {
    border-radius: 0 0 5px 5px;
}

@media (max-width: 767px) {
    .tst-style .mob-mb-list [box-details][box-details="preview"] > .fw-box {
        padding-bottom: 45px;
    }
}

@media (max-width: 480px) {
    .tst-style .mob-mb-list [box-details][box-details="preview"] .fw-box {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.tst-style .mob-mb-list .fw-box {
    padding: 20px;
    background-color: #f8f8f8;
}

.tst-style .mob-mb-list .fw-box.box-med {
    padding: 30px;
}

.tst-style .mob-mb-list .fw-box.box-border {
    border: 1px solid #cccccc;
}

.tst-style .mob-mb-list .fw-box.box-simple {
    background-color: transparent !important;
}

.tst-style .mob-mb-list .fw-box.bg-steady {
    background-color: #f8f8f8 !important;
}

.tst-style .mob-mb-list .fw-box.box-pull {
    margin: -10px;
}

.tst-style .mob-mb-list .fw-box.box-light-yarrow {
    background-color: #fcf8ef;
}

.tst-style .mob-mb-list .fw-box.box-gray {
    background-color: rgba(233, 233, 233, 0.7);
}

.tst-style .mob-mb-list .fw-box.active,
.tst-style .mob-mb-list [box-group] [box-set].box-active > .fw-box:first-child,
.tst-style .mob-mb-list [box-details][box-details="preview"] > .fw-box,
.tst-style .mob-mb-list .fw-box:hover {
    background-color: rgba(178, 178, 178, 0.5);
}

.tst-style .mob-mb-list .fw-box.active.box-light-yarrow,
.tst-style .mob-mb-list [box-group] [box-set].box-active > .box-light-yarrow.fw-box:first-child,
.tst-style .mob-mb-list [box-details][box-details="preview"] > .box-light-yarrow.fw-box,
.tst-style .mob-mb-list .fw-box:hover.box-light-yarrow {
    background-color: rgba(223, 198, 148, 0.5);
}

.tst-style .mob-mb-list .fw-box.active.bg-gray7,
.tst-style .mob-mb-list [box-group] [box-set].box-active > .bg-gray7.fw-box:first-child,
.tst-style .mob-mb-list [box-details][box-details="preview"] > .bg-gray7.fw-box,
.tst-style .mob-mb-list .fw-box:hover.bg-gray7 {
    background-color: rgba(178, 178, 178, 0.8) !important;
}

.tst-style .mob-mb-list .fw-box.active.box-gray,
.tst-style .mob-mb-list [box-group] [box-set].box-active > .box-gray.fw-box:first-child,
.tst-style .mob-mb-list [box-details][box-details="preview"] > .box-gray.fw-box,
.tst-style .mob-mb-list .fw-box:hover.box-gray {
    background-color: rgba(178, 178, 178, 0.5);
}

.tst-style .mob-mb-list .fw-box hr {
    border-top-width: 2px;
}

.tst-style .mob-mb-list .fw-box > .row:last-child {
    margin-bottom: 0;
}

.tst-style .mob-mb-list .fw-box .in-co-par ul {
    margin-left: 35px;
}

@media (max-width: 767px) {
    .tst-style .mob-mb-list .fw-box .fw-bo-main > *:first-child {
        padding-left: 0;
    }

    .tst-style .mob-mb-list .fw-box .fw-bo-main > *:last-child {
        padding-right: 0;
    }

    .tst-style .mob-mb-list .fw-box .fw-bo-main > * .in-co-par {
        text-align: center;
    }

    .tst-style .mob-mb-list .fw-box .fw-bo-main > .fw-bo-table > * {
        display: block;
    }

    .tst-style .mob-mb-list .fw-box .fw-bo-main .fw-bo-num {
        display: table;
        width: 100%;
    }

    .tst-style .mob-mb-list .fw-box .fw-bo-main .fw-bo-num > div {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        text-align: center;
        border-right: 1px solid #cccccc;
    }

    .tst-style .mob-mb-list .fw-box .fw-bo-main .fw-bo-num > div:last-child {
        border-right: none;
    }

    .tst-style .mob-mb-list .fw-box .fw-bo-main .fw-bo-num .fw-num {
        text-align: center !important;
    }

    .tst-style .mob-mb-list .fw-box .fw-bo-main .fw-bo-num .fw-bo-table > * {
        display: block;
    }

    .tst-style .mob-mb-list .fw-box .fw-bo-main .fw-bo-num hr {
        display: none;
    }

    .tst-style .mob-mb-list .fw-box .fw-bo-main .fw-bo-col .col-12 .fw-num:last-child {
        margin-top: 10px;
    }

    .tst-style .mob-mb-list .fw-box .fw-bo-main .fw-bo-col .col-12 .fw-num br {
        display: none;
    }

    .tst-style .mob-mb-list .fw-box .fw-bo-main .fw-icon {
        display: none;
    }

    .tst-style .mob-mb-list .fw-box .fw-bo-col.col-btn {
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .tst-style .mob-mb-list .fw-box {
        padding: 15px;
    }

    .tst-style .mob-mb-list .fw-box.box-med {
        padding: 15px;
    }

    .tst-style .mob-mb-list .fw-box.box-pull {
        margin: -7px;
    }
}

.tst-style .mob-mb-list .col-md-3 .fw-box,
.tst-style .mob-mb-list .col-md-2 .fw-box {
    padding: 10px;
}

.tst-style .mob-mb-list .fw-icon {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

.tst-style .mob-mb-list .opacity-80 {
    opacity: 0.8;
}

.tst-style .mob-mb-list .opacity-60 {
    opacity: 0.6;
}

.tst-style .mob-mb-list .fw-arrow:hover {
    opacity: 1;
}

.tst-style .mob-mb-list .fw-bo-list {
    display: table;
    width: 100%;
}

.tst-style .mob-mb-list .fw-bo-list > * {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
}

.tst-style .mob-mb-list .fw-bo-list > *:first-child {
    padding-left: 0;
}

.tst-style .mob-mb-list .fw-bo-list > *:last-child {
    padding-right: 0;
}

.tst-style .mob-mb-list .fw-bo-table {
    display: table;
    width: 100%;
}

.tst-style .mob-mb-list .fw-bo-table > * {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .tst-style .mob-mb-list .fw-num.fz-26 {
        font-size: 16px;
    }

    .tst-style .mob-mb-list .fw-num.fz-56 {
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .tst-style .mob-mb-list .fw-num.fz-26 {
        font-size: 14px;
    }

    .tst-style .mob-mb-list .fw-num.fz-56 {
        font-size: 26px;
    }
}

.cf-popup-content {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.box-shadow,
.fc-po-co.main {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

.box-shadow2,
.tst-style .cf-box {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

.cf-popup-content {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fc-po-co.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.fc-po-co.main {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 940px;
    max-height: calc(100% - 40px);
    padding: 50px;
    overflow: hidden;
    background-color: #ffffff;
}

.fc-po-co.box {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

.fc-po-co.close {
    z-index: 6;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: 20px;
    background: url("../images/icons/icon-close.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

@media (max-width: 1080px) {
    .fc-po-co.main {
        width: calc(100% - 40px);
    }
}

@media (max-width: 810px) {
    .fc-po-co.main {
        padding: 20px;
        padding-top: 40px;
    }

    .fc-po-co.close {
        width: 15px;
        height: 15px;
        margin: 15px;
    }
}

.cf-cl-title > * {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 45px);
}

.cf-cl-title > *.num {
    width: 40px;
}

.cf-cl-title > *.num .cc-ti-num {
    position: relative;
    top: -2px;
}

.cf-cl-title .bp-title {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .cf-cl-title > * {
        vertical-align: middle;
    }
}

.co-cyan {
    color: #33b1af !important;
}

.bg-cyan {
    background-color: #33b1af !important;
}

.tst-style .mob-mb-list .fz-14 {
    font-size: 14px;
}

.mt1a {
    margin-top: 15px;
}

.fz-12 {
    font-size: 12px;
}

.fw-bo-box {
    padding: 15px;
    background: #dadada;
    color: #ffffff;
}

.fw-bo-box p {
    margin-bottom: 10px;
    line-height: 1.2;
}

.fw-bo-box > * {
    font-size: inherit;
    color: inherit;
}

.fw-bo-box > *:last-child {
    margin-bottom: 0 !important;
}

.tst-style .bold {
    font-weight: bold;
}

.tst-style .input-group-prepend,
.tst-style .input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.tst-style .input-group-prepend .btn,
.tst-style .input-group-append .btn {
    position: relative;
    z-index: 2;
}

.tst-style .input-group-prepend .btn + .btn,
.tst-style .input-group-prepend .btn + .input-group-text,
.tst-style .input-group-prepend .input-group-text + .input-group-text,
.tst-style .input-group-prepend .input-group-text + .btn,
.tst-style .input-group-append .btn + .btn,
.tst-style .input-group-append .btn + .input-group-text,
.tst-style .input-group-append .input-group-text + .input-group-text,
.tst-style .input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.tst-style .input-group-prepend {
    margin-right: -1px;
}

.tst-style .input-group-append {
    margin-left: -1px;
}

.tst-style .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.tst-style .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.tst-style .input-group > .form-control,
.tst-style .input-group > .custom-select,
.tst-style .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.tst-style .input-group-text input[type="radio"],
.tst-style .input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.tst-style .cf-box {
    padding: 20px;
    background-color: #ffffff;
}

.tst-style .cf-box .in-co-par p {
    margin-bottom: 20px;
}

.tst-style .cf-box .in-co-par > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 640px) {
    .tst-style .cf-box {
        padding: 15px;
    }
}

.tst-style .cf-input-group {
    border-bottom: 1px solid #cccccc;
}

.tst-style .cf-input-group .input-group-text {
    background-color: transparent;
    border: none;
    font-size: inherit;
    padding-left: 0px;
}

.tst-style .cf-input-group .form-control {
    border: none;
    padding-left: 0;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    font-size: inherit;
}

.tst-style .cf-input-group.disabled {
    border-bottom: none;
}

.tst-style .cf-input-group.input-active {
    border-bottom-color: #009e9b;
}

.tst-style .cf-input-group.input-active input::-webkit-input-placeholder {
    color: transparent;
}

.tst-style .cf-input-group.input-active input:-moz-placeholder {
    color: transparent;
}

.tst-style .cf-input-group.input-active input::-moz-placeholder {
    color: transparent;
}

.tst-style .cf-input-group.input-active input:-ms-input-placeholder {
    color: transparent;
}

@media (max-width: 640px) {
    .tst-style .cf-input-group .input-group-text {
        padding-left: 0;
    }
}

.tst-style .cf-input-checkbox label {
    display: block;
    margin: 0;
}

.tst-style .cf-input-checkbox label input {
    position: relative;
    width: 31px;
    height: 31px;
    background-color: #999999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}

.tst-style .cf-input-checkbox label input:after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    background: url("../images/icon_check_white.png") no-repeat center;
    background-size: 100% 100%;
}

.tst-style .cf-input-checkbox label input:checked {
    background-color: #737373;
}

.tst-style .cf-input-checkbox label input:checked:after {
    opacity: 1;
}

.tst-style .cf-cl-num-list {
    margin: 0px;
}

.tst-style .cf-cl-num-list > li {
    display: table;
    width: 100%;
}

.tst-style .cf-cl-num-list > li > * {
    font-family: "Libre Baskerville", serif;
    font-size: 16px;
    line-height: 19.6px;
    display: table-cell;
    vertical-align: top;
    text-align: right;
    padding-right: 0px;
}

.tst-style .cf-cl-num-list > li > *.title {
    text-align: left;
    padding-right: 5px;
}

.tst-style .cp-box {
    padding: 30px;
}

.tst-style .cp-box .cp-bo-img {
    margin: 0 0 -30px 0;
}

@media (max-width: 767px) {
    .tst-style .cp-box .cp-bo-img {
        margin: 10px;
    }
}

@media (max-width: 640px) {
    .tst-style .cp-box {
        padding: 15px;
    }
}

.tst-style .cf-ap-list > li {
    border-bottom: 1px solid #e0e0e0;
}

.tst-style .cf-ap-list > li:first-child {
    padding-top: 0;
}

.tst-style .cf-ap-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.tst-style .ca-li-list > li > * {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px);
}

.tst-style .ca-li-list > li > *.title {
    width: 50%;
}

.tst-style .ca-li-list > li:last-child {
    margin-bottom: 0;
}

.tst-style .cf-cal-row {
    display: table;
    width: 100%;
}

.tst-style .cf-cal-row > * {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.tst-style .cf-cal-row > *:first-child {
    padding-left: 0;
}

.tst-style .cf-cal-row > *:last-child {
    padding-right: 0;
}

.tst-style .cf-cal-row > *.icon {
    min-width: 70px;
    width: 70px;
}

@media (max-width: 810px) {
    .tst-style .cf-cal-row > *.icon {
        display: none;
    }
}

.tst-style .cf-cl-title > * {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 45px);
}

.tst-style .cf-cl-title > *.num {
    width: 40px;
}

.tst-style .cf-cl-title > *.num .cc-ti-num {
    position: relative;
    top: -2px;
}

.tst-style .cf-cl-title .bp-title {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .tst-style .cf-cl-title > * {
        vertical-align: middle;
    }
}

.tst-style .cc-ti-num {
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #d4d4d4;
    font-size: 90%;
    line-height: 1.0;
}

.tst-style .bp-title2 {
    font-size: 16px;
    line-height: 22.4px;
}

.tst-style li {
/*    list-style: none;*/
}

.tst-style .cf-note-list > li {
    margin-bottom: 5px;
}

.tst-style .cf-note-list > li:last-child {
    margin-bottom: 0;
}

.tst-style .cf-note-list > li > span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    width: calc(100% - 25px);
}

.tst-style .cf-note-list > li > span.icon {
    width: 20px;
    height: 14px;
    position: relative;
    vertical-align: top;
}

.tst-style .cf-note-list > li > span.icon:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
}

.tst-style .cf-note-list > li > span.icon.icon-green:before {
    background: url("../images/icon_check_green.png") no-repeat center center;
    background-size: contain;
}

.tst-style .cf-note-list > li > span.icon.icon-red:before {
    background: url("../images/icon_ex_red.png") no-repeat center center;
    background-size: contain;
}

.tst-style .cf-note-list > li > span:last-child {
    padding-right: 0;
}

@media (max-width: 767px) {
    .tst-style .mob-mb-list .fw-box .fw-bo-main .fw-bo-num > div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tst-style .mob-mb-list .fw-box .fw-bo-main .fw-bo-num > div:first-child {
        padding-left: 0;
    }

    .tst-style .mob-mb-list .fw-box .fw-bo-main .fw-bo-num > div:last-child {
        padding-right: 0;
    }
}

/*frank-360account*/
nav ul , nav ol, li
{
    list-style: none;
}

/*frank-360account-mobile-checkbox*/
@media (max-width: 767px)
{
    .tst-style .cf-input-checkbox label input
    {
        float: right;
        min-width: 31px;
    }
    #riders .product-card, .product-card {
        width: 100%;
        margin-bottom: 15px !important;
    }
    .product-card__button {
        position: initial;
        width: 100%;
    }
    .featherlight-close {
        position: fixed !important;
    }
    .table-custom td, .table-custom th {
        font-size: 13px !important;
        padding: 5px !important;
    }
    #calcultor {
        padding: 10px !important;
    }
}

/*frank-360account-ipadpro-checkbox*/
@media (min-width: 768px)
{
    .tst-style .cf-input-checkbox label input
    {
        float: right;
    }

}
.table-custom {
    /*border: 1px solid #cccccc;*/
    border-collapse: unset;
    /*border-radius: 5px;*/
    /*background: #f9f9f9;*/
}
.table-custom td, .table-custom th {
    padding: 10px 12px;
    font-size: 15px;
}
th.table-subtitle {
    background: #dadada;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.text-center {
    text-align: center !important;
}
.table-custom tbody tr td {
    border-bottom: 1px solid #cccccc;
}
#knowledge .teaser__text, #knowledge .entity-grid-item__text {
    padding: 20px;
}
#knowledge .teaser__title h4 {
    font-size: 26px;
    line-height: 31px;
}

.calculator .calculator-step li .field-label h5 {
    font-size: 21px;
}
.calculator .calculator-step li .fieldset label {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.calculator .calculator-step li .fieldset .checkbox {
    margin-top: 0;
}
.calculator .calculator-step li .fieldset .checkbox label {
    display: block;
    padding: 0;
}
input[type=checkbox]::-ms-check {
    background: #737373;
    color: white;
    border-radius: 5px;
}

.entity-grid .views-row {
    width: 389px;
    max-width: 100%;
}

@media (max-width: 480px) {
/*    .calculator .calculator-step li .fieldset .checkbox label {
        padding-right: 30px;
        font-size: 13px;
    }*/
    .calculator .calculator-step li .fieldset label {
        font-size: 13px;
    }
    .calculator .checkbox label {
        display: flex !important;
    }
    .calculator .checkbox label span {
        flex-grow: 1;
    }
    .teaser__title, .teaser__summary, .entity-grid-item__summary {
        height: auto !important;
    }
}

.calculator .calculator-step li .fieldset .date {
    margin-bottom: 25px;
}

.calculator .calculator-step li .fieldset .date:last-child {
    margin-bottom: 0px;
}

.calculator .calculator-step li .fieldset .date input.datepicker {
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    position: relative;
    right: 0;
    vertical-align: middle;
    font-weight: normal;
    width: 180px;
    background: url(../images-2019/icon_calendar.png);
    background-position: right top;
    background-size: 27px;
    background-repeat: no-repeat;
    float: right;
}

.calculator .calculator-step li .fieldset .date .message {
    color: #c1281b;
    display: block;
    font-size: 12px;
    text-align: right;
}

@media (max-width: 480px) {
    .calculator .calculator-step li .fieldset .date input.datepicker {
        padding: 0;
        font-size: 16px;
        background-position: right -1px;
        background-size: 20px;
    }
}

.calculator .calculator-step li .fieldset .dropdown label select {
    background: url("../images-2019/icon-down-chevron.png") no-repeat;
    background-position: center right;
    background-size: 15px;
    width: auto;
    position: absolute;
    right: 40px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #999999;
    padding: 2px 50px 2px 10px;
    -webkit-appearance: none;
    appearance: none;
}
.calculator .calculator-step li .fieldset .dropdown label select::-ms-expand { display: none; }
.calculator .calculator-step li .fieldset .dropdown label select#group_term_life {
    width: 150px;
}

.calculator .calculator-step li .fieldset .additional-content-title p {
    font-size: 16px;
    line-height: 2em;
}

.calculator .calculator-step li.field-total p {
    font-size: 16px;
    margin-bottom: 10px;
}

.calculator .calculator-step li.field-total .group-row {
    display: block;
    margin-bottom: 5px;
}

.calculator .calculator-step li.field-total .group-name {
    width: 75%;
    display: inline-block;
}

@media (max-width: 480px) {
    .calculator .calculator-step li.field-total .group-name {
        width: 60%;
    }
}

.calculator .calculator-step li.field-total .disclaimer {
    font-size: 12px;
}

.calculator .calculator-step li .fieldset .currency {
    display: inline-block;
    width: 20px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
}

.calculator .calculator-step li .fieldset .amount {
    /* width: calc(25% - 28px); */
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    float: right;
}

.calculator .calculator-step li.field-total .total_amount .currency,
.calculator .calculator-step li.field-total .total_amount .amount,
.calculator .calculator-step li.field-total .total_amount {
    font-size: 26px;
    font-weight: bold;
    width: auto;
    float: none;
}

#riders .product-card {
    margin-bottom: 25px;
}

@media (max-width: 480px) {
    .calculator .calculator-step li.field-total .total_amount .currency,
    .calculator .calculator-step li.field-total .total_amount .amount,
    .calculator .calculator-step li.field-total .total_amount {
        font-size: 21px;
    }

    .calculator .calculator-step li.field-total .amount,
    .calculator .calculator-step li.field-total .currency,
    .calculator .calculator-step li.field-total .group-name {
        font-size: 12px;
    }
}

.product-card__tagline--right, .product-card__tagline--left{
    max-width:100%;
}

#optional-riders .product-card-block__row.product-card-block__row--two .product-card__image, #optionalriders .deal-card__thumbnail{display: none;}

.product-card-block__row--two .product-card__image, .product-card-block__row--two .product-card__mobile .product-card__image{padding-top: 0;}


.product-card-block__row--two .product-card__image {margin-left: -50px; margin-right: -50px; margin-top: -50px;}
.product-card__image img{position: relative;}

@media (max-width: 1199px)
{
    .product-card-block__row--two .product-card__image {margin-left: -25px; margin-right: -25px; margin-top: -30px;}
}

@media (max-width: 1024px)
{
    .featherlight .featherlight-content{width:100%;}
}


@media (max-width: 768px){
    .product-card-block__row--three .product-card__image img, .product-card-block__row--two .product-card__image img{
        position: relative;
    }
    .product-card-block__row--two{
        width: auto;
    }
    #optionalriders .product-card__body .field--name-field-product-card-body, #optionalriders .insurance__info{overflow-x:auto;}
}










