/*------------------------------------------------------------------
[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
11. Pagination
12. Demo Notice
13. Notification Box
14. AIA
15. Dare to Compare
16. Homepage Section
17. Subscription
18. Contest
19. Add to Cart Button
20. Customer Care
21. Notification Lightbox
22. Search Page
23. Wishlist
24. Checkout Page
25. Brands Promotion
26. Mix n Match
27. Home Product
28. Category Banner
29. Ribbon
30. Registration
31. Out of Stok
32. Article Carousel/Related Article
33. Flipbook
34. Instagram Feed
-------------------------------------------------------------------*/

/* ----------------
 [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;
}

@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:1150px) and (min-width:992px) {
    .widget_dynamic_list_block_content:not(.widget_block_text_bottom_image) .whatshot_box .whatshot_category{
        font-size:11px !important;
        line-height: 1.2;
    }
    .widget_dynamic_list_home_product .col_list_product{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 10px !important;
        padding-right: 10px !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]
 */
#container_article,
.brands_promotions {
    padding: 0px 15px;
}

.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', 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', 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;
}


#article_list .summary {
    display: none;
}


#container_article.store-promotion {
    padding-top: 30px;
}

.article_main_content ul,
.store-promotion ul {
    list-style: disc;
    padding-left: 20px;
    color: var(--themes-secondary);
}

.article_main_content ol,
.store-promotion ol {
    list-style: decimal;
    padding-left: 20px;
    color: var(--themes-secondary);
}

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

@media (min-width:1175px) {

    #container_article,
    .brands_promotions {
        padding-left: 10px;
    }
}

@media (max-width:1175px) {


    #container_article .articles-list .article-image .article-image-content img {
        width: 100%;
        height: auto;
        position: unset;
    }

    #container_article .articles-list .article-image .article-image-content,
    #container_article .articles-list .article-image {
        height: auto;
    }
}

@media (max-width: 991px) {

    #container_article .articles-list .article-image .article-image-content img {
        width: 100%;
        height: auto;
        position: unset;
    }

    #container_article .articles-list .article-image .article-image-content,
    #container_article .articles-list .article-image {
        height: auto;
    }

}

@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;
}

@media(max-width:992px) {

    .article_main_content img {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .article_main_content figure {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .article_main_content table,
    .static_page_content table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .bst-carousel_article_carousel .carousel-control {
        display: none;
    }

    .related_article {
        margin-bottom: 30px;
    }

    .article-content .article-details .article-desc {
        margin-bottom: 15px;
    }

    #container_article.recipedetail-page #center_column #bottom-wrapper img {
        height: auto !important;
    }
}


@media(max-width:768px) {
    .article_carousel .img_wrapper img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .view_article_page .article_share_bottom .label-share {
        display: block;
        margin-bottom: 10px;
    }

    .view_article_page .article_share_bottom {
        display: block;
    }

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

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

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

/* ----------------
 [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;
}

@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;
    }

    .recipedetail-page img {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .recipe-content .recipe-item .recipe-image img {
        height: 155px !important;
    }

    .recipedetail-page {
        margin-top: 20px;
    }
}

@media(max-width:768px) {
    .recipe-content .recipe-item {
        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 .read-more {
        opacity: 1;
        left: 20px;
        right: 20px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1430px) {
    .recipe-page .category-container .frame-inner .img-content {
        height: 136px;
    }

    .recipe-page .category-container .img-content img {
        max-height: 136px;
    }

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

    .recipe-row-grid .recipe-item .recipe-image a img {
        max-height: 212px;
    }
}


@media (max-width: 480px) {
    .recipe-row-grid .recipe-item .recipe-name {
        height: 70px;
    }

    .recipe-page .category-container .frame-inner .img-content {
        height: 167px;
    }

    .recipe-page .category-container .img-content img {
        max-height: 167px;
    }

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

    .recipe-row-grid .recipe-item .recipe-image a img {
        max-height: 155px;
    }

    .recipedetail-page h1 {
        font-size: 22px;
    }


    .recipe-page .recipe-content .recipe-list-panel {
        width: 50%;
    }

    .recipedetail-page .col-narrow {
        width: 45%;
    }

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

}

/* ----------------
 [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;
}

.promotion_ads_fancybox {
    max-width: 80%;
    width: 80%;
    padding: 45px;
}

.promotion_ads_fancybox .promotion_popup_image_wrapper img {
    /*   width: auto;*/
    max-width: unset;
    max-height: unset;
}

.promotion_ads_fancybox .fancybox-close-small:after {
    font: unset;
    line-height: 0.7;
    border: 2px solid var(--themes-secondary);
    font-size: 42px;
    color: var(--themes-secondary) !important;
    width: 35px;
    height: 35px;
    padding: 2px 2px;
}

.promotion_popup_button {
    text-align: center;
    margin-top: 30px;
}

.promotion_ads_fancybox .btn-download-pdf {
    border: 1px solid var(--themes-primary);
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 20px;
    min-width: 300px;
    width: 300px;
    display: block;
    margin: 0 auto;
    letter-spacing: 1px;
}

.promotion_ads_fancybox .btn-download-pdf:hover {
    border-color: #65b32e;
}

/* ----------------
 [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]
 */
.weekly-deals .frame {
    border: 1px solid #f3f3f3;
    height: 420px;
    margin-bottom: 15px;
    /*margin-top: 12px;*/
    padding-top: 68px;
    /*width: 30%;*/
    /*margin-right: 20px;*/
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
}

.weekly-deals .frame .img-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--themes-secondary);
    opacity: 1;
    height: 58px;
}

.weekly-deals .frame .img-title p {
    font-weight: normal;
    font-size: 1em;
    margin: 0.5em;
    color: #fff;
}

.weekly-deals .frame a img {
    width: auto;
    max-height: 100%;
    height: auto;
}

.weeklydeals-image-panel {
    background: none repeat scroll 0 0 #fff;
    display: table;
    height: 359px;
    table-layout: fixed;
    width: 100%;
}

.weeklydeals-image-panel-inner {
    display: table-cell;
    height: 359px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.weekly-deals .btn-wrapper {
    margin-bottom: 20px;
}

.weekly-deals .btn {
    background-color: #ED7D31;
    border-radius: 8px;
    color: #fff;
    font-weight: regular;
    font-size: 14px;
    height: 40px;
    width: 280px;
}

.latest-deals .owl-carousel .owl-prev,
.latest-deals .owl-carousel .owl-next {
    top: calc(50% + 6px);
}

.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;
}

.weekly-deals .frame.col-md-4 {
    margin-right: 0px;
}

.weekly-deals .frame .img-title {
    right: 5px;
}

#imageViewerContainer {
    width: 100% !important;
    height: 600px;
    margin: 0 auto;
    background: #d4d4d4;
    margin: 0px 0px;
}

