.menu_container #header_menu {
    display: none!important;
}
.menu_container a.dropdown-button {
display: none!important;
}
.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23B07847'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23B07847'%2F%3E%3C%2Fsvg%3E") !important;
}

.cd-main-content {
    position: relative;
    min-height: 85vh;
}
.modal{
    max-height: 90%;
}

.cd-gallery .play_button{
    display: block;
    height: 80px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    z-index: 100;
    text-transform: uppercase;
    color:#fff;
}

body {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: none;
    background-color: #F3E9D0;
}

.gold {
    background-color: #e7130c;
    color: #fff;
    font-size: 14px;
    padding: 3px;
    border-radius: 4px;
}

.swiper-slide {
    display: block;
    overflow: auto;
}

.swiper-container {
    height: fit-content;
    height: -moz-max-content;
    height: -webkit-max-content;
}

.swiper-wrapper {
    height: auto!important;
}

#more_section img {
    max-width: 100%;
}

.cd-section {
    background-color: transparent!important;
}

#slider_section .swiper-slide img {
    max-width: 90%;
}

.card {
    box-shadow: none!important;
}

.video-js .vjs-tech {
    position: relative;
    height: inherit;
}

.player {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: black;
}

.video-js {
    font-size: 10px;
    color: #fff;
}

.vjs-default-skin .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    border: 0.06666em solid #fff;
    border-radius: 0.3em;
    left: 0.5em;
    top: 0.5em;
}

.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-slider {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
    background: #fff;
}

.video-js .vjs-load-progress {
    background: #bfc7d3;
    background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
    background: #fff;
    background: rgba(115, 133, 159, 0.75);
}

.title_desc {
    color: #333;
    margin-bottom: 5px;
    font-size: 15px;
    margin-top: 5px;
}

#btn-close-modal {
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.top_area {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: auto;
}

.top_area img {
    width: 100%;
    border-bottom: 5px solid #68C85D;
}

span.dish_name {
    float: left;
    bottom: 0px;
    color: #B07847;
    font-size: 27px;
    font-weight: bold;
    line-height: 35px;
    padding-bottom: 15px;
}

.top_area img:after {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
}

.bottom_area {
    background-color: #FFF;
    position: relative;
    height: 100px;
}

.tag {
    float: left;
    padding: 0px 5px;
    font-size: 11px;
    color: #999;
}

.tag_area {
    float: left;
    padding: 10px 0px;
    position: absolute;
    bottom: 10px;
}

.bottom_area_inner {
    padding: 15px;
}

span.dish_desc {
    color: #333;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 0.05em;
    float: left;
}

.date_area {
    position: absolute;
    z-index: 1;
    right: 10px;
    width: 70px;
    text-align: center;
    height: 70px;
    top: 0px;
    background-color: #68C85D;
    color: #FFF;
    border-radius: 50%;
    margin-top: -35px;
}

.dish {
    position: relative;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .7);
    cursor: pointer;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.dish:hover {
    box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, .7);
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
}

span.month {
    width: 100%;
    float: left;
    font-size: 21px;
    margin-top: 9px;
}

span.day {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #666;
    padding: 0;
    margin: 0;
}

.date_area2 {
    position: absolute;
    top: 50px;
    padding-left: 2px;
}

.products_area {
    position: absolute;
    z-index: 1;
    right: 10px;
    width: 30%;
    text-align: center;
    height: 70px;
    top: 0px;
    color: #FFF;
    border-radius: 50%;
    margin-top: -24%;
}

.product_block_frame {
    position: absolute;
    right: 0;
    height: 400px;
    background: url(/images/maria/blur_m.png);
    top: -100px;
}

.product_block_frame:before {
    content: " ";
    background: url(/images/maria/blur_l.png)no-repeat;
    position: absolute;
    width: 299px;
    height: 400px;
    left: -299px;
}

.product_block {
    float: right;
    height: 100px;
    width: 105px;
    padding-top: 100px;
}

.product_block_inner {
    margin: 10px;
    height: 100%;
}

.product_block p {
    font-size: 12px;
    text-align: center;
    margin: 5px 0px;
}

.product_block_img {
    width: 95px;
    margin: 90px auto 0;
}

