/*
Theme Name:     Majesty Child
Theme URI:      http://themeforest.net/item/majesty-restaurant-woocommerce-wordpress-theme/13483561
Description:    Child theme for the Majesty theme
Author:         eyethemes
Author URI:     http://eyethemes.com
Template:       majesty
Version:        1.0
*/

a {
    font-weight: 400 !important;
}

body.modal-open {
    overflow: hidden;
}

body.modal-open .modal {
    overflow: visible;
}

#wrapper {
    overflow: hidden;
}

.meal-grid-item .images-wrapper .lightbox-wrapper:first-child {
    display: block;
}

.meal-grid-item table > tbody > tr:first-child > td:first-child {
    vertical-align: middle;
    text-align: center;
}

.meal-grid-item .meal-description h1,
.meal-grid-item .meal-description h2,
.meal-grid-item .meal-description h3,
.meal-grid-item .meal-description h4,
.meal-grid-item .meal-description h5,
.meal-grid-item .meal-description h6 {
    color: #fff;
}

.ekko-lightbox .lightbox-number {
    font-size: 19px;
    text-align: center;
}

.ekko-lightbox .lightbox-description {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
}

.ekko-lightbox .lightbox-description p {
    font-size: 14px;
}

.ekko-lightbox .modal-header .close span {
    color: #fff;
    font-size: 40px;
}

.ekko-lightbox .modal-header {
    background: #000;
}

.ekko-lightbox .modal-title {
    color: #fff;
    font-size: 26px;
}

.ekko-lightbox {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0 !important;
}

.ekko-lightbox-container {
    position: relative;
}

@media screen and (max-width: 800px) {
    .ekko-lightbox-container {
        height: auto !important;
    }
}

.ekko-lightbox-container > div.ekko-lightbox-item {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .ekko-lightbox-container > div.ekko-lightbox-item {
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
    }
}

.ekko-lightbox iframe {
    width: 100%;
    height: 100%;
}

.ekko-lightbox-nav-overlay {
    z-index: 1;
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.ekko-lightbox-nav-overlay a {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    pointer-events: none;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity 0.5s;
    color: #000;
    font-size: 30px;
    z-index: 1;
    text-decoration: none;
}

.ekko-lightbox-nav-overlay a > * {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.ekko-lightbox-nav-overlay a > :focus {
    outline: none;
}

.ekko-lightbox-nav-overlay a span {
    display: block;
    pointer-events: all;
    color: #000;
    padding: 0 30px;
}

.ekko-lightbox-nav-overlay a:last-child span {
    color: #000;
    text-align: right;
}

.ekko-lightbox-nav-overlay a:hover {
    text-decoration: none;
}

.ekko-lightbox-nav-overlay a:focus {
    outline: none;
}

.ekko-lightbox-nav-overlay a.disabled {
    cursor: default;
    visibility: hidden;
}

.ekko-lightbox a:hover {
    opacity: 1;
    text-decoration: none;
}

.ekko-lightbox .modal-dialog {
    display: none;
}

.ekko-lightbox .modal-footer {
    text-align: left;
}

.ekko-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.ekko-lightbox-loader > div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
}

.ekko-lightbox-loader > div > div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: a 2s infinite ease-in-out;
}

.ekko-lightbox-loader > div > div:last-child {
    animation-delay: -1s;
}

.modal-dialog .ekko-lightbox-loader > div > div {
    background-color: #333;
}

@keyframes a {
    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.meal-page-wrapper .meal-grid-item .images-wrapper {
    margin-top: 75px;
}

.meal-page-wrapper .meal-grid-item .images-wrapper .lightbox-wrapper {
    width: 100%;
    margin-bottom: 15px;
}

@media screen and (max-width: 340px) {
    .meal-page-wrapper .meal-grid-item .images-wrapper .lightbox-wrapper {
        width: 100%;
    }
}

.meal-grid-item {
    margin-bottom: 70px;
    margin-top: 20px;
}

.meal-grid-item .meal-header-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.meal-grid-item:nth-child(odd) .meal-header-wrapper {
    flex-direction: row-reverse;
}

.meal-grid-item:nth-child(odd) .meal-bottom-wrapper .row-wrapper {
    justify-content: flex-start;
}

body.single .meal-grid-item:nth-child(odd) .meal-header-wrapper {
    flex-direction: row;
}

@media screen and (max-width: 992px) {
    .meal-grid-item .meal-header-wrapper {
        display: block;
    }
}

.meal-grid-item .meal-header-wrapper .meal-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.meal-grid-item,
.meal-grid-item .meal-title {
    color: #fff;
}

.meal-grid-item .meal-title {
    font-size: 40px;
    font-family: "Times New Roman", cursive;
    font-style: italic;
}

.meal-grid-item .diet-actions a.diet-action {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
}

.meal-grid-item .meal-description {
    line-height: 200%;
    color: #f5f5f5;
    font-size: 16px;
}

.meal-grid-item .meal-types {
    margin-top: 40px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .meal-grid-item .meal-types {
        display: block;
    }
}

.meal-grid-item .meal-btn {
    display: inline-block;
}

.meal-grid-item .meal-types .meal-btn {
    font-size: 16px;
    color: #fff;
    border: 1px solid #bbbbbb;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 5px;
    transition: all 300ms ease-out;
}

.meal-grid-item .meal-types .meal-btn:hover {
    text-decoration: none;
    color: #f5f5f5;
    border: 1px solid #fafafa;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 20px #000000;
}

.meal-grid-item .meal-types .meal-btn:first-child {
    margin-left: 0;
}

.meal-grid-item .images-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.meal-grid-item .images-wrapper .meal-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    cursor: pointer;
    max-width: 100%;
    position: relative;
}

.meal-grid-item .images-wrapper .lightbox-wrapper {
    display: none;
    height: 100%;
    width: 100%;
}

.meal-grid-item .images-wrapper .lightbox-wrapper {
    display: none;
    height: 100%;
    width: 100%;
    padding: 10px;
}

.meal-grid-item .images-wrapper .lightbox-wrapper .meal-image::before {
    content: "";
    height: 0;
    display: inline-block;
    padding-top: 100%;
    width: 1px;
    position: relative;
}

.meal-grid-item .row-wrapper {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 992px) {
    .meal-grid-item .row-wrapper {
        margin: auto;
        margin-top: 30px;
    }
}

@media screen and (max-width: 650px) {
    .meal-grid-item .row-wrapper {
        display: block;
    }
}

.meal-grid-item .meal-bottom-wrapper {
    display: block;
}

@media screen and (max-width: 992px) {
    .meal-grid-item .meal-bottom-wrapper {
        display: flex;
    }
}

.meal-grid-item .meal-price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    margin-top: 40px;
}

@media screen and (max-width: 992px) {
    .meal-grid-item .meal-price {
        margin-bottom: 20px;
    }
}

.meal-grid-item .row-wrapper .diet-actions {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

html.lb-disable-scrolling {
    overflow: hidden;
    /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
    position: fixed;
    height: 100vh;
    width: 100vw;
}

html {
    overflow-x: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    /* Background color behind image.
                  This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(./assets/images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(./assets/images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(./assets/images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(./assets/images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.slider-fullwidth {
    min-height: 640px !important;
}

.slider-content {
    padding-top: 20px !important;
    margin-top: 50px;
}

.col_wrapper {
    width: 100%;
}

/*
* Slider
*/

.shop-cart-icon-wrapper,
.header-shop-cart {
    display: inline;
}

.slider-content .slider-title {
    font-family: "Times New Roman", cursive;
    font-size: 56px !important;
    font-style: italic;
    text-transform: none;
    margin-bottom: 60px;
}

.steps-order {
    overflow: hidden;
    list-style-type: none;
    padding: 20px 0;
}

.steps-order .order-process {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 40px;
}

.steps-order--item__wrapper--text {
    margin-top: 25px;
    font-size: 16px;
    max-width: 250px;
    line-height: 1.5;
}

.steps-order--item__wrapper--arrow {
    margin-top: calc(75px / 2);
    margin-left: 25px;
}

@media screen and (max-width: 1300px) {
    .steps-order--item__wrapper--arrow img {
        max-width: 150px;
    }

    .steps-order--item__wrapper--arrow {
        margin-left: 0;
    }
}

@media screen and (max-width: 1000px) {
    .steps-order--item__wrapper--arrow img {
        max-width: 250px;
        width: 100%;
    }

    .steps-order--item__wrapper--arrow {
        margin-left: 15px;
    }

    .steps-order--item__wrapper--text {
        max-width: none;
    }
}

@media screen and (max-width: 800px) {
    .slider-fullwidth {
        min-height: 1150px !important;
    }

    .slider-content .slider-title {
        font-size: 42px !important;
        margin-bottom: 70px;
    }

    .steps-order--item {
        position: relative;
        margin-bottom: 45px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .steps-order--item__wrapper--text {
        text-align: center;
        max-width: 150px;
    }

    .steps-order--item__wrapper--arrow {
        margin-left: 0;
        top: 95px;
        left: -80px;
        position: absolute;
    }

    .steps-order .steps-order--item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .steps-order
    .steps-order--item:nth-child(odd)
    .steps-order--item__wrapper--arrow {
        right: -85px;
        left: auto;
        transform: rotateY(180deg);
    }

    .steps-order--item__wrapper--arrow img {
        transform: rotate(90deg);
        max-width: 150px !important;
    }

    .steps-order {
        flex-direction: column;
    }

    .steps-order--item {
        flex: 1;
    }
}

.slider-content,
.video-content {
    transform: none !important;
    -webkit-transform: none !important;
}

/*
* End Slider Styles
*/

/*
* Footer Styles
*/

#footer {
    background: #fff;
    padding-top: 20px;
    border-top: 1px solid #f2f2f2;
}

.footer-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.footer-social-icons > a {
    padding: 4px;
    margin-right: 10px;
    font-size: 20px;
}

.footer-social-icons > a:last-child {
    margin-right: 0;
}

.footer-social-icons > a:hover i,
.footer-social-icons > a:focus i,
.footer-social-icons > a:visited i,
.footer-social-icons > a:link i {
    color: #000;
}

.footer-menu {
    max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition: height 0.3s;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-menu > ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-menu ul li {
    text-align: left;
    margin: 0 20px;
    position: relative;
    cursor: pointer;
}

.footer-menu ul > li.toggle-menu-item:not(.menu-item-home) > a:after {
    cursor: pointer;
    content: "\f107";
    position: absolute;
    right: -20px;
    font: normal normal 300 14px/1 FontAwesome;
    top: 50%;
    margin-top: calc((17px / 2) * -1);
    /*background-image: url("./assets/images/arrow-down.png");*/
    background-repeat: no-repeat;
    width: 12px;
    height: 17px;
    background-position: center;
    background-size: contain;
}

.footer-menu ul > li.toggle-menu-item:not(.menu-item-home) > a.active:after {
    transform: rotateX(180deg);
}

.footer-menu > ul > li ul {
    position: absolute;
    display: none;
    min-width: 230px;
}

.footer-menu > ul > li ul:after {
    content: "";
    height: 1px;
    width: 100%;
    clear: both;
}

.footer-menu > ul > li ul > li {
    margin: 5px 0;
}

.footer-menu > ul > li ul.show-items {
    margin-top: 10px;
    display: block;
}

.footer-menu ul li a {
    display: block;
    font-size: 14px;
}

.footer-menu ul li a,
.footer-menu ul li a:hover,
.footer-menu ul li a:active,
.footer-menu ul li a:focus,
.footer-menu ul li a:visited {
    text-decoration: none;
    color: #000 !important;
}

@media only screen and (max-width: 560px) {
    .footer-menu {
        flex-direction: column;
    }

    .footer-menu > ul {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-menu > ul li {
        width: 100%;
        text-align: center;
    }

    .footer-menu > ul > li ul {
        position: relative;
    }

    .footer-menu ul > li.toggle-menu-item:not(.menu-item-home) > a:after {
        right: 20px;
        top: 10px;
    }

    .footer-menu > ul > li ul > li,
    .footer-menu > ul li {
        margin: 10px 0;
    }
}

/*
* End Footer Styles
*/

/*
* Products Category Styles
*/

.products .product {
    cursor: pointer;
}

.products .product .overlay_item.hover .overlay {
    height: 28%;
}

.overlay_content .overlay .icons,
.products .product .overlay_item.hover .icons,
.overlay_content .overlay:hover,
.menu_grid .overlay_content .overlay {
    top: 0 !important;
}

.overlay_content .overlay .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    height: 100%;
}

.products .product .overlay .icons .button,
.products .product .overlay .icons .price {
    display: none;
}

.row .vc_column_container figure .fig_container,
.overlay_content .overlay {
    cursor: pointer;
}

.home #content > .section {
    padding-bottom: 10px;
    /*background: rgba(0, 0, 0, 0.0196078431372549);*/
}

.home #content .section:not(.body-press) {
    margin: auto;
    max-width: 1600px;
}

#content img {
    height: auto;
}

