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

1. Font family
2. Common CSS
3. Fancybox
4. Breadcrumb
5. Tooltip
6. Mini Cart
7. Header
8. Footer
9. Product Grid
10. Single Product Popup
11. Owl Carousel
12. Reserve Delivery
13. Search Box
14. Sidebar Main Menu
15. Keyframe
16. Static Page
-------------------------------------------------------------------*/

/* ----------------
 [1. Font family]
 */




/* ----------------
 [2. Common CSS]
 */
html {
    background: #fff;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0 auto !important;
    background-color: #fff !important;
    color: var(--themes-secondary);
    background-attachment: fixed;
    overflow-x: hidden;
    background-image: unset !important;
}


.bg-white {
    background-color: #fff;
}

.bg-orange {
    background-color: var(--themes-primary);
}

.f-green {
    color: #41a00a;
}

.f-orange {
    color: #f5a623;
}

.f-red {
    color: #f44335;
}

.f-grey {
    color: #8e8f8e;
}

.btn-green {
    color: #65b32e;
    font-weight: bold;
    border: 1px solid #65b32e;
    border-radius: 20px;
}

.navbar-nav {
    margin: 0;
}

.navbar-nav>li {
    float: left;
    margin: 0;
}

.form-control,
.btn {
    border-radius: 0;
}

.btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.btn .display,
.btn .display-static,
.btn .effect {
    display: block;
    padding: 8px 14px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.input-group .btn .display,
.input-group .btn .display-static,
.input-group .btn .effect {
    padding: 7px 12px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #d9dae4;
    border: 1px solid #ccc;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

.btn .effect {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: none;
    /*-webkit-transform: translateX(-25%);*/
}

.btn .display,
.btn .effect {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}

.btn:hover a,
.btn:focus a {
    color: inherit;
}

.btn-primary,
.btn-warning,
.btn.add-cart,
.btn.new-address {
    padding: 0;
    border: none;
}

.btn.btn-notify-me {
    font-size: 14px;
    color: #FFF;
    background-color: #d1d1d1;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    display: block;
    padding: 8px 14px;
    margin: 10px 0;
    width: 100%;
    height: 36px;
}

.btn-primary:hover,
.btn-primary .display {
    background: var(--themes-primary);
}

.btn-primary.static * {
    color: #fff !important;
}

.btn-primary .effect {
    background: #117f02;
}


.btn-warning {
    color: #fff;
    background-color: var(--themes-secondary);
    border: 1px solid var(--themes-secondary);
    text-transform: .btn-primary:hover uppercase;
}

.btn-warning .display {
    background-color: var(--themes-secondary);
}

.btn-warning .effect {
    background-color: var(--themes-secondary);
}

.box-max-width {
    max-width: 1440px;
    margin: 0 auto;
}

h1.main-heading {
    font-size: 20px;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px;
    margin-top: 0;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    color: #65B32E;
}

h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
}

h4 {
    font-size: 18px;
    font-size: 1.125rem;
}

h5 {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

h6 {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 800;
}

h4,
h5 {
    font-weight: 800;
}

p {
    margin: 0 0 30px;
    padding: 0;
    color: var(--themes-secondary);
    font-size: 1rem;
}

body div > a {
	display: block;
}

a {
    color: var(--themes-primary);
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

a:hover,
a:focus {
    color: var(--themes-primary);
    text-decoration: none;
    transition: all 0.25s;
}

body>.container {
    min-height: 70vh;
    margin-top: 0;
}

ul,
li,
ol {
    color: var(--themes-secondary);
}

.gotham_bold {
    font-family: 'Roboto', sans-serif !important;
}

.gotham_light {
    font-family: 'Roboto', sans-serif !important;
}

button:focus,
.btn:hover,
.btn:focus,
.form-control:hover,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.main_padding {
    padding: 30px 0;
}

.margin-top-60 {
    margin-top: 60px;
}

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

.columns-container {
    max-width: 98%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.title-stripe-top {
    padding: 10px 0;
    color: #fff;
    background-color: var(--themes-primary);
    font-size: 23px;
    font-family: 'Roboto Condensed', sans-serif;
}

.title-stripe-top .title-stripe-padding {
    padding: 0 50px;
}

.hover-zoom-effect {
    transition: 0.5s all ease-in;
}

.hover-zoom-effect:hover {
    transition: 0.5s all ease-in;
    transform: scale(1.019);
}

.no-box-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button,
.btn {
    border-radius: 25px;
}

body>.container {
    margin-top: 18px;
}

body.noScroll,
.container.noScroll {
    overflow-y: hidden;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.owl-carousel.owl-drag .owl-item {
    padding: 0 2px;
}

.hide-on-desktop {
    display: none;
}

.btn .display-static.close-x {
    padding: 10px;
}

.btn .display-static.close-x img {
    width: 20px;
    max-height: 40px;
}

.error {
    font-weight: normal;
    font-size: 12px;
}

#menu_overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    color: #fff;
    opacity: 0.8;
    text-align: center;
    display: none;
}

#save_overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    position: fixed;
    color: #fff;
    text-align: center;
    display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.fancybox-container.product-lightbox2 {
    z-index: 5;
}

.fancybox-close-small:after {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.zoomContainer {
    z-index: 2;
}

.element-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

.static-block .static-content-desktop {
    display: block;
}

.static-block .static-content-mobile {
    display: none;
}

.hidden {
    display: none !important;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

.datepicker table tr td.new:not(.disabled),
.datepicker table tr td.old:not(.disabled) {
    color: initial;
}

.img.transparent:hover {
    opacity: 0.6;
}



.scroll_top {
    z-index: 800;
    -webkit-box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
}

.scroll_top:hover {
    background-color: rgba(62, 158, 8, 0.7);
}

.contain-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 57px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.fa-heart-red {
    color: #d55348;
}

.static_page_wrapper {
    display: block;
}

.title-exceeds,
.title-count,
.subtitle-exceeds,
.subtitle-count {
    color: red;
}

.ias-spinner {
    margin: 0 auto;
}

.static_page_wrapper ul {
    list-style: disc;
    padding-left: 40px;
}

.static_page_wrapper ol {
    list-style: decimal;
    padding-left: 40px;
}

.static_page_wrapper ul.product-list,
.static_page_wrapper ol.product-list,
ol.product-list,
ul.product-list {
    list-style: none;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

/*Check box*/
input[type="checkbox"]+.label-text:before {
    content: "\f096";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

input[type="checkbox"]:checked+.label-text:before {
    content: "\f14a";
    color: #65B32E;
    animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled+.label-text {
    color: #aaa;
}

input[type="checkbox"]:disabled+.label-text:before {
    content: "\f0c8";
    color: #ccc;
}

/*Radio box*/

input[type="radio"]+.label-text:before {
    content: "\f10c";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

input[type="radio"]:checked+.label-text:before {
    content: "\f192";
    color: #65B32E;
    animation: effect 250ms ease-in;
}

input[type="radio"]:disabled+.label-text {
    color: #aaa;
}

input[type="radio"]:disabled+.label-text:before {
    content: "\f111";
    color: #ccc;
}

.toggle input[type="radio"]+.label-text:before {
    content: "\f204";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 10px;
}

.toggle input[type="radio"]:checked+.label-text:before {
    content: "\f205";
    color: #65B32E;
    animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled+.label-text {
    color: #aaa;
}

.toggle input[type="radio"]:disabled+.label-text:before {
    content: "\f204";
    color: #ccc;
}

.full-screen{
    max-width:100%;
}
@media (max-width:480px) {
    @supports (-webkit-overflow-scrolling: touch) {

        /* CSS specific to iOS devices */
        body.noSroll {
            position: fixed;
            height: 100%;
            width: 100%;
        }

        body {
            overflow-x: hidden !important;
        }
    }
}

@media (max-width: 1220px) and (min-width:1175px) {
    .center-column {
        min-width: 875px;
        width: auto !important;
    }
}

@media (max-width: 1220px) {
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media (max-width: 970px) {
    .center-column {
        min-width: auto;
    }

}

@supports (-ms-ime-align: auto) {
    .ais-search-box--reset {
        display: none;
    }
}


@media screen and (-webkit-min-device-pixel-ratio:0) {

    select,
    textarea,
    input {
        font-size: 16px !important;
    }
}

@media (max-width: 1175px) {
    .no-padding-top-md {
        padding-top: 0 !important;
    }
}

@media(max-width:640px) {
    body>.container {
        margin-top: 5px;
    }
}

@media(max-width:992px) {
    .columns-container {
        max-width: 98%;
    }

    .title-stripe-top .title-stripe-padding {
        padding: 0 15px;
    }
    
    .no-gutters-mobile{
        margin-right: 0;
        margin-left: 0;
    }
    .no-gutters-mobile>.col, .no-gutters-mobile>[class*=col-]{
        padding-right: 0;
        padding-left: 0;
    }
    .full-screen{
        max-width:100%;
    }
}


.recipedetail-page .bottom-wrapper h1 {
    margin: 0 0 0;
    padding: 0;
    color: var(--themes-secondary);
    font-size: 1rem;
}

.recipedetail-page .bottom-wrapper h2 {
    font-size: 24px;
    line-height: 33px;
    color: var(--themes-secondary);
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-decoration: unset;
}


.view_article_page .article_main_content h1,
.view_article_page .article_main_content h2,
.view_article_page .article_main_content h3,
.view_article_page .article_main_content h4,
.view_article_page .article_main_content h5,
.recipedetail-page .bottom-wrapper h1,
.recipedetail-page .bottom-wrapper h2,
.recipedetail-page .bottom-wrapper h3,
.recipedetail-page .bottom-wrapper h4,
.recipedetail-page .bottom-wrapper h5 {
    color: var(--themes-primary);
}

section.bg-light {
    background-color: #fff;
}

section.section_homepage_list {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}


#cart-block .add-cart .effect {
    z-index: 1;
}

.btn.add-cart .input-group .form-control {
    background-color: #FFF;
    border: none;
    text-align: center;
}

.btn.new-address {
    color: #fff;
    background-color: var(--themes-secondary);
    border: 1px solid var(--themes-secondary);
}

.btn.new-address .effect {
    color: #fff;
    background-color: #117f02;
}

.btn.btn-new-address {
    color: #fff;
    border: #6aba2f 1px solid;
    background-color: #117f02;
}

.btn.btn-new-address .effect {
    color: #6aba2f;
    background-color: #fff;
}

.btn.new-address.active,
.btn.new-address.focus,
.btn.new-address:active,
.btn.new-address:focus,
.btn.new-address:hover,
.btn.new-address[disabled],
.open>.dropdown-toggle.btn.new-address {
    border-color: var(--themes-secondary);
    background-color: var(--themes-secondary);
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}

.btn.new-address:hover .display-static,
.btn.new-address:focus .display-static,
.btn.new-address.active,
.btn.new-address.focus,
.btn.new-address:active,
.btn.new-address:focus,
.btn.new-address:hover,
.open>.dropdown-toggle.btn.new-address {
    color: #fff;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
    color: #fff;
    background-color: #D9DAE4;
    border: none;
    padding: 8px 14px;
}

.btn.add-cart.btn-default {
    border: #D9DAE4 1px solid;
    padding: 8px 14px !important;
}

.btn.out-of-stock {
    background-color: #D9DAE4;
    color: var(--themes-secondary);
    cursor: default;
}

.btn.view-more {
    border: none;
    background-color: #fff;
    color: var(--themes-secondary);
}

.btn.view-more:hover {
    color: #333;
}

.btn-toolbar {
    border: #d6d6d6 1px solid;
    color: var(--themes-secondary);
    background-color: #fff;
    border-radius: 20px;
}

.btn-toolbar:hover {
    border: var(--themes-secondary) 1px solid;
}

.btn-toolbar.active,
.btn-toolbar.active:hover {
    background-color: #65B32E;
    color: #fff;
    border-color: #65B32E;
}

.btn-toolbar.disabled {
    background-color: #d6d6d6;
}


.btn-full-width {
    width: 100%;
}

.btn-green:hover {
    background-color: #65b32e;
    color: #fff;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.bg-grey {
    background-color: #AAB3BC;
}

.bg-silver {
    background-color: #F6F6F6;
}

.bg-white {
    background-color: #fff;
    padding-top: 0 !important;
}

.font-white {
    color: #fff;
}

.font-orange {
    color: var(--themes-secondary);
}

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

.middle-color {
    color: #747474;
}

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

.heading_1 {
    font-size: 30px;
    color: #fff;
    line-height: 1.4;
}

.heading_2 {
    font-size: 21px;
    color: #fff;
}

.ias-trigger-next {
    margin: 0 auto;
}

a.floating_button {
    color: #fff;
}

.floating_button {
    position: absolute;
    top: 80%;
    left: 10%;
    width: 80%;
    text-align: center;
    border: 1.5px solid #fff !important;
    padding: 2px 5px;
    font-family: 'Roboto Condensed', sans-serif;
}

.onlinesales-brand,
.onlinesales-item,
.onlinesales-item-info,
.onlinesales-promo-text,
.onlinesales-price-text,
.onlinesales-promo-text,
.onlinesales-total-text {
    color: var(--themes-secondary);
    font-family: 'Roboto', sans-serif;
}

.fulfillment-mobile {
    padding: 15px 25px;
    font-size: 12px;
    color: #555554;
}

@media (max-width:768px) {
    #fixed-slider {
        height: 250px;
    }
}


@media (max-width: 640px) {
    #fixed-slider {
        height: 200px;
    }
}

@media (max-width:320px) {
    #fixed-slider {
        height: 100px;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 984px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1228px;
    }
}

@media (min-width: 1366px) {
    .container {
        width: 1312px;
    }
}

@media (min-width:1440px) {
    .container {
        width: 1382px;
    }
}

@media (min-width:1536px) {
    .container {
        width: 1476px;
    }
}

@media (max-width:992px) {

    .heading_1 {
        font-size: 24px;
        color: #fff;
        line-height: 1.4;
    }

    .heading_2 {
        font-size: 18px;
        color: #fff;
    }

    /* iframe {
        height: 300px !important;
        max-width: 100% !important;
    } */

    iframe#vcop-src-frame.vcop-src-frame {
        height: 100% !important;
    }

    .static-block .static-content-desktop {
        display: none;
    }

    .static-block .static-content-mobile {
        display: block;
    }

    .disable-dbl-tap-zoom {
        touch-action: manipulation;
    }
}

@media(max-width:768px) {

    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

/* ----------------
 [3. Fancybox]
 */
.popup_overlay {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    color: #fff;
    text-align: center;
    display: none;
    opacity: 0.8;
}

.bootbox.modal.form-shoppinglist .modal-content {
    border-radius: 5px;
}

.bootbox.modal.form-shoppinglist .btn-favourite {
    color: #ccc;
}

.bootbox.modal.form-shoppinglist .btn-update-favourite {
    margin: 0 auto;
    display: inherit;
}

.bootbox.modal.form-shoppinglist .container-checkbox-shopping-list.selected .btn-favourite {
    color: #bb2024;
}

body.fancybox-active {
    overscroll-behavior-y: contain;
}

#fancybox-loading {
    background-image: none;
}

#fancybox-loading div {
    width: 100px;
    height: 100px;
}

.fancybox-inner .content-header {
    font-size: 20px;
    color: var(--themes-secondary);
    display: inline-block;
}

.fancybox-inner .content-header-bottom-divider,
.container .content-container .content-header-bottom-divider {
    border-top: 1px solid var(--themes-warning);
    margin-bottom: 25px;
}

.fancybox-inner .content-header-bottom-divider {
    margin-top: 0;
}

.container .content-container form .text_small {
    line-height: 1.75em;
}

.fancybox-inner .form .form-input .form-label label.required span.required,
.fancybox-inner .form .form-input .form-label label.required~span.required,
.container .content-container form .form-input .form-label label.required span.required,
.container .content-container form .form-input .form-label label.required~span.required {
    color: #ab1718;
}

.fancybox-inner .form .form-input .text-input,
.container .content-container form .form-input .text-input {
    background: #ffffff;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 14px 9px 14px;
    width: 100%;
}

.fancybox-inner .form .form-input .radiobutton-input,
.container .content-container form .form-input .radiobutton-input,
.fancybox-inner .form .form-input input[type="radio"],
.container .content-container form .form-input input[type="radio"],
.fancybox-inner .form .form-input input[type="radio"]~label,
.container .content-container form .form-input input[type="radio"]~label,
.fancybox-inner .form .form-input .checkbox-input,
.container .content-container form .form-input .checkbox-input,
.fancybox-inner .form .form-input input[type="checkbox"],
.container .content-container form .form-input input[type="checkbox"] {
    cursor: pointer;
}

.fancybox-inner .form .form-input .text-input:focus,
.container .content-container form .form-input .text-input:focus,
.form-control:focus {
    /*border-color: #3b99fc;*/
    border-color: rgba(0, 0, 0, 0.1);
    border-color: #ccc;
    box-shadow: 0 0 5px #6aba2f;
    box-shadow: none !important;
}

.fancybox-inner .form .form-input .form-control.error,
.fancybox-inner .form .form-input .text-input.error,
.container .content-container form .form-input .form-control.error,
.container .content-container form .form-input .text-input.error {
    /*border-color: #fa5;*/
    box-shadow: 0 0 5px var(--themes-danger) !important;
}

.container .content-container form .form-input.birthdate .custom-selectbox {
    display: inline-block;
    width: 30.25%;
}

.fancybox-inner .form .form-input.birthdate .form-control,
.container .content-container form .form-input.birthdate .form-control,
.fancybox-inner .form .form-input.birthdate .text-input,
.container .content-container form .form-input.birthdate .text-input {
    padding: 8px 8px 9px 8px;
}

.container .content-container form .form-input .form-control:disabled,
.container .content-container form .form-input .text-input:disabled {
    background: #f6f6f6;
}

.fancybox-inner .form .form-input .form-control:disabled,
.fancybox-inner .form .form-input .text-input:disabled {
    background: #f6f6f6;
}

.fancybox-inner .form .form-input .form-label,
.container .content-container form .form-input .form-label,
.checkout-customer-address .form-label {
    padding: 15px 0 8px 0;
}

.fancybox-inner .form .form-input .form-label input[type=radio]+label,
.container .content-container form .form-input .form-label input[type=radio]+label {
    text-transform: capitalize;
}

.fancybox-inner .form .form-input .help-block,
.container .content-container form .form-input .help-block {
    margin: 0;
    margin-top: 5px;
    color: #ff0000;
}

.container .content-container form .form-submit .btn-cancel {
    margin: 11px 0 15px 0;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    background: #abb3bb;
    padding: 7px 14px 8px 14px;
}

.container .content-container form .btn-cancel:hover {
    background: #eee;
}

/* Alert Dialog Box using fancybox */
.dialog-alert .btn-close-fancybox {
    float: right;
    width: 25px;
    height: 25px;
    padding: 0;
}

.dialog-alert .button-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.dialog-confirm .btn-close-fancybox {
    float: right;
    width: 25px;
    height: 25px;
    padding: 0;
}

.dialog-confirm .button-container {
    position: absolute;
    bottom: 0;
    right: 0;
}

.dialog-confirm .button-container button {
    width: 100px;
    margin: 0 5px;
}

.blockMsg {
    padding: 0;
    margin: 0;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

    text-align: 'center';
    color: var(--themes-secondary);
    border: none;
}

.blockMsg .sk-cube-grid {
    width: 40px;
    height: 40px;
}

.blockMsg .sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: var(--themes-secondary);
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.blockMsg .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.blockMsg .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.blockMsg .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.blockMsg .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.blockMsg .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.blockMsg .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.blockMsg .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.blockMsg .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.blockMsg .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.bootbox.modal {
    z-index: 99993 !important;
}

.bootbox.form-shoppinglist .bootbox-close-button {
    position: absolute;
    right: 20px;
}

.bootbox.form-shoppinglist .container-product-name {
    margin-bottom: 0;
}

.bootbox.modal.form-shoppinglist .btn-update-favourite {
    font-size: 14px;
}

.bootbox-body .form .btn-primary .display-static {
    font-size: 14px;
}

.pop-up-message .fancybox-inner {
    height: auto !important;
}

.tooltip,
.tooltip * {
    text-align: left;
}

.tooltip p {
    margin-bottom: 5px;
}

#fixed-slider {
    height: 393px;
}

#save_overlay {
    opacity: 0.8;
    background: #fff;
    width: 100%;
    height: 100%;
    /*z-index: 99;*/
    /*z-index: 100;*/
    z-index: 8100;
    top: 0;
    left: 0;
    position: fixed;
    color: #fff;
    text-align: center;
    display: none;
}

#mega_overlay {
    opacity: 0.5;
    background: var(--themes-secondary);
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0;
    position: fixed;
    display: none;
}

#mega_overlay.show {
    display: block;
}

body.fancybox-active {
    overflow-y: auto;
}

body.fancybox-active .fancybox-slide {
    -ms-overflow-style: none;
}

body.fancybox-active .fancybox-slide::-webkit-scrollbar {
    display: none;
}

body.fancybox-active .fancybox-slide::-webkit-scrollbar-track {
    display: none;
}

body.fancybox-active .fancybox-slide::-webkit-scrollbar-thumb {
    display: none;
}

body.modal-open {
    padding-right: 0 !important;
    overflow: initial;
}

.bootbox.modal {
    padding-right: 0 !important;
}

.bootbox.frontend-authentication~.modal-backdrop.in {
    opacity: 1 !important;
    background-color: #fff !important;
}

.bootbox .btn-primary,
.bootbox .btn-warning,
.bootbox .btn-default,
.bootbox .btn-primary .display-static,
.bootbox .btn-warning .display-static,
.bootbox .btn-default .display-static {
    padding: 6px 12px;
}

.bootbox.reserve-delivery-dialog .btn-primary {
    padding: 0;
}

.bootbox .btn-primary:focus {
    border-color: #6aba2f;
    background-color: #6aba2f;
}

.text-primary {
    color: #65B32E;
}

.bootbox .bootbox-body {
    margin-top: 10px;
}

.bootbox .modal-content {
    border-radius: 0;
}

.bootbox .modal-footer {
    border-top: none;
    padding-top: 0;
}

.bootbox .modal-footer .btn-default {
    color: #fff;
    background-color: #ec971f;
}

.bootbox .modal-footer .btn-default:active,
.bootbox .modal-footer .btn-default:focus,
.bootbox .modal-footer .btn-default:hover {
    border-color: #f8a91a;
    background-color: #f8a91a;
}

.bootbox .bootbox-body .ccpromo-notify {
    padding: 15px;
}

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

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


.modal-dialog .errorSummary {
    text-align: left;
}

.cart-validation-popup .btn-warning {
    text-transform: none;
    border: 1px solid var(--themes-secondary);
    color: #fff !important;
    background: var(--themes-secondary);
    border-radius: 20px;
    font-weight: 500;
    transition: 0.5s all ease-in;
    font-size: 16px;
    min-width: 210px;
    -ms-flex-order: 1;
}

.cart-validation-popup .btn-warning:hover {
    border: 1px solid var(--themes-secondary);
    color: #fff !important;
    background: var(--themes-secondary);
    transition: 0.5s all ease-in;
}

.cart-validation-popup .btn-success {
    border-radius: 20px;
    min-width: 210px;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    -ms-flex-order: 0;
    text-transform: none;
    margin-right: 0;
    border: 1px solid var(--themes-primary) !important;
    background-color: var(--themes-primary) !important;
}

.cart-validation-popup .btn-success:hover {
    color: #fff;
    border: 1px solid var(--themes-primary);
    background-color: var(--themes-primary) !important;
    transition: 0.5s all ease-in;
}

.cart-validation-popup .modal-footer {
    justify-content: center;
}

.cart-validation-popup .modal-body {
    padding: 15px 15px 0 30px;
}

.cart-validation-popup ul.ul-norm {
    max-height: 155px;
    overflow-y: auto;
}

.cart-validation-popup ul:first-child>li {
    font-weight: 600;
}

.cart-validation-popup ul.ul-norm>li {
    font-weight: normal;
}

.cart-validation-popup ul.ul-norm {
    list-style-type: disc;
    list-style-position: outside;
    margin: 10px 0;
    list-style: disc;
    padding-left: 20px;
}

.cart-validation-popup ul.ul-norm li {
    display: list-item;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .bootbox .modal-title {
        margin-right: auto;
    }

    .bootbox .modal-footer {
        display: block;
    }
}

@media(max-width:992px) {

    .cart-validation-popup .btn-warning,
    .cart-validation-popup .btn-success {
        min-width: 50%;
        max-width: 50%;
        font-size: 12px;
    }

    .cart-link .notify {
        right: auto !important;
    }
}

/* ----------------
 [4. Breadcrumb]
 */

.breadcrumb {
    margin-left: -1px;
    background: transparent;
}

.breadcrumb i.fa,
.breadcrumb span,
.breadcrumb .breadcrumb-link:after {
    color: #777777;
}

.breadcrumb .breadcrumb-link:after {
    font-family: FontAwesome;
    content: '\f105';
    padding: 0;
    margin: 0 8px 0 10px;
}

.breadcrumb i.fa,
.breadcrumb span,
.breadcrumb .breadcrumb-link:after {
    color: #d9dae4;
    font-size: 13px;
}

.breadcrumb i.fa,
.breadcrumb span {
    font-family: 'Roboto', sans-serif;
}

.breadcrumb .breadcrumb-wrapper strong {
    font-weight: normal !important;
}

.breadcrumb .breadcrumb-wrapper .active-color span {
    color: var(--themes-primary);
}

@media(max-width:992px) {

    .breadcrumb i.fa,
    .breadcrumb span,
    .breadcrumb .breadcrumb-link:after {
        font-size: 13px;
    }
}

@media (max-width: 992px) {

    .hidden-sm,
    .hidden-xs {
        display: none;
    }
}

@media (min-width: 992px) {

    .hidden-md,
    .hidden-lg {
        display: none;
    }
}

/* ----------------
 [5. Tooltip]
 */
.tooltip-product-item .tooltip-inner {
    font-family: 'Roboto', sans-serif;
    font-weight: normal !important;
}

.tooltip {
    z-index: 2;
}

/* ----------------
 [6. Mini Cart]
 */

/*Moved into _headerfooter*/


/* ----------------
 [7. Header]
 */
/*MOVED INTO _headerfooter*/


/* ----------------
 [8. Footer]
 */
/*MOVED INTO _headerfooter*/


/* ----------------
 [9. Product Grid/Category Page]
 */
/*Moved into _productgrid*/

/**
[10. Single Product Popup]
**/
.placeholder-bg {
    background-color: #f3f3f3;
}

.placeholder-h-400 {
    height: 400px;
}

.placeholder-h-300 {
    height: 300px;
}

.placeholder-h-200 {
    height: 200px;
}

.placeholder-h-150 {
    height: 150px;
}

.placeholder-h-100 {
    height: 100px;
}

.placeholder-h-40 {
    height: 40px;
}

.placeholder-h-30 {
    height: 30px;
}

.placeholder-b-10 {
    margin-bottom: 10px;
}

#shop-leftmenu img.discount_tag {
    height: 14px;
    margin-top: 2px;
}

.open-product-detail {
    cursor: pointer;
}

.open-product-detail .hide-grid,
#individual-product .show-grid {
    display: none !important;
}