.product_block_img img {
    width: 100%;
}

img.products_s_img {
    height: 24px;
    vertical-align: middle;
}

.products_filter .checkbox-label {
    /* padding-left: 24px!important; */
}

.products_s_img_frame {
    float: left;
    height: 24px;
    position: relative;
}

.products_s_img_frame span.products_s_desc {
    width: 145px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.products_s_img_frame span.products_s_desc:hover {
    color: #666
}

[type="checkbox"]:checked+label:before {
    border-right: 2px solid #FF9C00;
    border-bottom: 2px solid #FF9C00;
}

.cd-modal-bg {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
}

.cd-tabs-navigation img {
    width: 30px;
    position: absolute;
    left: 5px;
    top: 15px;
}

.cd-gallery.container {
    padding: 50px 2% 0;
}

.recipe_breadcrumb {
    text-align: left;
    font-size: 15px;
    font-weight: bold
}

.recipe_breadcrumb a {
    color: #B07847
}

.recipe_breadcrumb a:hover {
    text-decoration: underline
}

.recipe_breadcrumb img {
    width: 28px;
    display: inline;
    margin-right: 5px;
    vertical-align: bottom;
}

.card.medium {
    height: auto;
    overflow: visible;
}

.eng .cd-tab-filter a {
    font-weight: 400;
    font-size: 13px;
}

.cd-tab-filter-wrapper,
.cd-filter {
    z-index: 10
}

.cd-gallery {
    float: none;
    padding: 50px 2%;
}

.cd-tab-filter {
    float: none;
    margin: 0 auto;
}

.cd-tab-filter a.cd-filter-trigger {
    position: absolute;
    left: 1%;
    width: 100px;
}

.cd-tab-filter a.cd-filter-trigger img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cd-main-content.is-fixed .cd-filter-trigger {
    position: absolute
}

.cd-main-content .cd-tab-filter-wrapper {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cd-main-content.is-fixed .cd-tab-filter-wrapper {
    opacity: 0.9
}

.cd-main-content.is-fixed .cd-tab-filter-wrapper:hover {
    opacity: 1
}

.cd-tabs nav {
    overflow: hidden
}

.cd-tabs-navigation a {
    height: 100%
}

.cd-main-content .card .card-image {
    overflow: visible;
    height: auto
}

.cd-main-content .card-content {
    position: relative;
}

.cd-main-content .card_product_container a {
    width: 22%;
    display: inline-block;
    margin-left: 1%;
    ;
    display: inline-block;
}

.cd-main-content .card .card-image .card_product {}

.cd-main-content .card .card-image .card_product:hover {
    margin-bottom: 5px
}

.cd-main-content .card .card-content .card-title {
    line-height: 1;
    margin-left: 1px;
}

.cd-main-content .card-title .title_name {
    color: #B07847;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

.eng .cd-main-content .card-title .title_name {
    font-size: 18px;
}

.eng .card-content .difficulty {
    font-size: 14px;
}

.cd-main-content .card-title .title_date {
    font-size: 12px;
    color: #666;
    line-height: 2;
}

.cd-main-content .trigger_btn {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.cd-gallery .row {
    margin-top: 0;
    margin-bottom: 0
}

.products_s_img_frame span.products_s_img {
    display: inline-block;
    width: 40px;
    text-align: left;
}

.cd-modal-close {
    z-index: 20
}

.modal-is-visible .cd-modal {
    z-index: 11
}

.cd-filter-block input[type='search'] {
    padding-left: 10px;
    padding-right: 0;
    width: 90%;
}

.cd-filter-block h4 {
    font-size: 1.3rem
}

.product_block_frame p {
    margin: 0;
    font-size: 14px
}

.card-content .tag_corner {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin: 0 -20px;
    padding: 0 10px;
}

.chip {
    float: left;
    margin: 5px 3px 0 0;
    height: 25px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
    padding: 0 12px;
    border-radius: 16px;
    position: relative;
    z-index: 4;
}

.footer_cat {
    position: fixed;
    bottom: 0;
    padding: 10px;
    background-color: #44a4ff;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 44px;
    padding: 12px;
    letter-spacing: 3px;
    font-size: 16px;
    z-index: 5
}

#modal1 .modal-content {
    text-align: center;
    padding: 0;
}

#modal1 .collection a.collection-item {
    color: #333;
    letter-spacing: 3px;
}

#modal1 .collection .collection-item.active {
    background-color: #eee;
    color: #222;
}
.class_date{
    color: #999;
    font-size: 15px;
    margin-bottom: 4px;
}
.class_date .material-icons {
    font-size: 14px;
}
.card.medium .card-content {
    padding-left: 0px;
    height: 135px;
    text-align: left;
    padding-top: 17px;
    background-color: #F3E9D0;
}

.eng .card.medium .card-content {
    height: 200px;
}

.card_product_container {
    position: absolute;
    bottom: -5px;
    z-index: 4;
    left: 0;
    text-align: left;
}

.swiper-container {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}

.row .col.s6 {
    margin-top: 0px;
}

.eng .card_product_container {
    bottom: 185px;
}

.card_product_container .card_product {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    width: 60%
}

.card_product_container .card_product:hover {
    margin-bottom: 5px
}

.card-content .difficulty {
    color: #ff9c00;
    margin: 5px 0;
    font-size: 15px;
}

.card-content .cook_time {
    color: #999;
    bottom: 10px;
    left: 20px;
    position: absolute;
    font-size: 14px;
    vertical-align: middle;
}

.card-content .fa-clock-o.fa {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.cd-gallery .maria_choice {
    display: block;
    width: 140px;
    position: absolute;
    left: -10px;
    top: -15px;
    z-index: 2;
}

.cd-gallery .video_btn {
    display: block;
    width: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
}

.cd-gallery .cat_logo {
    display: block;
    width: 50px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 2;
}

#recipe_item {
    margin-top: 1.6rem;
    text-align: left;
}

#recipe_item #recipe_header {
    position: relative
}