#imageViewerContainer img {
    max-width: unset;
}

.promotion_ads_fancybox #imageViewerContainer {
    width: 80% !important;
    height: 500px;
    margin: 0 auto;
}


@media (max-width: 992px) {
    .promotion_ads_fancybox #imageViewerContainer {
        width: 100% !important;
        height: 500px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .weekly-deals .frame.col-md-4 {
        width: calc(33.33333333% - 5px);
    }
}

@media(max-width:992px) {
    .weekly-deals .btn-wrapper {
        margin-bottom: 3rem;
    }

    .weekly-deals {
        padding: 0px 15px !important;
    }

    .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;
    }
}

@media(max-width:768px) {
    .promotion_ads_fancybox {
        max-width: 90%;
        width: 100%;
        padding: 20px 20px;
    }

    .promotion_ads_fancybox .promotion_popup_image_wrapper img {
        width: auto;
        max-width: unset;
        max-height: unset;
    }

    .promotion_ads_fancybox .fancybox-close-small:after {
        font: unset;
        line-height: 0.7;
        border: 1px solid var(--themes-secondary);
        font-size: 24px;
        color: var(--themes-secondary) !important;
        width: 20px;
        height: 20px;
        padding: 2px 2px;
    }

    .promotion_popup_button {
        text-align: center;
        margin-top: 30px;
    }

    .promotion_ads_fancybox .btn-download-pdf {
        border: 1px solid var(--themes-primary);
        border-radius: 5px;
        font-size: 14px;
        padding: 5px 20px;
        min-width: 200px;
        width: 200px;
        display: block;
        margin: 0 auto;
        letter-spacing: 1px;
    }

    .giant_promotion_list .promotion_list_box {
        max-height: unset !important;
    }
}

/* ----------------
 [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%;
    }
}


/* ----------------
 [11. Pagination]
 */
.pagination {
    font-size: 12px;
    line-height: 100%;
    display: block;
    width: 100%;
    text-align: center;
}

.pagination li {
    display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
    border: none;
    padding: 4px 8px 2px;
}

.pagination li a {
    color: var(--themes-secondary);
}

.pagination li:hover a,
.pagination li:focus a {
    font-weight: bold;
    color: var(--themes-secondary);
    background-color: transparent;
}

.pagination li.selected a {
    color: #fff;
    font-weight: bold;
    background: #65B32E;
    border-radius: 50%;
    margin-left: 0;
    margin-right: 2px;
}

/* -------------
[12. Demo Notice]
*/

.demo-notice {
    margin: 0;
    padding: 5px;
    background: #d75f07;
    font-weight: normal;
    line-height: 1.15;
    color: #fff;
    text-align: center;
    font-size: 11px;
}

.demo-notice p {
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    text-align: center;
}

.demo-notice .separator {
    display: inline-block;
    margin: -3px 10px 0;
}

.demo-notice .separator:before {
    display: inline-block;
    content: "";
    position: absolute;
    border: rgba(255, 255, 255, 0.5) 1px solid;
    height: 22px;
    margin-top: -2px;
}

.demo-notice-login-logout {
    font-size: 16px;
    padding: 5px;
    background: #6aba2f;
}

.demo-notice-login-logout .close-notice-login-logout {
    color: #fff;
}



/* -------------
[13. Notification Box]
*/

#notification-box .container {
    background-color: #fff;
    border: #fff 1px solid;
    border-bottom: none;
    /*border-top: 3px solid #65B32E;*/
}

#notification-box .alert {
    margin: 0 -1px;
    border: none;
    border-radius: 0;
    text-align: left;
    padding: 10px 15px;
}

#notification-box .alert-danger {
    background-color: #f54337;
    color: #FFFFFF;
}

#notification-box .alert-success {
    background-color: #69ab2f;
    color: #FFFFFF;
}

#notification-box .alert-error {
    background-color: #cb4632;
    color: #FFFFFF;
}


/*-------------
[14. AIA]
*/
.aia-popover-product-tooltip.popover {
    border-radius: 5px;
    background-color: var(--themes-secondary);
    color: #fff;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.aia-popover-product-tooltip.popover {
    left: 50px !important;
}

.aia-popover-product-tooltip .arrow {
    left: 5px !important;
}

.aia-popover-product-tooltip.popover .text {
    color: #fff;
    font-weight: 500;
}

.aia-popover-product-tooltip.popover a {
    font-weight: 500;
    text-decoration: underline;
}

.aia-popover-product-tooltip.popover.bs-popover-auto[x-placement^="top"]>.arrow::after,
.aia-popover-product-tooltip.popover.bs-popover-top>.arrow::after {
    border-top-color: var(--themes-secondary);
}

@media (min-width: 1440px) {
    .aia-popover-tooltip {
        left: -50px !important;
    }
}

/*------------
[15. Dare to compare]
*/
.section_dare_to_compare .homepage_dare_to_compare {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.section_dare_to_compare.with-box-shadow .homepage_dare_to_compare {
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3) !important;
    margin-bottom: 30px;
}

.section_dare_to_compare .box_outer {
    padding: 30px;
    padding: 0px;
    height: 100%;
    position: relative;
}

.section_dare_to_compare .box_outer.bg-image {
    background-size: cover;
    background-position: center;
}

.section_dare_to_compare .box_outer .floating_link {
    position: absolute;
    bottom: 20%;
    left: 40px;
}