.row .vc_column_container figure .fig_container .cta-section h3 {
    max-width: none;
}

.row .vc_column_container figure .fig_container h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 230px;
    margin-right: 10px;
}

.row .vc_column_container figure img,
.vc_slider .swiper-slide .swiper-image {
    border: 10px solid #fff;
}

.row .vc_column_container figure img.icon {
    border: none;
    width: 120px;
}

.row .vc_column_container figure .fig_container.revert-color,
.row .vc_column_container figure:hover .fig_container.revert-color {
    color: #000;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.row
.vc_column_container
figure
.fig_container.revert-color
.steps-order--item__wrapper--text {
    width: 100%;
    text-align: center;
}

.row .vc_column_container figure .fig_container {
    position: relative;
}

.row .vc_column_container figure .fig_container {
    background: #fff;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
    /*box-shadow: 0 0 1px 1px rgba(193, 193, 193, 0.12);*/
    /*border-top: 1px solid #f2f2f2;*/
}

@media screen and (max-width: 600px) {
    .steps-order .order-process {
        width: 100%;
    }

    .row .vc_column_container figure img.icon {
        width: 80px;
    }

    .steps-order--item__wrapper--text {
        max-width: none;
    }

    .row
    .vc_column_container
    figure
    .fig_container.revert-color
    .steps-order--item__wrapper--text {
        text-align: left;
    }

    .steps-order .order-process-content-wrapper {
        display: flex;
        align-items: center;
    }

    .steps-order
    .order-process-content-wrapper
    .steps-order--item__wrapper--text {
        text-align: left;
        margin-top: 0;
        margin-left: 30px;
    }
}

.archive .body-press .row .vc_column_container figure .fig_container,
.single .body-press .row .vc_column_container figure .fig_container {
    box-shadow: none;
    border-top: none;
}

.body-check.body-press,
.single-product .body-press,
.page:not(.home) .body-press {
    display: none;
}

.archive .body-press .row .vc_column_container.col-sm-12,
.single .body-press .row .vc_column_container.col-sm-12 {
    padding-top: 20px;
}

.archive
.body-press
.row
.vc_column_container.col-sm-12
figure
.fig_container
.cta-section,
.single
.body-press
.row
.vc_column_container.col-sm-12
figure
.fig_container
.cta-section {
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 400px;
}

.body-press .row .vc_column_container.col-sm-12 {
    padding-top: 16px;
}

.body-press .row .vc_column_container.col-sm-12 figure .fig_container,
.body-press .row .vc_column_container.col-sm-12 figure .fig_container .text {
    background: #fff;
    color: #000;
    font-size: 21px;
}

.body-press
.row
.vc_column_container.col-sm-12
figure
.fig_container
.btns-group
a {
    min-height: 50px;
    line-height: 40px;
}

.body-press .row .vc_column_container.col-sm-12 figure .fig_container h3 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
}

.body-press
.row
.vc_column_container.col-sm-12
figure
.fig_container
.cta-section {
    flex-direction: column;
}

.body-press
.row
.vc_column_container.col-sm-12
figure
.fig_container
.body-check,
.body-press
.row
.vc_column_container.col-sm-12
figure
.fig_container
.cta-section {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}

.body-press
.row
.vc_column_container.col-sm-12
figure
.fig_container
.body-check
> div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.body-press
.row
.vc_column_container.col-sm-12
figure
.fig_container
.body-check
> div
i {
    font-size: 60px;
}

@media screen and (max-width: 1300px) {
    .archive
    .body-press
    .row
    .vc_column_container.col-sm-12
    figure
    .fig_container
    .cta-section,
    .single
    .body-press
    .row
    .vc_column_container.col-sm-12
    figure
    .fig_container
    .cta-section {
        margin-top: 30px;
        align-items: center;
    }
}

@media screen and (max-width: 757px) {
    .row .vc_column_container figure .fig_container h3 {
        max-width: none;
    }

    .row .vc_column_container figure img,
    .vc_slider .swiper-slide .swiper-image {
        border: none;
    }

    .body-press
    .row
    .vc_column_container.col-sm-12
    figure
    .fig_container
    .cta-section {
        padding-top: 40px;
        margin-bottom: 20px;
        margin-top: 40px;
        flex-direction: column;
        border-top: 1px solid #f2f2f2;
    }

    .body-press
    .row
    .vc_column_container.col-sm-12
    figure
    .fig_container
    .body-check {
        flex-direction: column;
    }

    .body-press
    .row
    .vc_column_container.col-sm-12
    figure
    .fig_container
    .body-check
    > div {
        margin-bottom: 20px;
    }
}

.row .vc_column_container figure .fig_container p {
    margin-bottom: 0;
    display: flex;
}

@media screen and (max-width: 1300px) {
    .row .vc_column_container figure .fig_container {
        flex-direction: column;
        align-items: flex-start;
    }

    .row .vc_column_container figure .fig_container p {
        margin-top: 10px;
    }
}

.overlay_content .overlay {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.45) 50%,
        rgba(0, 0, 0, 0.37) 100%
    );
    height: 100% !important;
}

a.cart-contents:hover,
a.cart-contents:active,
a.cart-contents:focus,
a.cart-contents:active,
a.cart-contents i {
    text-decoration: none;
    color: white !important;
}

.extra-options .label {
    white-space: normal;
}

.woocommerce-mini-cart__buttons.buttons {
    display: flex;
}

.single_variation_wrap .woocommerce-variation-price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.single-product .images-block .onsale {
    display: none;
}

.single_variation_wrap
.woocommerce-variation-price
del
.woocommerce-Price-amount {
    margin-right: 10px;
}

.woocommerce-mini-cart__buttons.buttons a {
    padding: 6px 14px !important;
    text-decoration: none;
}

.woocommerce-mini-cart-item.mini_cart_item a {
    color: white;
}

.woocommerce-mini-cart-item.mini_cart_item .quantity,
.woocommerce-mini-cart-item.mini_cart_item
.quantity
.woocommerce-Price-amount.amount,
.woocommerce-mini-cart-item.mini_cart_item
.quantity
.woocommerce-Price-currencySymbol {
    color: white;
}

.woocommerce-mini-cart__empty-message {
    color: white;
}

.woocommerce-mini-cart-item.mini_cart_item .quantity {
    margin-top: 5px;
}

.woocommerce-mini-cart__total.total,
.woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
    color: white;
}

.overlay_item .icons a:hover,
.woocommerce-loop-product__title,
.product .overlay_content i {
    color: white !important;
    text-decoration: none;
}

.slider-leaf {
    position: absolute;
    bottom: 0;
    right: 40%;
}

.menu-logo-left {
    top: 0;
    position: absolute;
    right: 50%;
    margin-right: 120px !important;
}

.menu-logo-right {
    top: 0;
    position: absolute;
    left: 50%;
    margin-left: 120px !important;
}

.lang-menu-nav {
    top: 0;
    position: absolute;
    right: 0;
}