.open-product-detail .show-grid {
    display: inline-block;
}

#related_product_block .hide-grid {
    display: inline-block !important;
}

.items>.open-product-detail:hover {
    margin-top: 28px !important;
    padding: 0 10px;
}

.open-product-detail:hover {
    transition: 0.5s all ease-in;
    transform: scale(1.019);
    box-shadow: none;
    border: 0;
}

.open-product-detail:hover:after {
    /*content: '';*/
    position: absolute;
    top: 0%;
    left: 45%;
    width: 0;
    height: 0;
    border-top: solid 10px var(--themes-warning);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.open-product-detail .right-block .category-name a {
    color: var(--themes-secondary);
}

.open-product-detail .right-block .category-name a:hover {
    color: var(--themes-primary);
}

.product_add_to_cart {
    /*border: #d6d6d6 1px solid;*/
    border: none;
}

.product-lightbox2 .fancybox-close-small:focus:after {
    outline: none;
}

.product-lightbox .fancybox-skin {
    padding: 30px 15px !important;
    background-color: #FFF;
}

.product-lightbox2 .fancybox-inner hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-lightbox2 .fancybox-inner #selected_image_lightbox {
    text-align: center;
    margin-bottom: 10px;
    height: 390px;
    display: grid;
    padding-left: 0;
    text-align: center;
    max-width: 390px;
    padding-right: 0;
}