.section_dare_to_compare .box_outer .box_inner {
    border: 8px solid #fff;
    padding: 25px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section_dare_to_compare .box_outer .box_text {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}

.section_dare_to_compare .box_outer .box_link a {
    color: #fff;
}

.section_dare_to_compare .box_outer .box_link {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
}

.section_dare_to_compare .col_list_product {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section_dare_to_compare .col_list_product .col_product {
    padding-left: 10px;
    padding-right: 10px;
}

@media(max-width:1175px) {

    .dare-compare .product-list li .left-block {
        margin: 0 5px;
    }

    .dare-compare .product-list li .right-block {
        padding: 0 5px;
    }

}

/*-------------
[16. Homepage Section]
*/

.section_homepage_category .homepage_title {
    color: #65B32E;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 20px;
}

.section_homepage_category .homepage_category_wrapper {
    padding: 0px 15px;
}

.section_homepage_category .homepage_category_wrapper .category_name {
    font-family: "Roboto Condensed", sans-serif;
    color: #65B32E;
    font-size: 13px;
    margin-top: 5px;
}

.section_homepage_category .homepage_category_wrapper .col-lg-category {
    margin-bottom: 30px;
}

.section_homepage_category .homepage_category_wrapper .col-lg-category .img_wrapper {
    height: 110px;
    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;
    margin-bottom: 10px;
}

.section_homepage_category .homepage_category_wrapper .col-lg-category .img_wrapper img {
    max-height: 110px;
}

.section_homepage_category .homepage_category_wrapper .col-lg-category a:hover {
    text-decoration: unset;
}

.section_homepage_category .homepage_category_wrapper .col-lg-category a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s all ease-in;
    -o-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}

.homepage_title {
    font-family: "Roboto Condensed" !important;
    color: #484848;
    font-weight: normal !important;
    margin-bottom: 30px;
    font-size: 20px;
}

section.section_homepage_whatshot {
    padding-bottom: 0px;
}


@media (min-width: 992px) {
    .section_homepage_category .homepage_category_wrapper .col-lg-category {
        -ms-flex: 0 0 14.286%;
        -webkit-box-flex: 0;
        flex: 0 0 14.286%;
        max-width: 14.286%;
    }

    .col-lg-attr-category {
        -ms-flex: 0 0 12.5%;
        -webkit-box-flex: 0;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-lg-item-5 {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


/*-------------
[17. Subscription]
*/


.subscribe_wrapper .text_subscribe {
    color: #036446;
    font-size: 20px;
    line-height: 1.3;
    padding: 20px 20px;
    font-family: 'Roboto', sans-serif !important;
}

.subscribe_wrapper .col-button .btn-send {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.subscribe_wrapper .text_subscribe .orange {
    color: var(--themes-primary);
}

.subscribe_wrapper .input_wrapper {
    padding: 10px 20px;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    margin-bottom: 5px;
}

.subscribe_wrapper .input_wrapper .input_subscribe:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.subscribe_wrapper .input_wrapper .input_subscribe {
    border-radius: 0px;
    border: 0px;
    font-size: 18px;
    padding: 0.375rem 0.5rem;
    border-bottom: 1px solid #fff !important;
    text-align-last: center;
    color: #fff !important;
    text-align: center;
}

.subscribe_wrapper .input_wrapper .input_subscribe::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    font-size: 16px;
    opacity: 1;
    /* Firefox */
}

.subscribe_wrapper .input_wrapper .input_subscribe:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    font-size: 16px;
    opacity: 1;
    /* Firefox */
}

.subscribe_wrapper .input_wrapper .input_subscribe::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    font-size: 16px;
    opacity: 1;
    /* Firefox */
}

.subscribe_wrapper .input_wrapper .input_subscribe::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    font-size: 16px;
    opacity: 1;
    /* Firefox */
}

.subscribe_wrapper .input_wrapper .input_subscribe:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
    font-size: 16px;
}

.subscribe_wrapper .input_wrapper .input_subscribe::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
    font-size: 16px;
}

.subscribe_wrapper .input_wrapper .input_subscribe:focus::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: transparent;
    opacity: 0;
    /* Firefox */
}

.subscribe_wrapper .input_wrapper .input_subscribe:focus::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: transparent;
    opacity: 0;
    /* Firefox */
}

.subscribe_wrapper .input_wrapper .input_subscribe:focus::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: transparent;
    opacity: 0;
    /* Firefox */
}

.subscribe_wrapper .input_wrapper .disclaimer {
    margin-top: 5px;
    font-size: 14px;
    color: #22775d;
}

.subscribe_wrapper .input_wrapper .disclaimer a {
    font-family: 'Roboto', sans-serif;
    color: #22775d;
    text-decoration: underline;
}

.subscribe_wrapper .col-button .btn-send {
    height: 100%;
    background: #036446;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    padding: 6px 20px;
    width: 98px;
    font-family: 'Roboto Condensed', sans-serif;
}

.subscribe_wrapper .col-button .btn-send .img-arrow-submit {
    height: 28px;
    margin-bottom: 5px;
}

.subscribe_wrapper .col-button .btn-send .img_wrapper {
    margin-bottom: 3px;
}

.subscribe_wrapper .subscribe_error {
    margin-top: 3px;
    margin-bottom: -3px;
    font-size: 13px;
    color: #e1574c;
    display: none;
}

#popup-subscription {
    max-width: 65%;
    padding: 24px 30px;
}

.btn-subscribe {
    background-color: #046546;
    color: #fff;
    width: 80%;
    border-radius: 5px;
    font-size: 19px;
    margin-top: 15px;
}

.btn-subscribe:hover {
    color: #fff;
}

#popup-subscription .subscription_popup_heading {
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #036446;
}

#popup-subscription .form_subscription_popup_wrapper .form-control {
    font-size: 21px !important;
    border: 0px;
    padding: 0px;
    border-bottom: 1px solid #acacac;
}

@media (max-width: 992px) {

    .subscribe_wrapper .input_wrapper,
    .subscribe_wrapper .col-button {
        margin-bottom: 0px;
    }
}

@media(max-width:992px) {

    .subscribe_wrapper .input_wrapper .input_subscribe {
        font-size: 13px;
        padding: 0.375rem 0.25rem;
    }

    .subscribe_wrapper .input_wrapper .disclaimer {
        margin-top: 5px;
        font-size: 11px;
        color: #22775d;
    }

    .subscribe_wrapper .input_wrapper {
        padding: 10px 10px;
    }

    .subscribe_wrapper .text_subscribe {
        padding: 10px 10px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .subscribe_wrapper .col-button {
        text-align: center;
        margin-bottom: 20px;
    }

    .subscribe_wrapper .col-button .btn-send {
        margin: 0 auto;
        border-radius: 20px;
        width: 120px;
    }

    .subscribe_wrapper .col-button .btn-send .img_wrapper {
        /* display:none;*/
    }

    .subscribe_wrapper .input_wrapper .input_subscribe::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        font-size: 14px;
        opacity: 1;
        /* Firefox */
    }

    .subscribe_wrapper .input_wrapper .input_subscribe:-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        font-size: 14px;
        opacity: 1;
        /* Firefox */
    }

    .subscribe_wrapper .input_wrapper .input_subscribe::-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        font-size: 14px;
        opacity: 1;
        /* Firefox */
    }

    .subscribe_wrapper .input_wrapper .input_subscribe::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        font-size: 14px;
        opacity: 1;
        /* Firefox */
    }

    .subscribe_wrapper .input_wrapper .input_subscribe:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff;
        font-size: 14px;
    }

    .subscribe_wrapper .input_wrapper .input_subscribe::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #fff;
        font-size: 14px;
    }

    .subscribe_wrapper .input_wrapper .input_subscribe:focus::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: transparent;
        opacity: 0;
        /* Firefox */
    }

    .subscribe_wrapper .input_wrapper .input_subscribe:focus::-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: transparent;
        opacity: 0;
        /* Firefox */
    }

    .subscribe_wrapper .input_wrapper .input_subscribe:focus::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: transparent;
        opacity: 0;
        /* Firefox */
    }

    #popup-subscription {
        max-width: 90%;
    }

    #popup-subscription .subscription_popup_heading .img_baloon img {
        max-height: 300px;
    }

    #popup-subscription .subscription_popup_heading {
        font-size: 18px;
    }

    .subscribe_wrapper .col-button {
        margin-bottom: 10px;
    }

    .custom-subscription-list .widget_dynamic_list_newsletter_container::before {
        top: 30% !important;
    }
}