.lang-menu-nav li a {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

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

.hidden-mobile {
    display: inline-block !important;
}

.profile-icon {
    width: 31px;
    height: 56px;
    float: right;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.profile-icon.hidden-desc {
    display: none !important;
}

.reverse-box {
    display: inline-flex;
    flex-direction: row-reverse;
}

.profile-icon img {
    height: 20px;
}

/* START Make the WooCommerce Cart Table Responsive  for Mobile */
/* CSS published in http://www.jeremycarter.com.au/optimising-woocommerce-checkout-for-mobile/ */
@media screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    .woocommerce-cart-form table.shop_table,
    .woocommerce-cart-form table.shop_table thead,
    .woocommerce-cart-form table.shop_table tbody,
    .woocommerce-cart-form table.shop_table th,
    .woocommerce-cart-form table.shop_table td,
    .woocommerce-cart-form table.shop_table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .woocommerce-page table.shop_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .woocommerce-page table.shop_table.cart tr {
        border: none;
    }

    table.shop_table.cart td {
        /* Behave  like a "row" */
        border: 1px solid #d2d3d3;
        position: relative;
        padding-left: 50% !important;
    }

    .woocommerce-page table.shop_table.cart {
        border: none;
    }

    .table.shop_table td.product-spacer {
        border-color: #fff;
        height: 10px;
    }

    .woocommerce-cart-form table.shop_table.cart td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 50%;
        margin-top: -10px;
        text-align: center;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
          Label the data
          */
    .woocommerce-page table.shop_table td.product-remove:before {
        content: "DELETE";
    }

    html[lang="de-DE"] .woocommerce-page table.shop_table td.product-remove:before {
        content: "Löschen delete";
    }

    html[lang="pl-PL"] .woocommerce-page table.shop_table td.product-remove:before {
        content: "Usuń";
    }

    .woocommerce-page table.shop_table td.product-thumbnail:before {
        content: "IMAGE";
    }

    html[lang="de-DE"] .woocommerce-page table.shop_table td.product-thumbnail:before {
        content: "Bild image";
    }

    html[lang="pl-PL"] .woocommerce-page table.shop_table td.product-thumbnail:before {
        content: "Zdjęcie";
    }

    .woocommerce-page table.shop_table td.product-name:before {
        content: "PRODUCT";
    }

    html[lang="de-DE"] .woocommerce-page table.shop_table td.product-name:before {
        content: "Produkt";
    }

    html[lang="pl-PL"] .woocommerce-page table.shop_table td.product-name:before {
        content: "Produkt";
    }

    .woocommerce-page table.shop_table td.product-price:before {
        content: "PRICE";
    }

    html[lang="de-DE"] .woocommerce-page table.shop_table td.product-price:before {
        content: "Preis pice";
    }

    html[lang="pl-PL"] .woocommerce-page table.shop_table td.product-price:before {
        content: "Cena";
    }

    .woocommerce-page table.shop_table td.product-quantity:before {
        content: "QUANTITY";
    }

    html[lang="de-DE"] .woocommerce-page table.shop_table td.product-quantity:before {
        content: "Menge quantity";
    }

    html[lang="pl-PL"] .woocommerce-page table.shop_table td.product-quantity:before {
        content: "Ilość";
    }

    .woocommerce-page table.shop_table td.product-subtotal:before {
        content: "SUBTOTAL";
    }

    html[lang="de-DE"] .woocommerce-page table.shop_table td.product-subtotal:before {
        content: "Zu bezahlen subtotal";
    }

    html[lang="pl-PL"] .woocommerce-page table.shop_table td.product-subtotal:before {
        content: "Podsumowanie";
    }

    .woocommerce-page table.shop_table td.product-total:before {
        content: "TOTAL";
    }

    html[lang="de-DE"] .woocommerce-page table.shop_table td.product-total:before {
        content: "Gesamt";
    }

    html[lang="pl-PL"] .woocommerce-page table.shop_table td.product-total:before {
        content: "Kwota całkowita";
    }

    .woocommerce .quantity,
    .woocommerce #content .quantity,
    .woocommerce-page .quantity,
    .woocommerce-page #content .quantity {
        margin: 0;
    }

    .woocommerce-page table.cart td.actions,
    .woocommerce-page #content table.cart td.actions {
        text-align: left;
        border: 0;
        padding-left: 6px !important;
    }

    .woocommerce-page table.cart td.actions .button.alt,
    .woocommerce-page #content table.cart td.actions .button.alt {
        float: left;
        margin-top: 10px;
    }

    .woocommerce-page table.cart td.actions div,
    .woocommerce-page #content table.cart td.actions div,
    .woocommerce-page table.cart td.actions input,
    .woocommerce-page #content table.cart td.actions input {
        margin-bottom: 10px;
    }

    .woocommerce-page .cart-collaterals .cart_totals {
        float: left;
        width: 100%;
        text-align: left;
    }

    .woocommerce-page .cart-collaterals .cart_totals th,
    .woocommerce-page .cart-collaterals .cart_totals td {
        /* border:0 !important; */
    }

    .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
        padding-left: 6px !important;
    }

    .woocommerce-page table.shop_table.cart tr.cart-subtotal td,
    .woocommerce-page table.shop_table.cart tr.shipping td,
    .woocommerce-page table.shop_table.cart tr.total td,
    .woocommerce-page table.shop_table.order_details tfoot th,
    .woocommerce-page table.shop_table.order_details tfoot td {
        padding-left: 6px !important;
        /* border:0 !important; */
    }

    .woocommerce-page table.shop_table tbody {
        padding-top: 10px;
    }

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2,
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        float: none;
        width: 100%;
    }

    .woocommerce .order_details ul,
    .woocommerce-page .order_details ul,
    .woocommerce .order_details,
    .woocommerce-page .order_details {
        padding: 0;
    }

    .woocommerce .order_details li,
    .woocommerce-page .order_details li {
        clear: left;
        margin-bottom: 10px;
        border: 0;
    }

    .input-group-addon,
    .input-group-btn {
        width: auto;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-quantity .wrap-qty {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .shop_table.cart tbody tr.cart_item {
        border: none;
    }

    .shop_table tr td.product-thumbnail {
        width: auto;
    }

    .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
        display: inline-block;
        margin-left: 30px;
    }

    .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
    input.input-checkbox {
        margin-left: 0;
    }
}

.shop_table tr td {
    font-weight: 600;
}

b, strong {
    font-weight: 600;
}

#shop_cart.shop_cart_open .shop_cart_content {
    margin-top: 40px;
}

/* END Make the WooCommerce Cart Table Responsive  for Mobile */
@media only screen and (max-width: 600px) {
    button[name="update_cart"] {
        width: 100%;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 400px) {
    .woocommerce-shipping-calculator a.shipping-calculator-button:after {
        display: block;
        margin: 0 auto;
        right: auto;
        position: relative;
    }

    .woocommerce-shipping-calculator p {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 620px) {

    #header.center-header #logo img {
        max-width: 150px;
    }

}

@media only screen and (max-width: 991px) {
    .hidden-mobile {
        display: none !important;
    }

    .small-logo {
        margin-left: 50px;
    }

    .hidden-desc {
        display: inline-block !important;
    }

    .hidden-desc.shop-cart-icon {
        display: initial !important;
    }

    .hidden-desc.shop-cart-icon #shop_cart {
        margin-top: 30px;
    }

    .menu-logo-left {
        right: inherit;
        margin-right: 0 !important;
        position: relative;
        float: none;
    }

    .menu-logo-left ul li {
    }

    .menu-logo-right {
        left: inherit;
        margin-left: 0;
        position: relative;
        margin-left: 0 !important;
    }

    .lang-menu-nav {
        position: relative !important;
        right: inherit !important;
    }

    .lang-menu-nav #top-menu.show {
        border-top: 1px solid #eee !important;
    }

    .lang-menu-nav #top-menu.show li {
        display: inline-block !important;
        float: left;
        padding: 10px 0;
    }

    .profile-icon.hidden-desc {
        display: inline-block !important;
        float: right;
        margin-top: 28px;
        padding-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .is-sticky #header.center-header .wrap-menu-cart .dark {
        float: none !important;
    }

    #header.center-header > .container {
        margin-left: 0;
        margin-right: 0;
    }
}

.is-sticky #header.center-header .wrap-menu-cart {
    float: none !important;
}

@media only screen and (max-width: 479px) {
    div#main-menu-trigger {
        left: 10px !important;
        right: inherit !important;
    }
}

.is-sticky #header.header-center #logo,
.is-sticky #header.center-header #logo {
    float: none;
}

/* Footer logo style */
#footer .footer_logo {
    background: transparent;
    margin-top: 0;
}

/* Menu today style */
.menu_today figure .fig_container,
.masonary_blog figure .fig_container,
.blog-grid figure .fig_container,
.latest_news figure .fig_container {
    height: 40%;
}

.menu_today figure:hover .fig_container,
.masonary_blog figure:hover .fig_container,
.blog-grid figure:hover .fig_container,
.latest_news figure:hover .fig_container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    padding-top: 20%;
}

.menu_today img,
.masonary_blog img,
.blog-grid img,
.latest_news img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
}

/* Feature Box With Image Date Blocks */
.date-blocks .block-item {
    border: 2px solid #c59d5f;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 40px;
}

#header-sticky-wrapper.is-sticky #header .container {
    margin-left: 0;
    margin-right: 0;
}

#header-sticky-wrapper.is-sticky #header #top-menu {
    padding-right: 30px;
}

.is-sticky #header.solid {
    height: auto;
}

#header-sticky-wrapper.white-header #header #main-menu > ul > li > a,
#header-sticky-wrapper.is-sticky,
#header,
#mega-menu-wrap-top-menu,
#mega-menu-top-menu,
> li.mega-menu-item,
> a,
#header-sticky-wrapper.is-sticky #header #main-menu > ul > li > a,
#header-sticky-wrapper.is-sticky #header #shop_cart a.cart-contents i {
    color: #fafafa;
}

/* ----------------------------------------------------------------
2. Fonts
-----------------------------------------------------------------*/
/* Primary Main Font:: Open Sans */
.font3,
body p,
body,
.btn-gold,
.btn-white,
.btn-black,
.post-password-form input[type="submit"],
.woocommerce input[type="submit"],
.woocommerce .button,
.btn.btn-black,
#main-menu ul ul a,
.slider-content p,
.video-content p,
.welcome-block p,
.post-top-blockquote blockquote small,
.blockquote small,
.blockquote.blockquote-default p,
.slider-parallax .slider-content p,
#footer .widget_recent_comments_with_avatar a span,
.skipper-slider .slider-content p {
    font-family: "Open Sans", sans-serif;
}

/* Secondary Main Font:: Fjalla One */
.font1,
h1,
h2,
h3,
h4,
h5,
h6,
#logo,
.menu_carousel .item h3,
#main-menu ul li a,
.slider-content h1,
.video-content h1,
.menu-fillter a,
#menu-scroll li,
.vertical-menu ul a,
.shop_table tr th,
.countdown-section,
.fc th,
.price_head,
.accordion_majesty .panel-default a.panel-link,
.majesty_tab .nav-tabs > li > a,
.price_head,
.accordion_majesty .panel-default a.panel-link,
.majesty_tab .nav-tabs > li > a,
.page-numbers > li > a,
.page-numbers-gold > li > a,
.page-numbers > li > span,
.page-numbers-gold > li > span,
.menu_tabs div.tab-menu div.list-group > a,
.latest_news figure p.post-cats,
.masonary_blog figure p.post-cats,
.blog-grid figure p.post-cats,
.comment-body .fn,
.widget_shopping_cart .total .amount,
.em-calendar-wrapper table.fullcalendar thead td.month_name,
.em-calendar-wrapper table.fullcalendar tbody tr.days-names td,
.woocommerce .price,
.woocommerce-tabs .commentlist .meta strong,
#footer .widget_recent_comments_with_avatar a,
#footer .widget_recently_viewed_products a,
#footer .widget_top_rated_products a,
#footer .widget_products a,
#footer .widget_recent_reviews a,
#footer .widget-recent-posts a,
.sidebar .widget .amount,
a.comment-reply-login {
    font-family: "Open Sans", sans-serif;
}

#main-menu ul li a:hover {
    color: #b0ce42 !important;
    text-decoration: none !important;
}

