/*------------------------------------------------------------------
[Table of contents]

1. WHAT'S HOT BOX
2. Tips Page
3. Single Tips Page
4. Custom Select
5. Recipe
6. Accordion
7. Promotion Box
8. Category Block
9. Weekly Deals
10. Newsletter Popup
-------------------------------------------------------------------*/

/* ----------------
 [1. WHAT'S HOT BOX]
 */

.whatshot_box {
    margin-bottom: 35px;
    border-radius: 8px;
    overflow: hidden;
}

.whatshot_box .whatshot_images {
    position: relative;
}

.whatshot_box .whatshot_images img {
    width: 100%;
    max-height: 317px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.widget_block_content.widget_block_text_bottom_image .whatshot_box .whatshot_images img {
    border-radius: 0px;
}

.whatshot_box .whatshot_category_background {
    color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    width: 58%;
    height: 88px;
    -webkit-mask-image: url('../images/icon/mini-banner-blurb.svg');
    mask-image: url('../images/icon/mini-banner-blurb.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: -1px bottom;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background: #319E40;
}

.whatshot_box .whatshot_category {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 4px;
    width: 80%;
    margin-top: 10px;
    text-align: center;
}

.widget_block_content.widget_block_text_bottom_image .whatshot_box .whatshot_category_background {
    color: #3C3C3B;
    width: 100%;
    height: 105px;
    justify-content: flex-start;
}

.widget_block_content.widget_block_text_bottom_image .whatshot_box {
    border-radius: 0px;
}

.whatshot_box .whatshot_content {
    line-height: 1.4;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}

.whatshot_box .whatshot_content {
    font-size: 15px;
    height: 88px;
    overflow: hidden;
    position: absolute !important;
    bottom: 0px;
    width: 100%;
}

.widget_block_content.widget_block_text_bottom_image .whatshot_box .whatshot_content {
    position: unset !important;
    overflow: auto;
    height: auto;
    bottom: auto;
    padding: 0px 0px;
    padding-right: 10px;
}

.widget_block_content.widget_block_text_bottom_image .whatshot_box .whatshot_category_background {
    position: unset;
    left: auto;
    bottom: auto;
}

.widget_block_content.widget_block_text_bottom_image .whatshot_box .whatshot_category_background {
    -webkit-mask-image: unset;
    mask-image: unset;
    -webkit-mask-size: unset;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: unset;
    background: transparent;
}

.whatshot_box .whatshot_content .title {
    font-family: 'Roboto Condensed', sans-serif;
}

.whatshot_box .read_more_wrapper {
    position: absolute;
    right: 13px;
    bottom: 11px;
}

.widget_block_content.widget_block_text_bottom_image .whatshot_box .read_more_wrapper {
    bottom: 130px;
}

.whatshot_box .whatshot_category_background {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.whatshot_box .whatshot_background {
    background: #3C3C3B;
    border-radius: 20%;
    position: absolute;
    bottom: -75px;
    left: 0;
    width: 50%;
    height: 150px;
    border-top-left-radius: 45%;
    border-bottom-left-radius: 25%;
    transform: rotate(53deg);
}
.whatshot_box.whatshot-vertical-desc .whatshot_category_background{
    flex-direction: row;
}
.widget_dynamic_list_block_content .whatshot_box.whatshot-vertical-desc .whatshot_content .summary{
    height: auto !important;
}
.widget_block_content.widget_block_text_bottom_image .whatshot_box.whatshot_box.whatshot-vertical-desc .whatshot_category{
    height: auto !important;
}
@media(min-width:1023px) {
    .widget_dynamic_list_block_content.widget_block_text_bottom_image[data-image-size=large] .whatshot_box .whatshot_images{
        padding-top: 128%;
        position: relative;
        height:auto !important;
    }
    .widget_dynamic_list_block_content.widget_block_text_bottom_image[data-image-size=large] .col-9 .whatshot_box .whatshot_images{
        padding-top: 39%;
    }
    .widget_dynamic_list_block_content.widget_block_text_bottom_image[data-image-size=large] .whatshot_box .whatshot_images .img_wrapper{
        position: absolute;
        top: 0;
        bottom: 0;
        max-height: 100%;
    }
    .widget_dynamic_list_block_content.widget_block_text_bottom_image[data-image-size=large] .whatshot_box .whatshot_images img{
        max-height: 100% !important;
        height: auto !important;
    }
}
@media(min-width:1200px) {
    .widget_dynamic_list_block_content.widget_block_text_bottom_image[data-image-size=large] .col-9 .whatshot_box .whatshot_images{
        padding-top: 40%;
    }
}
@media(min-width:993px) {
    .whatshot_box .whatshot_category {
        font-size: calc(16/1440 * 100vw);
    }
    .widget_dynamic_list_block_content .whatshot_box .read-more svg{
        height:34px !important;
    }
}

@media(max-width:992px) {
    .widget_dynamic_list_block_content:not(.widget_block_text_bottom_image) .whatshot_box .whatshot_category_background{
    width: 67%;
  }
  .widget_dynamic_list_block_content:not(.widget_block_text_bottom_image) .whatshot_box .whatshot_category{
    font-size: 10px !important;
    height: 38px !important;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding-left: 8px;
    margin-bottom: 8px;
    line-height: 1.2;
  }
  .whatshot_box .whatshot_category_background{
    width:auto;
  }
  .whatshot_box .whatshot_category{
    margin-top:0px;
    line-height: 1.2;
    padding: 0px 4px;
  }
  .widget_dynamic_list_block_content .whatshot_box .read-more{
      top:auto;
  }
  .widget_block_content.widget_block_text_bottom_image .whatshot_box .read_more_wrapper {
    bottom: 38%;
  }
  .widget_block_content.widget_block_text_bottom_image .widget_dynamic_list_content_item.col-12 .whatshot_box .read_more_wrapper{
      bottom:26%;
  }
  .whatshot_box .read_more_wrapper{
    right:10px;
    bottom:1px;
  }
  .whatshot_box{
      margin-bottom:15px;
  }
  .widget_block_content.widget_block_text_bottom_image .whatshot_box .whatshot_category_background{
    height:90px;
  }
  .widget_block_content.widget_block_text_bottom_image .widget_dynamic_list_content_item.col-12 .whatshot_box .whatshot_category_background{
      height:47px;
  }
  .widget_block_content.widget_block_text_bottom_image .whatshot_box.whatshot-vertical-desc .whatshot_category_background,
  .whatshot_box.whatshot-vertical-desc .whatshot_category_background{
      height:auto;
  }
}

/* ----------------
 [2. Tips Page]
 */
.search_article_wrapper input.searchbox {
    max-width: 278px;
}

.search_article_wrapper input.searchbox:focus {
    outline: none;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.search_article_wrapper input.searchbox {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3c3c3b;
    font-size: 16px;
    opacity: 1;
    /* Firefox */
    font-family: "Roboto", sans-serif;
}

.search_article_wrapper input.searchbox::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3c3c3b;
    font-size: 16px;
    opacity: 1;
    /* Firefox */
    font-family: "Roboto", sans-serif;
}

.search_article_wrapper input.searchbox::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3c3c3b;
    font-size: 16px;
    opacity: 1;
    /* Firefox */
    font-family: "Roboto", sans-serif;
}

.search_article_wrapper input.searchbox::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #3c3c3b;
    font-size: 16px;
}

.search_article_wrapper {
    margin-bottom: 15px;
}

.search_article_wrapper .input-group {
    background: #fff;
    border: 0px;
}

.search_article_wrapper input {
    font-size: 16px !important;
    height: 36px;
    border: 0px;
    box-shadow: unset;
    border-radius: 0px;
    overflow: hidden;
    border-bottom: 1px solid #3c3c3b;
}

.article-page .filter_article .select-selected {
    color: #3C3C3B;
    border: 2px solid #65B32E;
    border-radius: 30px;
    padding-right: 0px;
    font-size: 18px !important;
    padding: 4px 20px;
    max-width: 325px;
    font-family: "Roboto Condensed", sans-serif;
}

.article_carousel .col-promotion {
    height: 320px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search_article_wrapper .btn-search {
    background: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 5px;
    height: 36px;
    width: 50px;
}

.article-page .page-description {
    margin: 0 auto;
    margin-top: 40px;
}

.article-page .page-description h2.title {
    color: #65B32E;
}

.article-row-grid .article-item .article-image {
    margin-bottom: 0px;
}

.article-content {
    margin: 0 auto;
}

.article-content .article-item .article-image img {
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.article-content .article-item {
    position: relative;
    float: left;
    padding: 20px 20px 58px;
    margin-bottom: 60px;
    border: 0px;
    cursor: unset;
    max-height: 500px;
    height: 500px;
    width: 100%;
    -webkit-transition: 0.5s all ease-in;
    -o-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
    cursor: pointer;
}

.article-content .article-item:hover {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.15);
}

.article-content .article-published {
    color: #3C3C3B;
    font-size: 12px;
    line-height: 1.3;
    padding: 10px 0;
}

.article-content .article-details .article-name,
.article-content .article-details .article-name a {
    font-size: 18px;
    line-height: 1.6;
    color: #65B32E;
    margin-bottom: 10px;
    height: auto;
    max-height: 55px;
    overflow: hidden;
    font-family: "Roboto Condensed", sans-serif;
}

.article-content .article-details .article-desc {
    color: #3C3C3B;
    font-size: 14px;
    line-height: 1.8;
    height: 100px;
    overflow: hidden;
}

.article-content .read-more {
    position: absolute;
    bottom: 30px;
    right: 20px;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    color: #65B32E;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: 0.5s all ease-in;
    -o-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}

.article-content .read-more i {
    margin-left: 10px;
    font-size: 16px;
}

.article-content .article-item:hover .read-more {
    opacity: 1;
}

.article-content .member-exclusive .article-details .article-name {
    height: 100px;
}

#container_article .articles-list .article-image {
    height: auto;
    background: unset;
}

.search_article_wrapper .btn-search:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.article-page .main-heading {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.5;
    color: #65B32E;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 0px !important;
}

.article-page .main-heading .page-heading-title {
    color: #65B32E !important;
}

.article_main_content ul,
.store-promotion ul {
    list-style: disc;
    padding-left: 20px;
    color: #3C3C3B;
}

.article-block {
    margin-bottom: 30px;
}

.article-page .list-view-loading {
    margin-top: 0px;
}

.btn-load-more {
    color: #fff;
    text-transform: none;
    font-weight: 400;
    border: 1px solid #65B32E;
    padding: 10px 60px;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 auto;
    background: #65B32E;
}

.btn-load-more:hover {
    color: #fff;
}

@media (min-width: 1430px) {
    .article-row-grid {
        width: 80%;
        margin: 0 auto;
    }

    .article-row-grid .article-item .article-image {
        height: 180px;
    }
}

@media(max-width:992px) {
    .article_carousel .promotion_list_box {
        max-height: 500px !important;
    }

    .article_carousel .col-promotion-image {
        height: 200px;
    }

    .article_carousel .col-promotion-content {
        height: 300px;
    }

    .gradient-blue-box {
        padding: 15px;
    }

    .article_carousel .promotion_list_box .promotion_content .promotion_excerpt {
        max-height: 155px;
        overflow: hidden;
    }

    .article_carousel .promotion_list_box .promotion_title {
        max-height: 66px;
        -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
        overflow: hidden;
    }

    .article-content .article-item {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        margin-bottom: 52px;
    }

    .article-content .read-more {
        font-size: 24px;
        left: 20px;
        right: 20px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .article-content .article-published {
        font-size: 14px;
    }

    .article-content .article-details .article-name,
    .article-content .article-details .article-name a {
        font-size: 22px;
        max-height: 65px;
    }

    .article-content .article-details .article-desc {
        font-size: 16px;
        height: 110px;
    }

    .search_article_wrapper .btn-search {
        padding-left: 0px;
        width: 35px;
    }

    .search_article_wrapper {
        margin-bottom: 33px;
    }

    .search_article_wrapper input.searchbox {
        max-width: 100%;
    }
}

/* ----------------
 [3. Single Tips Page]
 */
.view_article_page .article_banner_wrapper img {
    width: 100%;
    max-height: 400px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.view_article_page .article_main_content .article_detail {
    margin-bottom: 30px;
}

.view_article_page .article_main_content .article_title {
    font-size: 28px;
    line-height: 38px;
    color: #65B32E;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 30px 0px 20px;
}

.view_article_page .article_main_content .article_detail .article_date {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.view_article_page .article_main_content .article_detail .article_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.view_article_page .article_main_content .article_detail .label-share {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    color: #65B32E;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
}

.view_article_page .article_main_content .article_detail .article_share a {
    color: #65B32E;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    line-height: 1;
}

.view_article_page .article_main_content .article_detail .article_share a .icon-share {
    margin-right: 15px;
}

.view_article_page .article_main_content .article_detail .article_share a:hover {
    color: #65B32E;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.view_article_page .article_share_bottom .label-share {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    color: #65B32E;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
}

.view_article_page .article_share_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.view_article_page .article_share_bottom .social-share {
    display: inline-block;
}

.view_article_page .article_share_bottom .social-share a {
    line-height: 1;
}

.related_article .article-content .article-item {
    max-height: 450px;
    height: 450px;
    margin-bottom: 20px;
}

.owl-article-slider .owl-dots {
    text-align: center;
}

.owl-article-slider .owl-nav button.owl-prev,
.owl-article-slider .owl-nav button.owl-next,
.owl-article-slider button.owl-dot {
    border: 5px solid #ccc;
    border-radius: 100%;
    margin: 0 5px;
}

.owl-article-slider button.owl-dot.active {
    border-color: #3C3C3B;
}

.view_article_page .article_main_content .article_content {
    margin-bottom: 30px;
}

/* ----------------
 [4. Custom Select ]
 */
.custom-select-wrap {
    position: relative;
}

.custom-select-wrap select {
    display: none;
    /*hide original SELECT element: */
}

.select-selected {
    background-color: transparent;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    top: 10px;
    right: 30px;
    width: 0;
    height: 0;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {}

/* style the items (options), including the selected item: */
.select-selected {
    color: #3C3C3B;
    border: 2px solid #3C3C3B;
    border-radius: 30px;
    padding-right: 0px;
    font-size: 18px !important;
    padding: 4px 20px;
    width: 325px;
    max-width: 100%;
    transition: 0.25s all ease-in;
}

.select-selected.select-arrow-active {
    border-color: #65B32E;
    transition: 0.25s all ease-in;
}

/* Style items (options): */
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
    font-size: 18px !important;
    color: #3C3C3B;
    background: #fff;
    max-height: 40vh;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 10px;
}

.select-items::-webkit-scrollbar {
    width: 7px;
}

.select-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.select-items::-webkit-scrollbar-thumb {
    background-color: #3C3C3B;
    outline: 1px solid #3C3C3B;
    border-radius: 4px;
}

.select-items div {
    padding: 5px 20px;
    cursor: pointer;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #65B32E;
    color: #fff;
}

@media(max-width:768px) {
    .select-selected {
        width: 100%;
    }
}

/* ----------------
 [5. Recipe]
 */
.recipe-page .page-description {
    margin: 0 auto;
    margin-top: 40px;
}

.recipe-page .page-description h2.title {
    color: #65B32E;
    font-weight: 700;
}

.recipe-row-grid .recipe-item .recipe-image {
    margin-bottom: 0px;
}

.recipe-content {
    margin: 0 auto;
}

.recipe-content .recipe-item .recipe-image img {
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.recipe-content .recipe-related .recipe-item {
    padding: 20px;
    max-height: 470px;
    height: 470px;
    margin-bottom: 20px;
}

.recipe-content .recipe-item {
    position: relative;
    float: left;
    padding: 20px 20px 50px;
    margin-bottom: 60px;
    border: 0px;
    cursor: unset;
    max-height: 500px;
    height: 500px;
    width: 100%;
    /*cursor:pointer;*/
    -webkit-transition: 0.5s all ease-in;
    -o-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}

.recipe-content .recipe-item:hover {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.22);
}

.recipe-content .recipe-published {
    color: #3C3C3B;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    padding: 10px 0;
}

.recipe-content .recipe-details .recipe-name,
.recipe-content .recipe-details .recipe-name a {
    font-size: 18px;
    line-height: 1.6;
    color: #65B32E;
    margin-bottom: 10px;
    height: auto;
    max-height: 55px;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
}

.recipe-content .recipe-details .recipe-desc {
    color: #3C3C3B;
    font-size: 14px;
    line-height: 1.8;
    height: 100px;
    overflow: hidden;
}

.recipe-content .read-more {
    position: absolute;
    bottom: 30px;
    right: 20px;
    font-size: 18px;
    color: #65B32E;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: 0.5s all ease-in;
    -o-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
    font-family: 'Roboto Condensed', sans-serif;
}

.recipe-content .read-more i {
    margin-left: 10px;
    font-size: 16px;
}

.recipe-content .recipe-item:hover .read-more {
    opacity: 1;
}

.recipe-content .member-exclusive .recipe-details .recipe-name {
    height: 100px;
}

.member-exclusive .recipe-desc {
    display: none;
}

.member-exclusive.recipe-item {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 1px solid #65B32E;
    width: 100%;
}

.member-sign-up {
    display: none;
}

.member-exclusive .member-sign-up {
    width: 100%;
    background: #f4f4f4;
    text-align: center;
    padding: 10px 0 20px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-top: 60px;
    display: block;
}

.recipe-related .member-exclusive .member-sign-up {
    margin-top: 20px;
}

.others-title {
    color: #3C3C3B;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}

hr.others {
    border-color: #3C3C3B;
}

.member-exclusive.recipe-item .read-more,
.member-exclusive.recipe-item:hover .read-more {
    display: none;
}

.member-exclusive .member-sign-up .member-text {
    background: none;
    display: block;
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    color: #65B32E;
    margin-bottom: 10px;
    top: auto;
    right: auto;
}

.member-exclusive .member-sign-up .member-text i {
    margin-top: 5px;
}

.member-exclusive .member-sign-up .btn-register {
    text-align: center;
    border: 1px solid #65B32E;
    font-weight: 400;
    background-color: #65B32E;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    padding: 10px 30px;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    white-space: nowrap;
}

.member-exclusive .member-sign-up .btn-register:hover {
    background-color: var(--themes-primary);
}

.member-exclusive .login-popup {
    cursor: pointer;
}

/*.widget_dynamic_list_home_product .box_outer.bg-image .img_wrapper{
  height:100%;
}*/
@media (min-width: 1430px) {
    .recipe-row-grid {
        width: 80%;
        margin: 0 auto;
    }

    .recipe-row-grid .recipe-item .recipe-image {
        height: 180px;
    }
}

@media (min-width: 900px) {
    body.controller-recipe>.container {
        margin-top: 60px;
    }
}

.recipedetail-page h1.title {
    font-size: 28px;
    line-height: 38px;
    color: #65B32E;
    margin-bottom: 20px;
}

.recipedetail-page .share-icon {
    font-size: 14px;
    line-height: 19px;
    color: #65B32E;
}

.recipedetail-page .share-icon span {
    line-height: 2;
}

.recipedetail-page .share-icon a {
    font-size: 24px;
    color: #65B32E;
    margin-left: 5px;
    text-transform: none;
}

.recipedetail-page .social-share {
    display: inline-block;
}

.recipedetail-page .btn-download {
    text-align: center;
    border: 1px solid #65B32E;
    font-weight: 400;
    background-color: #65B32E;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 15px 60px;
    text-transform: uppercase;
    font-size: 16px;
}

.owl-recipe-slider .owl-dots {
    text-align: center;
}

.owl-recipe-slider .owl-nav button.owl-prev,
.owl-recipe-slider .owl-nav button.owl-next,
.owl-recipe-slider button.owl-dot {
    border: 5px solid #ccc;
    border-radius: 100%;
    margin: 0 5px;
}

.owl-recipe-slider button.owl-dot.active {
    border-color: #3C3C3B;
}

.btn-shop-now {
    text-align: center;
    border: 1px solid #65B32E;
    font-weight: 400;
    background-color: #65B32E;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    padding: 15px 30px;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    white-space: nowrap;
    font-weight: bold;
}

.btn-shop-now:hover {
    background-color: var(--themes-warning);
    color: #fff;
}

.recipedetail-page h1.title {
    font-size: 28px;
    line-height: 38px;
    color: #65B32E;
    margin-bottom: 20px;
}

.recipedetail-page .share-icon {
    font-size: 14px;
    line-height: 19px;
    color: #65B32E;
}

.recipedetail-page .share-icon span {
    line-height: 2;
}

.recipedetail-page .share-icon a {
    font-size: 24px;
    color: #65B32E;
    margin-left: 5px;
    text-transform: none;
}

.recipedetail-page .social-share {
    display: inline-block;
}

.recipedetail-page .btn-download {
    text-align: center;
    border: 1px solid #65B32E;
    font-weight: 400;
    background-color: #65B32E;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 15px 60px;
    text-transform: uppercase;
    font-size: 16px;
}
@media(max-width:992px){
    .recipe-page .page-description,
    .article-page{
        margin-top:42px;
    }
}


/* ----------------
 [6. Accordion]
 */
.widget_dynamic_list_accordion_title {
    background: #65B32E !important;
}

.widget_dynamic_list_accordion_title .accordion_title_text {
    font-weight: normal !important;
}

.widget_dynamic_list_accordion_title::after {
    color: #fff !important;
}

.widget_dynamic_list_accordion_title {
    box-shadow: none !important;
}
@media(max-width:992px){
    .widget_dynamic_list_accordion_title::after {
        top: 0px !important;
    }
    .widget_dynamic_list_accordion .widget_dynamic_list_accordion_box.active .widget_dynamic_list_accordion_title::after{
        top:0px !important;
    }
}

/* ----------------
 [7. Promotion Box]
 */
.widget_dynamic_list_promotion_list .promotion_list_box.hover_green:hover {
    background: #65B32E !important;
}

.widget_dynamic_list_promotion_list .promotion_list_box.hover_orange:hover {
    background: rgb(250, 129, 26) !important;
}

.widget_dynamic_list_promotion_list .promotion_list_box.hover_black:hover {
    background: #3C3C3B !important;
}

.widget_dynamic_list_promotion_list .promotion_list_box.hover_blue:hover {
    background: rgb(29, 63, 147) !important;
}


/* ----------------
 [8. Category Block]
 */
@media(max-width:992px) {
    .widget_dynamic_list_block_category .homepage_category_wrapper .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-left:-10px;
        margin-right:-10px;
    }

    .widget_dynamic_list_block_category .homepage_category_wrapper {
        padding: 0px !important;
    }

    .widget_dynamic_list_block_category .homepage_category_wrapper .col-lg-category {
        /* margin-bottom: 0px !important; */
        max-width: 30%;
        padding: 0px 10px;
    }
}

/* ----------------
 [9. Weekly Deals]
 */
 .weeklydeals_page {
    margin-top: 30px;
}
.weekly-deals {
    padding: 0px 50px !important;
}
.weeklydeals_category {
    color: #65b32e;
    font-size: 28px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.weeklydeals_description {
    font-size: 16px;
    color: #3c3c3b;
    font-weight: normal;
    margin-bottom: 30px;
}
.weeklydeals_top {
    padding-top: 33px;
    font-size: 24px;
    line-height: 33px;
    color: #3C3C3B;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.weekly-deals .btn-download-pdf {
    background-color: var(--themes-warning);
    font-size: 16px;
    border: 1px solid var(--themes-warning);
    font-weight: bold;
    padding: 10px 20px;
    height: auto;
    width: 200px;
    border-radius: 0px;
}
.weekly-deals .btn-download-pdf:hover {
    background-color: transparent;
    -webkit-transition: 0.5s all ease-in;
    -o-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}

.weeklydeals-main-content{
    background:#F9F8F8;
    padding-bottom: 40px;
}
.weeklydeals-other-promotion{
    padding:50px 0px;
}
.weeklydeals-other-promotion h2{
    font-size: 25px;
    color: #484848;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    text-align: center;
    margin-bottom: 56px;
}
.weeklydeals-other-promotion .widget_dynamic_list_block_content .whatshot_box .whatshot_images img {
    object-position:top;
}
.weeklydeals-main-content .btn-download-pdf{
    background:#3C3C3B;
    padding:8px 20px;
    color:#fff;
}
.weeklydeals-main-content .btn-shop-now-deals{
    background:var(--themes-primary);
    padding:8px 20px;
    color:#fff;
}
.weeklydeals-main-content .pdf-link + .btn-shop-now-deals{
    margin-left:30px;
}
@media(max-width:992px){
    .weeklydeals-other-promotion .widget_dynamic_list_block_content[data-image-size=large] .whatshot_box .whatshot_images img {
        max-height: 227px !important;
        height: 227px !important;
    }
    .weeklydeals-other-promotion .widget_dynamic_list_block_content[data-image-size=large] .whatshot_box .whatshot_images {
        height: 227px !important;
    }
    .weeklydeals-main-content .pdf-link + .btn-shop-now-deals{
        margin-left:15px;
    }
    .weeklydeals-main-content .btn-download-pdf{
        padding:8px 15px;
        font-size:14px;
    }
    .weeklydeals-main-content .btn-shop-now-deals{
        padding:8px 15px;
        font-size:14px;
    }
}


/* ----------------
 [10. Newsletter Popup]
 */
 #notif-success.notif-newsletter{
    background-image: url(../images/bg-newsletter-popup.png);
    padding: 20px 3%;
 }
 #notif-success.notif-newsletter .notif-success-container h2{ 
    font-size:80px;
    font-family: "Roboto Condensed", sans-serif;
    color:#fff;
    margin-bottom:36px;
}
#notif-success.notif-newsletter .notif-success-container h5{
    font-size:24px;
    color:#fff;
}
#notif-success.notif-newsletter .notif-success-container .btn-shop-now{
    background-color: #fff;
    color: #3c3c3b;
    border-radius: 20px;
    font-size: 16px;
    padding: 11px 15px 10px;
    display: block;
    align-items: center;
    justify-content: center;
    line-height: 0.9;
    border: 0px;
    min-width:179px;
}
#notif-success.notif-newsletter .img-kids{
    text-align: right;
    max-width: 40%;
    margin-left: auto;
    margin-bottom: -80px;
}
#notif-success.notif-newsletter .fancybox-close-small:after{
    content:'X';
    color:#fff;
    top:10px;
    right:10px;
}
#notif-success.notif-newsletter .fancybox-close-small:hover:after{
    background:unset;
}
@media(max-width:992px){
    #notif-success.notif-newsletter .img-kids {
        text-align: center;
        max-width: 56%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    #notif-success.notif-newsletter .notif-success-container h2 {
        margin-bottom: 15px;
        font-size: 60px;
    }
    #notif-success.notif-newsletter .notif-success-container h5{
        margin-bottom: 20px;
        font-size: 16px !important;
    }
    #notif-success.notif-newsletter .notif-success-container .btn-shop-now{
        margin:0px auto;
    }
    #notif-success.notif-newsletter{
        padding: 30px 5%;
    }
}



/*---------------
[34. Instagram Feed]
*/
.instagram_gallery {
    width: 100%;
}
.instagram_gallery .instagram-slider-nav svg {
    fill: rgb(255, 255, 255);
    width: 20px;
    height: 30px;
    fill: rgb(255, 255, 255);
}
.instagram_gallery .owl-nav button {
    background: transparent !important;
}
.instagram_gallery .instagram-slider-nav {
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
    opacity: 1;
}
.instagram_gallery .instagram-slider-nav-prev {
    right: 5px;
}

.instagram_gallery .instagram-slider-nav-prev {
    left: 12px;
}
.instagram_gallery .item a{
    position:relative;
    display:block;
    width:100%;
    height:100%;
}