/*-------------
[18. Contest]
*/
.view_contest_page .contest_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_contest_page .contest_banner_wrapper_mobile {
    display: none;
}

.view_contest_page .contest_main_content .contest_title {
    font-size: 28px;
    line-height: 38px;
    color: #65b32e;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 30px 0px 20px;
}

.contest_question {
    margin-bottom: 60px;
}

@media(max-width:768px) {
    .view_contest_page .contest_banner_wrapper {
        display: none;
    }

    .view_contest_page .contest_banner_wrapper_mobile {
        display: block;
    }

}


/*--------------
[19. Imageable box]
*/
.imageable_box .imageable_title {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #65b32e;
    letter-spacing: 0;
    line-height: 22px;
}

.imageable_box .imageable_item {
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#fff),
            to(#fff));
    background-image: -webkit-linear-gradient(top, #fff, #fff);
    background-image: -o-linear-gradient(top, #fff, #fff);
    background-image: linear-gradient(-180deg, #fff, #fff);
    position: relative;
    max-height: 360px;
    cursor: pointer;
}

.imageable_box .imageable_item img {
    max-height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 100%;
}

.imageable_box .imageable_item .hoverable_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s all ease-in;
    -o-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
    z-index: -1;
    opacity: 0;
}

.imageable_box .imageable_item:hover .hoverable_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    z-index: 2;
}

.imageable_box .imageable_item .hoverable_button .btn-promotion {
    background-color: var(--themes-warning);
    border: 1px solid var(--themes-warning);
    -webkit-transition: 0.5s all ease-in;
    -o-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 16px;
}

.imageable_box .imageable_item .hoverable_button .btn-promotion:hover {
    background-color: var(--themes-warning);
}

.imageable_box .compact-object-fit {
    height: 360px;
    background-size: cover;
}

.imageable_box .compact-object-fit img {
    display: none;
}

@media(max-width:992px) {
    .imageable_box .imageable_item .hoverable_button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        z-index: 2;
        height: 30% !important;
        top: auto !important;
        bottom: 0 !important;
    }

    .imageable_box .compact-object-fit {
        height: 610px;
    }

    .imageable_box .compact-object-fit img {
        display: none;
    }
}

/*-------------
[19. Add to Cart Button]
*/
.btn.add-cart .display,
.btn.add-cart .effect {
    height: 32px;
}

.btn.add-cart .display,
.btn.add-cart .effect {
    padding: 3px 14px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.add-cart .input-group-btn .btn {
    color: #fff;
    padding: 3px 4px 4px 4px;
    border-radius: 50%;
    color: #65b32e;
    border: 1px solid #65b32e;
    width: 33px;
    height: 33px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.add-cart .input-group-btn .btn:hover {
    color: #fff;
    -webkit-transition: 0.5s all ease-in;
    -o-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}

.btn.add-cart .input-group {
    background: transparent;
    width: 100%;
    height: 33px;
}

.btn.add-cart .input-group .form-control {
    margin: 0px;
    color: #818281;
    font-size: 18px !important;
    height: 33px;
}

.widget_dynamic_list_home_product .product_box .btn.add-cart {
    margin-top: 5px !important;
    width: 100%;
}

.btn.add-cart .input-group-btn .btn:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}


@media(max-width:1150px) and (min-width:992px) {
    .btn.add-cart .input-group .form-control {
        height: 33px;
        padding: 6px 5px;
        font-size: 14px !important;
    }
}
/*-----------------
[20. Customer Care]
*/
.nav_customer_care_tabs {
    padding: 30px 0px;
}

.nav_customer_care_tabs .nav-item .nav-link {
    font-weight: 700;
    font-size: 18px;
    color: #9b9b9b;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 5px 15px;
    margin-right: 30px;
}

.nav_customer_care_tabs .nav-item .nav-link.active {
    background: #65B32E;
    border-radius: 100px;
    color: #fff;
}

.customer_care_page {
    font-family: 'Roboto', sans-serif;
}

.customer_care_page .tab_content .form-control {
    color: var(--themes-secondary);
    border: none;
    display: block;
    padding: 7px 15px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.32);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.32);
    border-radius: 4px !important;
    line-height: 20px;
    font-size: 16px !important;
}

.customer_care_page .tab_content .form-control:focus {
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.32) !important;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.32) !important;
    border-radius: 4px !important;
}

.customer_care_page .tab_content .form-input {
    margin-bottom: 20px;
}

.customer_care_page .tab_content .input-field {
    margin-bottom: 0px;
}

.customer_care_page .tab_content input.form-control::-webkit-input-placeholder,
.customer_care_page .tab_content textarea.form-control::-webkit-input-placeholder,
.customer_care_page .tab_content select.form-control::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    opacity: 1;
    /* Firefox */
    font-style: italic;
}

.customer_care_page .tab_content input.form-control:-ms-input-placeholder,
.customer_care_page .tab_content textarea.form-control:-ms-input-placeholder,
.customer_care_page .tab_content select.form-control:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    opacity: 1;
    /* Firefox */
    font-style: italic;
}

.customer_care_page .tab_content input.form-control::-ms-input-placeholder,
.customer_care_page .tab_content textarea.form-control::-ms-input-placeholder,
.customer_care_page .tab_content select.form-control::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    opacity: 1;
    /* Firefox */
    font-style: italic;
}

.customer_care_page .tab_content input.form-control::-webkit-input-placeholder,
.customer_care_page .tab_content textarea.form-control::-webkit-input-placeholder,
.customer_care_page .tab_content select.form-control::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    opacity: 1;
    /* Firefox */
    font-style: italic;
}

.customer_care_page .tab_content input.form-control:-ms-input-placeholder,
.customer_care_page .tab_content textarea.form-control:-ms-input-placeholder,
.customer_care_page .tab_content select.form-control:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    opacity: 1;
    /* Firefox */
    font-style: italic;
}

.customer_care_page .tab_content input.form-control::-ms-input-placeholder,
.customer_care_page .tab_content textarea.form-control::-ms-input-placeholder,
.customer_care_page .tab_content select.form-control::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    opacity: 1;
    /* Firefox */
    font-style: italic;
}

.customer_care_page .tab_content input.form-control::placeholder,
/* Chrome, Firefox, Opera, Safari 10.1+ */
.customer_care_page .tab_content textarea.form-control::placeholder,
/* Chrome, Firefox, Opera, Safari 10.1+ */
.customer_care_page .tab_content select.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    opacity: 1;
    /* Firefox */
    font-style: italic;
}