.product-lightbox2 .fancybox-inner #selected_image_lightbox img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    margin: auto;
    overflow: hidden;
}

@supports (-ms-ime-align: auto) {
    .product-lightbox2 .fancybox-inner #selected_image_lightbox img {
        max-height: 390px;
    }
}

.product-lightbox2 .product-list .product_box .left-block a img,
.product-lightbox2 .product-list li .left-block a img {
    width: auto
}

.product-lightbox2 #product_options,
.product-lightbox2 #product_price_block,
.product-lightbox2 .content_info,
.product-lightbox2 .product-size {
    margin-bottom: 12px
}

.product-lightbox2 .content_info span,
.product-lightbox2 .product-size {
    color: #333
}

.product-lightbox2 .btn-add-to-shopping-list.red a.display {
    color: #fff;
    background: #ba2025
}

.product-lightbox2 .btn-add-to-shopping-list.red a.effect {
    color: #fff;
    background: #bc1d2299
}

.product-lightbox2 #cart-block img {
    height: 20px;
}

.product-lightbox2 #product_full_description .product-description-title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.product-lightbox2 #product_full_description ul,
.product-lightbox2 #description_block ul,
.product-lightbox2 .rating-review-container ul {
    list-style-type: disc;
    padding-left: 30px;
}

.product-lightbox2 #product_full_description ol,
.product-lightbox2 #description_block ol,
.product-lightbox2 .rating-review-container ol {
    list-style-type: decimal;
    padding-left: 30px;
}

.product-lightbox2 #product_image_gallery .bx-wrapper,
.product-lightbox2 #selected_image_lightbox_xs .bx-wrapper {
    background: transparent;
    box-shadow: none;
    border: none;
}

.product-lightbox2 #product_image_gallery .bx-wrapper .bx-viewport,
.product-lightbox2 #selected_image_lightbox_xs .bx-wrapper .bx-viewport {
    box-shadow: none;
    left: 0;
}

.product-lightbox2 #product_image_gallery .bx-wrapper img {
    width: auto;
    height: auto;
    max-height: 75px;
    text-align: center;
    margin: auto;
    border-radius: 5px;
    max-width: calc(100% - 4px);
}