.widget_shopping_cart p.buttons a.wc-forward {
    font-size: 12px;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    height: 500px;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-image {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

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

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

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

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

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

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
> .swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
.swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
.swiper-pagination-progressbar-fill {
    background: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Slogans and others, Third Font:: Courgette */
p.demo_store,
.font2,
.video-content p.font2,
.yt-bg-player .slider-content p,
.slider-content p.font2,
.interactive-bg .wrapper-bg p,
.swiper-wrapper .slider-content h4,
.swiper-wrapper .slider-content p,
.menu_today figure p,
.masonary_blog figure p.post-cats,
.blog-grid figure p.post-cats,
.latest_news figure p.post-cats,
.video b,
span.welcome,
.blog_single .blockquote p,
.banner .banner-content p,
.blockquote p,
.post-top-blockquote blockquote p {
    font-family: "Times New Roman", cursive;
    font-style: italic;
}

/* Signature and Fun Font, Forth Font:: Herr Von Muellerhoff */
.font4,
.signature {
    font-family: "Herr Von Muellerhoff", cursive;
}

.post-top-blockquote blockquote:before,
.blockquote:before,
.post-top-blockquote blockquote:before,
.blockquote:before {
    font-family: "Helvetica", Arial, sans-serif;
}

/* ----------------------------------------------------------------
3. Strong Point Header
-----------------------------------------------------------------*/
.strong-point-item .info-wraper {
    margin-top: -30px;
    position: relative;
    height: 60px;
    margin: 0px 20px;
}

.strong-point-item h4 {
    font-family: "Times New Roman", cursive;
    font-style: italic;
    font-weight: normal;
    font-size: 48px;
    position: absolute;
    left: 0;
    top: -20px;
    width: 70px;
}

#header {
    position: relative;
}

.strong-point-item h4 .separator {
    font-weight: normal;
}

.strong-point-item h4 .separator::after {
    content: "/";
}

.strong-point-item .title {
    line-height: 150%;
    width: 140px;
    font-size: 12px;
    position: absolute;
    left: 72px;
    top: 3px;
}

.strong-point-item {
    text-align: center;
}

/* Global OWL  */
.theme-owl-carousel-strong-points .owl-controls .owl-buttons div {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    margin-top: -26px;
    background-color: transparent;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.theme-owl-carousel-strong-points .owl-controls .owl-buttons div {
    color: rgb(15, 15, 15);
    font-size: 72px;
}

.theme-owl-carousel-strong-points .owl-controls .owl-buttons div.owl-prev {
    margin-left: -20px;
}

.theme-owl-carousel-strong-points .owl-controls .owl-buttons div.owl-next {
    margin-right: -10px;
}

@media only screen and (max-width: 600px) {
    .theme-owl-carousel-strong-points .owl-controls .owl-buttons div.owl-next {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .p-menu-top #header {
        top: 0 !important;
    }
}

#header {
    height: auto;
}

.small-menu-icon.down-button {
    display: none;
}

/* Diet Grid  */
.diet-header {
    font-family: "Times New Roman", cursive;
    font-style: italic;
    text-align: center;
    margin-bottom: 50px;
    font-size: 48px;
    color: #f5f5f5;
}

.diet-grid .diet-grid-item h2 {
    font-family: "Times New Roman", cursive;
    font-style: italic;
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    color: #f5f5f5;
}

.diet-grid .diet-grid-item h2 span {
    font-weight: bold;
    color: #fafafa;
    position: absolute;
    display: block;
    left: 0;
    top: -8px;
    font-size: 48px;
}

.diet-grid .diet-grid-item p {
    line-height: 140%;
    max-width: 400px;
    font-size: 14px;
    color: #f5f5f5;
}

.diet-actions {
    text-align: center;
    max-width: 400px;
}

.diet-actions a.diet-action {
    display: inline-block;
    text-align: center;
    margin: 5px;
    height: 75px;
    width: 75px;
    line-height: 75px;
    border-radius: 50%;
    border: 1px solid #bbbbbb;
    transition: all 300ms ease-out;
    color: #f5f5f5;
}

.diet-actions a.diet-action:active,
.diet-actions a.diet-action:hover {
    text-decoration: none;
    color: #f5f5f5;
    border: 1px solid #fafafa;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 20px #000000;
}

.diet-price-modal .modal-body table {
    border-collapse: collapse;
    border: 1px solid #eee;
}

.diet-price-modal .modal-body table thead th {
    color: #222;
    border-collapse: collapse;
    border: 1px solid #eee;
    font-weight: bold;
    border-bottom: 1px solid #666;
}

.diet-price-modal .modal-body table tbody td {
    color: #222;
    border-collapse: collapse;
    border: 1px solid #eee;
}

.diet-price-modal .modal-body table tr td:nth-child(1),
.diet-price-modal .modal-body table tr th:nth-child(1) {
    border-right: 1px solid #666;
}

.diet-modal .modal-header .modal-title,
.diet-modal .modal-header .modal-title span {
    color: #f5f5f5;
}

.diet-select-form-radio > span {
    display: block;
}

.diet-exclude-ingredients {
    max-height: 120px;
    min-height: 120px;
}

.wpcf7 textarea,
.contact-form textarea {
    min-height: 120px;
}

@media only screen and (max-width: 991px) {
    #header.header-transparent,
    #header,
    #header-wrap {
        background-color: rgba(15, 15, 15, 0.95) !important;
    }

    #main-menu-trigger {
        color: #f5f5f5 !important;
        font-weight: normal;
    }

    #skipper-slider > div {
        background-position: 60% 31%;
    }
}

.diet-grid {
    text-align: center;
}

.diet-grid-item {
    display: inline-block;
}

.modal {
    text-align: center;
    overflow-y: scroll;
}

.modal .modal-header {
    overflow: auto;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 600px;
}

@media screen and (max-width: 800px) {
    .modal-dialog {
        max-width: none !important;
        height: -webkit-fill-available;
        margin-top: 30px;
        overflow-y: scroll;
    }
}

.modal-content {
    border-radius: 0;
    overflow: scroll;
}

.modal-header .close {
    opacity: 0.3;
}

.modal-header .close:hover {
    opacity: 0.5;
}

.strong-point-modal .modal-title {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.strong-point-modal .modal-title .separator::after {
    content: "/";
}

.strong-point-modal .strong-point-modal-description {
    line-height: 150%;
    text-align: center;
}

.strong-point-modal .strong-point-modal-image {
    text-align: center;
}

#content .strong-point-modal .strong-point-modal-image img {
    max-width: 50%;
}

.strong-point-modal .btn-prev {
    float: left;
}

.strong-point-modal .btn-next {
    float: right;
}

.strong-point-modal .btn-prev,
.strong-point-modal .btn-next {
    padding: 20px;
    font-size: 64px;
    color: #aaa;
}

.thwepo_variable .value,
.thwepo_variable .label {
    display: block !important;
    text-align: center;
}

@media screen and (max-width: 479px) {
    #shop_cart .shop_cart_content {
        right: -15px !important;
    }
}

#top-menu ul li {
    border-top: 0 !important;
}

.p-menu-transparent .top-small-header {
    display: none;
    background: transparent;
    box-shadow: 0px 0px;
}

.p-menu-transparent .top-small-header .topsocialicons a {
    color: #ffffff;
    font-size: 16px;
}

/*
* Steps BMI
*/

/*
    Common
*/

.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a {
    outline: 0;
}

.wizard .tablist,
.tabcontrol ul {
    display: flex;
    width: 100%;
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.page-body-check ul[role="tablist"] {
    margin-bottom: 32px;
}

.page-body-check .actions ul {
    margin-top: 40px;
}

.page-body-check .actions ul a {
    padding: 10px 40px;
}

.page-body-check .actions ul a:hover {
    text-decoration: none;
}

.page-body-check ul[role="tablist"],
.page-body-check .actions ul {
    display: flex;
    width: 100%;
    flex-direction: row;
    list-style-type: none;
}

.page-body-check legend {
    font-size: 24px;
}

.page-body-check ul[role="tablist"] li a {
    font-size: 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-body-check label span.text {
    font-size: 18px;
}

.page-body-check legend,
.page-body-check label span.text,
.page-body-check ul[role="tablist"] li a {
    color: #fff;
    font-weight: 300;
}

.page-body-check ul[role="tablist"] li.done a {
    color: #b0ca34;
}

.page-body-check ul[role="tablist"] li.done .number {
    overflow: hidden;
    position: relative;
}

.page-body-check ul[role="tablist"] li.done .number:after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: url("./assets/images/bmi-calculator/checkstep.png");
    background: #262626;
    left: 0;
}

.page-body-check label[for="age"],
.page-body-check label[for="height"],
.page-body-check label[for="weight"],
.page-body-check label[for="gender-select"] {
    display: flex;
    flex-direction: column;
    max-width: 190px;
    margin-bottom: 16px;
}

.page-body-check label[for="age"] .text,
.page-body-check label[for="height"] .text,
.page-body-check label[for="weight"] .text,
.page-body-check label[for="gender-select"] .text {
    display: block;
    margin-bottom: 8px;
}

.page-body-check label[for="age"] input,
.page-body-check label[for="height"] input,
.page-body-check label[for="weight"] input,
.page-body-check label[for="gender-select"] input,
.page-body-check select {
    min-height: 32px;
    padding: 0 10px;
    color: #fff;
    background: #262626;
    height: 32px;
    border: 1px solid #fff;
    width: 100%;
}

.page-body-check select,
.page-body-check select:focus {
    -webkit-border-radius: 0;
    border: 0;
    outline: 1px solid #fff;
    outline-offset: -1px;
}

.page-body-check select::-ms-expand {
    display: none;
}

.page-body-check label.error {
    font-weight: 300;
    color: red;
}

.page-body-check .actions {
}

.page-body-check label[for="age"] input.error,
.page-body-check label[for="height"] input.error,
.page-body-check label[for="weight"] input.error,
.page-body-check label[for="gender-select"] input.error,
.page-body-check select.error {
    background: #262626;
    border: 1px solid red;
}

.page-body-check select.error {
    outline: 1px inset red;
}

.page-body-check legend,
.building-muscle-mass-is-selected {
    padding-bottom: 8px;
    margin-top: 30px;
}

.page-body-check legend:first-child {
    margin-top: 0;
}

.page-body-check ul[role="tablist"] li {
    width: 100%;
    flex: 1;
    border-right: 1px solid #fff;
}

.page-body-check ul[role="tablist"] li:first-child .number {
    margin-left: 0;
}

.page-body-check ul[role="tablist"] li:last-child {
    border-right: none;
}

.page-body-check ul[role="tablist"] li a {
    font-weight: 300 !important;
    font-size: 24px;
}

.page-body-check ul[role="tablist"] li a:hover {
    text-decoration: none;
}

.page-body-check .steps .number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 10px;
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 10px;
}

.page-body-check .pagination {
    display: none;
}

.page-body-check .pagination .actualIndex:after {
    content: "/";
    margin: 0 3px;
}

@media screen and (max-width: 910px) {
    .page-body-check ul[role="tablist"] li a {
        flex-direction: row;
    }

    .page-body-check .pagination {
        margin: 10px 0;
        display: block;
    }

    .page-body-check ul[role="tablist"] li {
        display: none;
        border-right: none;
    }

    .page-body-check ul[role="tablist"] li.current {
        display: block;
    }

    .page-body-check .steps .number {
        border: none;
        margin: 0;
    }

    .page-body-check .steps .number:after {
        content: ".";
    }
}

.page-body-check #bmi-advanced-form input[type="checkbox"] {
    display: none;
    margin-right: 16px;
    border-radius: 0;
}

.page-body-check #bmi-advanced-form label .input-mark {
    position: relative;
    background: #d1d3d1;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.page-body-check #bmi-advanced-form label .input-mark:after {
    content: "";
    position: absolute;
}