.customer_care_page .tab_content input.form-control:-ms-input-placeholder,
/* Internet Explorer 10-11 */
.customer_care_page .tab_content textarea.form-control:-ms-input-placeholder,
/* Internet Explorer 10-11 */
.customer_care_page .tab_content select.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: italic;
}

.customer_care_page .tab_content input.form-control::-ms-input-placeholder,
/* Microsoft Edge */
.customer_care_page .tab_content textarea.form-control::-ms-input-placeholder,
/* Microsoft Edge */
.customer_care_page .tab_content select.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: italic;
}

.customer_care_page .col-right .form_wrapper {
    padding: 30px;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#65B32E),
            to(#65B32E));
    background-image: -webkit-linear-gradient(top, #65B32E, #65B32E);
    background-image: -o-linear-gradient(top, #65B32E, #65B32E);
    background-image: linear-gradient(-180deg, #65B32E, #65B32E);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.customer_care_page .btn-orange {
    background-color: var(--themes-secondary);
    color: #fff;
    padding: 6px 20px;
    min-width: 150px;
}

.customer_care_page .btn-orange:hover {
    background-color: var(--themes-secondary);
    color: #fff;
    padding: 6px 20px;
    min-width: 150px;
}

.customer_care_page .btn-orange .display-static {
    padding: 0px;
}

.customer_care_page .contact-note {
    color: #fff;
    margin-top: 0px;
}

.customer_care_page h2 {
    font-size: 24px;
    line-height: 33px;
    color: var(--themes-secondary);
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.customer_care_page p {
    color: var(--themes-secondary);
}

.customer_care_page .customer_care_top_content h1 {
    line-height: 38px;
    color: #65b32e;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 38px;
}

@media(max-width:992px) {
    .nav_customer_care_tabs .nav-item .nav-link {
        padding: 5px 10px;
        margin-right: 0px;
        font-size: 13px;
    }

    .customer_care_page .col-right .form_wrapper {
        padding: 30px 15px;
    }
}

/*-------------
[21. Notification Lightbox]
*/
.notification_lightbox {
    max-width: 55%;
    padding: 40px;
    font-size: 18px;
}

.notification_lightbox p {
    margin-bottom: 15px;
    font-size: 18px;
}

.notification_lightbox .fancybox-close-small:after {
    color: #707070;
    font-size: 35px;
    font-family: "Montserrat", sans-serif;
}

#notif-shopping-list {
    padding: 1% 3%;
    max-width: 840px;
}

#notif-success {
    max-width: 42%;
    padding: 20px 6%;
}

#notif-shopping-list .notif-shopping-list-container div.content,
,
#notif-success .notif-success-container div.content,
#notif-success .notif-success-container h5 {
    text-align: left;
    color: #65b32e;
    line-height: 1.5;
}

#notif-shopping-list .notif-shopping-list-container h5 {
    color: var(--themes-secondary);
    text-transform: capitalize;
    letter-spacing: normal;
}

#notif-success .notif-success-container h2 {
    font-size: 60px;
    color: #65b32e;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 20px;
}

#notif-success .notif-success-container h5 {
    text-align: center;
    color: #3C3C3B;
    line-height: 1.5;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0px;
}

#notif-shopping-list .notif-shopping-list-container .btn_wrapper .btn,
#notif-success .notif-success-container .btn_wrapper .btn {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 30px;
    min-width: 240px;
    font-weight: normal;
    cursor: pointer;
    padding: 7px 40px;
    text-transform: uppercase;
}

#notif-shopping-list .notif-shopping-list-container .btn_wrapper .btn span,
#notif-success .notif-success-container .btn_wrapper .btn span {
    font-weight: normal;
}

#notif-shopping-list .notif-shopping-list-container .btn_wrapper .btn.login-popup,
#notif-success .notif-success-container .btn_wrapper .btn.login-popup {
    background-color: #fff !important;
    color: #fff;
    -webkit-transition: 0.5s all ease-in;
    -o-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}

#notif-shopping-list .notif-shopping-list-container .btn_wrapper .btn.login-popup:hover {
    background-color: #65b32e !important;
}

#notif-shopping-list .notif-shopping-list-container .btn_wrapper .btn.signup-popup {
    margin-left: 10px;
    font-weight: normal;
    -webkit-transition: 0.5s all ease-in;
    -o-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
}

#notif-shopping-list .notif-shopping-list-container .btn_wrapper .btn.signup-popup:hover {
    background-color: var(--themes-primary) !important;
}

#notif-shopping-list .notif-shopping-list-container .img-heart img {
    width: 100px;
}

#notif-shopping-list .notif-shopping-list-container .img-heart {
    margin-bottom: 0px;
    height: 100%;
}

#notif-success .img-heart img {
    width: auto;
}

.notif-success-container h5 {
    font-size: 16px !important;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #notif-shopping-list {
        min-width: 990px;
    }
}

@media (max-width: 926px) {
    .notification_lightbox {
        max-width: 80%;
        font-size: 14px;
        padding: 30px;
    }

    .notification_lightbox p {
        font-size: 14px;
    }

    #notif-shopping-list {
        padding: 24px;
        margin: auto;
        max-width: calc(100% - 30px);
    }

    #notif-shopping-list .notif-shopping-list-container .btn_wrapper .btn.login-popup,
    #notif-success .notif-success-container .btn_wrapper .btn.login-popup,
    #notif-shopping-list .notif-shopping-list-container .btn_wrapper .btn.signup-popup {
        display: block;
        min-width: 100%;
        margin: 10px auto 0px;
        margin-left: 0;
        margin-right: 0;
        padding: 8px 20px;
        font-size: 15px;
    }

    #notif-shopping-list .notif-shopping-list-container .btn_wrapper {
        display: block;
        justify-content: space-between;
    }

    #notif-shopping-list .notif-shopping-list-container .img-heart {
        margin-bottom: 0px;
        height: auto;
        width: 65%;
        margin: 0 auto;
    }

    .notif-shopping-list-container div.content {
        max-width: 90%;
        margin: 20px auto;
    }

    #notif-shopping-list .notif-shopping-list-container .btn_wrapper .btn.login-popup {
        margin-top: 0px;
    }

    #notif-shopping-list .notif-shopping-list-container .btn_wrapper .btn.signup-popup {
        margin-top: 15px;
    }

    #notif-shopping-list .notif-shopping-list-container .img-heart img {
        width: auto;
        height: 55px;
    }

    #notif-shopping-list .notif-shopping-list-container .col-auto {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .notif-shopping-list-container .row {
        text-align: center;
    }

    #notif-shopping-list .notif-shopping-list-container h5 {
        text-align: center;
        letter-spacing: normal;
    }

    #notif-shopping-list .notif-shopping-list-container h2 {
        margin-top: 10px;
        font-weight: bold;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: -1px;
    }

    #notif-success {
        max-width: 95%;
    }

    #notif-success .notif-success-container h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    #notif-success .notif-success-container div.content,
    #notif-success .notif-success-container h5 {
        text-align: center;
        margin-bottom: 0px;
    }

    #notif-success .notif-success-container div.content .img-heart {
        text-align: center;
    }
}