.product-lightbox2 #product_image_gallery .bx-wrapper .bx-controls-direction .bx-prev {
    background: url(../images/up_arrow.png) no-repeat;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 37px;
}

.product-lightbox2 #product_image_gallery .bx-wrapper .bx-controls-direction .bx-next {
    background: url(../images/down_arrow.png) no-repeat;
    bottom: -20px;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 37px;
}

.product-lightbox2 .main-images-slider li {
    height: 300px;
    display: grid;
}

.product-lightbox2 .main-images-slider li img {
    width: auto;
    height: auto;
    max-height: 300px;
    margin: auto;
}

.product-lightbox2 #selected_image_lightbox_xs .bx-wrapper .bx-pager {
    padding-top: 10px;
}

@media (min-width:768px) {
    .product-lightbox {
        top: 30px !important;
        margin-bottom: 30px
    }

    .product-lightbox,
    .product-lightbox .fancybox-inner,
    .product-lightbox2 #individual-product {
        width: 760px !important;
        max-width: 100%;
        min-height: 400px;
        max-height: 5000px;
        height: auto !important
    }

    .product-lightbox2 #individual-product {
        width: 980px !important;
        padding: 30px 15px 15px;
        border-radius: 5px
    }

    .product-lightbox2 .md-no-right-padding {
        padding-right: 0
    }
}

@media (min-width:1536px) {
    .product-lightbox2 #individual-product {
        width: 1080px !important
    }
}

@media (max-width:480px) {
    .product-lightbox .fancybox-close {
        top: 3px;
        right: 0
    }

    .product-lightbox,
    .product-lightbox .fancybox-inner {
        height: auto !important;
        top: 0 !important;
        width: 100% !important;
        left: 0 !important;
        min-height: 768px
    }

    .product-lightbox2 #individual-product {
        padding: 30px 15px;
        margin-top: 0;
        margin-bottom: 0
    }

    .product-lightbox2 #individual-product,
    .product-lightbox2 #individual-product .individual-wrapper {
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        overflow: auto
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .product-lightbox2 #individual-product {
            overscroll-behavior: contain
        }
    }
}


.product-lightbox2 .content_info.extra-note,
.product-list .product_box .content_info.extra-note {
    height: 0;
}

.product-lightbox2 #individual-product {
    padding: 30px 30px 15px 30px;
}

.product-lightbox2 .btn-add-to-shopping-list {
    border: 0;
}

.product-lightbox2 .btn-add-to-shopping-list.red a.display {
    color: #fff;
    background: #e1574c;
    padding: 6px 14px;
}

.product-lightbox2 #individual-product .btn.out-of-stock {
    padding: 4px 5px !important;
}

#selected_image_lightbox .out-of-stock-overlay span,
#selected_image_lightbox_xs .out-of-stock-overlay span {
    font-size: 30px;
}

.individual-wrapper a {
    color: var(--themes-secondary);
}

.individual-wrapper a:hover {
    color: #65b32e;
}

@media(max-width:992px) {
    .product-lightbox2 #individual-product {
        padding: 0;
    }

    .product-lightbox2 #individual-product .individual-wrapper {
        padding: 30px 15px 15px 15px;
        margin: 0;
    }

    .product-lightbox2 .owl-carousel .owl-prev {
        left: -15px;
    }

    .product-lightbox2 .owl-carousel .owl-next {
        right: -15px;
    }

    .product-lightbox2 .fancybox-inner .content-header::after {
        display: none;
    }
}

/*---------
[11. Owl Carousel]
*/
.owl-carousel.owl-drag .owl-item {
    padding: 0 2px;
    -ms-touch-action: auto;
    touch-action: auto;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-nav .disabled {
    /*display: inherit;*/
    display: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    z-index: 99;
    background: rgba(0, 0, 0, 0.3) !important;
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    color: #fff !important;
    text-align: center
}


.owl-carousel .owl-prev i,
.owl-carousel .owl-next i {
    display: inline-block;
    margin-top: 3px;
}

.owl-carousel .owl-prev {
    left: 0;
}

.owl-carousel .owl-next {
    right: 0;
}

.product-featured .owl-carousel .owl-nav .owl-prev {
    right: 0;
    /*opacity: 1;*/
    visibility: inherit;
}

/* -----------------
[12. Reserve Delivery]
*/

#reserve-delivery-popup .input-group-addon .btn-go {
    color: var(--themes-secondary);
    background: #FFF;
    font-size: 25px;
    padding: 2px 14px 1px 14px;
    padding-top: 0;
}

.reserve-delivery-box {
    display: none;
    position: absolute;
    right: 50px;
}

.floating-form#reserve-delivery-popup.open {
    padding: 5px 10px;
    height: auto;
}

#reserve-delivery-popup .text-reserve {
    color: #65B32E;
}

#reserve-delivery-popup {
    padding: 5px 13px;
    height: auto;
}

.floating-form#reserve-delivery-popup .btn .display {
    background: #65B32E;
    padding: 10px 14px;
    color: #fff;
}

#reserve-delivery-popup .input-group-addon * {
    border: none;
}

#reserve-delivery-popup .input-group-addon .fa-angle-right {
    color: #0ab04e;
}

#reserve-delivery-popup .input-group-addon {
    padding: 0;
}

.reserve-delivery-dialog-mobile .modal-body {
    padding: 0;
}

.reserve-delivery-dialog-mobile .bootbox-body {
    overflow: auto;
}

.bootbox.reserve-delivery-dialog-mobile .bootbox-body {
    margin-top: 10px;
}

.reserve-delivery-dialog-mobile p {
    text-align: center;
    margin-bottom: 15px;
}

.reserve-delivery-dialog-mobile .date {
    color: #65B32E;
}

.reserve-delivery-dialog-mobile .timeslot-nav.left {
    left: 0;
}

.reserve-delivery-dialog-mobile .timeslot-nav.right {
    right: 0;
}

.reserve-delivery-dialog .timeslot-nav {
    background-color: #65B32E;
    color: #fff;
    padding: 6px 12px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    z-index: 999;
}

.reserve-delivery-dialog-mobile .timeslot-nav {
    background-color: #65B32E;
    color: #fff;
    padding: 6px 12px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    z-index: 999;
}

.reserve-delivery-dialog-mobile .timeslot-wrapper {
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
    overflow: auto;
}

.reserve-delivery-dialog-mobile .grid-15 {
    float: left;
    width: 134px;
    padding: 0;
    margin-left: 2px;
    text-align: center;
    font-size: 12px;
}

.reserve-delivery-dialog-mobile .highlight.disable {
    background: #f2f2f2;
    color: #bbb;
    cursor: none;
    border: 1px solid #fff;
}

.reserve-delivery-dialog-mobile .highlight {
    width: 100%;
    padding: 10px 5px;
    display: inline-block;
    background: #FFFFFF;
    color: #303030;
    cursor: pointer;
    border: 1px solid #e9e9e9;
    margin: 5px 0;
}

.reserve-delivery-dialog-mobile .highlight.reserved,
.reserve-delivery-dialog .highlight.reserved:hover {
    background: #0f67b1;
    color: #FFFFFF;
    cursor: pointer;
    border: 1px solid #0f67b1;
}

.reserve-delivery-dialog-mobile .highlight.enable:hover {
    background: #0f67b1;
    color: #FFFFFF;
    cursor: pointer;
}

.reserve-delivery-dialog-mobile .modal-footer {
    text-align: center;
}

.bootbox.reserve-delivery-dialog-mobile .modal-footer {
    border-top: none;
    padding-top: 0;
}

.bootbox.reserve-delivery-dialog-mobile .btn-primary {
    padding: 0 !important;
}

.bootbox.reserve-delivery-dialog-mobile .btn-warning {
    padding: 0 !important;
}

