.jt_top_header {
    background: #fff;
    width: 100%;
    position: relative;
    margin: 0;
}

.jt_top_header .container {
    padding: 180px 15px 80px;
}
.jt_head_first_child,
.jt_head_second_child{
    margin: auto;
}

.jt_top_header:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/img/trex-pattern.svg);
    background-position: left center;
    width: 100%;
    height: 100%;
    bottom: auto;
    opacity: 0.3;
}

.jt_head_first_child h1 {
    font-family: 'Tribeca', sans-sherif;
    font-size: 90px;
    letter-spacing: -4px;
    line-height: 1;
}

.jt_head_second_child img {
    -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);

  filter: FlipH;
  -ms-filter: "FlipH";
}

.jt_head_first_child h3 {
    font-size: 28px;
    margin: 20px 10px;
}

.jt_top_header .jt_list {
    margin: 0 10px 30px;
    padding: 0;
    list-style: none;
}

.jt_list {
    margin: 0 10px 30px;
    padding:0;
    list-style: none;
}

.jt_list li {
    display: inline;
    margin-right: 20px;
}

.jt_list li:before {
    font-family: 'food';
    content: "\0076";
    position: relative;
    top:2px;
    margin-right:5px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #00b8af;
}

.jt_list_2 {
    padding: 0;
    list-style: none;
}

.jt_list_2 li {
    font-size: 18px;
}

.jt_list_2 li:before {
    font-family: 'food';
    content: "\004a";
    position: relative;
    top: 2px;
    margin-right: 10px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #a93a61;
    font-size:22px;
}