#recipe_item .related_products_header {
    text-align: center;
    color: #333;
    padding: 15px 0 5px;
    font-size: 16px;
    font-weight: bold;
}

#recipe_item .related_products {
    background-color: rgba(255, 255, 255, 0.75);
    height: 100%;
    overflow: hidden
}

#recipe_item .related_product_item {
    text-align: center;
    display: block;
    padding: 0 10px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

#recipe_item .related_product_item:hover {
    opacity: 1;
}

#recipe_item .related_product_item img {
    width: 85%;
    margin: 0 auto;
}

#recipe_item .related_product_item span {
    font-size: 12px;
    color: #666;
    font-weight: bold;
}

#recipe_item .method_section {
    padding: 20px 0 0px;
    margin-bottom: 10px;
}

#recipe_item .method_section a {
    font-size: 16px;
    color: #222;
    margin-right: 10px;
    font-weight: bold;
    padding: 5px 2px 5px;
    display: inline-block;
    opacity: 0.7;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

#recipe_item .method_section a:hover {
    opacity: 1
}

#recipe_item .method_section a.active {
    border-bottom: #ff9c00 2px solid;
    opacity: 1;
}

#recipe_item .ingredient_section {
    background-color: #fff;
    border: 1px solid #eee;
    margin-top: 20px;
}

#recipe_item .ingredient_header {
    font-size: 21px;
    background-color: #eee;
    padding: 7px 15px;
    font-weight: bold;
}

#recipe_item .ingredient_list {
    margin: 0;
    padding: 10px 0px;
}

#recipe_item .ingredient_item {
    font-size: 14.5px;
    margin-bottom: 3px;
    margin-top: 3px;
    padding: 0 15px;
    text-transform: capitalize;
}

#recipe_item .ingredient_item span {
    float: right;
    padding-right: 50px;
    font-weight: bold
}

#recipe_item .step_section {
    margin-top: 40px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px 15px;
    border-top: 5px solid #ff9c00;
}

#recipe_item .step_header {
    font-size: 21px;
    padding: 15px 0px;
    font-weight: bold;
}

#recipe_item .img_container {
    border-top: #eee 1px solid;
    margin-left: 0;
    margin-right: 0
}

#recipe_item .img_container>.col {
    margin-top: 25px;
}

#recipe_item .img_container .img_inner_container {
    position: relative
}