#reserve-delivery-slot .effect {
    display: block;
    width: 100%;
}

#reserve-delivery-slot {
    right: 40px;
    width: 300px;
}

#reserve-delivery-slot .wrapper {
    margin-top: -1px;
    height: 42px;
    width: 100%;
    padding: 0;
}

#reserve-delivery-slot .icon {
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px;
    text-align: center;
    cursor: pointer;
}

#reserve-delivery-slot .icon svg {
    max-width: 100%;
    max-height: 100%;
}

#reserve-delivery-slot .icon path {
    /* fill: #424242; */
    fill: #FFF;
}

#reserve-delivery-slot .display,
#reserve-delivery-slot .display-static,
#reserve-delivery-slot .effect {
    height: 40px;
    margin-left: 50px;
    width: calc(100% - 50px);
}

#reserve-delivery-slot .display,
#reserve-delivery-slot .display-static {
    /*background-color: #6aba2f;*/
    color: #fff;
    text-align: left;
    padding: 10px 2px;
}

#reserve-delivery-slot .display.reserved {
    text-align: left;
    padding: 2px 2px;
}

#reserve-delivery-slot .display i,
#reserve-delivery-slot .display-static i {
    font-size: 11px;
    font-style: normal;
    display: block;
}

#reserve-delivery-slot .display b,
#reserve-delivery-slot .display-static b {
    font-size: 13px;
    font-weight: normal !important;
    display: block;
    color: var(--themes-primary);
}

#reserve-delivery-slot .effect {
    background-color: #fff;
    padding: 1px;
    border: 1px solid #888;
    border-radius: 5px;
}

#reserve-delivery-slot .effect .form-group {
    width: calc(100% - 40px);
}

#reserve-delivery-slot .effect .form-control {
    padding: 8px 12px;
    /* height: calc(100% - 2px); */
    border: none;
}

#reserve-delivery-slot .wrapper .effect .btn-delivery {
    background: transparent url('../images/icon/right-arrow.png') no-repeat center center;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 7px;
    right: 8px;
}

#reserve-delivery-slot .effect .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
}

#reserve-delivery-slot .effect .form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
}

#reserve-delivery-slot .effect .form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
}

#reserve-delivery-slot .effect .form-control:-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
}

#check-delivery-postal-mobile::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 11px;
    padding-top: 5px;
}

#check-delivery-postal-mobile::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 11px;
    padding-top: 5px;
}

#check-delivery-postal-mobile:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 11px;
    padding-top: 5px;
}

#check-delivery-postal-mobile:-moz-placeholder {
    /* Firefox 18- */
    font-size: 11px;
    padding-top: 5px;
}

#btn-cart {
    height: 28px;
    padding-left: 36px;
    /* background: transparent url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDYwIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGQUE2MUE7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTEuNywxMi41bC0wLjgtNWgtM2MtMC40LTEuNy0yLTMtMy45LTNjLTIuMiwwLTQsMS44LTQsNHMxLjgsNCw0LDRjMS45LDAsMy40LTEuMywzLjktM2gxLjNsMC41LDNsMCwwCglsMC4yLDEuMmwwLDBsMCwwTDEyLjQsMjdsMSw1LjVsMCwwbDEuMyw3Yy0yLjUsMC4yLTQuNSwyLjEtNC44LDQuNWMtMC4xLDEuNCwwLjMsMi44LDEuMywzLjljMC45LDEsMi4zLDEuNywzLjcsMS43aDIKCWMwLDMuMywyLjcsNiw2LDZzNi0yLjcsNi02aDExYzAsMy4zLDIuNyw2LDYsNnM2LTIuNyw2LTZoNGMwLjYsMCwxLTAuNCwxLTFzLTAuNC0xLTEtMWgtNC4zYy0wLjgtMi4zLTMtNC01LjctNHMtNC44LDEuNy01LjcsNAoJSDI4LjZjLTAuOC0yLjMtMy00LTUuNi00cy00LjgsMS43LTUuNiw0SDE1Yy0wLjgsMC0xLjctMC40LTIuMi0xQzEyLjIsNDYsMTIsNDUuMSwxMiw0NC4zYzAuMi0xLjUsMS41LTIuNywzLjItMi43SDE2CgljMCwwLDAsMCwwLjEsMGg2LjFIMzNsMCwwaDcuMUg1MWwwLDBoNGMyLjgsMCw1LTIuMiw1LTV2LTI0TDExLjcsMTIuNXogTTQsMTAuNWMtMS4xLDAtMi0wLjktMi0yczAuOS0yLDItMnMyLDAuOSwyLDIKCVM1LjEsMTAuNSw0LDEwLjV6IE00Niw0NS41YzIuMiwwLDQsMS44LDQsNHMtMS44LDQtNCw0cy00LTEuOC00LTRTNDMuOCw0NS41LDQ2LDQ1LjV6IE0yMyw0NS41YzIuMiwwLDQsMS44LDQsNHMtMS44LDQtNCw0CglzLTQtMS44LTQtNFMyMC44LDQ1LjUsMjMsNDUuNXogTTU4LDIxLjVoLTd2LTdoN1YyMS41eiBNNDIsMzkuNXYtN2g3djdINDJ6IE00MiwzMC41di03aDd2N0g0MnogTTI0LDM5LjV2LTdoN3Y3SDI0eiBNMjQsMzAuNXYtN2g3Cgl2N0gyNHogTTEzLjgsMjMuNUgyMnY3aC02LjlMMTMuOCwyMy41eiBNNDksMjEuNWgtN3YtN2g3VjIxLjV6IE00MCwyMS41aC03di03aDdWMjEuNXogTTMxLDE0LjV2N2gtN3YtN0gzMXogTTMzLDIzLjVoN3Y3aC03VjIzLjV6CgkgTTUxLDIzLjVoN3Y3aC03VjIzLjV6IE0yMiwxNC41djdoLTguNmwtMS4zLTdIMjJ6IE0xNS41LDMyLjVIMjJ2N2gtNS4yTDE1LjUsMzIuNXogTTMzLDMyLjVoN3Y3aC03VjMyLjV6IE01NSwzOS41aC00di03aDd2NAoJQzU4LDM4LjIsNTYuNywzOS41LDU1LDM5LjV6Ii8+Cjwvc3ZnPgo=') no-repeat center center; */
    background: transparent url(../images/icon/cart-white.svg) no-repeat center center;
    cursor: pointer;
    position: relative;
    right: 15px;
}

.reserve-delivery-dialog .modal-dialog {
    width: 1000px !important;
}

.reserve-delivery-dialog p {
    text-align: center;
    margin-bottom: 15px;
}

.reserve-delivery-dialog p.register {
    text-align: right;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 0;
    font-style: italic;
}

.reserve-delivery-dialog p a.signup-popup {
    color: var(--themes-primary);
}

.reserve-delivery-dialog .date {
    color: #65B32E;
}

.reserve-delivery-dialog .grid-15 {
    float: left;
    /* width: 14%; */
    padding: 0;
    margin-left: 2px;
    text-align: center;
    font-size: 12px;
}

.reserve-delivery-dialog .grid-15.selected {
    color: #65B32E;
}

.reserve-delivery-dialog .day-title {
    font-size: 20px;
}

.reserve-delivery-dialog .highlight {
    padding: 10px 5px;
    display: inline-block;
    margin: 5px 0;
}

.reserve-delivery-dialog .highlight.disable {
    background: #f2f2f2;
    color: #bbbbbb;
    cursor: none;
    border: 1px solid #FFFFFF;
}

.reserve-delivery-dialog .highlight.enable {
    background: #FFFFFF;
    color: #303030;
    cursor: pointer;
    border: 1px solid #e9e9e9;
}

.reserve-delivery-dialog .highlight.enable:hover {
    background: #0f67b1;
    color: #FFFFFF;
    cursor: pointer;
}

