.jt_how_it_block img {
    height: 100px;
    margin-bottom:20px;
}

.jt_how_it_block {
    background: #ffffff;
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0;
}

.jt_how_it_block p {
    padding: 0 20px;
}

.jt_how_it_block small {
    position: absolute;
    background-color: #888f99;
    left: 25px;
    top: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    padding: 5px 9px 5px 9px;
    line-height: 1;
    font-size: 18px;
}

.jt_menu_pd_selector .filter_col {
    border:none;
    padding:15px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.jt_menu_radio_filter {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 1px solid #e0e5eb;
    border-radius: 5px;
}

.jt_menu_radio_filter label {
    display: table-cell;
    position: relative;
    padding:15px;
    border-right: 1px solid #e0e5eb;
}

.jt_menu_radio_ttl {
    margin-left: 35px;
}

.jt_menu_radio_filter .container_check .checkmark {
    top: 15px;
    left: 15px;
}

.jt_menu_radio_filter label:last-child {
    border-right: none;
}

.jt_menu_radio_filter label.active {
    background:#f9f8f5;
}

.jt_menu_radio_filter label.active:first-child {
    border-radius:5px 0 0 5px;
}

.jt_menu_radio_filter label.active:last-child {
    border-radius:0 5px 5px 0;
}

.jt_menu_radio_ttl h6 {
    margin-bottom:0;
    font-weight:600;
}

.jt_menu_radio_ttl small {
    font-weight:600;
    color:#4d5766!important;
    font-size:100%;
    padding-top:0!important;
    display:none;
}

.jt_menu_radio_ttl small em {
    font-weight:300;
    font-size:80%;
}

.trice_taste_icon,
.velo_taste_icon,
.trex_taste_icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.trice_taste_icon img,
.velo_taste_icon img{
    width:90px;
}

.trex_taste_icon img{
    width:100px;
}

.jt_menu_pd .strip figure .item_title h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 10px 0;
    line-height: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.jt_menu_price {
    font-size:1.3rem;
    font-weight:600;
    vertical-align:middle;
}

.jt_menu_pd .strip ul li {
    padding-top: 0;
}

.jt_with_faq .custom-search-input {
    background:#f7f8fa;
    margin-top: 30px;
}

.jt_with_faq .nice-select {
    background:#f7f8fa
}

.jt_with_faq .custom-search-input input[type='submit'] {
    background-color: #00b8af;
}

.hbreak {
    display:block
}

.jt_soon {
    margin:auto
}

.jt_3_how {
    margin:auto;
    padding:0;
}

@media (max-width: 991px) {
  
  .jt_menu_radio_filter {
    display: block;
    width: 100%;
    table-layout: auto;
    border: none;
    border-radius: 0;
}
.jt_menu_radio_filter label {
    display: block;
    position: relative;
    padding: 15px;
    border: 1px solid #e0e5eb;
    border-radius: 5px;
}
.jt_menu_pd_selector .filter_col {
    padding: 15px;
}
.jt_menu_radio_filter label.active:first-child {
    border-radius: 5px;
}
.jt_menu_radio_filter label:last-child {
    border-right: 1px solid #e0e5eb;
}
.jt_menu_radio_filter label.active {
    border:1px solid #f9f8f5;
}
.jt_with_faq .custom-search-input {
    background:transparent;
}
}