.page-body-check
#bmi-advanced-form
input[type="checkbox"]:checked
+ .input-mark {
    background: #b0ca34;
}

.page-body-check
#bmi-advanced-form
input[type="checkbox"]:checked
+ .input-mark:after {
    content: "✔";
}

.page-body-check #bmi-advanced-form input[type="checkbox"]:after {
}

.delivery-options-wrapper input[type="radio"],
body.page-body-check input[type="radio"],
.delivery-options-wrapper input[type="radio"]:after,
body.page-body-check input[type="radio"]:after,
.delivery-options-wrapper input[type="radio"]:checked:after,
body.page-body-check input[type="radio"]:checked:after {
    width: 24px;
    height: 24px;
    border-radius: 15px;
    top: 0;
    left: 0;
    position: relative;
    border: 2px solid white;
    visibility: visible;
    display: inline-block;
    content: "";
    margin-right: 16px;
}

.delivery-options-wrapper input[type="radio"]:after,
body.page-body-check input[type="radio"]:after {
    background-color: #d1d3d1;
    border: 2px solid white;
}

.delivery-options-wrapper input[type="radio"]:checked:after,
body.page-body-check input[type="radio"]:checked:after {
    background-color: #b0ca34;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}

/*
    Wizard
*/

.wizard > .steps {
    position: relative;
    width: 100%;
    display: flex;
}

.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}

.page-body-check #content {
    background-image: url("./assets/images/bmi-calculator/bg.jpg") !important;
    background-attachment: fixed;

    background-size: cover;
    background-repeat: no-repeat;
}

.page-body-check #bmi-advanced-form {
    padding: 40px;
    max-width: 1152px;
    margin: auto;
    background: rgba(38, 38, 38, 0.8);
    color: #fff;
}

.page-body-check #bmi-advanced-form.last-step {
    background: #262626;
}

.page-body-check #bmi-advanced-form input {
    color: #fff;
}

.page-body-check .actions > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

select {
    position: relative;
    -webkit-appearance: none;
}

.select-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
}

.select-wrapper:before,
.select-wrapper:after {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    right: 10px;
    background-repeat: no-repeat;
    top: 52%;
    z-index: 100;
}

.select-wrapper:before {
    margin-top: -10px;
    background-image: url("./assets/images/bmi-calculator/arrow-up.png");
}

.select-wrapper:after {
    background-image: url("./assets/images/bmi-calculator/arrow-down.png");
}

.page-body-check .actions > ul li.disabled a[href="#previous"] {
    display: none;
}

@media screen and (max-width: 520px) {
    .page-body-check #bmi-advanced-form {
        padding: 16px;
    }

    .page-body-check label[for="age"] input,
    .page-body-check label[for="height"] input,
    .page-body-check label[for="weight"] input,
    .page-body-check label[for="gender-select"] input,
    .page-body-check select {
        height: 40px;
        max-width: 100%;
        width: 100%;
    }

    .page-body-check label[for="age"],
    .page-body-check label[for="height"],
    .page-body-check label[for="weight"],
    .page-body-check label[for="gender-select"],
    .page-body-check select {
        max-width: 100%;
    }

    .page-body-check .actions > ul {
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .page-body-check ul[role="menu"] li,
    .page-body-check ul[role="menu"] a[href="#previous"],
    .page-body-check ul[role="menu"] a[href="#next"] {
        width: 100%;
        display: block;
    }

    .page-body-check ul[role="menu"] a[href="#previous"],
    .page-body-check ul[role="menu"] a[href="#next"] {
        text-align: center;
        margin-top: 16px;
    }
}

.wizard > .content > .body > iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input[type="checkbox"] {
    display: inline-block;
}

.wizard > .content > .body label {
    display: flex;
    margin-bottom: 10px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
}

.wizard > .loading {
}

.wizard > .loading .spinner {
}

/*
    Tabcontrol
*/

.tabcontrol > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul {
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
    display: list-item;
}

/*
 New layout page
*/

.top-small-header {
    display: none;
    position: relative !important;
}

#header.center-header.dark-header,
#header.center-header.dark-header > .container {
    background: #000;
}

.row .vc_column_container .fig_container {
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    text-align: left;
    border-radius: 0;
}

@media screen and (max-width: 1300px) {
    .row .vc_column_container .fig_container {
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    body .breadcumbs .banner-breadcumb ol {
        display: none;
    }

    body .breadcumbs .banner-breadcumb h1 {
        margin-bottom: 20px;
    }
}

.body-press .row .col-sm-12.vc_column_container .fig_container {
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.row .vc_column_container .fig_container:hover {
    height: 100%;
}

.row .vc_column_container figure:hover .fig_container {
    padding-top: 20px;
    height: 100%;
}

.row .vc_column_container figure .btns-group {
    color: #e51c16;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-family: sans-serif;
    font-weight: 600;
}

#content .row {
    margin-bottom: 16px;
}

.home #content .container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}

.grid-wrapper {
    overflow: auto;
}

#content .col-lg-1,
#content .col-lg-10,
#content .col-lg-11,
#content .col-lg-12,
#content .col-lg-2,
#content .col-lg-3,
#content .col-lg-4,
#content .col-lg-5,
#content .col-lg-6,
#content .col-lg-7,
#content .col-lg-8,
#content .col-lg-9,
#content .col-md-1,
#content .col-md-10,
#content .col-md-11,
#content .col-md-12,
#content .col-md-2,
#content .col-md-3,
#content .col-md-4,
#content .col-md-5,
#content .col-md-6,
#content .col-md-7,
#content .col-md-8,
#content .col-md-9,
#content .col-sm-1,
#content .col-sm-10,
#content .col-sm-11,
#content .col-sm-12,
#content .col-sm-2,
#content .col-sm-3,
#content .col-sm-4,
#content .col-sm-5,
#content .col-sm-6,
#content .col-sm-7,
#content .col-sm-8,
#content .col-sm-9,
#content .col-xs-1,
#content .col-xs-10,
#content .col-xs-11,
#content .col-xs-12,
#content .col-xs-2,
#content .col-xs-3,
#content .col-xs-4,
#content .col-xs-5,
#content .col-xs-6,
#content .col-xs-7,
#content .col-xs-8,
#content .col-xs-9 {
    padding-left: 8px;
    padding-right: 8px;
}

.meals-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.row .vc_column_container figure .btns-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row .vc_column_container:nth-child(even) figure .btns-group .small-btn,
.row
.vc_column_container
.vc_column_container:nth-child(even)
figure
.btns-group
.small-btn,
.vc_slider .swiper-slide:nth-child(even) .small-btn {
    background: #e41c16;
}

.row .vc_column_container figure .btns-group .small-btn,
.small-btn {
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 0;
    margin: 0;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.menu-type {
    padding-left: 8px;
    padding-right: 8px;
}

.row .vc_column_container figure .btns-group .small-btn:hover {
}

.row .vc_column_container:nth-child(odd) figure .btns-group .small-btn,
.row .vc_column_container .vc_column_container:nth-child(odd) figure .btns-group .small-btn,
.vc_slider .swiper-slide:nth-child(odd) .small-btn {
    background: #afcd00;
}

.row .vc_column_container figure .btns-group i {
    font-size: 20px;
    margin-left: 10px;
}

.row .vc_column_container figure .btns-group .small-btn:hover {
    color: #fff;
    text-decoration: none;
}

.woo-catalog-filter {
    display: none;
}

.product-category img,
.cross-sells img,
.our-menu .menu-type img,
.interest-in .menu-type img,
.menu_grid .menu-type img,
.menu_list .menu-type img {
    border-radius: 0;
}

.meal-type-item {
    margin-bottom: 16px;
}

@media screen and (max-width: 420px) {
    .meal-type-item {
        width: 100%;
    }

    .home .row {
        margin-left: -23px;
        margin-right: -23px;
    }

    .row .vc_column_container figure .fig_container {
        padding-left: 0;
    }
}

.vc_column_container {
    cursor: pointer;
}

.section-title {
    margin: 30px 0 50px;
    text-align: center;
    font-size: 41px;
}

/*
 * Conditional logic fields
 */

.building-muscle-mass-is-selected {
    display: none;
}

.building-muscle-mass-is-selected.active {
    display: block;
}

[data-action="hidden"] {
    display: none;
}

/*
* Single page style
*/

.single-page-title {
    margin-top: 60px;
    margin-bottom: 30px;
}

.single-page-content {
    margin-top: 30px;
}

/*
* Woo archive
*/

.woocommerce-products-header .desc-content {
    padding: 0 8px;
    text-align: left;
    margin-bottom: 40px;
}

.data-information [data-target] {
    position: relative;
}

.data-information [data-target][data-value]:not(:empty):after {
    margin-left: 5px;
    content: "  : " attr(data-value) " ";
}

.data-information [data-target][data-title]:before {
    content: attr(data-title);
}

/*
* Woo checkout
*/

/*
* Product Page
*/

.title-separator {
}

.selected-kcl-option,
.all-meal-count,
.kcl-less,
.selected-meal-count,
#additionalexclusionsmax,
.product-kcl-minus-meal-kcl {
    font-size: 16px;
    font-weight: 600;
}

.product.type-product label {
    cursor: pointer;
}

.product.type-product h3,
.bmi-final-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 64px 0;
    margin-bottom: 30px;
}

.product.type-product h3 span.separator,
.bmi-final-title span.separator {
    display: block;
    height: 1px;
    width: 100%;
    background: #000;
}

.product.type-product h3 span.title,
.bmi-final-title span.title {
    white-space: nowrap;
    padding: 5px 15px;
}

.product.type-product {
    display: flex;
    flex-direction: column;
}

.product.type-product .col-md-6 {
    width: 100%;
}

.product.type-product .single-product-images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.meals-group label input,
.allergic-group label input,
.variations label input {
    visibility: hidden;
    margin: 0;
    padding: 0;
}

.meals-group.block-select input,
.meals-group.block-select label {
    pointer-events: none;
    cursor: help;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a,
.products .product-menu,
.meals-group label,
.variations label.kcl,
.additional-exclusions-group label,
.allergic-group label {
    padding: 8px 15px;
    font-size: 18px;
    color: #000;
    background: transparent;
    border: 1px solid #000;
    display: inline-block !important;
    margin: 9px !important;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a,
    .products .product-menu,
    .meals-group label,
    .additional-exclusions-group label,
    .variations label.kcl,
    .allergic-group label {
        display: block !important;
        margin-bottom: 16px !important;
    }
}

.products .product-menu input,
.meals-group label input,
.additional-exclusions-group label input,
.variations label.kcl input,
.allergic-group label input {
    position: absolute;
}

.single-product-images img {
    max-height: 480px;
    width: auto;
    margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a,
    .products .product-menu,
    .meals-group label,
    .additional-exclusions-group label,
    .variations label.kcl,
    .allergic-group label {
        display: block !important;
        margin-bottom: 16px !important;
    }

    .single-product-images img {
        max-height: none;
        height: auto;
    }
}

#kcldescriptionswitch_title,
#sportdescription_title,
#exclusionsdescription_title,
#finalproductdescription_title,
#mealdescription_title,
#additional_exclusions_description_title,
.product.type-product .product-content,
.product.type-product textarea {
    max-width: 680px;
    margin: auto;
    text-align: center;
}

table.variations {
    text-align: center;
}

#finalproductdescription_title {
    margin-bottom: 40px;
}