.reserve-delivery-dialog .highlight.reserved,
.reserve-delivery-dialog .highlight.reserved:hover {
    background: #0f67b1;
    color: #FFFFFF;
    cursor: pointer;
    border: 1px solid #0f67b1;
}

.reserve-delivery-dialog .modal-footer {
    /*text-align: center;*/
    padding-right: 23px;
}

.search-reserve {
    right: 85px;
}

@media (max-width: 1431px) {

    #reserve-delivery-slot {
        position: absolute;
        right: 0;
        width: 97%;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width:1430px) {

    #reserve-delivery-slot .display,
    #reserve-delivery-slot .display-static {
        font-size: 14px;
        white-space: normal;
        line-height: 1.3;
    }


    #reserve-delivery-slot .effect .form-control[placeholder] {
        text-overflow: ellipsis;
    }

    #reserve-delivery-slot .effect .form-control::-moz-placeholder {
        text-overflow: ellipsis;
    }

    /* firefox 19+ */
    #reserve-delivery-slot .effect .form-control:-moz-placeholder {
        text-overflow: ellipsis;
    }

    #reserve-delivery-slot .effect .form-control {
        font-size: 14px;
    }

    #reserve-delivery-slot .wrapper .text-reserve {
        font-size: 13px;
        width: 150px;
        padding-top: 12px;
    }
}

@media (max-width:1200px) {

    .reserve-enable .main-header .header-reserve-delivery {
        width: 28%;
    }

    .reserve-enable .main-header .shopping-cart-box {
        width: 10%;
    }

    #reserve-delivery-slot .effect .form-control[placeholder] {
        text-overflow: ellipsis;
    }

    #reserve-delivery-slot .effect .form-control::-moz-placeholder {
        text-overflow: ellipsis;
    }

    /* firefox 19+ */
    #reserve-delivery-slot .effect .form-control:-moz-placeholder {
        text-overflow: ellipsis;
    }

    #reserve-delivery-slot .effect .form-control {
        font-size: 13px;
    }
}

@media(max-width:640px) {

    .reserve-delivery-box {
        display: block;
        top: 50%;
        transform: translateY(-50%);
    }

}

#reserve-delivery-slot .effect {
    top: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin-left: 0;
    height: 100%;
    color: #fff;
    border: unset;
    border-radius: 0;
    width: 100%;
}

#reserve-delivery-slot .effect input {
    background: transparent;
    color: var(--themes-secondary);
}

#reserve-delivery-slot .effect .form-control {
    height: 100%;
    padding: 8px 10px;
}

#reserve-delivery-slot {
    -webkit-transition: 0.5s all ease-in;
    -o-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
    margin-left: 10px;
    width: 250px;
}

.top_header nav .navbar-nav li .nav-link:hover #reserve-delivery-slot {
    width: 150px;
}

#reserve-delivery-slot .effect .form-group {
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    height: 100%;
}

#reserve-delivery-slot .wrapper .effect .btn-delivery {
    width: 35px;
    font-size: 20px;
    right: 0;
    position: absolute;
    left: auto;
    top: 0;
    bottom: 0;
    background: #fdb813;
    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: 100%;
}

#reserve-delivery-slot .effect input::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--themes-secondary);
    font-weight: normal;
    font-size: 14px !important;
    opacity: 1;
    /* Firefox */
    text-transform: uppercase;
}

#reserve-delivery-slot .effect input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--themes-secondary);
    font-weight: normal;
    font-size: 14px !important;
    opacity: 1;
    /* Firefox */
    text-transform: uppercase;
}

#reserve-delivery-slot .effect input::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--themes-secondary);
    font-weight: normal;
    font-size: 14px !important;
    opacity: 1;
    /* Firefox */
    text-transform: uppercase;
}

#reserve-delivery-slot .effect input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--themes-secondary);
    font-weight: normal;
    font-size: 12px !important;
    opacity: 1;
    /* Firefox */
    text-transform: uppercase;
}

#reserve-delivery-slot .effect input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--themes-secondary);
    font-weight: normal;
    font-size: 12px !important;
    text-transform: uppercase;
}

#reserve-delivery-slot .effect input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--themes-secondary);
    font-weight: normal;
    font-size: 12px !important;
    text-transform: uppercase;
}

.reserve-delivery-dialog .modal-dialog {
    max-width: 1000px;
}

.reserve-delivery-dialog .bootbox-close-button {
    position: absolute;
    right: 20px;
}

.reserve-delivery-dialog .grid-15 {
    margin-left: 0;
    padding: 0 3px;
    width: 100%;
}

.reserve-delivery-dialog .grid-15.selected,
.reserve-delivery-dialog .grid-15 .selected,
.reserve-delivery-dialog strong {
    color: var(--themes-secondary);
}

.reserve-delivery-dialog .highlight.enable {
    width: 100%;
    background: transparent;
    border-color: transparent;
    color: #fff;
}

.owl-carousel.owl-delivery .owl-next {
    right: -15px;
}

.owl-carousel.owl-delivery .owl-prev {
    left: -15px;
}

.owl-carousel.owl-delivery .owl-prev,
.owl-carousel.owl-delivery .owl-next {
    background: none !important;
    height: 50px;
}

.owl-carousel.owl-delivery .owl-stage {
    margin: 0 auto;
}

.owl-carousel.owl-delivery .owl-prev span,
.owl-carousel.owl-delivery .owl-next span {
    font-size: 50px;
    line-height: 1;
    color: var(--themes-secondary);
}

.reserve-delivery-dialog .modal-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.reserve-delivery-dialog .modal-footer .btn span {
    background: var(--themes-secondary);
}

.bootbox.reserve-delivery-dialog .btn-primary {
    font-size: 14px;
}

#reserve-delivery-slot .wrapper {
    height: 45px;
}

.reserve-timeslot {
    color: #fff;
    margin-bottom: 10px;
}

.reserve-timeslot .orange {
    color: var(--themes-secondary);
}

.reserve-timeslot .reserve-timeslot-title {
    text-align: center;
    margin-bottom: 10px;
}

.reserve-timeslot .reserve-timeslot-title p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.reserve-timeslot .reserve-timeslot-title h2 {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.reserve-timeslot .reserve_date {
    font-size: 12px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5);
    padding: 3px 0;
    margin-bottom: 8px;
}

.reserve-timeslot .reserve_time_wrapper {}

.reserve-timeslot .reserve_time_wrapper .col-timeslot {
    font-size: 16px;
}

.reserve-timeslot .reserve_time_wrapper .col-timeslot span {
    font-size: 10px;
    vertical-align: baseline;
}

.reserve-timeslot .reserve-timeslot-row {
    margin-bottom: 10px;
}

.reserve-timeslot .reserve-timeslot-row a {
    color: #fff;
}

.reserve-timeslot .reserve-timeslot-row a.reserved {
    color: var(--themes-primary);
}

.reserve-delivery-dialog-mobile .highlight {
    background: unset;
    border: unset;
    padding: 0;
    margin: 0;
}

.reserve-delivery-dialog-mobile .highlight.reserved,
.reserve-delivery-dialog .highlight.reserved:hover {
    background: transparent;
    border: unset;
}

.reserve-delivery-dialog-mobile .highlight.enable:hover {
    background: transparent;
    color: var(--themes-secondary);
}

.reserved_button_wrapper .reserve_link {
    color: #fff;
    font-size: 14px;
    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;
}

.reserved_button_wrapper .reserve_link i {
    font-size: 16px;
    margin-left: 10px;
}

.reserve-delivery-dialog-mobile .date {
    color: #fff;
}

#reserve-delivery-popup .text-reserve {
    color: #fff;
    width: 100%;
}

.reserve-delivery-dialog p {
    color: #fff;
}

.reserve-delivery-dialog .date {
    color: #fff;
}