/*----------------
[22. Snowflake & Goldcoin]
*/
#snowflake {
    color: #cdeee8;
    position: absolute;
    font-size: 25px;
    top: -50px;
    -webkit-animation: spin-clockwise 6s linear infinite;
    -moz-animation: spin-clockwise 6s linear infinite;
    animation: spin-clockwise 6s linear infinite;
}

#goldcoins-1 {
    position: absolute;
    top: -50px;
    -webkit-animation: spin-clockwise 6s linear infinite;
    -moz-animation: spin-clockwise 6s linear infinite;
    animation: spin-clockwise 6s linear infinite;
    z-index: 9;
}

#goldcoins-2 {
    position: absolute;
    top: -50px;
    z-index: 9;
}

/*-----------
[22. Search Page]
*/
.search_you_may_also_like .search_also_like_title {
    font-size: 20px;
    color: #65B32E;
    margin-bottom: 30px;
}

.search_you_may_also_like .also_like_search_box {
    margin-bottom: 20px;
}

.search_you_may_also_like .also_like_search_box .img_wrapper {
    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;
    height: 161px;
}

.search_you_may_also_like .also_like_search_box .img_wrapper img {
    height: 160px;
    object-fit: cover;
    height: 160px;
    width: 100%;
}

.search_you_may_also_like .also_like_search_box .also_like_title {
    color: #484848;
    font-size: 18px;
    margin-top: 5px;
    text-transform: uppercase;
    height: 75px;
    overflow: hidden;
}

.search_you_may_also_like .also_like_search_box .also_like_title em {
    font-style: normal;
    color: var(--themes-secondary);
}

.search_you_may_also_like .also_like_search_box .also_like_readmore {
    text-align: right;
}

.search_you_may_also_like .also_like_search_box a {
    color: var(--themes-secondary);
    width: 100%;
}

.search_you_may_also_like .also_like_search_box .read-more {
    color: var(--themes-primary);
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search_you_may_also_like .also_like_search_box .read-more-text {
    margin-right: 5px;
}

@media (max-width: 1430px) and (min-width: 1200px) {
    #search-page .product-list li .left-block .product-discount-label {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    #search-page {
        margin-left: 0;
        margin-right: 0;
    }

    #search-page #left_column .block.left-module.block_parent {
        margin: 0;
    }
}

@media(max-width:992px) {

    .search_you_may_also_like .also_like_search_box .also_like_title {
        font-size: 14px;
        height: 65px;
        overflow: hidden;
    }

    .search_you_may_also_like {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .search .filter .checkbox {
        width: 30%;
        display: inline-block;
        line-height: 1.5;
    }
}

/*--------------
[23. Wishlist]
*/
@media(max-width:992px) {
    .container .content-container .content-header-button-group .btn.btn-update-shopping-list span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .container .content-container #shoppinglist-item-content .share_icon_wrapper {
        margin-top: 10px;
    }

    .container .content-container #shoppinglist-item-content .share_icon_wrapper .icon-share {
        margin-right: 0px;
        color: #8e8f8e;
    }

    .container .content-container #shoppinglist-item-content td.column-action {
        padding-right: 0px !important;
    }

}

/*--------------
[24. Checkout Page]
*/
.checkout_result a.btn-primary {
    margin-top: .5em;
}

#CheckoutSurveyForm_message {
    margin: 8px 0 20px 0;
}

.address {
    text-align: left;
    border: #d6d6d6 1px solid;
    padding: 15px 20px;
}

.address:hover {
    border: #798288 1px solid;
}

.address.selected,
.address.selected:hover {
    padding: 13px 18px;
    border: var(--themes-warning) 3px solid;
}

.address,
.address a {
    color: #333;
}

.address .action a {
    margin-left: 5px;
}

.address .action a:hover {
    color: #65B32E;
}


#checkout-loginregister .container .content-container .content-header-bottom-divider {
    border-top: 1px solid var(--themes-secondary);
    margin-bottom: 25px;
}



#check-delivery-postal {
    padding: 19.5px 10px;
}

.input-group-addon.btn-close-delivery {
    background: #FFF;
    width: 43px;
}



#checkout-loginregister .btn.btn-primary span {
    font-size: 13px;
}

#btn-guest-checkout {
    font-size: 13px;
}

#checkout-loginregister p.link {
    font-size: 14px;
}

.cart-info .ccpromo-notify {
    background-color: #FFF;
    color: var(--themes-secondary);
    margin: 0 -20px;
    padding: 15px 20px;
    font-size: 12px;
    text-align: left;
}

.cart-info .ccpromo-notify .left {
    float: left;
    width: 50px;
    margin-right: 10px;
    text-align: left;
    float: left;
    width: 50px;
    margin-right: 10px;
    text-align: left;
}

.cart-info .ccpromo-notify .right {
    float: right;
    width: calc(100% - 60px);
    text-align: left;
}


.checkout-info {
    margin: 20px 5px;
}

/* Payment Status Page [complete,pending,failed] */
.checkout_result .header-status-pending {
    color: #65B32E;
}

.checkout-payment-status-btn-container {
    margin-top: 1.5em;
}

.checkout-status-header {
    font-size: 24px;
    margin-bottom: .2em;
}

.btn.new-address .display,
.btn.new-address .effect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn.new-address .display i,
.btn.new-address .effect i {
    margin-right: 5px;
}

#checkout-cart-info-container .btn.new-address .display,
#checkout-cart-info-container .btn.new-address .effect {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#pwp-dialog .pwp-button .btn-add-to-cart-old {
    width: 100%;
    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;
}

#pwp-dialog .pwp-button .btn-add-to-cart-old i {
    margin-left: 10px;
}

.progress-free-delivery .progress-bar {
    height: 100%;
}

#pwp-dialog .items li .desc h6 {
    font-size: 14px;
}

#shipping-information-container .text-input,
#billing-information-selection .text-input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width:768px) {
    #btn-cart {
        height: 32px;
        margin-top: 4px;
    }
}


#shopping-list-dialog.table td {
    padding: 8px;
}

#shopping-list-dialog.table td h2 {
    margin: 0;
}



s @media (max-width:1175px) {

    #cart-info-block {
        display: none;
    }
}

@media (max-width:480px) {


    .cart-block {
        width: 100%;
        right: 0;
    }
}