.jt_list_3 {
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.jt_list_3 li {
    display: inline;
    margin-right: 10px;
}

.jt_list_3 img {
    max-width: 70px;
}

.jt_back {
    content:"";
    position: absolute;
    background: url(/img/ts2.svg);
    width:100%;
    height:100%;
    opacity: 0.1;
    background-repeat:no-repeat;
    background-position:center;
    filter: brightness(0.5);
}

.jt_occasions {
    position: relative;
    background: #f7f8fa;
}

.jt_oc_list a {
    background-color: #fff;
    padding: 30px 15px;
    text-align: center;
    position: relative;
    display:block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(215,222,231,0.7);
}

.jt_oc_list a i {
    font-size: 70px;
    font-size: 4.375rem;
    margin: 0;
    padding: 0;
    display: block;
    color: #00b8b0;
}

.jt_oc_list a h3 {
    font-size: 18px;
    font-size: 1.4rem;
    margin: 0;
}

.jt_oc_list a small {
    color: #444;
}

.jt_oc_list .margin {
    margin: 10px 0 0 0;
}

.jt_oc_first {
    margin:auto;
    padding: 0 60px;
}

.jt_oc_second img {
    max-height: 110px;
    margin-bottom: 20px;
}

.jt_oc_first i {
    font-size: 4.375rem;
    margin: 20px 0 -20px;
    padding: 0;
    display: block;
    color: #a93a61;
}

.jt_input_select > * {
    display: block;
    vertical-align: middle;
    border-radius: 0;
    border: none;
    padding: 0.7em;
    position: relative;
}


.jt_input_select .jt_select_label {
    background-color: #f7f8fa;
}

.jt_select_label .jt_select_wrap {
    background: #fff;
    border: 1px solid rgba(215,222,231,0.7);
    border-radius: 5px;
    padding: 0 1em;
}


.jt_select_wrap_input {
    width: calc(100% - 35px);
    border: none;
    background: transparent;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    color: #2a313d;
    padding: 13.33333px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jt_select_wrap_input {
    padding-left: 0.5em;
}

.jt_select_wrap_input:focus, .jt_input_submit:focus {
    outline: none;
}

.jt_select_wrap::before {
    font-size: 1.2rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e01f";
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.jt_input_submit {
    width: 100%;
    background-color: #fab166;
    border: none;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
}

.jt_input_select .jt_select_label + .jt_select_last {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 100%;
}

.jt_select_wrap_input::-webkit-input-placeholder{color:#737d8c;opacity:0.6;}
.jt_select_wrap_input::-moz-placeholder{color:#737d8c;opacity:0.6;}
.jt_select_wrap_input:-ms-input-placeholder{color:#737d8c;opacity:0.6;}
.jt_select_wrap_input::placeholder{color:#737d8c;opacity:0.6;}

.jt_select_last.no_post {
    background-color: #f96868!important;
    color: #fff;
}

.pbreak-grey-1 {
    background: url('/img/pbreak-grey.svg');
    width: 100%;
    height: 50px;
    position: relative;
    display: block;
    transform: rotate(180deg);
    background-size: cover;
}

.pbreak-grey-2 {
    background: #f7f8fa url(/img/pbreak-dark.svg);
    width: 100%;
    height: 50px;
    position: relative;
    display: block;
    transform: rotate(180deg);
    background-size: cover;
}

.pbreak-grey-3 {
    background: url('/img/pbreak-grey.svg');
    width: 100%;
    height: 50px;
    position: relative;
    display: block;
    background-size: cover;
}

.pbreak-dark-1 {
    background: url('/img/pbreak-dark.svg');
    width: 100%;
    height: 50px;
    position: relative;
    display: block;
    background-size: cover;
}

.pbreak-white-1 {
    background: #f4f4f4 url(/img/pbreak-white.svg);
    width: 100%;
    height: 50px;
    position: relative;
    display: block;
    background-size: cover;
}

.pbreak-dino-full-bottom {
    background: transparent url(/img/pbreak-beige.svg);
    width: 100%;
    height: 50px;
    position: relative;
    display: block;
    background-size: cover;
    transform: rotate(180deg);
}

.pbreak-dino-full-top {
    background: transparent url(/img/pbreak-white.svg);
    width: 100%;
    height: 50px;
    position: relative;
    display: block;
    background-size: cover;
}

.jt_icon_section {
    background: #4d5766;
    position: relative;
    color:#fff;
}
.jt_icon_section h2 {
    color:#fff;
}

p.jt_sub {
    margin: 0;
    font-size: 21px;
    font-weight: 800;
    max-width: 100%;
    color: #00b8b0;
    text-transform: uppercase;
}

.main_title.left h2 {
  font-size: 34px;
  font-size: 2.125rem;
  margin: 0 0 20px 0;
  max-width: 100%;
}

.jt_exp_first {
    margin:auto;
}

.jt_exp_first img {
    max-width:100%;
}

.jt_top_custom_input .custom_select {
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    min-width: 250px;
    position: relative;
}

.jt_top_custom_input .nice-select {
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 10px !important;
    background-color: #f7f8fa !important;
    border: 1px solid rgba(215,222,231,0.7);
    border-radius: 4px;
    color: #4d5766;
    font-weight: 600;
    font-size: 0.9em;
}

.jt_top_custom_input button[type='submit'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6px;
    padding: 11px;
    line-height: 1em;
    border: none;
    background-color: #a93a61;
    border-radius: 4px;
}

.jt_top_custom_input button[type='submit']::before {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\55";
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.jt_top_custom_input .nice-select.open .list {
    visibility:visible;
    border-top: none;
}

.jt_pre_footer {
    background: #f9f8f6;
}

.pbreak-pre-footer {
    background: #f9f8f5 url(/img/pbreak-white.svg);
    width: 100%;
    height: 50px;
    position: relative;
    display: block;
    background-size: cover;
    transform: rotate(180deg);
}

.pbreak-pre-book {
    background: #f9f8f5 url(/img/pbreak-white.svg);
    width: 100%;
    height: 50px;
    position: relative;
    display: block;
    background-size: cover;
}

.dino_img_section {
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 5px;
    position: relative;
}

.dino_img_section .box_1 {
    background-color: #ffffff;
    color: #4d5766;
    padding: 45px;
    border-radius:5px;
}

.dino_img_section .container {
    padding: 5% 0;
}

.dino_img_section:before {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.jt_item_rev {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    height: 200px;
    overflow-y: scroll;
}

.jt_review_top {
    width:100%;
    display:flex;
}

.jt_review_top i {
    font-size:40px;
    vertical-align:middle;
}

.review_top_txt {
    font-size:16px;
    font-weight:600;
    vertical-align:middle;
    margin: 0 20px;
}

.review_top_txt small {
    font-size:16px;
    display:block;
    color: #af496c;
}

.jt_nut_dt {
    border: 1px solid;
    border-radius: 15px !important;
    text-align: center;
    background: #fff;
    margin: 15px 0;
    padding: 5px 0;
}

.jt_nut_dt img {
    max-width: 48px;
    display:block;
    margin:auto;
}

.jt_nut_title {
    display:block;
    font-size: 16px;
}

.jt_nut_result {
    display:block;
    font-size: 20px;
    font-weight: 600;
}

.jt_nut_cal {
    border-color: #82b9b9;
}

.jt_nut_protein {
    border-color: #e2ad6e;
}

.jt_nut_carbs {
    border-color: #8a78a4;
}

.jt_nut_fiber {
    border-color: #dbaa85;
}

.jt_nut_fats {
    border-color: #d39894;
}

.jt_nut_sugars {
    border-color: #9d5793;
}

.jt_nut_bottom_block {
    width: 100%;
}

.jt_no_margin {
    margin:0;
}

ul.list li[data-value="no_occasion"] {
  display:none;
}

.jt_exp_second .main_title .custom-search-input span {
    width: auto;
    height: auto;
    background-color: transparent;
    display: block;
}

@media (max-width: 991px) {
    .jt_input_select {
        margin-bottom:20px;
    
}
   .jt_input_select > *:first-child {
    border-top: 1px solid rgba(215,222,231,0.7);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.jt_input_select > * {
    border-left: 1px solid rgba(215,222,231,0.7);
    border-right: 1px solid rgba(215,222,231,0.7);
}
.jt_select_label .jt_select_wrap {
    margin-bottom:0.5em;
}
.jt_input_select > *:last-child {
    border-bottom: 1px solid rgba(215,222,231,0.7);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
}
.jt_input_select > * + * {
    border-top: 1px solid rgba(215,222,231,0.7);
}

.pbreak-grey-1,
.pbreak-dark-1,
.pbreak-grey-2,
.pbreak-white-1,
.pbreak-grey-3,
.pbreak-pre-book,
.pbreak-pre-footer,
.pbreak-dino-full-top,
.pbreak-dino-full-bottom {
    height: 20px;
}
}


@media (min-width: 768px) {
.jt_input_select {
    display: table;
    margin: 20px 10px;
}
.jt_select_label:not(.mini-request-form--block) {
    display: table;
    height: 67px;
    padding: 0.75em;
    width: 100%;
}
.jt_select_label:not(.mini-request-form--block) > .jt_select_wrap {
    display: table-cell;
    margin: 0px;
}

.jt_select_label .jt_select_wrap {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

.dino_img_section .jt_input_select {
    margin: 20px 0;
}

}

@media only screen and (min-width: 992px) {
  .jt_input_select > *:first-child {
    border-left: 1px solid rgba(215,222,231,0.7);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    }
    .jt_input_select > * {
    display: table-cell;
    border-top: 1px solid rgba(215,222,231,0.7);
    border-bottom: 1px solid rgba(215,222,231,0.7);
   }
   .jt_input_select > *:last-child {
    border-right: 1px solid rgba(215,222,231,0.7);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
}
.jt_input_select > * + * {
    border-left: 1px solid rgba(215,222,231,0.7);
}
.jt_home_page li.jt_top_menu_select {
    margin-left:30px
}
}

@media (max-width: 767px) {
  .jt_top_header .container {
    padding: 100px 15px 50px;
  }
  .jt_head_first_child h1 {
    font-size: 56px;
    letter-spacing: -3px;
  }
  
  .jt_head_first_child h3 {
    font-size: 21px;
}
.jt_oc_first {
    padding: 0 15px;
}
.main_title.left h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
.jt_list_3 {
    text-align:center;
}
.jt_exp_first {
    margin: auto auto 50px auto;
}
.dino_img_section .box_1 {
    padding: 35px 15px 20px;
}
}

@media (max-width: 1600px) {
img {
    max-width:100%;
}
}