.product.type-product textarea {
    min-height: 145px;

    border: 1px solid #262626;
    border-radius: 0;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a,
.products .product-menu.checked,
.meals-group label.checked,
.additional-exclusions-group label.checked,
.allergic-group label.checked,
.variations label.kcl.checked,
.product.type-product button.single_add_to_cart_button,
.page-body-check ul[role="menu"] a[href="#next"],
.woocommerce .button,
.woocommerce button:not(.btn-number):not(.hamburger),
.bmi-order-button,
.big-button {
    border: 1px solid #b0ca34;
    color: #fff;
    background: #b0ca34;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
}

.page-body-check ul[role="menu"] a[href="#previous"],
.page-body-check ul[role="menu"] a[href="#previous"]:hover {
    background: transparent;
    border-radius: 0;
    border: 1px solid #b0ca34;
    color: #fff;
}

.product-menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

.product-menu-link > span {
    text-decoration: underline;
    margin-left: 16px;
    font-size: 18px;
    font-weight: 500;
}

.page-body-check ul[role="menu"] a[href="#finish"] {
    display: none;
}

.variations > tbody > tr {
    display: none;
}

.woocommerce-variation-add-to-cart {
    justify-content: center;
}

table.extra-options td.leftside.label {
    display: none !important;
}

.summary.entry-summary > p.price {
    display: none;
}

.summary.entry-summary {
    text-align: left;
}

.product_title.entry-title {
    width: 100%;
}

.extra-options .ui-datepicker {
    width: 100%;
    margin: auto;
}

html .woocommerce div.product form.cart table.extra-options,
table.extra-options {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

html
.woocommerce
div.product
form.cart
table.extra-options:not(.calendar-table)
tr,
html
.woocommerce
div.product
form.cart
table.extra-options:not(.calendar-table)
td,
html
.woocommerce
div.product
form.cart
table.extra-options:not(.calendar-table)
tbody,
html
.woocommerce
div.product
form.cart
table.extra-options:not(.calendar-table)
thead {
    width: 100%;
    display: block;
}

.calendar-table {
    width: auto;
}

.calendar-table > tbody {
    display: block;
}

.extra-options .ui-datepicker-calendar th,
.extra-options .ui-datepicker-calendar td a,
.extra-options .ui-datepicker-calendar td span,
.extra-options .ui-datepicker-calendar tr {
    width: 64px;
    height: 64px;
    text-align: center;
    position: relative;
    margin: 15px;
    font-size: 18px;
    font-weight: 400;
}

.extra-options .ui-datepicker-calendar th,
.extra-options .ui-datepicker-calendar td a,
.extra-options .ui-datepicker-calendar td span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 700px) {
    .section-title {
        font-size: 34px;
    }

    .extra-options .ui-datepicker-calendar th,
    .extra-options .ui-datepicker-calendar td a,
    .extra-options .ui-datepicker-calendar td span,
    .extra-options .ui-datepicker-calendar tr {
        width: 50px;
        height: 50px;
        line-height: 45px;
    }
}

@media screen and (max-width: 600px) {
    .extra-options .ui-datepicker-calendar th,
    .extra-options .ui-datepicker-calendar td a,
    .extra-options .ui-datepicker-calendar td span,
    .extra-options .ui-datepicker-calendar tr {
        width: 35px;
        height: 35px;
        line-height: 33px;
    }
}

@media screen and (max-width: 500px) {
    .extra-options .ui-datepicker-calendar th,
    .extra-options .ui-datepicker-calendar td a,
    .extra-options .ui-datepicker-calendar td span,
    .extra-options .ui-datepicker-calendar tr {
        margin: 5px;
    }
}

@media screen and (max-width: 360px) {
    .extra-options .ui-datepicker-calendar th,
    .extra-options .ui-datepicker-calendar td a,
    .extra-options .ui-datepicker-calendar td span,
    .extra-options .ui-datepicker-calendar tr {
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size: 15px;
    }
}

.extra-options .ui-widget.ui-widget-content {
    border: none;
}

.calendar-table > tbody > tr:nth-child(1),
.calendar-table > tbody > tr:nth-child(1) > td {
    display: block;
}

.calendar-table .ui-datepicker .ui-datepicker-header {
    display: flex;
    align-items: center;
    padding: 30px 0;
    background: transparent;
    justify-content: center;
    border: none;
    font-weight: 400;
    font-size: 18px;
}

.calendar-table .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.calendar-table .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
    background: transparent;
    border: none;
}

.calendar-table
.ui-datepicker
.ui-datepicker-header
.ui-datepicker-prev
.ui-icon,
.calendar-table
.ui-datepicker
.ui-datepicker-header
.ui-datepicker-next
.ui-icon {
    cursor: pointer;
    background-position: center;
}

.calendar-table
.ui-datepicker
.ui-datepicker-header
.ui-datepicker-next
.ui-icon {
    background-image: url("./assets/images/wooIcons/next.png");
}

.calendar-table
.ui-datepicker
.ui-datepicker-header
.ui-datepicker-prev
.ui-icon {
    background-image: url("./assets/images/wooIcons/prev.png");
}

.calendar-table
.ui-datepicker
.ui-datepicker-header
.ui-datepicker-next
.ui-icon:after {
    position: absolute;
    content: "\f105";
}

.calendar-table .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.calendar-table .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    top: 50%;
    margin-top: -14px;
}

.calendar-table .ui-datepicker-calendar > thead > tr {
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
}

.calendar-table > tbody > tr:nth-child(2) {
    margin: auto;
    display: inline-block;
    width: auto;
}

.calendar-table .ui-datepicker-calendar > thead > tr th {
    display: table-cell !important;
    height: 54px;
    line-height: 54px;
}

.calendar-table > tbody > tr {
    margin: auto;
    display: table;
    width: auto;
    max-width: 100%;
}

html body .product.type-product .calendar-table .ui-datepicker-today:not(.ui-state-disabled) {
    border: 1px solid #b0ca34;
    color: #b0ca34;
    background: transparent;
}

html .calendar-table .ui-state-default,
.ui-widget-content .ui-state-default,
.calendar-table .ui-button.ui-state-active:hover,
.calendar-table .ui-state-active,
.calendar-table .ui-widget-content .ui-state-active {
    background: #e5e5e5;
    border: none;
    color: #000;
}

.calendar-table .ui-datepicker-unselectable.ui-state-disabled,
.calendar-table .ui-datepicker-unselectable.ui-state-disabled span {
    color: #c4c4c4;
    background: transparent;
    opacity: 1;
    border: none;
}

.calendar-table .ui-widget-header .ui-state-active,
.calendar-table a.ui-button:active,
.calendar-table .ui-button:active {
    border: 1px solid #b0ca34;
    background: transparent;
    color: #b0ca34;
}

html .single-product .ui-button.ui-state-disabled:hover,
html .single-product .ui-button.ui-state-disabled:active {
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #262626;
}

.calendar-table .ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #b0ca34;
    color: #ffffff;
}

.calendar-table .ui-state-highlight.ui-datepicker-current-day,
.calendar-table .ui-state-highlight {
}

.calendar-table .ui-state-highlight,
.calendar-table .ui-widget-content .ui-state-highlight,
.calendar-table .ui-widget-header .ui-state-highlight {
    background: transparent;
}

.single_variation_wrap {
    display: flex;
    flex-direction: column-reverse;
}

/*
* Plus and minus component
*/

html .single-product .plus-minus {
    margin-right: 0;
}

.product.type-product .product-actions-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product.type-product .wrap-qty,
.product.type-product button.single_add_to_cart_button {
    min-width: 300px;
}

.product.type-product .input-group-addon,
.product.type-product .input-group-btn {
    width: auto;
}

.product.type-product .input-group {
    min-height: 64px;
    display: flex;
    align-items: center;
}

.product.type-product .quantity {
    width: 100%;
}

.product.type-product .input-group.plus-minus .input-group-btn:first-child > .btn,
.product.type-product .input-group.plus-minus .input-number,
.product.type-product .input-group.plus-minus .input-group-btn:last-child > .btn {
    border-radius: 0;
    border: 1px solid #000;
    min-height: 64px;
    min-width: 64px;
}

@media screen and (max-width: 1070px) {
    .product.type-product .product-actions-wrapper {
        flex-direction: column;
    }

    .product.type-product .input-group.plus-minus .input-number {
        width: 100% !important;
    }

    .product.type-product .wrap-qty,
    .product.type-product button.single_add_to_cart_button {
        margin-bottom: 16px;
    }
}

.product.type-product .input-group.plus-minus .input-group-btn:first-child > .btn:hover,
.product.type-product .input-group.plus-minus .input-group-btn:last-child > .btn:hover {
    background: #b0ca34;
}

.product.type-product .input-group.plus-minus .input-number {
    width: 100%;
    border-left: 0;
    border-right: 0;
}

.product.type-product button.single_add_to_cart_button,
.product-actions-wrapper .wrap-qty .input-number,
.big-button {
    font-size: 24px;
}

@media screen and (max-width: 480px) {
    .product.type-product .wrap-qty,
    .product.type-product button.single_add_to_cart_button {
        min-width: 100%;
        width: 100%;
    }

    .product.type-product button.single_add_to_cart_button,
    .product-actions-wrapper .wrap-qty .input-number {
        font-size: 20px;
    }
}

.product.type-product .woocommerce-Price-amount,
.big-button {
    display: block;
    font-size: 36px;
    margin-bottom: 40px;
}

/*
* Order button
*/

.product.type-product button.single_add_to_cart_button {
    height: 100%;
    min-height: 65px;
}

.product.type-product button.single_add_to_cart_button:before {
    content: "";
    display: none;
}

.product-actions-wrapper .wrap-qty,
.product.type-product button.single_add_to_cart_button {
    margin: 0 15px;
}

/*
* BMI form
*/

ul[data-target="foodIntolerance"] {
    margin-bottom: 0;
}

li[data-target="allergicGluten"][data-value="no"],
li[data-target="eatPork"][data-value="yes"] {
    display: none;
}

li[data-target="allergicGluten"][data-value="yes"],
li[data-target="eatPork"][data-value="no"] {
    display: list-item;
}

li[data-target="allergicGluten"][data-value="yes"]:after,
li[data-target="eatPork"][data-value="no"]:after {
    content: none !important;
}

.main-food-intolerance {
    list-style-type: initial;
}

li[data-target="eatPork"][data-value="yes"] + li:before {
    content: none !important;
}

@media only screen and (min-width: 520px) {
    .data-information ul.main-food-intolerance li:first-child:before {
        content: none !important;
        margin-left: -4px;
    }
}