@media(max-width:992px) {
    .guest-checkout {
        text-align: center;
    }

    #btn-guest-checkout {
        width: 200px;
    }

    .checkout_result .btn-primary {
        margin-bottom: 10px;
    }

    .rc-anchor-normal {
        width: 100%;
    }
}

/*----------
[25. Brands Promotion]
*/

.brands_promotions .page-title {
    font-size: 30px;
    color: #333333;
    margin-bottom: 15px;
}

.brands_promotions .brands-promotions-list span.empty {
    margin-left: 15px;
}

.brands_promotions .promotion-image {
    /*border: 1px solid #ddd;*/
    /*height: 249px;
    position: relative;*/
    margin-bottom: 15px;
}

.brands_promotions .promotion-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translateZ(0);
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
}

.brands_promotions .promotion-image,
.brands_promotions .promotion-info {
    text-align: center;
}

.brands_promotions .promotion-info hr {
    border-color: var(--themes-warning);
    border-width: 2px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.brands_promotions .promotion-info .promotion-title,
.brands_promotions .promotion-info .promotion-url a {
    color: #333333;
}

.brands_promotions .promotion-info .promotion-description {
    max-height: 100px;
    overflow: hidden;
}

.brands_promotions .promotion-info .promotion-url a {
    border: 1px solid var(--themes-warning);
    padding: 4px 36px;
}

.brands_promotions #brand_promotions_footer {
    background-color: #E2EFDA;
    height: 75px;
    margin-bottom: 15px;
    text-align: center;
    padding: 10px 5px 0 5px;
    cursor: pointer;
}

.brands_promotions #brand_promotions_footer p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: var(--themes-secondary);
}

.brands_promotions #brand_promotions_footer img.bucket {
    width: 80px;
    position: absolute;
    bottom: 0;
    right: 50px;
    transform: translateZ(0);
}

@media(max-width:640px) {

    #loadingAddCart,
    .popup_overlay img {
        width: 100px;
    }


    #btn-cart {
        height: 24px;
        margin-top: 8px;
        background: transparent url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDYwIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRUZFRkU7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTEuNywxMi41bC0wLjgtNWgtM2MtMC40LTEuNy0yLTMtMy45LTNjLTIuMiwwLTQsMS44LTQsNHMxLjgsNCw0LDRjMS45LDAsMy40LTEuMywzLjktM2gxLjNsMC41LDNsMCwwCglsMC4yLDEuMmwwLDBsMCwwTDEyLjQsMjdsMSw1LjVsMCwwbDEuMyw3Yy0yLjUsMC4yLTQuNSwyLjEtNC44LDQuNWMtMC4xLDEuNCwwLjMsMi44LDEuMywzLjljMC45LDEsMi4zLDEuNywzLjcsMS43aDIKCWMwLDMuMywyLjcsNiw2LDZzNi0yLjcsNi02aDExYzAsMy4zLDIuNyw2LDYsNnM2LTIuNyw2LTZoNGMwLjYsMCwxLTAuNCwxLTFzLTAuNC0xLTEtMWgtNC4zYy0wLjgtMi4zLTMtNC01LjctNHMtNC44LDEuNy01LjcsNAoJSDI4LjZjLTAuOC0yLjMtMy00LTUuNi00cy00LjgsMS43LTUuNiw0SDE1Yy0wLjgsMC0xLjctMC40LTIuMi0xQzEyLjIsNDYsMTIsNDUuMSwxMiw0NC4zYzAuMi0xLjUsMS41LTIuNywzLjItMi43SDE2CgljMCwwLDAsMCwwLjEsMGg2LjFIMzNsMCwwaDcuMUg1MWwwLDBoNGMyLjgsMCw1LTIuMiw1LTV2LTI0TDExLjcsMTIuNXogTTQsMTAuNWMtMS4xLDAtMi0wLjktMi0yczAuOS0yLDItMnMyLDAuOSwyLDIKCVM1LjEsMTAuNSw0LDEwLjV6IE00Niw0NS41YzIuMiwwLDQsMS44LDQsNHMtMS44LDQtNCw0cy00LTEuOC00LTRTNDMuOCw0NS41LDQ2LDQ1LjV6IE0yMyw0NS41YzIuMiwwLDQsMS44LDQsNHMtMS44LDQtNCw0CglzLTQtMS44LTQtNFMyMC44LDQ1LjUsMjMsNDUuNXogTTU4LDIxLjVoLTd2LTdoN1YyMS41eiBNNDIsMzkuNXYtN2g3djdINDJ6IE00MiwzMC41di03aDd2N0g0MnogTTI0LDM5LjV2LTdoN3Y3SDI0eiBNMjQsMzAuNXYtN2g3Cgl2N0gyNHogTTEzLjgsMjMuNUgyMnY3aC02LjlMMTMuOCwyMy41eiBNNDksMjEuNWgtN3YtN2g3VjIxLjV6IE00MCwyMS41aC03di03aDdWMjEuNXogTTMxLDE0LjV2N2gtN3YtN0gzMXogTTMzLDIzLjVoN3Y3aC03VjIzLjV6CgkgTTUxLDIzLjVoN3Y3aC03VjIzLjV6IE0yMiwxNC41djdoLTguNmwtMS4zLTdIMjJ6IE0xNS41LDMyLjVIMjJ2N2gtNS4yTDE1LjUsMzIuNXogTTMzLDMyLjVoN3Y3aC03VjMyLjV6IE01NSwzOS41aC00di03aDd2NAoJQzU4LDM4LjIsNTYuNywzOS41LDU1LDM5LjV6Ii8+Cjwvc3ZnPgo=') no-repeat center center;
    }

    .container .content-container form .form-input.form-long {
        width: 80%;
    }

}

@media(max-width:480px) {

    .brands_promotions #brand_promotions_footer {
        height: auto;
    }

    .brands_promotions #brand_promotions_footer p {
        position: unset;
        top: unset;
        left: unset;
        transform: none;
        font-size: 22px;
        color: var(--themes-secondary);
        text-align: center;
        margin-bottom: 10px;
    }

    .brands_promotions #brand_promotions_footer img.bucket {
        width: 115px;
        position: unset;
        bottom: unset;
        right: unset;
        transform: translateZ(0);
    }
}

/*------------
[26. Mix n match]
*/
.mixnmatch_item_wrapper .mm-promotion-list .list-view .items,
.mixnmatch .view-product-list .list-view .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.mm-promotion-list .mm-wrapper p.title {
    margin-bottom: 0px;
}

.mixnmatch .view-product-list .category-heading {
    width: 100%;
}

.mixnmatch .view-product-list .category-heading {
    margin-top: 0px;
}

.mixnmatch .mm-box-wrapper .box .remove_link img {
    display: block;
}

