@font-face {
    font-family: 'Brittany Signature';
    src: url('../fonts/BrittanySignatureRegular.eot');
    src: url('../fonts/BrittanySignatureRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrittanySignatureRegular.woff2') format('woff2'),
        url('../fonts/BrittanySignatureRegular.woff') format('woff'),
        url('../fonts/BrittanySignatureRegular.ttf') format('truetype'),
        url('../fonts/BrittanySignatureRegular.svg#BrittanySignatureRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body
{
    font-family: var(--content-font);
    padding: 0px;
    margin: 0px;
    outline: none;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--content-color);
}
.custom-announcment-bar
{
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: var(--light-color);
    padding: 5px 0px;
}
.custom-announcment-description
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.custom-announcment-description *
{
    font-family: var(--content-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    padding: 0px;   
    margin: 0px;
}
.custom-announcment-social-links
{
    display: block;
    width: 100%;
    max-width: 100%;   
}
.custom-announcment-social-links ul
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.custom-announcment-social-links ul li
{
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
}
.custom-announcment-social-links ul li a,
.custom-announcment-social-links ul li a:hover,
.custom-announcment-social-links ul li a:focus
{
    display: inline-block;
    vertical-align: top;
    font-family: var(--title-font);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--content-color);
    font-style: italic;
    padding: 0px;
    margin: 0px;
    padding-right: 20px;
    position: relative;
}
.custom-announcment-social-links ul li a:after
{
    content: '';
    position: absolute;
    height: 1px;
    width: 11px;
    background-color: #919191;
    right: -1px;
    top: 10px;
    background-color: var(--content-color);
}
.custom-announcment-social-links ul li:last-child
{
    margin-right: 0px;
}
.custom-announcment-social-links ul li:last-child a,
.custom-announcment-social-links ul li:last-child a:hover,
.custom-announcment-social-links ul li:last-child a:focus
{
    padding-right: 0px;
}
.custom-announcment-social-links ul li:last-child a:after
{
    height: 0px;
    width: 0px;
}
.custom-header-inner-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: var(--light-color);
}
.custom-header-search-logo-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 25px 0px;
}
.logo-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.logo-wrapper a,
.logo-wrapper a:hover,
.logo-wrapper a:focus
{
    display: inline-block;
    vertical-align: top;
    outline: none;
    text-decoration: none;
    border: none;
    box-shadow: none;
}
.logo-wrapper a h1
{
    font-family: var(--logo-font);
    font-size: 30px;
    line-height: 34px;
    color: var(--content-color);
    font-weight: 300;
    letter-spacing: 5px;
    padding: 0px;
    margin: 0px;
}
.logo-wrapper img
{
    width: 170px;
    max-width: 100%;
    height: 75px;
    object-fit: cover;
    object-position: center;
}
.logo-wrapper a p
{
    font-family: var(--title-font);
    font-size: 18px;
    line-height: 24px;
    color: var(--content-color);
    font-weight: 300;
    font-style: italic;
    padding: 0px;
    margin: 0px;   
}
.search-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.search-wrapper form
{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
.search-wrapper form input,
.search-wrapper form input:hover,
.search-wrapper form input:focus
{
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
    width: 240px;
    margin: 0 15px 0;
    padding: 0;
    line-height: .8;
    border: none;
    border-bottom: 1px solid var(--content-color);
    color: var(--content-color);
    font-size: 20px;
    line-height: 28px;
    font-family: var(--content-font);
    font-weight: 400;
    background-color: transparent;
}
.search-wrapper form button,
.search-wrapper form button:hover,
.search-wrapper form button:focus
{
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
    height: 30px;
    width: 30px;
    background-color: var(--title-color);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
}
#search-wrapper-popup.search-wrapper form input,
#search-wrapper-popup.search-wrapper form input:hover,
#search-wrapper-popup.search-wrapper form input:focus,
#no-search-wrapper.search-wrapper form input,
#no-search-wrapper.search-wrapper form input:hover,
#no-search-wrapper.search-wrapper form input:focus
{
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
}
.search-wrapper form button svg
{
    height: 16px;
    fill: none;
    stroke: #ffffff;
}
.custom-header-menu-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: var(--light-color);
    position: fixed;
    top: 125px;
    right: 0px;
    width: 80%;
    height: calc(100vh - 125px);
    max-width: 300px;
    transition: transform 0.5s;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    overflow-y: auto;
    z-index: 9;
}
.custom-header-menu-wrapper.active
{
    transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
}
.custom-header-menu
{
    display: block;
    width: 100%;
    max-width: 100%;   
}
.custom-header-menu ul
{
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
    list-style: none;
    
    justify-content: center;
}
.custom-header-menu ul li
{
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0px;
    margin: 0px 25px;
}
.custom-header-menu ul li:first-child
{
    margin-left: 0px;
}
.custom-header-menu ul li a,
.custom-header-menu ul li a:hover,
.custom-header-menu ul li a:focus
{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
    font-family: var(--content-font);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--content-color);
    text-transform: uppercase;
    padding: 19px 0px;
    margin: 0px;
    transition: color .2s ease-out;
}
.custom-header-menu ul li a:hover
{
    color: var(--title-color);    
}
.home-page-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.home-hero-slider-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;   
}
.home-hero-slider
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.home-hero-single-slide
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-hero-single-slide-column
{
    width: 50%;
    padding-right: 15px;
}
.home-hero-single-slide-column:last-child
{
    padding-left: 15px;
    padding-right: 0px;
}
.home-hero-single-slide-image
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
.home-hero-single-slide-image a,
.home-hero-single-slide-image a:hover,
.home-hero-single-slide-image a:focus
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.home-hero-single-slide-image a img
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: auto;   
}
.home-hero-single-slide-heading
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
.home-hero-single-slide-heading p
{
    font-family: var(--content-font);
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    letter-spacing: .3em;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.home-hero-single-slide-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
.home-hero-single-slide-title h2
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: var(--title-color);
    padding: 0px;
    margin: 0px;
}
.home-hero-single-slide-title a,
.home-hero-single-slide-title a:hover,
.home-hero-single-slide-title a:focus
{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    outline: none;
    height: auto;
    width: auto;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: var(--title-color);
    padding: 0px;
    margin: 0px;   
}
.home-start-cooking-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 50px 0px;
}
.home-start-cooking-inner
{
    padding: 15px;
    background-color: var(--light-color);
    position: relative;
}
.home-start-cooking-inner-inner
{
    border: 1px solid var(--title-color);
    padding: 50px 60px 50px 150px;
    display: flex;
    align-items: center;
    gap: 150px;
    justify-content: space-between;
}
.home-start-cooking-content
{
    max-width: 43%;
    position: relative;
    padding-top: 20px;
    display: inline-block;
    vertical-align: top;
}
.home-start-cooking-content-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    text-align: center;
}
.home-start-cooking-content-title h2
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: var(--title-color);
    font-style: italic;
    padding: 0px;
    margin: 0px;
}
.home-start-cooking-content-description
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    text-align: center;
}
.home-start-cooking-content-description *
{
    font-family: var(--content-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;   
}
.home-start-cooking-content-link
{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 25px;
}
.home-start-cooking-content-link a,
.home-start-cooking-content-link a:hover,
.home-start-cooking-content-link a:focus
{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
    font-family: var(--content-font);
    font-size: 14px;
    line-height: 20px;
    color: var(--title-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}
.home-start-cooking-content-link a:after
{
    content: '';
    position: relative;
    display: block;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: var(--title-color);
    transform-origin: 0 50%;
    transition: transform .4s ease-out;
}
.home-start-cooking-image
{
    max-width: 272px;
    width: 272px;
    height: 272px;
    z-index: 1;
    margin-right: 165px;
}
.home-start-cooking-image img
{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.home-start-cooking-inner svg,
.home-start-cooking-inner img.featured-image
{
    position: absolute;
    top: -45px;
    right: 80px;
    width: 260px;
    height: 490px;
    object-fit: cover;
    object-position: center;
}
.home-start-kitchen-wrapper
{
    padding: 70px 0px;
    padding-bottom: 25px;
}
.home-start-kitchen-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}
.home-start-kitchen-title h2,
.home-start-kitchen-title h1
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: var(--title-color);
    font-style: italic;
    padding: 0px;
    margin: 0px;
}
.home-start-kitchen-title h2 span,
.home-start-kitchen-title h1 span
{
    color: var(--title-color) !important;
}
.home-start-single-kitchen
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
.home-start-single-kitchen a,
.home-start-single-kitchen a:hover,
.home-start-single-kitchen a:focus,
.home-start-single-kitchen span,
.home-start-single-kitchen span:hover,
.home-start-single-kitchen span:focus
{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
}
.home-start-single-kitchen-image
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}
.home-start-single-kitchen-image img,
body.post-type-archive-recipes .home-start-single-kitchen-image img
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: 250px;
    transition: transform 1.2s cubic-bezier(.22,.54,.04,.98);
    will-change: transform;
    transform: scale(1);
    object-fit: cover;
    object-position: center;
}
.home-start-single-kitchen a:hover .home-start-single-kitchen-image img,
.home-start-single-kitchen span:hover .home-start-single-kitchen-image img
{
    transform: scale(1) translateX(5px);
}
.home-start-single-kitchen-heading
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
}
.home-start-single-kitchen-heading p
{
    font-family: var(--content-font);
    font-size: 12px;
    line-height: 18px;
    color: var(--content-color);
    letter-spacing: .3em;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.home-start-single-kitchen-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;   
}
.home-start-single-kitchen-title h3,
.home-start-single-kitchen-title h3 a,
.home-start-single-kitchen-title h3 a:hover,
.home-start-single-kitchen-title h3 a:focus
{
    display: inline-block;
    vertical-align: top;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: var(--title-color);
    padding: 0px;
    margin: 0px;
}
.home-start-single-kitchen-details
{
    display: flex;
    align-items: center;
    padding: 15px 0px;
    border-top: 1px solid var(--content-color);
    justify-content: space-between;
}
.home-start-single-kitchen-details svg
{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.home-start-single-kitchen-details p,
.home-start-single-kitchen-details p a,
.home-start-single-kitchen-details p a:hover,
.home-start-single-kitchen-details p a:focus
{
    display: flex;
    align-items: center;
    font-family: var(--content-font);
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;   
    margin-right: 30px;
}
.home-start-single-kitchen-details p:last-child
{
    margin-right: 0px;
}
.home-start-single-kitchen-details p a,
.home-start-single-kitchen-details p a:hover,
.home-start-single-kitchen-details p a:focus
{
    margin-right: 0px;
}
.home-newsletter-wrapper
{
    padding: 100px 0px;
}
.home-newsletter-inner
{
    padding: 15px;
    background-color: var(--light-color);
    position: relative;
}
.home-newsletter-inner-inner
{
    border: 1px solid var(--title-color);
    padding: 100px 15px;
}
.home-newsletter-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.home-newsletter-title h2
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: var(--title-color);
    font-style: italic;
    padding: 0px;
    margin: 0px;
}
.home-newsletter-sub-title
{
    display: block;
    width: 100%;
    max-width: 965px;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 45px;
}
.home-newsletter-sub-title p
{
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: var(--content-color);
    padding: 0px;   
    margin: 0px;
}
.home-newsletter-form
{
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0px auto;
}
.home-newsletter-form form
{
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
}
.home-newsletter-form form input,
.home-newsletter-form form input:hover,
.home-newsletter-form form input:focus
{
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
    width: 100%;
    margin: 0px;
    padding: 11px 0px;
    border: none;
    border-bottom: 1px solid var(--content-color);
    color: var(--content-color);
    font-size: 14px;
    line-height: 20px;
    font-family: var(--content-font);
    font-weight: 400;
    background-color: transparent;
    padding-right: 30px;
}
.home-newsletter-form form label
{
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-family: var(--content-font);
    color: red;
    font-weight: 600;
    padding: 0px;
    margin: 5px 0px;
}
.home-newsletter-form form button,
.home-newsletter-form form button:hover,
.home-newsletter-form form button:focus
{
    cursor: pointer;
    display: inline-flex;
    vertical-align: top;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: flex-end;
    box-shadow: none;
    background-color: transparent;
    outline: none;
    border: none;
    position: absolute;
    top: 12px;
    right: 0px;
    z-index: 9;
    padding: 0px;
    margin: 0px;
}
.newsletterFormErrorMessage
{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.newsletterFormErrorMessage p
{
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--content-font);
    color: red;
    font-weight: 600;
    padding: 0px;
    margin: 15px 0px;
}
.newsletterFormSuccessMessage
{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.newsletterFormSuccessMessage p
{
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--content-font);
    color: var(--title-color);
    font-weight: 600;
    padding: 0px;
    margin: 15px 0px;
}
.contactFormErrorMessage
{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.contactFormErrorMessage p
{
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--content-font);
    color: red;
    font-weight: 600;
    padding: 0px;
    margin: 15px 0px;
}
.contactFormSuccessMessage
{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.contactFormSuccessMessage p
{
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--content-font);
    color: var(--title-color);
    font-weight: 600;
    padding: 0px;
    margin: 15px 0px;
}
.home-newsletter-form form button svg
{
    width: auto;
    max-width: 100%;
    height: auto;
}
.home-partners-wrapper
{
    padding: 40px 0px;
}
.home-partners-slider
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.home-single-partner .inner
{
    margin: 0px 15px;
}
.home-single-partner img
{
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 100%;
    will-change: opacity;
    transition: opacity .15s ease-out;
    cursor: pointer;
}
.home-single-partner img:hover
{
    opacity: 1;
}
.home-instagram-wrapper
{
    padding: 80px 0px;
}
.home-instagram-title
{
    display: block;
    width: 100%;
    max-width: 415px;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 30px;
}
.home-instagram-title h2
{
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: var(--content-color);
    padding: 0px;   
    margin: 0px;
}
.home-instagram-title h2 span
{
    color: var(--title-color);
}
.home-instagram-row
{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.home-instagram-column
{
    width: 16.66%;
    padding: 0px 10px;
}
.home-instagram-column img
{
    width: 100%;
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.custom-footer
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.custom-top-footer
{
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: var(--light-color);
    padding: 125px 0px;
    padding-bottom: 50px;
}
.footer-logo-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.footer-logo-description
{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.footer-logo-description *
{
    font-family: var(--content-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.footer-logo-social-links
{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.footer-logo-social-links .custom-announcment-social-links ul
{
    justify-content: center;
}
.footer-logo-form .home-newsletter-form
{
    max-width: 350px;
}
.custom-bottom-footer
{
    background-color: var(--light-color);
    padding: 10px 0px;
    border-top: 1px solid var(--content-color);
}
.custom-bottom-footer-row
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-bottom-footer-row *
{
    font-family: var(--content-font);
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.shop-page-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.custom-page-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.custom-page-title h1
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.shop-sidebar
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.shop-single-sidebar
{
    display: block;
    width: 100%;
    max-width: 100%;   
}
.shop-single-sidebar-title
{
    display: block;
    width: 100%;
    max-width: 100%;   
    margin-bottom: 20px;
}
.shop-single-sidebar-title p
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: var(--title-color);
    padding: 0px;
    margin: 0px;
    position: relative;
    padding-right: 10px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.shop-single-sidebar-title p:after 
{
  /*  content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 16px;
    right: 0;
    background-color: #dfdfdf;
    display: inline-block;
    z-index: -1; */
}
.shop-single-sidebar-list
{
    display: block;
    width: 100%;
    max-width: 100%;   
    margin-bottom: 20px;   
}
.shop-single-sidebar-list ul
{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.shop-single-sidebar-list ul li
{
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: 1;
    margin-bottom: 10px;
}
.shop-single-sidebar-list ul li a,
.shop-single-sidebar-list ul li a:hover,
.shop-single-sidebar-list ul li a:focus
{
    font-family: var(--content-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;   
}
.shop-top-bar
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.shop-count
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;   
}
.shop-count p
{
    font-family: var(--content-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.shop-sorting
{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: right;
    margin-bottom: 10px;
}
.shop-sorting select
{
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    box-shadow: none;
    background-color: transparent;
    font-family: var(--content-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
    border: none;
}
.shop-listing-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.shop-single-product
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.shop-single-product-image
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
.shop-single-product-image a,
.shop-single-product-image a:hover,
.shop-single-product-image a:focus
{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    outline: none;
    text-decoration: none;
}
.shop-single-product-image a img
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}
.shop-single-product-title 
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.shop-single-product-title a,
.shop-single-product-title a:hover,
.shop-single-product-title a:focus
{
    display: inline-block;
    vertical-align: top;
    height: auto;
    outline: none;
    text-decoration: none;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.shop-single-product-price
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;   
}
.shop-single-product-title p
{
    font-family: var(--content-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.home-hero-banner-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.home-hero-single-banner
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;   
}
.home-hero-single-banner a,
.home-hero-single-banner a:hover,
.home-hero-single-banner a:focus
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: auto;
    outline: none;
    text-decoration: none;
}
.home-hero-single-banner img
{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.home-hero-single-banner-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.home-hero-single-banner-title a,
.home-hero-single-banner-title a:hover,
.home-hero-single-banner-title a:focus
{
    display: inline-block;
    vertical-align: top;
    outline: none;
    text-decoration: none;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: var(--title-color);
    padding: 0px;
    margin: 0px;
}
.home-hero-slider2-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.home-hero-slider2-inner-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;   
    margin-bottom: 50px;
}
.home-hero-slider2-single-slide
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.home-hero-slider2-single-slide-image
{
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
}
.home-hero-slider2-single-slide-image a,
.home-hero-slider2-single-slide-image a:hover,
.home-hero-slider2-single-slide-image a:focus
{
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
    height: auto;   
}
.home-hero-slider2-single-slide-image img
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}
.home-hero-slider2-single-slide-content
{
    position: absolute;
    left: 15px;
    bottom: 15px;
    background-color: #ffffff;
    z-index: 1;
    padding: 35px 65px;
    width: 100%;
    max-width: 565px;
}
.home-hero-slider2-single-slide-heading
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
}
.home-hero-slider2-single-slide-heading p
{
    font-family: var(--content-font);
    font-size: 12px;
    line-height: 18px;
    color: var(--content-color);
    letter-spacing: .3em;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.home-hero-slider2-single-slide-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
.home-hero-slider2-single-slide-title h3
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: var(--title-color);
    padding: 0px;
    margin: 0px;
}
.home-hero-slider2-single-slide-description
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}
.home-hero-slider2-single-slide-description *
{
    font-family: var(--content-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.home-hero-slider2-inner-wrapper .slick-arrow
{
    width: 40px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 9;
}
.home-hero-slider2-inner-wrapper .slick-prev
{
    left: auto;
    right: 0px;
    top: 55%;
}
.home-hero-slider2-inner-wrapper .slick-next
{
    top: 46%;
    right: 0px; 
}
.home-hero-slider2-inner-wrapper .slick-prev:before, 
.home-hero-slider2-inner-wrapper .slick-next:before
{
    content: "";
}
.home-hero-categories-row
{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.home-hero-single-category
{
    width: 25%;
    padding: 0px 15px;
    position: relative;
    margin-bottom: 30px;
}
.home-hero-single-category:after 
{
    content: '';
    height: 100%;
    width: 1px;
    background-color: #e5e5e5;
    position: absolute;
    right: 0;
    top: 0;
}
.home-hero-single-category:nth-child(4n):after
{
    width: 0px;
}
.home-hero-single-category a,
.home-hero-single-category a:hover,
.home-hero-single-category a:focus
{
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
    outline: none;
    text-decoration: none;
}
.home-hero-single-category-image
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65px;
    margin-bottom: 10px;
    transform: translateY(0);
    transition: transform .2s cubic-bezier(.76,.35,.32,.79);
}
.home-hero-single-category-image svg,
.home-hero-single-category-image img
{
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 70px;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}
.home-hero-single-category a:hover .home-hero-single-category-image
{
    transform: translateY(-5%);
}
.home-hero-single-category-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.home-hero-single-category-title p
{
    font-family: var(--content-font);
    font-size: 12px;
    line-height: 18px;
    color: var(--title-color);
    letter-spacing: .3em;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.home-hero-myself
{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 50px 0px;
}
.home-hero-myself-row
{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
}
.home-hero-myself-first
{
    width: 22.7%;
    padding: 0px 15px;
    border-right: 1px solid #E5E5E5;
}
.home-hero-myself-first-inner
{
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 35px;
}
.home-hero-myself-first-image
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;   
}
.home-hero-myself-first-image img
{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.home-hero-myself-first-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.home-hero-myself-first-title h2
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: var(--title-color);
    font-style: italic;
    padding: 0px;
    margin: 0px;
}
.home-hero-myself-first-sub-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;   
}
.home-hero-myself-first-sub-title p
{
    font-family: var(--content-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;   
}
.home-hero-myself-first-sub-title p,
.home-hero-myself-first-sub-title p a,
.home-hero-myself-first-sub-title p a:hover,
.home-hero-myself-first-sub-title p a:focus
{
    display: inline-block;
    vertical-align: top;
    font-family: var(--content-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;   
    outline: none;
    text-decoration: none;
    box-shadow: none;
    border: none;
}
.home-hero-myself-second
{
    width: 47.3%;
    padding: 0px 15px;   
}
.home-hero-myself-second-inner
{
    padding: 0px 12%;
}
.home-hero-myself-second-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;   
}
.home-hero-myself-second-title h2
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: var(--title-color);
    font-style: italic;
    padding: 0px;
    margin: 0px;   
}
.home-hero-myself-second-description
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;   
}
.home-hero-myself-second-description *
{
    font-family: var(--content-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.home-hero-myself-second-link
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;   
}
.home-hero-myself-second-link a,
.home-hero-myself-second-link a:hover,
.home-hero-myself-second-link a:focus
{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
    font-family: var(--content-font);
    font-size: 14px;
    line-height: 20px;
    color: var(--title-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}
.home-hero-myself-second-link a:after 
{
    content: '';
    position: relative;
    display: block;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: var(--title-color);
    transform-origin: 0 50%;
    transition: transform .4s ease-out;
}
.home-hero-myself-third
{
    width: 30%;
    padding: 0px 15px;
}
.home-hero-myself-third-inner
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.home-hero-myself-third-inner img
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.home-shop-products-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 50px 0px;
}
.home-shop-products-row
{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
}
.home-shop-products-first
{
    width: 33.333%;
    padding: 0px 15px;
}
.home-shop-products-first-inner
{
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 16%;
}
.home-shop-products-first-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
.home-shop-products-first-title h2
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: var(--title-color);
    font-style: italic;
    padding: 0px;
    margin: 0px;
}
.home-shop-products-first-link
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.home-shop-products-first-link a,
.home-shop-products-first-link a:hover,
.home-shop-products-first-link a:focus
{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
    font-family: var(--content-font);
    font-size: 14px;
    line-height: 20px;
    color: var(--title-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 10px 40px;
    margin: 0px;
    border:  1px solid var(--title-color);
}
.home-shop-products-second
{
    width: 66.666%;
    padding: 0px 15px;
}
.recipes-filter-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    background-color: var(--light-color);
}
.recipes-single-filter
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.recipes-filter-wrapper-title
{
    display: block;
    width: 100%;
    max-width: 100%;   
    margin-bottom: 20px;
    text-align: center;
}
.recipes-filter-wrapper-title p
{
    font-family: var(--content-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.recipes-single-filter-title
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.recipes-single-filter-title a,
.recipes-single-filter-title a:hover,
.recipes-single-filter-title a:focus
{
    display: inline-block;
    vertical-align: top;
    outline: none;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    font-family: var(--content-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--content-color);
    padding: 10px 10px;
    margin: 0px;
    border-bottom: 1px solid var(--content-color);   
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.recipes-single-filter-title a span
{
    position: absolute;
    right: 15px;
    font-size: 24px;
    top: 15px;
    font-family: var(--content-font);
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recipes-single-filter-title a span.opened
{
    display: none;
}
.recipes-single-filter-title.active a span.opened
{
    display: flex;
}
.recipes-single-filter-title.active a span.closed
{
    display: none;
}
.recipes-single-filter-list
{
    display: none;
    width: 100%;
    max-width: 100%;
}
.recipes-single-filter-list ul
{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;   
    padding: 10px 0px;
}
.recipes-single-filter-list ul li
{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 5px 0px;
}
.recipes-single-filter-list ul li input,
.recipes-single-filter-list ul li input:hover,
.recipes-single-filter-list ul li input:focus
{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    -webkit-appearance: none;
    background: #fff;
    border: none;
    margin: 0 10px 0 0;
    outline: none;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
.recipes-single-filter-list ul li input[type=checkbox]:checked 
{
    background-color: #000;
}
.recipes-single-filter-list ul li label,
.recipes-single-filter-list ul li label:hover,
.recipes-single-filter-list ul li label:focus
{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 21px);
    font-family: var(--content-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--content-color);
    margin: 0px;
    padding: 5px 0px;
}
.recipes-single-filter-submit
{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
}
.recipes-single-filter-submit a,
.recipes-single-filter-submit a:hover,
.recipes-single-filter-submit a:focus
{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
    font-family: var(--content-font);
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 10px 40px;
    margin: 0px;
    border:  1px solid var(--content-color);
}
.recipe-sidebar-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.recipe-info-sidebar
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
}
.recipe-info-sidebar-image
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    position: relative;   
    text-align: center;
}
.recipe-info-sidebar-image a,
.recipe-info-sidebar-image a:hover,
.recipe-info-sidebar-image a:focus
{
    display: inline-block;
    vertical-align: top;
    outline: none;
    text-decoration: none;
    position: relative;
    width: 150px;
    height: 150px;
}
.recipe-info-sidebar-image a img.avatar
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}
.recipe-info-sidebar-image img.custom-image
{
    /* width: auto;
    position: absolute;
    height: 214px;
    z-index: -1;
    top: -41px;
    right: -57px; */
    width: auto;
    position: absolute;
    height: 180px;
    z-index: -1;
    top: -25px;
    right: -40px;
}
.recipe-info-sidebar-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.recipe-info-sidebar-title p
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: var(--content-color);
    font-style: italic;
    padding: 0px;
    margin: 0px;
}
.recipe-info-sidebar-content
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.recipe-info-sidebar-content *
{
    font-family: var(--content-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.recipe-info-sidebar-social-links
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;   
}
.recipe-info-sidebar-social-links.custom-announcment-social-links ul
{
    justify-content: center;
}
.recipe-workshop-sidebar
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
}
.recipe-workshop-sidebar-image
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;   
    text-align: center;
}
.recipe-workshop-sidebar-image a,
.recipe-workshop-sidebar-image a:hover,
.recipe-workshop-sidebar-image a:focus
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 260px;
    height: auto;
    outline: none;
    text-decoration: none;
    position: relative;
}
.recipe-workshop-sidebar-image a img
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.recipe-workshop-sidebar-image p
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: var(--title-color);
    font-style: italic;
    padding: 10px 40px;
    margin: 0px;
    background-color: #ffffff;
    position: absolute;
    bottom: 15px;
    left: 0px;
    transition: all .3s ease-in-out;
}
.recipe-workshop-sidebar-image a:hover p
{
    padding: 10px 30px;
}
.recipe-latest-recipes-sidebar
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
}
.recipe-latest-recipes-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.recipe-latest-recipes-title p
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
    position: relative;
    padding-right: 10px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.recipe-latest-single-recipe
{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.recipe-latest-single-recipe-image
{
    width: 130px;
    margin-right: 20px;
}
.recipe-latest-single-recipe-image a,
.recipe-latest-single-recipe-image a:hover,
.recipe-latest-single-recipe-image a:focus
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: auto;
    outline: none;
    text-decoration: none;
}
.recipe-latest-single-recipe-image a img
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: 130px;
    object-fit: cover;
    object-position: center;
}
.recipe-latest-single-recipe-content
{
    display: block;
    width: calc(100% - 150px);
}
.recipe-latest-single-recipe-content-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
.recipe-latest-single-recipe-content-title a,
.recipe-latest-single-recipe-content-title a:hover,
.recipe-latest-single-recipe-content-title a:focus
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    outline: none;
    text-decoration: none;
}
.recipe-latest-single-recipe-content-content
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.recipe-latest-single-recipe-content-content *
{
    font-family: var(--content-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.single-recipe-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.single-recipe-title h1
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.single-recipe-details
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.single-recipe-details-inner
{
    display: flex;
    align-items: center;
}
.single-recipe-details-left
{
    display: flex;
    align-items: center;   
    padding-right: 45px;
    border-right: 1px solid #eeedeb;
    margin-bottom: 15px;
    margin-right: 30px;
}
.single-recipe-details-left-image
{
    width: 55px;
    height: 55px;
    margin-right: 25px;
}
.single-recipe-details-left-image img
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.single-recipe-details-left-details
{
    display: inline-block;
    vertical-align: top;
}
.single-recipe-details-left-details-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
}
.single-recipe-details-left-details-title p
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.single-recipe-details-left-details-title
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.single-recipe-details-left-details-title p
{
    font-family: var(--content-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.single-recipe-details-right
{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.single-recipe-details-right-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 5px;
}
.single-recipe-details-right-title p
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;   
}
.single-recipe-details-right-social-links.custom-announcment-social-links ul
{
    justify-content: flex-start;
}
.single-recipe-details-image
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
.single-recipe-details-image img
{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;   
}
.single-recipe-inner-details
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.single-recipe-inner-details span.line
{
    width: 25%;
    height: 1px;
    border-top: 1px solid #eeedeb;
    margin: 0 18px;
}
.single-recipe-inner-details .home-start-single-kitchen-details
{
    border: none;
    padding: 0px;
}
.single-recipe-details-description
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
.single-recipe-details-related-recipes
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.single-recipe-details-related-recipes-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.single-recipe-details-related-recipes-title h2
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: var(--content-color);
    font-style: italic;
    padding: 0px;
    margin: 0px;
}
.single-recipe-details-related-recipes-listing
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.cookbook-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 80px 0px;
}
.cookbook-image
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
.cookbook-image img
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.cookbook-details
{
    display: block;
    width: 100%;
    max-width: 100%;   
}
.cookbook-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
.cookbook-title h1
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.cookbook-price
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;   
}
.cookbook-price p
{
    font-family: var(--content-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.cookbook-description
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;   
}
.cookbook-description *
{
    font-family: var(--content-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    padding: 0px;   
    margin: 0px;
}
.custom-burger-menu
{
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 7px 0px;
}
.custom-burger-menu span
{
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: var(--title-color);
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
.custom-burger-menu span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
.custom-burger-menu.active span 
{
    opacity: 1;
    transform: rotate(45deg) translate(-9px, -16px);
}
.custom-burger-menu.active span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) translate(24px, -1px);
}
.custom-burger-menu.active span:nth-last-child(2) 
{
    transform: rotate(-45deg) translate(0, 9px);
}
.search-wrapper-mobile
{
    display: none;
    width: 100%;
    max-width: 100%;
    text-align: right;
}
#search-wrapper-popup
{
    display: none;
}
.comment-wrapper
{
    display: block;
    width: 100%;
    max-width: 850px;
}
.comment-wrapper h2.comment-reply-title
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: var(--title-color);
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}
.comment-wrapper #commentform label,
.custom_contact_form label
{
    display: block;
    width: 100%;
    max-width: 100%;
    font-family: var(--content-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}
.comment-wrapper #commentform input[type='text'],
.comment-wrapper #commentform input[type='text']:hover,
.comment-wrapper #commentform input[type='text']:focus,
.comment-wrapper #commentform input[type='email'],
.comment-wrapper #commentform input[type='email']:hover,
.comment-wrapper #commentform input[type='email']:focus,
.comment-wrapper #commentform input[type='number'],
.comment-wrapper #commentform input[type='number']:hover,
.comment-wrapper #commentform input[type='number']:focus,
.comment-wrapper #commentform input[type='url'],
.comment-wrapper #commentform input[type='url']:hover,
.comment-wrapper #commentform input[type='url']:focus,
.comment-wrapper #commentform textarea,
.comment-wrapper #commentform textarea:hover,
.comment-wrapper #commentform textarea:focus,
.custom_contact_form input[type='text'],
.custom_contact_form input[type='text']:hover,
.custom_contact_form input[type='text']:focus,
.custom_contact_form input[type='email'],
.custom_contact_form input[type='email']:hover,
.custom_contact_form input[type='email']:focus,
.custom_contact_form input[type='number'],
.custom_contact_form input[type='number']:hover,
.custom_contact_form input[type='number']:focus,
.custom_contact_form input[type='url'],
.custom_contact_form input[type='url']:hover,
.custom_contact_form input[type='url']:focus,
.custom_contact_form textarea,
.custom_contact_form textarea:hover,
.custom_contact_form textarea:focus
{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 12px 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
    font-family: var(--content-font);
    font-weight: 400;
    color: var(--content-color);
    background-color: transparent;
    border: 1px solid #5e5e5e;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    height: auto;
}
.comment-wrapper #commentform textarea,
.comment-wrapper #commentform textarea:hover,
.comment-wrapper #commentform textarea:focus,
.custom_contact_form textarea,
.custom_contact_form textarea:hover,
.custom_contact_form textarea:focus
{
    height: 90px;
    resize: none;
}
.comment-wrapper #commentform p.comment-notes,
.comment-wrapper #commentform p.logged-in-as,
.comment-wrapper #commentform p.logged-in-as a,
.comment-wrapper #commentform p.logged-in-as a:hover,
.comment-wrapper #commentform p.logged-in-as a:focus
{
    font-family: var(--content-font);
    font-weight: 400;
    color: var(--content-color);
    font-size: 14px;
    line-height: 20px;
    outline: none;
    text-decoration: none;
}
.comment-wrapper #commentform p.comment-form-cookies-consent
{
    font-family: var(--content-font);
    font-weight: 400;
    color: var(--content-color);
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.comment-wrapper #commentform p.comment-form-cookies-consent label
{
    font-family: var(--content-font);
    font-weight: 400;
    color: var(--content-color);
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
}
.custom_contact_form .custom-form-submit-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.comment-wrapper #commentform input[type='submit'],
.comment-wrapper #commentform input[type='submit']:hover,
.comment-wrapper #commentform input[type='submit']:focus,
.custom_contact_form input[type='submit'],
.custom_contact_form input[type='submit']:hover,
.custom_contact_form input[type='submit']:focus
{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
    font-family: var(--content-font);
    font-size: 14px;
    line-height: 20px;
    color: var(--title-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 10px 40px;
    margin: 0px;
    border: 1px solid var(--title-color);
    background-color: transparent;
    cursor: pointer;
}
.wysiwygCSS 
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
}
.wysiwygCSS a,
.wysiwygCSS a:hover,
.wysiwygCSS a:focus
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    outline: none;
    text-decoration: underline !important;
    padding: 0px;
    margin: 0px;
}
.wysiwygCSS p {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}
.wysiwygCSS p a,
.wysiwygCSS p a:hover,
.wysiwygCSS p a:focus
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    outline: none;
    text-decoration: underline !important;
    padding: 0px;
    margin: 0px;
}
.wysiwygCSS ul li,
.wysiwygCSS ol li
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}
.wysiwygCSS ul,
.wysiwygCSS ol
{
    display: block;
    list-style-type: none;
    padding-left: 25px;
}
.wysiwygCSS figcaption {
    display: block;
    padding: 0px !important;
    line-height: 1.5 !important;
    font-size: inherit !important;
    margin-top: 5px !important;
    font-size: 15px !important;
    background-color: white;
}
.wysiwygCSS ul li::before
{
    display: none !important;
}
.wysiwygCSS ul li::after
{
    display: none !important;
}
.wysiwygCSS ul li a,
.wysiwygCSS ul li a:hover,
.wysiwygCSS ul li a:focus,
.wysiwygCSS ol li a,
.wysiwygCSS ol li a:hover,
.wysiwygCSS ol li a:focus
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    outline: none;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}
.wysiwygCSS h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
    font-family: var(--title-font);
}
.wysiwygCSS h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    font-family: var(--title-font);
}
.wysiwygCSS h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    font-family: var(--title-font);
}
.wysiwygCSS h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: var(--title-font);
}
.wysiwygCSS h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: var(--title-font);
}
.wysiwygCSS h6 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
    font-family: var(--title-font);
}
.wysiwygCSS b,
.wysiwygCSS p b {
    font-weight: bold !important;
}
.wysiwygCSS i, 
.wysiwygCSS p i { 
    font-style: italic !important;
}
.wysiwygCSS strong,
.wysiwygCSS p strong
{
    font-weight: bold !important;
}
.wysiwygCSS img {
    height: auto;
    max-width: 100%;
}
.wysiwygCSS img.aligncenter {
    display: block;
    margin: 0 auto;
}
.wysiwygCSS img.alignright {
    display: block;
    margin-left: auto;
}
.wysiwygCSS img.alignleft {
    display: block;
    margin-right: auto;
}
.wysiwygCSS blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.home-start-single-kitchen-details p
{
    display: flex;
    align-items: center;
    font-family: var(--content-font);
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;   
    margin-right: 30px;
}
.home-start-single-kitchen-details p:last-child
{
    margin-right: 0px;
}
.tasty-recipes-comment-form .tasty-recipes-ratings-buttons span
{
    font-size: 22px !important;
    color: var(--title-color);
}
.tasty-recipes-comment-form .tasty-recipes-ratings-buttons
{
    margin-bottom: 20px;
}
.tasty-recipes-comment-form legend
{
    display: none;
}
.single-recipes-top-ratings
{
    text-align: center;
}
.single-recipes-top-ratings p
{
    font-family: var(--content-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--content-color);
    text-align: center;
}
.single-recipes-top-ratings a.tasty-recipes-jump-target-new,
.single-recipes-top-ratings a.tasty-recipes-jump-target-new:hover,
.single-recipes-top-ratings a.tasty-recipes-jump-target-new:focus
{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
    font-family: var(--content-font);
    font-size: 14px;
    line-height: 20px;
    color: var(--title-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 10px 40px;
    margin: 0px;
    border: 1px solid var(--title-color);
    margin-bottom: 20px;
    text-decoration: none !important;
}
.comments-inner .comment.parent
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 30px 0px;
}
.comments-inner .comment.parent:first-child
{
    margin-top: 0px;
}
.comments-inner .comment.parent .comment-body
{
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}
.comments-inner .comment.parent .comment-body .comment-meta .comment-author a,
.comments-inner .comment.parent .comment-body .comment-meta .comment-author a:hover,
.comments-inner .comment.parent .comment-body .comment-meta .comment-author a:focus
{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    outline: none;
    font-family: var(--title-font);
    font-size: 16px;
    line-height: 20px;
    color: var(--content-color);
    font-weight: 600;
    display: flex;
    align-items: center;
}
.comments-inner .comment.parent .comment-body .comment-meta .comment-author a img
{
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin-right: 20px;
}
.comments-inner .comment.parent .comment-body .comment-meta .comment-author a img:first-child
{
    display: none !important;
}
.comments-inner .comment.parent .comment-body .comment-metadata,
.comments-inner .comment.parent .comment-body .comment-content.entry-content,
.comments-inner .comment.parent .comment-body .comment-footer-meta
{
    width: calc(100% - 70px);
    margin-left: auto;
}
.comments-inner .comment.parent .comment-body .comment-metadata a,
.comments-inner .comment.parent .comment-body .comment-metadata a:hover,
.comments-inner .comment.parent .comment-body .comment-metadata a:focus,
.comments-inner .comment.parent .comment-body .comment-content.entry-content p
{
    font-family: var(--content-font);
    font-size: 14px;
    line-height: 20px;
    color: var(--content-color);
    font-weight: 400;
}
.comments-inner .comment.parent .comment-body .comment-footer-meta a,
.comments-inner .comment.parent .comment-body .comment-footer-meta a:hover,
.comments-inner .comment.parent .comment-body .comment-footer-meta a:focus
{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
    font-family: var(--content-font);
    font-size: 12px;
    line-height: 18px;
    color: var(--title-color);
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
    background-color: transparent;
}
.comments-inner .comment.parent .comment-body .comment-footer-meta a:after 
{
    content: '';
    position: relative;
    display: block;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: var(--title-color);
    transform-origin: 0 50%;
    transition: transform .4s ease-out;
}
.comments-inner .comment.parent .comment-body .comment-footer-meta .by-post-author
{
    display: none;
}
.comments-inner .comment .comment
{
    margin: 30px 0px;
    margin-left: 30px;
}
.comments-inner .comment .comment .comment-body
{
    padding: 26px 22px 34px;
    border:  none;
}   
.comments-inner .comment .comment.bypostauthor .comment-body
{
    background-color: var(--light-color);
}
.home-start-kitchen-wrapper .pagination-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.home-start-kitchen-wrapper .pagination-wrapper hr
{
    display: none;
}
.home-start-kitchen-wrapper .pagination,
.shop-listing-wrapper .pagination
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.home-start-kitchen-wrapper .pagination h2,
.shop-listing-wrapper .pagination h2
{
    display: none;
}
.home-start-kitchen-wrapper .pagination .nav-links,
.shop-listing-wrapper .pagination .nav-links
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}
.home-start-kitchen-wrapper .pagination .nav-links .page-numbers,
.home-start-kitchen-wrapper .pagination .nav-links .page-numbers:hover,
.home-start-kitchen-wrapper .pagination .nav-links .page-numbers:focus,
.shop-listing-wrapper .pagination .nav-links .page-numbers,
.shop-listing-wrapper .pagination .nav-links .page-numbers:hover,
.shop-listing-wrapper .pagination .nav-links .page-numbers:focus
{
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-family: var(--content-font);
    color: var(--content-color);
    font-size: 14px;
    line-height: 18px;   
    background-color: var(--light-color);
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 50%;
}
.home-start-kitchen-wrapper .pagination .nav-links .page-numbers.prev,
.home-start-kitchen-wrapper .pagination .nav-links .page-numbers.prev:hover,
.home-start-kitchen-wrapper .pagination .nav-links .page-numbers.prev:focus,
.shop-listing-wrapper .pagination .nav-links .page-numbers.prev,
.shop-listing-wrapper .pagination .nav-links .page-numbers.prev:hover,
.shop-listing-wrapper .pagination .nav-links .page-numbers.prev:focus
{
    display: none;
}
.home-start-kitchen-wrapper .pagination .nav-links .page-numbers.next,
.home-start-kitchen-wrapper .pagination .nav-links .page-numbers.next:hover,
.home-start-kitchen-wrapper .pagination .nav-links .page-numbers.next:focus,
.shop-listing-wrapper .pagination .nav-links .page-numbers.next,
.shop-listing-wrapper .pagination .nav-links .page-numbers.next:hover,
.shop-listing-wrapper .pagination .nav-links .page-numbers.prev:focus
{
    display: none;
}
.home-start-kitchen-wrapper .pagination .nav-links .page-numbers.current,
.home-start-kitchen-wrapper .pagination .nav-links .page-numbers.current:hover,
.home-start-kitchen-wrapper .pagination .nav-links .page-numbers.current:focus,
.shop-listing-wrapper .pagination .nav-links .page-numbers.current,
.shop-listing-wrapper .pagination .nav-links .page-numbers.current:hover,
.shop-listing-wrapper .pagination .nav-links .page-numbers.current:focus
{
    background-color: var(--title-color);
} 
body.single-recipes .home-start-single-kitchen-image img
{
    height: 465px;
}
.single-recipe-fb-wrapper .fancybox-slide
{
    padding: 0px;
} 
.single-recipe-popup
{
    display: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
    padding: 0px;
    margin: 0px;
}
.single-recipe-popup-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: var(--title-color);
    padding: 10px 15px;
    text-align: center;
}
.single-recipe-popup-title h2
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
}
.single-recipe-popup-content
{
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: #f9f9f9;
    padding: 0px 15px;
}
.single-recipe-popup-content-ingredients
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.single-recipe-popup-content-instruction
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.single-recipe-popup-content-ingredients-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.single-recipe-popup-content-ingredients-title h3
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--content-font);
    padding: 0px;
    margin: 0px;
}
.single-recipe-popup-content-ingredients
{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 30px 0px;
}
.single-recipe-popup-content-instruction
{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 30px 0px;
}
.single-recipe-fb-wrapper .fancybox-slide--html .fancybox-close-small
{
    color: #ffffff;
}
.single-recipe-popup-content-ingredients-list ul
{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.single-recipe-popup-content-ingredients-list ul li
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    list-style: none;
}
.single-recipe-popup-content-ingredients-list ul li.active label span.ingredients-popup-list-text
{
    text-decoration: line-through;
    opacity: .5;
}
.single-recipe-popup-content-ingredients-list ul li label
{
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
}
.single-recipe-popup-content-ingredients-list ul li label input
{
    margin-right: 10px;
}
.single-recipe-popup-content-instruction-list ul li,
.single-recipe-popup-content-instruction-list ol li
{
    margin-bottom: 10px;
}
.shop-single-sidebar-list .irs--flat .irs-bar,
.shop-single-sidebar-list .irs--flat .irs-from, 
.shop-single-sidebar-list .irs--flat .irs-to, 
.shop-single-sidebar-list .irs--flat .irs-single,
.shop-single-sidebar-list .irs--flat .irs-handle>i:first-child,
.shop-single-sidebar-list .irs--flat .irs-handle>i:first-child
{
    background-color: var(--title-color);
}
.contact-us-image-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
.contact-us-image-wrapper img
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.contact-us-image-details-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    margin-bottom: 30px;
}
.contact-us-image-details-heading
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;   
}
.contact-us-image-details-heading p
{
    font-family: var(--content-font);
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: var(--content-color);
    letter-spacing: .3em;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.contact-us-image-details-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.contact-us-image-details-title h1,
.contact-us-image-details-title h2
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: var(--title-color);
    font-style: normal;
    padding: 0px;
    margin: 0px;
}
.contact-us-image-details-description
{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.contact-us-image-details-accordian-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.contact-us-image-details-accordian-wrapper .recipes-single-filter-title a, 
.contact-us-image-details-accordian-wrapper .recipes-single-filter-title a:hover, 
.contact-us-image-details-accordian-wrapper .recipes-single-filter-title a:focus
{
    font-family: var(--title-font);
    text-transform: none;
    padding-left: 40px;
    padding-right: 40px;
}
.contact-us-image-details-accordian-wrapper .recipes-single-filter-list
{
    padding: 10px 0px;
} 
.contact-us-image-details-accordian-wrapper .recipes-single-filter
{
    margin-bottom: 30px;
}
.single-recipe-popup-content-instruction-image
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.single-recipe-popup-content-instruction-image img
{
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 100%;
    height: auto;
}
.contact-us-form-wrapper
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.below-search-wrapper
{
    margin-top: 15px;
}
.home-start-cooking-banner
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.home-start-cooking-banner a,
.home-start-cooking-banner a:hover,
.home-start-cooking-banner a:focus
{
    display: inline-block;
    vertical-align: top;
    outline: none;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.home-start-cooking-banner a img
{
    display: inline-block;
    vertical-align: top;
    outline: none;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    height: auto;
}
/*** last changes *****/
.home-hero-myself-second-description *
{
    font-size: 18px;
    line-height: 28px;
}
.cookbook-description *
{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.single-recipe-details-description.wysiwygCSS p,
.single-recipe-details-description.wysiwygCSS a,
.contact-us-image-details-description.wysiwygCSS p,
.contact-us-image-details-description.wysiwygCSS a
{
    font-size: 18px;
    line-height: 28px;
}
.home-start-cooking-inner svg, .home-start-cooking-inner img.featured-image
{
    top: 14px;
    right: 120px;
    width: 180px;
    height: 370px;
}
.recipe-info-sidebar-image img.custom-image
{
    display: none !important;
}
.chef-name,
.single-recipe-details-left-details-title p
{
    font-family: 'Brittany Signature';
    line-height: 1.5;
    display: inline-block;
    color: #f14daa;
}
.tasty-recipes-entry-header .tasty-recipes-details ul li span.tasty-recipes-author-name
{
    font-family: 'Brittany Signature';
    line-height: 28px;
}
.tasty-recipes-entry-content .tasty-recipes-ingredients ul li, 
.tasty-recipes-entry-content .tasty-recipes-instructions ul li,
.tasty-recipes-entry-content .tasty-recipes-ingredients ol li, 
.tasty-recipes-entry-content .tasty-recipes-instructions ol li,
.single-recipe-popup-content-ingredients-list ul li label,
.recipes-filter-wrapper-title p,
.recipes-single-filter-title a, .recipes-single-filter-title a:hover, .recipes-single-filter-title a:focus,
.recipes-single-filter-submit a, .recipes-single-filter-submit a:hover, .recipes-single-filter-submit a:focus,
.custom-header-menu ul li a, .custom-header-menu ul li a:hover, .custom-header-menu ul li a:focus,
.home-hero-myself-first-sub-title p, .home-hero-myself-first-sub-title p a, .home-hero-myself-first-sub-title p a:hover, .home-hero-myself-first-sub-title p a:focus
{
    font-family: var(--title-font);
}
.recipe-info-sidebar-content *
{
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.recipe-info-sidebar-full-image
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.recipe-info-sidebar-full-image img
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.col-md-5.d-none.d-md-block .home-hero-single-banner img
{
    height: 497px;
    object-fit: cover;
    object-position: center;
}
.home-hero-banner-wrapper .col-md-7 .row .slick-arrow
{
    width: 40px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 9;
}
.home-hero-banner-wrapper .col-md-7 .row .slick-prev
{
    left: 0px;
    right: auto;
    top: 46%;
}
.home-hero-banner-wrapper .col-md-7 .row .slick-next
{
    top: 46%;
    right: 0px; 
}
.home-hero-banner-wrapper .col-md-7 .row .slick-prev:before, 
.home-hero-banner-wrapper .col-md-7 .row .slick-next:before
{
    content: "";
}
.shop-listing-wrapper .row .slick-arrow
{
    width: 40px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 9;
}
.shop-listing-wrapper .row .slick-prev
{
    left: 0px;
    right: auto;
    top: 46%;
}
.shop-listing-wrapper .row .slick-next
{
    top: 46%;
    right: 0px; 
}
.shop-listing-wrapper .row .slick-prev:before, 
.shop-listing-wrapper .row .slick-next:before
{
    content: "";
}
.home-hero-categories-row
{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.home-start-cooking-desktop-banner
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.home-start-cooking-desktop-banner a,
.home-start-cooking-desktop-banner a:hover,
.home-start-cooking-desktop-banner a:focus
{
    display: inline-block;
    vertical-align: top;
    outline: none;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
}
.home-start-cooking-desktop-banner img
{
    display: block;
    vertical-align: top;
    outline: none;
    text-decoration: none;
    width: 100%;
    max-width: 70%;
    height: auto;
    margin: 0px auto;
}
.home-start-cooking-mobile-banner
{
    display: none;
    width: 100%;
    max-width: 100%;
}
.home-start-cooking-mobile-banner a,
.home-start-cooking-mobile-banner a:hover,
.home-start-cooking-mobile-banner a:focus
{
    display: inline-block;
    vertical-align: top;
    outline: none;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.home-start-cooking-mobile-banner img
{
    display: block;
    vertical-align: top;
    outline: none;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}
.collection-title
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    text-align: center;
}
.collection-title h2
{
    font-family: 'Brittany Signature';
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: var(--content-color);
    padding: 0px;
    margin: 0px;
}
.desktop-menu .custom-header-menu
{
    border: none;
}
.desktop-menu .custom-header-menu ul
{
    background-color: transparent;
}
.desktop-menu .custom-header-menu ul li a, .desktop-menu .custom-header-menu ul li a:hover, .desktop-menu .custom-header-menu ul li a:focus
{
    font-size: 14px;
    line-height: 20px;
}
.desktop-menu .custom-header-menu ul li:first-child
{
    margin-left: 25px;
}
.single-recipe-title.about-us-title
{
    text-align: center;
}
.single-recipe-details-image.about-us-image
{
    display: block;
    width: 70%;
    max-width: 100%;
    margin-bottom: 30px;
    background-color: var(--light-color);
    padding-top: 100%;
    position: relative;
}
.single-recipe-details-image.about-us-image img
{
    position: absolute;
    right: -50%;
    top: 50%;
    width: 78%;
    transform: translate(-14%, -50%);
}
body.mobile-menu-open
{
    overflow: hidden;
    height: 100vh;
}
@media only screen and (min-width:  1330px)
{
    .container
    {
        max-width: 1330px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1329px)
{
    .custom-header-menu ul li
    {
        margin: 0px 16px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .home-hero-single-category
    {
        width: 25%;
    }
    .home-hero-single-category:nth-child(4n):after
    {
        width: 0px;
    }
    .home-hero-myself-first
    {
        width: 33%;
    }
    .home-hero-myself-second
    {
        width: 67%;
    }
    .home-hero-myself-third
    {
        width: 100%;
        padding-top: 100px;
    }
    .home-shop-products-first
    {
        width: 100%;
    }
    .home-shop-products-second
    {
        width: 100%;
    }
    .home-shop-products-first-inner
    {
        padding: 0px;
    }
    .home-shop-products-first-title,
    .home-shop-products-first-link
    {
        text-align: center;
    }
    .home-start-cooking-inner-inner
    {
        padding: 30px;
    }
    .home-start-cooking-content
    {
        width: 30%;
    }
    .home-start-cooking-content-title h2
    {
        font-size: 20px;
        line-height: 26px;
    }
    .home-hero-slider2-single-slide-image img
    {
        height: 430px;
    }
    .home-instagram-column img
    {
        height: 138px;
    }
    body.post-type-archive-recipes .home-start-single-kitchen-image img
    {
        height: 170px;
    }
    .shop-single-product-image a img
    {
        height: 540px;    
    }
    body.single-recipes .home-start-single-kitchen-image img
    {
        height: 250px;
    }
    body.post-type-archive-products .shop-single-product-image a img
    {
        height: 150px;
    }
    .col-md-5.d-none.d-md-block .home-hero-single-banner img
    {
        height: 370px;
        object-fit: cover;
        object-position: center;
    }
    .custom-header-menu ul li
    {
        margin: 0px 10px;
    }
    .desktop-menu .custom-header-menu ul li a, .desktop-menu .custom-header-menu ul li a:hover, .desktop-menu .custom-header-menu ul li a:focus
    {
        font-size: 12px;
        line-height: 18px;
    }
    .search-wrapper form input, .search-wrapper form input:hover, .search-wrapper form input:focus
    {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .home-hero-single-category
    {
        width: 50%;
    }
    .home-hero-single-category:nth-child(2n):after
    {
        width: 0px;
    }
    .home-hero-myself-first
    {
        width: 33%;
    }
    .home-hero-myself-second
    {
        width: 67%;
    }
    .home-hero-myself-third
    {
        width: 100%;
        padding-top: 100px;
    }
    .home-shop-products-first
    {
        width: 100%;
    }
    .home-shop-products-second
    {
        width: 100%;
    }
    .home-shop-products-first-inner
    {
        padding: 0px;
    }
    .home-shop-products-first-title,
    .home-shop-products-first-link
    {
        text-align: center;
    }
    .home-hero-myself-first-title h2,
    .home-hero-myself-second-title h2,
    .home-start-cooking-content-title h2,
    .home-start-kitchen-title h2,
    .home-start-kitchen-title h1,
    .home-newsletter-title h2,
    .home-shop-products-first-title h2,
    .single-recipe-title h1,
    .contact-us-image-details-title h1,
    .contact-us-image-details-title h2
    {
        font-size: 20px;
        line-height: 26px;
    }
    .home-hero-myself-first-sub-title p
    {
        font-size: 16px;
        line-height: 22px;
    }
    .home-start-cooking-inner-inner
    {
        padding: 15px;
    }
    .home-start-cooking-inner-inner
    {
        gap: 30px;
    }
    .home-start-cooking-inner svg,
    .home-start-cooking-inner img.featured-image
    {
        right: 25px;
        width: 200px;
        height: 430px;
    }
    .home-start-cooking-image 
    {
        max-width: 200px;
        width: 200px;
        height: 200px;
        margin-right: 100px;
    }
    .home-start-single-kitchen-title h3,
    .home-start-single-kitchen-title h3 a,
    .home-start-single-kitchen-title h3 a:hover,
    .home-start-single-kitchen-title h3 a:focus
    .home-hero-single-banner-title a
    {
        font-size: 14px;
        line-height: 20px;
    }
    .home-start-single-kitchen-details p 
    {
        font-size: 11px;
        line-height: 16px;
        margin-right: 10px;
    }
    .home-start-single-kitchen-details p:last-child
    {
        margin-right: 0px;
    }
    .home-newsletter-wrapper
    {
        padding: 50px 0px;
    }
    .home-newsletter-inner-inner
    {
        padding: 50px 15px;   
    }
    .home-newsletter-sub-title p
    {
        font-size: 16px;
        line-height: 22px;
    }
    .custom-header-menu ul
    {
        flex-direction: column;
    }
    .custom-header-menu ul li
    {
        margin: 0px;
    }
    .custom-header-menu ul li a, .custom-header-menu ul li a:hover, .custom-header-menu ul li a:focus
    {
        font-size: 12px;
        line-height: 18px;
        padding: 10px 0px;
    }
    .search-wrapper
    {
        display: none;
    }
    .search-wrapper-mobile
    {
        display: block;
    }
    .search-wrapper-mobile a,
    .search-wrapper-mobile a:hover,
    .search-wrapper-mobile a:focus
    {
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        outline: none;
        border: none;
        box-shadow: none;
        height: 30px;
        width: 30px;
        background-color: var(--title-color);
        border-radius: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: top;
    }
    .search-wrapper-mobile a svg 
    {
        height: 16px;
        fill: none;
        stroke: #ffffff;
    }
    .logo-wrapper
    {
        text-align: center;
    }
    .logo-wrapper a h1
    {
        font-size: 28px;
        line-height: 32px;
        text-align: center;
    }
    .logo-wrapper a p
    {
        text-align: center;
    }
    .home-hero-slider2-single-slide-image img
    {
        height: 320px;
    }
    .home-instagram-column img
    {
        height: 100px;
    }
    body.post-type-archive-recipes .home-start-single-kitchen-image img
    {
        height: 120px;
    }
    .comments-inner .comment .comment
    {
        margin-left: 0px;
    }
    .shop-single-product-image a img
    {
        height: 395px;    
    }
    .home-start-single-kitchen-image img
    {
        height: 150px;
    }
    body.single-recipes .home-start-single-kitchen-image img
    {
        height: 150px;
    }
    .recipe-latest-single-recipe-image
    {
        width: 70px;
    }
    .recipe-latest-single-recipe-image a img
    {
        height: 70px;
    }
    body.post-type-archive-products .shop-single-product-image a img
    {
        height: 100px;
    }
    .below-search-wrapper
    {
        display: none;
    }
    .custom-bottom-footer-row
    {
        flex-direction: column;
    }
    .col-md-5.d-none.d-md-block .home-hero-single-banner img
    {
        height: 315px;
        object-fit: cover;
        object-position: center;
    }
    .custom-header-search-logo-wrapper .col-2.col-md-2.d-block.d-lg-none.d-xl-none
    {
        order: 3;
        text-align: right;
    }
    .custom-header-search-logo-wrapper .col-8.col-md-8.col-lg-2
    {
        order: 2;
    }
    .custom-header-search-logo-wrapper .col-2.col-md-2.col-lg-3
    {
        order: 1;
    }
    .search-wrapper-mobile
    {
        text-align: left;
    }
    .custom-burger-menu
    {
        display: inline-block;
    }
    .custom-header-inner-wrapper
    {
        background-color: var(--light-color);
    }
    .custom-announcment-social-links ul
    {
        justify-content: center;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px)
{
    .home-hero-slider2-single-slide-content
    {
        display: none;
    }
    .home-hero-slider2-inner-wrapper .slick-next
    {
        top: 39%;
    }
    .home-hero-slider2-inner-wrapper .slick-prev
    {
        top: calc(39% + 48px);
    }
    .home-hero-single-category
    {
        width: 50%;
    }
    .home-hero-single-category:nth-child(2n):after
    {
        width: 0px;
    }
    .home-hero-myself-first
    {
        width: 100%;
    }
    .home-hero-myself-second
    {
        width: 100%;
    }
    .home-hero-myself-third
    {
        width: 100%;
        padding-top: 100px;
    }
    .home-hero-myself-second-inner
    {
        padding: 0px;
    }
    .home-start-cooking-inner-inner
    {
        padding: 15px;
    }
    .home-start-cooking-inner-inner
    {
        flex-direction: column;
        gap: 0px;
    }
    .home-start-cooking-image
    {
        margin-top: 20px;
        margin-right: 0px;
    }
    .home-start-cooking-inner svg,
    .home-start-cooking-inner img.featured-image
    {
        display: none;
    }
    .home-shop-products-first
    {
        width: 100%;
    }
    .home-shop-products-second
    {
        width: 100%;
    }
    .home-shop-products-first-inner
    {
        padding: 0px;
    }
    .home-shop-products-first-title,
    .home-shop-products-first-link
    {
        text-align: center;
    }
    .home-hero-myself-first-title h2,
    .home-hero-myself-second-title h2,
    .home-start-cooking-content-title h2,
    .home-start-kitchen-title h2,
    .home-start-kitchen-title h1,
    .home-newsletter-title h2,
    .home-shop-products-first-title h2,
    .single-recipe-title h1,
    .contact-us-image-details-title h1,
    .contact-us-image-details-title h2
    {
        font-size: 20px;
        line-height: 26px;
    }
    .home-hero-myself-first-sub-title p
    {
        font-size: 16px;
        line-height: 22px;
    }
    .home-start-cooking-inner-inner
    {
        padding: 15px;
    }
    .home-start-cooking-inner-inner
    {
        gap: 30px;
    }
    .home-start-cooking-inner svg,
    .home-start-cooking-inner img.featured-image
    {
        right: 25px;
        width: 200px;
        height: 430px;
    }
    .home-start-cooking-image 
    {
        max-width: 200px;
        width: 200px;
        height: 200px;
        margin-right: 100px;
    }
    .home-start-single-kitchen-title h3,
    .home-start-single-kitchen-title h3 a,
    .home-start-single-kitchen-title h3 a:hover,
    .home-start-single-kitchen-title h3 a:focus
    .home-hero-single-banner-title a
    {
        font-size: 14px;
        line-height: 20px;
    }
    .home-start-single-kitchen-details p 
    {
        font-size: 11px;
        line-height: 16px;
        margin-right: 10px;
    }
    .home-start-single-kitchen-details p:last-child
    {
        margin-right: 0px;
    }
    .home-newsletter-wrapper
    {
        padding: 50px 0px;
    }
    .home-newsletter-inner-inner
    {
        padding: 50px 15px;   
    }
    .home-newsletter-sub-title p
    {
        font-size: 16px;
        line-height: 22px;
    }
    .custom-announcment-description
    {
        text-align: center;
    }
    .custom-announcment-social-links ul
    {
        justify-content: center;
    }
    .search-wrapper form
    {
        justify-content: center;
        margin-top: 20px;
    }
    .custom-header-menu ul
    {
        flex-direction: column;
    }
    .custom-header-menu ul li
    {
        margin: 0px;
    }
    .custom-header-menu ul li a, .custom-header-menu ul li a:hover, .custom-header-menu ul li a:focus
    {
        font-size: 12px;
        line-height: 18px;
        padding: 10px 0px;
    }
    .search-wrapper
    {
        display: none;
    }
    .search-wrapper-mobile
    {
        display: block;
    }
    .search-wrapper-mobile a,
    .search-wrapper-mobile a:hover,
    .search-wrapper-mobile a:focus
    {
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        outline: none;
        border: none;
        box-shadow: none;
        height: 30px;
        width: 30px;
        background-color: var(--title-color);
        border-radius: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: top;
    }
    .search-wrapper-mobile a svg 
    {
        height: 16px;
        fill: none;
        stroke: #ffffff;
    }
    .logo-wrapper
    {
        text-align: center;
    }
    .logo-wrapper a h1
    {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    .logo-wrapper a p
    {
        text-align: center;
        font-size: 12px;
        line-height: 18px;
    }
    .home-hero-slider2-single-slide-image img
    {
        height: 170px;
    }
    .home-instagram-column
    {
        width: 33.33333%;
        margin-bottom: 30px;
    }
    .home-instagram-column img
    {
        height: auto;
    }
    body.post-type-archive-recipes .home-start-single-kitchen-image img
    {
        height: auto;
    }
    .recipes-filter-wrapper
    {
        margin-bottom: 30px;
    }
    .comments-inner .comment .comment
    {
        margin-left: 0px;
    }
    .home-hero-myself-third
    {
        padding-top: 10px;
    }
    .home-start-cooking-content
    {
        max-width: 100%;
    }
    .home-start-cooking-image
    {
        margin-right: 0px;
        text-align: center;
    }
    .home-start-kitchen-wrapper,
    .home-start-cooking-wrapper,
    .home-newsletter-wrapper,
    .home-shop-products-wrapper,
    .home-instagram-wrapper
    {
        padding: 30px 0px;
    }
    .shop-single-product-image a img
    {
        height: 300px;
    }
    .home-instagram-column img
    {
        height: 110px;
    }
    body.post-type-archive-recipes .home-start-single-kitchen-image img
    {
        height: 250px;
    }
    body.single-recipes .home-start-single-kitchen-image img
    {
        height: 250px;
    }
    .single-recipe-details-inner
    {
        align-items: flex-start;
        flex-direction: column;
    }
    body.post-type-archive-products .shop-single-product-image a img
    {
        height: 250px;
    }
    .recipe-workshop-sidebar-image a
    {
        max-width: 100%;
    }
    .below-search-wrapper
    {
        display: none;
    }
    .home-start-cooking-banner a img
    {
        width: 100%;
    }
    .custom-bottom-footer-row
    {
        flex-direction: column;
    }
    .home-hero-banner-wrapper .col-md-7 .row .slick-next
    {
        top: 39%;
    }
    .home-hero-banner-wrapper .col-md-7 .row .slick-prev
    {
        top: 39%; 
    }
    .home-hero-myself-first-inner
    {
        padding-right: 0px;
    }
    .home-start-cooking-desktop-banner
    {
        display: none;
    }
    .home-start-cooking-mobile-banner
    {
        display: block;
    }
    .collection-title h2
    {
        font-size: 20px;
        line-height: 26px;
    }
    .home-hero-single-banner img
    {
        height: 167px;
        object-fit: cover;
        object-position: top;
    }
    .custom-header-search-logo-wrapper .col-2.col-md-2.d-block.d-lg-none.d-xl-none
    {
        order: 3;
    }
    .custom-header-search-logo-wrapper .col-8.col-md-8.col-lg-2
    {
        order: 2;
    }
    .custom-header-search-logo-wrapper .col-2.col-md-2.col-lg-3
    {
        order: 1;
    }
    .custom-header-inner-wrapper
    {
        background-color: var(--light-color);
    }
    .custom-announcment-social-links ul
    {
        justify-content: center;
        margin-top: 20px;
    }
}