.data-information {
    text-align: center;
    color: #fff;
}

.data-information .bmi-order-button {
    padding: 15px 0;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-top: 40px;
}

.data-information .bmi-final-title span.title {
    font-size: 36px;
    color: #fff;
}

.data-information div[data-target="title"] {
    font-size: 30px;
}

.data-information .bmi-final-title span.separator {
    background: #fff;
}

.data-information .bmi-information-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.data-information .bmi-information-wrapper .bmi {
    margin-right: 10px;
}

.data-information .bmi-information-wrapper .bmi-message {
    margin-left: 10px;
}

.data-information .bmi-order-button,
.data-information .form-result-wrapper {
    font-size: 24px;
}

.data-information .bmi-order-button:hover {
    text-decoration: none;
    color: #fff;
}

.data-information ul {
    display: inline-flex;
    list-style-type: none;
}

.data-information ul[data-target="foodIntolerance"]:before {
    content: attr(data-title) "  : " !important;
}

.data-information ul[data-target="foodIntolerance"] li:first-child {
    margin-left: 11px;
}

.data-information ul[data-target="foodIntolerance"] li:last-child:after {
    content: ", ";
}

.data-information ul li:before {
    content: ", ";
    margin-right: 3px;
}

.data-information ul li:first-child:before {
    content: none;
    margin-left: 5px;
}

.data-information .form-result-wrapper {
    margin-bottom: 40px;
}

.data-information .form-result-wrapper > div {
    margin-bottom: 16px;
}

.data-information .bmi-message,
.data-information [data-target][data-value]:not(:empty):after,
.data-information ul li,
.data-information ul li:before {
    font-weight: 300;
}

@media screen and (max-width: 520px) {
    .data-information ul li:first-child:before,
    .data-information ul li:before {
        margin: 0;
        content: "";
    }

    .data-information .bmi-information-wrapper .bmi {
        display: inline-flex;
        white-space: nowrap;
        width: auto;
    }

    .data-information {
        text-align: left;
    }

    .data-information [data-target] {
        width: 100%;
    }

    .data-information ul {
        list-style-type: initial;
        display: block;
    }

    .data-information .bmi-order-button {
        text-align: center;
        max-width: 100%;
    }

    .data-information .bmi-final-title span.title,
    .data-information div[data-target="title"] {
        text-align: center;
        font-size: 18px;
    }

    .data-information .bmi-order-button,
    .data-information .form-result-wrapper {
        text-align: center;
        font-size: 14px;
    }

    .data-information .form-result-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

/*
* Slider
*/

.swiper-container.vc_slider {
    min-height: 100%;
    height: 100%;
}

.vc_slider .swiper-slide {
    width: 100%;
}

.vc_slider .swiper-slide,
.vc_slider .swiper-slide:hover,
.vc_slider .swiper-slide:focus,
.vc_slider .swiper-slide:link,
.vc_slider .swiper-slide:visited {
    text-decoration: none;
    color: #fff;
}

.vc_slider .swiper-slide .small-btn {
    display: inline-block;
    width: auto;
    padding: 10px 40px;
}

.vc_slider .swiper-slide .swiper-image {
    min-height: 450px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    flex-direction: column;
    width: 100%;
    background-position: left -6px bottom;
}

.vc_slider .swiper-slide .swiper-image.flex-end {
    justify-content: flex-end;
}

.blog-img img {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
}

.vc_slider .swiper-slide .slider-title {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
    text-align: center;
    color: #fff;
}

.vc_slider .swiper-slide .slider-action-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
}

.vc_slider .swiper-button-prev,
.vc_slider .swiper-button-next {
    top: 0;
    height: 100%;
    margin-top: 0;
    width: 50px;
}

.vc_slider .swiper-button-next {
    right: 18px;
}

.swiper-button-prev {
    left: 18px;
}

.vc_slider i {
    margin-left: 10px;
    font-size: 20px;
}

@media screen and (max-width: 1200px) {
    .vc_slider .swiper-slide .swiper-image {
        min-height: 350px;
        align-items: center;
    }
}

@media screen and (max-width: 600px) {
    .vc_slider .swiper-button-next {
        right: 0;
    }

    .vc_slider .swiper-button-prev {
        left: 0;
    }

    .vc_slider .swiper-slide .slider-action-wrapper {
        flex-direction: column;
    }

    .vc_slider .swiper-slide .slider-title {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/*
* Body press banner
*/

.body-press.section {
    display: block;
    min-height: 450px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 1300px) {
    .body-press.section {
        min-height: 280px;
    }
}

html[lang="pl-PL"] .body-press.section {
    background-image: url("./assets/images/pl-bmi-banner/Ageno_Diatbox_baner_desktop_pl.jpg");
}

html[lang="de-DE"] .body-press.section {
    background-image: url("./assets/images/de-bmi-banner/Ageno_Diatbox_baner_desktop_de.jpg");
}

html[lang="en-EN"] .body-press.section {
    background-image: url("./assets/images/en-bmi-banner/Ageno_Diatbox_baner_desktop_en.jpg");
}

@media screen and (max-width: 796px) {
    .body-press.section {
        min-height: 348px;
    }

    html[lang="pl-PL"] .body-press.section {
        background-image: url("./assets/images/pl-bmi-banner/Ageno_Diatbox_baner_tablet_pl.jpg");
    }

    html[lang="de-DE"] .body-press.section {
        background-image: url("./assets/images/de-bmi-banner/Ageno_Diatbox_baner_tablet_de.jpg");
    }

    html[lang="en-EN"] .body-press.section {
        background-image: url("./assets/images/en-bmi-banner/Ageno_Diatbox_baner_tablet_en.jpg");
    }
}

@media screen and (max-width: 500px) {
    .body-press.section {
        min-height: 280px;
    }
}

@media screen and (max-width: 380px) {
    .body-press.section {
        background-size: cover;
        min-height: 348px;
    }

    html[lang="pl-PL"] .body-press.section {
        background-image: url("./assets/images/pl-bmi-banner/Ageno_Diatbox_baner_mobile_pl.jpg");
    }

    html[lang="de-DE"] .body-press.section {
        background-image: url("./assets/images/de-bmi-banner/Ageno_Diatbox_baner_mobile_de.jpg");
    }

    html[lang="en-EN"] .body-press.section {
        background-image: url("./assets/images/en-bmi-banner/Ageno_Diatbox_baner_mobile_en.jpg");
    }
}

/*
* Woocommerce order
*/

html .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    margin-left: 0;
}

html .woocommerce-checkout-review-order table,
html .woocommerce-checkout-review-order .woocommerce-checkout-payment,
html .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    float: none;
}

@media screen and (max-width: 480px) {
    button[name="apply_coupon"],
    button[name="update_cart"],
    html
    .woocommerce-checkout-review-order
    .woocommerce-checkout-payment
    #place_order {
        display: block;
        min-width: 100%;
    }
}

.shop_table tbody tr.cart_item .product-name {
    font-size: 16px;
}

.shop_table tbody tr.cart_item .variation {
    margin-top: 2px;
}

.shop_table tbody tr.cart_item .variation dt {
    display: block;
    font-weight: 600;
    float: none;
    margin-bottom: 4px;
    margin-top: 8px;
    font-size: 14px;
}

.woocommerce-shipping-totals.shipping .woocommerce-shipping-methods {
    padding: 0;
}

.payment_box.payment_method_bacs,
.payment_box.payment_method_cod {
    margin-top: 16px;
}

.payment_box.payment_method_bacs p {
    margin-bottom: 5px;
}

/*
* Menu
*/

#main-menu .toggle-menu-item:hover ul.sub-menu {
    top: 55px !important;
    display: block !important;
}

@media screen and (max-width: 991px) {
    #main-menu .toggle-menu-item:hover ul.sub-menu {
        top: auto !important;
    }
}

/*
* Bank info template
*/

.bank-info {
    margin-bottom: 20px;
}

.bank-info .bank-info-wrapper {
    margin-bottom: 4px;
}

.bank-code-info {
    display: block;
    color: red;
    margin-bottom: 8px;
    margin-top: 4px;
}

.checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

/*.woocommerce-input-wrapper #privacy_policy-description {*/
/*display: block !important;*/
/*height: 100% !important;*/
/*}*/

.products .product-menu [name="calories"],
.single-product .meals-group input[type="checkbox"],
.single-product .additional-exclusions-group input[type="checkbox"],
.single-product .allergic-group input[type="checkbox"] {
    width: 0;
    visibility: hidden;
    position: absolute;
}

/*
* Menu hidden elements
*/

#menu-item-4043 {
    display: none;
}

/*
* Menu page
*/

.products-menu-page {
    text-align: center;
}

.products-menu-page .product-menu.checkbox {
    width: auto;

    display: inline-block;
    margin: 16px !important;
    font-weight: 400;
}

@media screen and (min-width: 490px) {
    .products-menu-page .product-menu.checkbox {
        max-width: 185px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }
}

.products-menu-page .product.type-product {
    display: block;
}

.products-menu-page .page-title {
    font-size: 40px;
    margin-bottom: 16px;
    font-weight: 600;
}


.products-menu-page .section-group-wrapper {

    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: center;
}

@media screen and (max-width: 490px) {
    .products-menu-page .section-group-wrapper {
        flex-direction: column;
    }
}

.products-menu-page .description {
    max-width: 678px;
    margin: auto;
}

.products-menu-page .page-header-wrapper {
    margin-bottom: 32px;
}

.products-menu-page .swiper-container {
    height: auto;
    width: 100%;
}

.single-menu .glutenfreie-abnahme-diaet {
    display: none;
}

.single-menu .single-week-wrapper .meal-name {
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    min-height: 45px;
    font-weight: 600;
}

.single-menu .single-week-wrapper .image {
    position: relative;
}

.single-menu .single-week-wrapper .image .image-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.single-menu .single-week-wrapper .image .image-wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    padding-top: 100%;
}

.single-menu .swiper-slide:hover .single-week-wrapper .image .product-actions {
    display: flex;
}

.single-menu .single-week-wrapper .image .product-actions {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    flex-direction: column;
    padding: 16px 0;
}

.single-menu a:hover {
    text-decoration: none;
}

.single-menu .single-week-wrapper .image .product-actions a,
.single-menu .modal-header a {
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-gap: 10px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
}

@media screen and (min-width: 800px) {
    .single-menu .single-week-wrapper .image .product-actions {
        background-color: rgba(38, 38, 38, 0.9);
        display: none;
        position: absolute;
        justify-content: flex-start;
        padding: 10% 24px 0;
        text-align: left;
    }

    .single-menu .product-actions {
        visibility: hidden;
        pointer-events: none;
    }

    .single-menu .swiper-slide:hover .product-actions {
        visibility: visible;
        pointer-events: all;
    }

    .single-menu .single-week-wrapper .image .product-actions a,
    .single-menu .modal-header a {
        justify-content: center;
        color: #fff;
        margin-bottom: 22px;
    }
}