.mixnmatch .items>.open-product-detail:hover {
    padding: 0px 5px;
}

/*------------
[27. Home Product]
*/

/*----------
[28. Category Banner]
*/

.row.category-banner-wrapper {
    margin-right: 2px;
}

.row.category-banner-wrapper .homepage-category-banner:nth-child(n) {
    padding-right: 12.5px;
}

.row.category-banner-wrapper .homepage-category-banner:nth-child(2n) {
    padding-left: 12.5px;
}

.row.category-banner-wrapper .homepage-category-banner {
    margin-bottom: 25px;
}

.row.category-banner-wrapper .homepage-category-banner img {
    border-radius: 5px;
    webkit-box-shadow: 0px 0px 4px 1px rgba(217, 217, 217, 0.5);
    -moz-box-shadow: 0px 0px 4px 1px rgba(217, 217, 217, 0.5);
    box-shadow: 0px 0px 4px 1px rgba(217, 217, 217, 0.5);
}

@media (max-width:480px) {
    .category-featured.dare-compare {
        padding: 10px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .row.category-banner-wrapper .homepage-category-banner {
        margin-bottom: 10px;
    }

    .row.category-banner-wrapper .homepage-category-banner:nth-child(n) {
        padding-right: 0;
    }

    .row.category-banner-wrapper .homepage-category-banner:nth-child(2n) {
        padding-left: 15px;
    }

    .dare-link_wrapper {
        padding: 0px 25px;
    }

    .category-featured .product-featured .product-list .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
        opacity: 1;
        visibility: visible;
    }
}

/*---------------
    [29. Ribbon]
    */

.ribbon {
    width: calc(100% - 10px);
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #2980b9;
}

.ribbon span {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    position: absolute;
    display: block;
    width: 80%;
    font-weight: bold;
    padding: 3px 0px;
    background-color: #3498db;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 13px;
}

.ribbon.green span {
    background-color: #65B32E;
}

/* top left*/
.ribbon-top-left {
    top: 0px;
    left: 5px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: 40%;
    top: 10%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*-----------
[30. Registration]
*/
.popup-registration-modal {
    max-width: 95%;
    padding: 30px 24px;
}

.popup-registration-modal h1 {
    font-size: 44px;
    font-family: 'Roboto Condensed', sans-serif;
    color: var(--themes-primary);
}

.popup-registration-modal .btn-close {
    padding: 7px 20px;
}

.popup-registration-modal p {
    margin-bottom: 0px;
    line-height: 1.5;
}

.popup-registration-modal .text-primary {
    line-height: 1;
}

.popup-registration-modal .text-primary,
.popup-registration-modal .text-primary p {
    color: #65b32e !important;
}

.main-container .login-register-form .btn-customer {
    font-size: 13px;
}

.container-log-in-with-social-media .container-icon {
    position: absolute;
    width: 28px;
    padding: 8px 0 7px;
    text-align: center;
    height: 34px;
}

.container-log-in-with-social-media .container-text {
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 7px 5px 8px 28px;
}

/*-----------
[31. Customer Particulars]
*/


#particular-page-container {
    width: auto;
    max-width: unset;
    padding: 0px;
}

#customer-form-particulars .form-input {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 12px;
}

.datepicker .datepicker-days {
    display: block;
}

.controller-onepage .datepicker-orient-left {
    margin-left: 30px;
    z-index: 3;
}

.container-customer-particulars-chart .outer-chart .uncomplete-outer-chart {
    background: #fff;
}

.container .content-container #shoppinglist-item-content {
    background: transparent;
}

.container .content-container .content-header-button-group.button-header.button-header-shopping-list {
    margin-top: -40px;
}

.btn-delete-shopping-list {
    background: transparent !important;
    color: var(--themes-danger) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    -webkit-appearance: unset !important;
    font-size: 14px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0px !important;
}

.btn-delete-shopping-list i {
    margin-right: 5px;
}

.btn.btn-customer.btn-delete-shopping-list:hover {
    background: transparent !important;
    color: var(--themes-danger) !important;
    border: 0px !important;
}

.container .content-container .content-header .content-header-shopping-list a:not(.selected-shopping-list) {
    color: var(--themes-secondary);
}

.container .content-container .content-header .content-header-shopping-list .btn-update-shopping-list i {
    color: var(--themes-secondary);
    line-height: 1.5;
}

.container-customer-particulars-chart .inner-chart {
    padding-top: 0px;
    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;
}

.container-customer-particulars-chart .inner-chart h4 {
    margin-bottom: 0px;
}

.content-customer-main .form .interest-checkbox-list .col-md-4 {
    padding: 0px 0px;
}

.content-customer-sidebar .left-column {
    z-index: 1;
}

.content-customer-right .btn.btn-outline:hover,
.content-customer-right .btn.btn-outline {
    color: #fff !important;
    background-color: var(--themes-secondary) !important;
    border: 1px solid var(--themes-secondary) !important;
}

.btn.btn-customer {
    background: #65b32e;
    color: #fff;
    border: 1px solid #65b32e;
}

.btn.btn-customer:hover {
    background: #65b32e !important;
    color: #fff !important;
    border: 1px solid #65b32e;
}

.container .content-container #shoppinglist-item-content td.remove {
    z-index: 2;
}

.container .content-container form .form-input .label-field-radio {
    width: 100%;
    min-width: auto;
}

/*-----------
[31. Out of Stock]
*/
.out-of-stock-overlay {
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    text-align: center;
    text-shadow: 1px 1px 3px var(--themes-secondary);
    display: flex;
    align-items: center;
    z-index: 1;
    justify-content: center;
}

.out-of-stock-overlay span {
    font-weight: bold;
    text-transform: uppercase;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    font-size: 14px;
}

.out-of-stock-overlay img {
    width: auto !important;
}

.hide-grid {
    display: none;
}

/*-------------
[32. Article Carousel/Related Article]
*/

.article_carousel .img_wrapper {
    width: 100%;
    height: 100%;
}

.article_carousel .img_wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article_carousel .promotion_list_box:hover .promotion_content .promotion_excerpt p {
    color: #fff;
}

.article_carousel .promotion_list_box .promotion_title,
.article_carousel .promotion_list_box.hover_orange .promotion_title a {
    margin-bottom: 0.5rem;
}

.article_carousel .promotion_list_box .promotion_title {
    color: var(--themes-warning) !important;
}

.article_carousel .promotion_list_box:hover .promotion_title {
    color: #fff !important;
}

/*--------------
[33. Flipbook]
*/

.fa-list-ol.flipbook-icon-general.flipbook-menu-btn {
    display: none !important;
}

.flipbook-lightbox-close.fa-times.flipbook-color-light {
    width: 30px;
    height: 30px;
    font-size: 28px;
}

/*---------------
[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;
}