#recipe_item .img_container .img_desc {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    width: 100%;
    padding: 5px;
    height: 50px;
    overflow: hidden;
}

.lean-overlay {
    opacity: 0.9 !important
}

#recipe_item .gradient_effect {
    background: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.7));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.7));
    width: 100%;
    height: 100%;
    position: absolute;
}

#recipe_item .img_container .gradient_effect {
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75));
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75));
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75));
    left: 0;
    top: 0
}

#recipe_item .recipe_img {
    position: relative
}

#recipe_item .recipe_header_info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 15% 10px 25px;
    right: 0;
}

#recipe_item .recipe_name {
    line-height: 1;
    margin: 0;
    color: #FFF;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
    font-size: 42px;
    letter-spacing: 0.05em;
}

.eng #recipe_item .recipe_name {
    letter-spacing: 0;
}

#detail_page .difficulty {
    margin: 5px 20px 5px 0;
    font-size: 15px;
    float: left;
    color: #ccc;
    text-shadow: 0px 0px 0px #000;
}

#detail_page .difficulty i.fa-star {
    color: #ff9c00;
    ;
}

#detail_page .cook_time {
    margin: 5px 0;
    font-size: 15px;
    float: left;
    color: #ccc;
    text-shadow: 0px 0px 0px #000;
}

#detail_page .cook_time span {}

#detail_page .cook_time .fa-clock-o.fa {
    margin-right: 5px
}

#detail_page .video_img {
    border-bottom: 5px solid #ff9c00;
}

#detail_page .video_icon {
    width: 25px;
    margin-right: 10px;
    display: inline;
    vertical-align: middle;
}

#detail_page .video_content {
    padding: 8px 10px;
    background-color: #fff;
}

#detail_page .video_content span {
    vertical-align: middle;
    font-size: 18px
}

#recipe_item .step_item {
    clear: both;
    padding: 5px 0px;
}

#recipe_item .tips_item {
    clear: both;
    padding: 40px 0px 10px;
}

#recipe_item .step_num {
    font-size: 54px;
    color: #ff9c00;
    display: inline-block;
    font-style: italic;
    width: 10%;
    vertical-align: middle;
    font-weight: bold;
}

#recipe_item .tips_num {
    font-size: 21px;
    color: #ff9c00;
    vertical-align: bottom;
    font-weight: bold;
    margin-right: 10px;
}

#recipe_item .step_detail {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}

#recipe_item .tips_detail {
    width: 90%;
}

#recipe_item .recipe_claim {
    font-size: 12px;
    font-style: italic;
    margin-top: 35px;
}

#recipe_item .related_recipes,
#recipe_item .video_section {
    margin-bottom: 50px;
    position: relative;
}

#recipe_item .section_header {
    font-size: 21px;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: #eee 1px solid;
}

#recipe_item .recipes_item {
    padding-top: 10px;
    clear: both
}

#recipe_item .recipes_item a {
    display: block
}

#recipe_item .recipes_item a:hover {
    background-color: #eee;
}

#recipe_item .recipes_item img {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

#recipe_item .recipes_item span {
    width: 70%;
    padding-left: 15px;
    font-size: 14.5px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
}

#recipe_item .tag_container {
    margin: 10px 0
}

.tag_container:after {
    content: "";
    display: table;
    clear: both;
}

#detail_page .cd-gallery.container {
    max-width: 1080px;
    padding: 50px 0 0;
}

#detail_page .section_bg {
    background-color: #fcfcfc
}

.maria_btn.btn,
.maria_btn.btn:visited,
.maria_btn.btn:active {
    background-color: #ddd;
    color: #666;
    text-transform: lowercase
}

.maria_btn.btn:hover {
    background-color: #333;
    color: #eee
}

#detail_page .video_Popup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

#detail_page .video_Popup i {
    font-style: normal;
    color: #fff;
    font-size: 75px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-top: 25%;
    ;
}

#detail_page .video_Popup i:hover {
    color: #ccc;
}

#detail_page .method_section a img {
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
}

#detail_page .method_section a span {
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
}