.reserve-delivery-dialog .highlight.enable:hover {
    background: transparent;
    color: var(--themes-secondary);
    cursor: pointer;
    border: 1px solid transparent;
}

.reserve-delivery-dialog .modal-header .close {
    color: #fff;
}

.reserve-delivery-dialog .highlight.reserved,
.reserve-delivery-dialog .highlight.reserved:hover {
    background: transparent;
    color: var(--themes-secondary);
    cursor: pointer;
    border: 1px solid transparent;
}

.reserve-delivery-dialog .highlight.disable {
    background: transparent;
    color: #686565;
    cursor: default !important;
    border: 1px solid transparent;
}

.reserve-delivery-dialog .highlight.disable:hover {
    background: transparent;
    color: #d9dae4;
    cursor: default !important;
    border: 1px solid transparent;
}

.reserve-delivery-dialog-mobile .highlight.disable {
    background: transparent;
    color: #686565;
    cursor: default !important;
    border: 1px solid transparent;
}

.reserve-timeslot {
    padding: 5px 0;
}

.reserve-timeslot .reserve_date {
    margin-bottom: 5px;
}

.dropdown_delivery.show .dropdown-menu-delivery .dropdown-mobile {
    display: none;
}

.dropdown_delivery.show .dropdown-menu-delivery,
.dropdown_delivery .dropdown-menu-delivery .dropdown-desktop {
    display: block;
    border-radius: 0;
}

#reserve-delivery-slot {
    margin-left: 0;
}

#reserve-timeslot-mobile {
    overflow-y: auto;
    background: #14301f;
    margin-bottom: 0;
    padding: 0;
}

#reserve-timeslot-mobile .reserve-timeslot-title,
#reserve-timeslot-mobile .reserve-timeslot-content,
#reserve-timeslot-mobile .reserved_button_wrapper {
    padding: 10px 16px;
}

.reserve-delivery-dialog .modal-header .close {
    color: var(--themes-secondary);
}

.reserve-delivery-dialog .modal-header h4.modal-title {
    font-weight: normal;
    font-size: 16px;
    color: #65b22e;
    margin: 0 auto;
    text-transform: uppercase;
}

.reserve-delivery-dialog p,
.reserve-delivery-dialog .date {
    color: var(--themes-secondary);
}

.reserve-delivery-dialog .highlight.disable {
    color: #d9dae4;
}

.reserve-delivery-dialog .highlight.enable {
    color: var(--themes-secondary);
}

.reserve-delivery-dialog .modal-content {
    background: #fff;
    color: var(--themes-secondary);
}

.reserve-delivery-dialog .modal-footer .btn-primary .display-static {
    text-transform: initial;
}

.reserve-delivery-dialog .bootbox-body {
    padding: 0 20px;
}

.bootbox.reserve-delivery-dialog .btn-primary {
    border-radius: 20px;
    min-width: 195px;
}

.reserve-delivery-dialog p.register {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    display: none;
}

.reserve-delivery-dialog p a.signup-popup {
    color: var(--themes-primary);
}

@media (max-width: 1430px) {
    #reserve-delivery-slot .display.reserved {
        padding-top: 5px;
        width: 100%;
    }

    .reserve-enable .main-header .header-reserve-delivery {
        width: 22%;
    }

    .reserve-enable .main-header .love-box {
        padding-left: 0;
        width: 5%;
    }

    .reserve-enable .main-header .user-menu {
        width: 7%;
    }
}

@media (max-width: 1431px) {
    #reserve-delivery-slot {
        position: relative;
        right: auto;
        width: 200px;
        top: auto;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
}

@media (min-width: 992px) {
    .reserve-delivery-dialog .owl-carousel.owl-drag .owl-item {
        max-width: 150px;
    }

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

@media (max-width: 992px) {
    .reserve-delivery-dialog .modal-content {
        border-radius: 15px;
    }

    .reserve-delivery-dialog p.register {
        display: block;
    }

    .reserve-delivery-dialog .modal-footer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 35px;
    }

    .reserve-delivery-dialog .modal-header {
        border: 0;
        padding-bottom: 0;
        padding-top: 35px;
    }

    .reserve-delivery-dialog .modal-header .close {
        color: var(--themes-secondary);
        position: absolute;
        right: 10px;
        top: 0;
    }

    .reserve-delivery-dialog .modal-dialog {
        max-width: 92%;
        width: 92% !important;
        /* margin: 0 auto; */
    }
}

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

Moved into _headerfooter
*/


/*--------------
[14. Sidebar Main Menu]
*/
#sidebar-main-menu {
    position: fixed;
    z-index: 1010;
    width: 75%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -75%;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    transition: all 0.3s;
}


#sidebar-main-menu .btn-close-sidebar,
.sidebar-category-menu .btn-close-sidebar {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 5;
    margin: 0 !important;
    background: var(--themes-secondary);
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 20px;
}

#sidebar-main-menu li {
    list-style: none;
    position: relative;
}

#sidebar-main-menu li.separator {
    height: 0;
    border-bottom: #eaeaea 1px solid;
}


#sidebar-main-menu li i {
    font-size: 8px;
    line-height: 20px !important;
}

#sidebar-main-menu li i .fa-home {
    font-size: 20px;
}

#sidebar-main-menu li a {
    color: #333;
    padding: 10px 10px 10px 35px;
    display: block;
}

#sidebar-main-menu li .expand,
#sidebar-main-menu li .close-up {
    position: absolute;
    right: 5px;
    padding: 10px;
    padding-left: 50px;
    top: 0;
}

#sidebar-main-menu li .close-up {
    display: none;
}

#sidebar-main-menu li ul {
    display: none;
    height: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background-color: #f1f1f1;
}

#sidebar-main-menu li i.fa-home {
    position: static;
    font-size: 20px;
}

/*--------------
[15. Keyframe]
*/

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(-360deg);
    }
}

/* all other browsers */
@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.08, 1.08, 1.08);
        transform: scale3d(1.08, 1.08, 1.08);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.08, 1.08, 1.08);
        transform: scale3d(1.08, 1.08, 1.08);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes spin-clockwise {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-clockwise {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-clockwise {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin-counterclockwise {
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin-counterclockwise {
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-counterclockwise {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*---------------
[16. Static Page]
*/
.static_page {
    overflow-y: unset;
}

.static_page h2,
.static_page h1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 20px;
    padding-bottom: 0;
    line-height: 26px;
}

.static_page .static_page_content {
    margin-top: 20px;
}

.static_page p {
    margin-bottom: 10px;
    text-align: justify;
}

.static_page ol {
    list-style: decimal;
}

.static_page ul {
    list-style: disc;
}

.static_page ol:not(.tc-list),
.static_page ul:not(.tc-list) {
    margin: 0;
    padding: 0 0 0 75px;
}

.static_page ol,
.static_page ul {
    margin: 0;
    padding: 0 0 0 15px;
}

.static_page .widget_article_wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.static_page .list-view .pager {
    margin-bottom: 10px;
}

.static_page .owl-carousel li {
    list-style-type: none !important;
}

.static_page .weekly-deals ul {
    padding-left: 0 !important;
}

.static_page .carousel-item,
.bst-carousel .carousel-item {
    display: block !important;
}

.static_page .bst-carousel .carousel-indicators {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    padding-right: 75px;
}

.fully-redeemed {
    text-align: center;
    font-size: 25px;
    color: #fff;
    width: 68%;
    margin: 0 auto;
}
.fully-redeemed-img {
    text-align: center;
    padding: 15px 0;
}
.fully-redeemed-sub {
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 58%;
    margin: 0 auto;
}

@media(max-width:992px) {
    .fully-redeemed {
        font-size: 16px;
        width: 100%;
    }
    .fully-redeemed-img {
        width: 80%;
        margin: 0 auto;
    }
    .fully-redeemed-sub {
        font-size: 16px;
        width: 100%;
    }
}