@media screen and (min-width: 1000px) {
    .single-menu .single-week-wrapper .image .product-actions {
        padding: 30% 24px 0;
    }
}

.single-menu .modal-header a {
    display: inline-flex;
    width: 50%;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    margin: 0 5px;
}

@media screen and (max-width: 360px) {
    .single-menu .modal-header a span {
        display: none;
    }
}

.single-menu .single-week-wrapper .image .product-actions a:last-child {
    margin-bottom: 0;
}

.single-menu .product-actions a:before,
.single-menu .modal-header a:before {
    content: "";
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    display: inline-block;
    background-size: 28px;
    background-repeat: no-repeat;
    margin-right: 8px;
}

@media screen and (min-width: 1200px) {
    .single-menu .product-actions a:before,
    .single-menu .modal-header a:before {
        background-size: 32px;
    }

    .single-menu .modal-header a {
        font-size: 14px;
    }
}

.single-menu a.nutritional-value:before {
    background-image: url("./assets/images/menu/nutritional.svg");
}

.single-menu a.ingredients:before {
    background-image: url("./assets/images/menu/ingredients.svg");
}

.single-menu a.images:before {
    background-image: url("./assets/images/menu/images.svg");
}

.single-menu .single-week-wrapper .image:hover .product-actions {
    display: flex;
}

.single-menu .single-week-wrapper .meal-title {
    font-size: 14px;
    text-align: left;
    padding-top: 12px;
    position: inherit;
    z-index: 20;
    background-color: #fff;
    text-transform: uppercase;
}

.single-menu .single-week-wrapper .meal-data {
    display: none;
}

.single-menu .single-week-wrapper .single-date {
    font-weight: 500;
    font-size: 24px;
    text-align: left;

    margin: 36px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.single-menu .single-week-wrapper .single-date.today-date {
    font-weight: 900;
}

.single-menu .single-week-wrapper .single-date .today {
    background-color: #e41c16;
    display: inline-block;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    margin-left: 15px;
}

.single-menu .single-week-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.big-button {
    font-size: 24px;
    max-width: 300px;
    padding: 16px 0;
    margin: 16px auto;
}

.products-menu-page .menu-footer {
    margin-bottom: 32px;
}

.big-button:hover {
    color: #fff;
    text-decoration: none;
}

.products-menu-page .swiper-container .swiper-slide {
    width: calc(100% / 1.5);
}

@media screen and (min-width: 600px) {
    .products-menu-page .swiper-container .swiper-slide {
        width: calc(100% / 2.3);
    }
}

@media screen and (min-width: 800px) {
    .products-menu-page .swiper-container .swiper-slide {
        width: calc(100% / 4);
    }
}

@media screen and (min-width: 1200px) {
    .products-menu-page .swiper-container .swiper-slide {
        width: calc(100% / 5 - 20px);
    }
}

/*
* Menu Modal
*/

.modal {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modal:before {
    content: none !important;
}

.modal:not(.fade) {
    display: flex;
    background-color: rgba(0, 0, 0, 0.34);
}

.modal-dialog {
    height: auto;
    display: block;
}

@media screen and (max-width: 768px) {
    .modal-dialog {
        width: 100%;
    }
}

.modal-body .box {
    display: none;
}

.modal-body .box:target {
    display: block;
}

.modal-header {
    display: flex;
    background-color: #262626;
    color: #fff;
    padding: 12px 0;
}

.modal-header .close {
    font-size: 40px;
    text-shadow: none;
    opacity: 1;
    color: #fff;
    font-weight: 300;
}

.modal-body {
    padding: 24px 0;
}

.modal-header,
.modal-body {
    padding-left: 24px;
    padding-right: 24px;
}

.modal-header a,
.modal-header a:hover {
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .modal-header,
    .modal-body {
        padding-left: 46px;
        padding-right: 46px;
    }
}

.modal-body .meal-title {
    font-size: 18px;
    margin-bottom: 24px;
    margin-top: 0;
}

.modal-body ul {
    width: 100%;
    list-style-type: none;
}

.modal-body #nutritional ul li {
    display: flex;
    align-items: center;
    text-align: right;
}

.modal-body #nutritional ul li.saturated_fatty_acids_g,
.modal-body #nutritional ul li.including_sugars_g {
    margin-left: 8px;
}

.modal-body #nutritional ul li:before {
    display: block;
    content: attr(data-title);
    flex: 1;
    text-align: left;
}

.modal-body #ingredients ul li,
.modal-body #images ul li {
    display: inline-block;
}

.modal-body #images ul {
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    max-height: 316px;
}

.modal-body #images ul li {
    width: 33%;
    margin-bottom: 16px;
}

.modal-body #ingredients ul li:after {
    content: ", ";
}

.modal-body #ingredients ul li:last-child:after {
    content: "";
}

/*
* Progress loading checkout
*/
/*.processing*/

.blockOverlay {
    position: fixed;
    width: 100%;
    /*background-color: red!important;*/
    height: 100%;
    background-image: url("./assets/images/loading.gif") !important;
    display: block !important;
    left: 0;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 75px;
    opacity: .3;
    top: 0;
    right: 0;
    bottom: 0;
}

/*
* Login page
*/

#customer_login h2 {
    margin-bottom: 30px;
}

#customer_login h2,
#customer_login .woocommerce-form-login p,
#customer_login .woocommerce-form-login label,
#customer_login .woocommerce-form-register label,
#customer_login .woocommerce-form-login input {
    text-align: left;
    margin-left: 0;
}

#customer_login .woocommerce-form__label {
    margin-top: 18px;
    display: block;
}

#customer_login .woocommerce-form-register input {
    display: block;
    margin-left: 0;
    width: 280px;
}

/*
* Customer page
*/

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    list-style-type: none;
    margin: 20px -4px;
}

.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
}

@media (max-width: 400px) {
    .woocommerce-MyAccount-navigation ul li {
        display: block;
    }
}

.woocommerce .woocommerce-MyAccount-content form label {
    text-align: left;
}

.woocommerce .woocommerce-MyAccount-content form #billing_address_2 {
    margin-left: 20px;
}

.woocommerce .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input--text + span {
    display: block;
}

.shop_table.my_account_orders tr td a.invoice,
.shop_table.my_account_orders tr td a.cancel,
.shop_table.my_account_orders tr td a.pay,
.shop_table.my_account_orders tr td a.view,
.shop_table.my_account_orders tr td a.order-again {
    padding: 5px 20px;
    height: auto;
    line-height: 1.42857143;
    margin: 0 3px;
}

.shop_table.my_account_orders tr td a.order-again {
    display: none;
}

.woocommerce-MyAccount-content .order-number,
.woocommerce-MyAccount-content .order-status,
.woocommerce-MyAccount-content .order-date {
    background-color: transparent;
}

@media (max-width: 800px) {
    .woocommerce-orders-table .order {
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
        border-bottom: none;
    }

    .woocommerce-orders-table .order td:last-child {
        border-bottom: 1px solid #ddd;
    }

    .woocommerce-orders-table .order td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: none;
    }

    .woocommerce-orders-table .order td:before {
        content: attr(data-title);
        text-align: left;
    }

    .woocommerce-MyAccount-content .my_account_orders {
        border: none;
    }
}

.woocommerce-checkout .woocommerce form input,
.woocommerce-checkout .woocommerce form textarea {
    font-weight: 600;
    color: #000;

}

.woocommerce-checkout .woocommerce form input::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce form textarea::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300;
}

.woocommerce-checkout .woocommerce form input::-moz-placeholder,
.woocommerce-checkout .woocommerce form textarea::-moz-placeholder {
    color: #ccc;
    font-weight: 300;

}

.woocommerce-checkout .woocommerce form input:-ms-input-placeholder,
.woocommerce-checkout .woocommerce form textarea:-ms-input-placeholder {
    color: #ccc;
    font-weight: 300;

}

.woocommerce-checkout .woocommerce form input:-moz-placeholder,
.woocommerce-checkout .woocommerce form textarea:-moz-placeholder {
    color: #ccc;
    font-weight: 300;

}

abbr {
    color: red;
}

/*.blockUI.blockOverlay {*/
/*display: none!important;*/
/*}*/

label[aria-describedby="privacy_policy-description"] {
    height: 40px;
}

.wc-item-meta ul li {
    font-weight: 400;
}

.woocommerce-input-wrapper #privacy_policy-description {
    display: block !important;
    height: 100% !important;
}

/*
 * Blog
 */

.single-post-wrapper h1,
.single-post-wrapper h2,
.single-post-wrapper h3,
.single-post-wrapper h4,
.single-post-wrapper h5,
.single-post-wrapper h6 {
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 600;
}

.single-post-wrapper {
    margin-bottom: 40px;
    margin-top: 40px;
    max-width: 812px;
    color: #000;
}

.single-post-wrapper ul {
    list-style-position: inherit;
    margin-left: 18px;
}

.single-post-wrapper ul li {
    line-height: 40px;
}

body .single-post-wrapper p {
    line-height: 34px;
}

body .single-post-wrapper p.lead {
    font-size: 17px;
}

body .single-post-wrapper p,
.single-post-wrapper ul li {
    font-size: 16px;
}

.blog-section {
    overflow: auto;
}

.blog-section h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 30px; /* fallback */
    max-height: calc(30px * 2); /* fallback */
}

.single-post-image {
    position: relative;
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-post-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 19.27083333%;
}

@media screen and (max-width: 1000px) {
    .single-post-image:before {
        padding-top: 40%;
    }
}

.single-post-image:after {
    content: "";
    background: rgba(49, 49, 49, .8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.single-post-image .single-post-title {
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    margin: 0;
}

.single-post-image .single-post-title > span {
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 463px) {

    .single-post-image .single-post-title {
        font-size: 32px;
    }

    .single-post-image {
        padding: 90px 0;
    }

    .single-post-image:before {
        content: none;
    }

    .single-post-image .single-post-title {
        position: relative;
    }
}

/*
 * Blog page ( home.php )
 */

body.blog .container {
    max-width: 1600px;
    width: 100%;
}

.blog-page-section {
    margin-top: 40px;
}

/*
* Pagination
*/

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.page-numbers li {
    margin-right: 10px !important;
}

.page-numbers li a,
.page-numbers li span {
    margin: 0;
}

.archive .products {
    display: flex;
    flex-wrap: wrap;
}

/*
 * Cart
 */

body.woocommerce-cart .wrap-qty .quantity .qty {
    pointer-events: none;
    border: none;
    background: transparent;
}

body.woocommerce-cart .wrap-qty .input-group-btn {
    display: none;
}

/*
 * Immune cocktail (Product)
 */

.product_cat-immune-cocktail .woocommerce-variation-add-to-cart > table.extra-options:not(.calendar-table):not(.price-destination),
.product_cat-immune-cocktail form.variations_form > h3,
.product_cat-immune-cocktail table.variations {
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
}

.Blog-Post-Heading {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.woocommerce h1.entry-title {
    float: none;
    text-align: center;
}

body.woocommerce-checkout .woocommerce-remove-coupon {
    display: none;
    pointer-events: none;

}