.mfp-wrap {
    height: 100% !important
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.cd-main-content .card .card-image {
    background: #f7f7f7 url(../images/cooking/loading.svg) no-repeat center;
}

#cny2018_header {
    height: auto!important;
}

@media only screen and (min-width: 601px) {
    /* .swiper-container{ height: 200px; }  */
    #recipe_item .related_products {
        width: 15%;
        position: absolute;
        right: 0;
        top: 0;
        border-top: 3px solid #ff9c00;
    }
    .eng .card.medium .card-content {
        padding: 20px 10px 10px;
    }
    .eng .card-content .tag_corner {
        margin: 0 -15px;
    }
    #recipe_item .related_product_item {
        padding: 5px 10px;
    }
    .eng .cd-gallery .maria_choice {
        width: 160px
    }
    .eng #detail_page .method_section a span {
        font-size: 16px;
    }
}

@media only screen and (min-width: 769px) {
    /* .swiper-container{ height: 300px; }  */
    .modal_btn_container {
        display: none
    }
}

@media only screen and (min-width: 993px) {
    /* .swiper-container{ height: 400px; }  */
    .cd-gallery.container {
        width: 100%;
        padding: 50px 2% 0;
    }
    #detail_page .chip {
        font-size: 15px;
        height: 32px;
        padding: 0 24px;
        line-height: 32px;
    }
    #slider_section .container {
        width: 71%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    /*  
#cny2018_header {
    min-height: 300px !important;
    background-image: url(../../images/CNY2018/180115_cny2018_m.jpg)!important;
} */
    .cd-gallery.container {
        max-width: 750px
    }
    /* .cd-gallery.container > .row > .col { padding: 0 0.55rem;} */
    .cd-tab-filter a {
        padding: 0 0.5em
    }
    .eng .cd-tab-filter a {
        padding: 0 0.2em;
        font-size: 12px
    }
    #recipe_item .related_recipes,
    #recipe_item .tag_section,
    #recipe_item .video_section {
        width: 48%;
    }
    #recipe_item .related_recipes {
        margin-left: 1%;
        margin-right: 1%;
        padding-bottom: 10px;
    }
    #recipe_item .tag_section,
    #recipe_item .video_section {
        margin-left: 1%;
        margin-right: 1%
    }
    .cd-main-content .card_product_container a {
        width: 22%;
    }
    #recipe_item .recipe_name {
        font-size: 32px;
    }
    .eng #detail_page .method_section a span {
        font-size: 16px
    }
    #recipe_item .ingredient_item span {
        padding-right: 25px;
    }
    .eng .card-content .tag_corner a:nth-child(n+3) {
        display: none;
    }
    #recipe_item .step_section {
        margin-top: 10px;
    }
    .eng #recipe_item .recipe_name {
        font-size: 24px;
    }
    #recipe_item .tips_num {
        font-size: 18px;
    }
    #recipe_item .tips_detail {
        font-size: 13px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .eng .cd-main-content .card-title .title_name {
        font-size: 16px;
    }
    .cd-tab-filter ul {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 992px) {
    #recipe_item .related_recipes,
    #recipe_item .tag_section,
    #recipe_item .video_section {
        margin-top: 10px;
        background-color: #fff;
        border: 1px solid #eee;
        padding: 0;
    }
    #recipe_item .related_recipes {
        padding-bottom: 10px;
    }
    #recipe_item .section_header {
        background-color: #eee;
        padding: 7px 15px;
    }
    #recipe_item .recipes_item {
        padding-left: 10px;
        padding-right: 10px
    }
    #recipe_item .tag_container {
        padding: 3px 10px;
    }
    #recipe_item .related_recipes,
    #recipe_item .video_section {
        margin-bottom: 0;
    }
    #recipe_item .ingredient_header,
    #recipe_item .step_header,
    #recipe_item .section_header {
        font-size: 18px;
    }
    #recipe_item .ingredient_item {
        font-size: 14px;
    }
    #recipe_item .step_num {
        font-size: 44px;
    }
    #detail_page .video_content span {
        vertical-align: middle;
        font-size: 16px
    }
    #recipe_item .ingredient_section {
        margin-top: 10px;
    }
    #recipe_item .method_section {
        padding: 15px 0
    }
    #recipe_item {
        margin-left: 0;
        margin-right: 0;
    }
    #recipe_item .related_products_header {
        font-size: 14px;
    }
    .eng #recipe_item .recipes_item span {
        font-size: 13px;
    }
    #detail_page .cd-gallery.container {
        padding-top: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .card_product_container {
        bottom: -5px;
    }
    .modal_btn_container {
        text-align: center;
        padding: 20px 0 0px;
    }
    .modal_btn_container .modal-trigger {
        text-transform: capitalize;
        width: 90%;
        background-color: rgba(0, 80, 156, 1);
        max-width: 400px;
    }
    .modal_btn_container .modal-trigger i {
        font-size: 1rem;
    }
    .modal_btn_container .modal-trigger img {
        height: 100%;
        vertical-align: middle;
        margin-right: 10px;
    }
    .modal_btn_container .modal-trigger span {
        vertical-align: middle;
    }
    .cd-gallery {
        padding: 20px 0;
    }
    #modal1 .collection a.collection-item {
        height: 45px;
        text-align: left;
        padding: 8px 20px;
    }
    #modal1 .collection .collection-item img {
        height: 30px;
        vertical-align: middle;
        margin-right: 10px;
    }
    #modal1 .collection .collection-item span {
        vertical-align: middle;
    }
    #modal1 {
        max-width: 400px;
        max-height: 85%;
    }
    .eng #modal1 .collection .collection-item span {
        letter-spacing: 0
    }
    #modal1 .select_type,
    #modal1 .select_product {
        width: 50%;
        margin-left: 0;
        padding: 10px 15px;
        background-color: rgba(0, 80, 156, 1);
        color: #fff;
    }
    #modal1 .select_container {}
    #modal1 .select_container .active {
        background-color: #fff;
        color: #222
    }
    #modal1 .select_item {
        cursor: pointer
    }
    #modal1 .collection {
        display: none;
        background-color: #fff;
    }
    #modal1 .product_collection {
        overflow-y: scroll;
        height: 405px;
    }
    #modal1 .collection.active {
        display: block
    }
    #modal1 .collection a.collection-item:hover {
        background-color: #fff;
    }
    .cd-gallery li {
        display: inline-block;
    }
}

@media only screen and (max-width: 600px) {
    .cd-gallery .cat_logo {
        width: 28px;
    }
    /* #cny2018_header{ min-height: 300px !important;} */
    .cd-gallery.container {
        width: 95%
    }
    .cd-gallery.container .row {
        margin: 0
    }
    .card.medium .card-content {
        min-height: 130px;
        height: auto;
        text-align: left;
    }
    .eng .card.medium .card-content {
        min-height: 135px;
    }
    .eng .card.medium .card-content {
        height: auto
    }
    .cd-main-content .card-title .title_name {
        font-size: 17px;
        line-height: 1.3;
    }
    .eng .cd-main-content .card-title .title_name {
        font-size: 13px;
    }
    .cd-main-content .card .card-image .card_product {
        bottom: -20px;
    }
    .recipe_breadcrumb {
        padding-left: 15px
    }
    #recipe_item .related_products {
        height: 60px;
        background-color: rgba(255, 255, 255, 1)
    }
    #recipe_item .related_products_header {
        float: left;
        padding: 20px 15px;
        font-size: 13px;
    }
    .eng #recipe_item .related_products_header {
        padding: 10px 15px;
        width: 90px;
    }
    #recipe_item .related_product_item {
        float: left;
        height: 100%
    }
    #recipe_item .related_product_item img {
        height: 70%;
        width: auto;
        margin: 20% 0;
    }
    #recipe_item .recipes_item img {
        width: 15%;
    }
    #recipe_item .recipes_item span {
        padding-left: 30px;
    }
    #recipe_item .step_num {
        font-size: 36px;
        width: 15%;
    }
    #recipe_item .step_detail {
        width: 85%;
    }
    .eng #recipe_item .step_detail {
        font-size: 13px;
    }
    .cd-main-content .card_product_container a {}
    .card_product_container {
        bottom: 0px;
    }
    .eng .card_product_container {
        bottom: 115px;
    }
    .card-content .tag_corner a:nth-child(n+3) {
        display: none
    }
    .cd-gallery .maria_choice {
        width: 65%;
        left: -5%;
        max-width: 150px;
    }
    .card-content .tag_corner {
        margin: 0;
        padding: 0;
    }
    .cd-main-content .card-title .title_date {
        display: none;
    }
    .card-content .difficulty,
    .eng .card-content .difficulty {
        font-size: 12px;
    }
    .cooking .chip {
        height: 20px;
        line-height: 20px;
    }
    .cd-gallery .video_btn {
        width: 15%;
        max-width: 30px
    }
    .cd-gallery li:nth-child(2n+1) {
        clear: both
    }
    #recipe_item .method_section a {
        font-size: 14px;
    }
    #recipe_item .recipe_header_info {
        padding: 25px 10px 5px;
    }
    #recipe_item .recipe_name {
        font-size: 21px;
    }
    .eng #recipe_item .recipe_name {
        font-size: 18px;
    }
    #detail_page .difficulty {
        font-size: 12px;
    }
    #detail_page .cook_time {
        font-size: 12px;
    }
    #recipe_item .step_section {
        margin-top: 10px;
        padding: 10px 15px;
    }
    #detail_page .video_icon {
        width: 22px;
    }
    #detail_page .video_content span {
        font-size: 14px;
    }
    #detail_page .img_container .col {
        padding: 0 0.25rem;
    }
    #recipe_item .ingredient_item {
        padding: 0 10px;
    }
    .eng #recipe_item .ingredient_item {
        font-size: 12px;
    }
    #recipe_item .ingredient_item span {
        padding-right: 0px;
        float: none;
    }
    #recipe_item .related_product_item span {
        display: none
    }
    #recipe_item #recipe_header {
        border: 1px solid #eee;
    }
    #recipe_item .step_header {
        padding: 10px 0px 5px;
    }
    #recipe_item .tips_num {
        font-size: 16px;
    }
    #recipe_item .tips_detail {
        font-size: 12px;
    }
    #recipe_item .img_container .img_inner_container {
        max-width: 300px;
        margin: 0 auto;
    }
    #detail_page .method_section a span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {
    .recipe_sub_nav {
        width: 100%;
        background-color: #eee;
        padding: 0 5px;
        height: 47px;
    }
    .recipe_sub_nav_item {
        width: 19%;
        display: inline-block;
    }
    .recipe_sub_nav0_item {
        display: inline-block;
        margin-right: 10px;
        font-size: 14px;
    }
    .recipe_sub_nav0_item img {
        width: 20px;
        margin-right: 3px;
        vertical-align: text-bottom;
    }
    .recipe_sub_nav_item_search {
        width: 10%;
        display: inline-block;
    }
    .recipe_sub_nav1 {
        display: none;
    }
    .recipe_sub_nav2 {
        display: block;
        text-align: center;
        padding: 0 5px;
        padding-top: 10px;
    }
    .recipe_sub_nav2 input {
        margin: 0;
        height: 30px;
        width: 200px;
        color: #999;
        border: none;
        margin-right: 5px;
    }
    .recipe_sub_nav2 button {
        height: 26px;
        padding: 0px 10px;
        line-height: 0px;
        border-radius: 5px;
        margin-right: 10px;
    }
    .recipe_sub_nav2 form {
        margin: 0;
    }
    .recipe_sub_nav2 .form_ele {
        display: inline-block;
    }
    .recipe_sub_nav2 .form_ele .recipe_back {
        position: relative;
        top: 8px;
        color: #999;
    }
}

@media only screen and (max-width: 768px) {
    .cd-tab-filter::after{
        background: none;
    }
    .cd-tab-filter-wrapper {
        display: block;
    }
    .cd-tab-filter li {
        display: inline-block;
        margin: auto 5px;
    }
    .cd-tab-filter-wrapper:after {
        content: "";
        display: table;
        clear: both;
    
    }
    .cd-tab-filter{
        width:100%;
    }
    .cd-tab-filter a {
        width: 100%;
        color: #666;
    }
    .cd-tab-filter ul {
        background: transparent;
        position: static;
        box-shadow: none;
        text-align: center;
        margin: 0;
    }
    *, *::after, *::before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
}
