/*
Theme Name: DW Starter Theme
Theme URI: https://www.designweb.co.uk/
Author: Designweb DMA Ltd
Author URI: https://www.designweb.co.uk/
Description: Designweb starter theme
Version: 1.001
License: GNU General Public License v2 or later
License URI: https://www.designweb.co.uk/
Tags: 
Text Domain: dw-starter-theme
###
	WooCommerce conditional tags:
		https://docs.woocommerce.com/document/conditional-tags/
*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'PT Sans', sans-serif;
    background-color: #fff;
    padding: 0;
    margin: 0;
    line-height: 1.5;
}

#sb_instagram #sbi_load {
    margin: 15px 0 20px;
}


/* =Media Queries | break points
-------------------------------------------------------------- */

@media screen and (min-width: 1250px) {}

@media screen and (max-width: 1249px) {}

@media screen and (max-width: 789px) {}

@media screen and (max-width: 479px) {}



@media screen and (min-width: 789.2px) {
    .is-mob {
        display: none;
    }
}

@media screen and (max-width: 789px) {
    .is-desktop {
        display: none;
    }
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.mza {
    margin: 0 auto;
}

.center {
    text-align: center;
}

.inner {
    width: 90%;
    max-width: 1180px;
}

.inner960 {
    max-width: 960px;
}

.inner720 {
    max-width: 720px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0 0 20px;
}

h1 {
    font-family: 'PT Serif', serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    color: #746F59;
}

h2 {
    font-family: 'PT Serif', serif;
    font-size: 50px;
    font-weight: 400;
    color: #746F59;
}

h2.floral:before {
    display: inline-block;
    content: "";
    position: relative;
    top: 10px;
    background-image: url(images/flourish-left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100px;
    height: 50px;
    margin-right: 20px;
}

h2.floral:after {
    display: inline-block;
    content: "";
    position: relative;
    top: 10px;
    background-image: url(images/flourish-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100px;
    height: 50px;
    margin-left: 20px;
}

h3 {
    font-family: 'PT Serif', serif;
    font-size: 40px;
    font-weight: 400;
    color: #746F59;
}

h4 {
    font-family: 'PT Serif', serif;
    font-size: 34px;
    font-weight: 400;
    color: #746F59;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 20px;
}

p,
li {
    font-size: 20px;
}

a {
    color: #746F59;
}

@media screen and (max-width: 789px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h2.floral:before {
        top: 10px;
        width: 60px;
        height: 30px;
        margin-right: 5px;
    }

    h2.floral:after {
        top: 10px;
        width: 60px;
        height: 30px;
        margin-left: 5px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    h4 {
        font-size: 30px;
        line-height: 40px;
    }

    h5 {
        font-size: 25px;
    }

    h6 {
        font-size: 20px;
    }

    p,
    li {
        font-size: 14px;
    }
}

:focus {
    outline: 3px solid rgba(0, 0, 0, 1);
    outline-offset: -3px;
}

.responsive-iframe {
    max-width: 100%;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.buttons {
    display: flex;
}

.buttons p:not(:last-child) {
    margin-right: 20px;
}

.dwbutton {
    margin: 30px 0;
}

.dwbutton:last-child {
    margin: 30px 0 0 0;
}

.dwbutton a {
    display: inline-block;
    border: 2px solid #DCDED0;
    color: #746F59;
    text-decoration: none;
    font-weight: 700;
    height: 56px;
    line-height: 56px;
    padding: 0 30px;
    background-color: #DCDED0;
    text-align: center;
    min-width: 136px;
    transition: all 0.3s ease;
}

button.wpforms-submit {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 20px !important;
    display: inline-block !important;
    border: 2px solid #DCDED0 !important;
    color: #746F59 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    height: 56px !important;
    line-height: 56px !important;
    padding: 0 30px !important;
    background-color: #DCDED0 !important;
    text-align: center !important;
    min-width: 136px !important;
    transition: all 0.3s ease !important;
}

@media screen and (max-width: 789px) {
    .dwbutton a {
        height: 46px;
        line-height: 46px;
        padding: 0 20px;
        min-width: 96px;
    }

    button.wpforms-submit {
        font-size: 14px !important;
        height: 46px !important;
        line-height: 46px !important;
        padding: 0 20px !important;
        min-width: 96px !important;
    }
}

.dwbutton.ghost a {
    background-color: rgba(220, 222, 208, 0.08);
}

.dwbutton.ghost.whitetext a {
    color: #fff;
}

.dwbutton a:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #746F59 !important;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    -moz-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    transform: scale(1.05);
}

button.wpforms-submit:hover {
    border: 2px solid #fff !important;
    background-color: #fff !important;
    color: #746F59 !important;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20) !important;
    -moz-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20) !important;
    box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20) !important;
    transform: scale(1.05) !important;
}

.dwbutton.small a {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    min-width: 76px;
    font-size: 16px;
}

@media screen and (max-width: 789px) {
    .dwbutton.small a {
        font-size: 14px;
    }
}

.group {
    padding: 70px 0;
}

@media screen and (max-width: 789px) {
    .group {
        padding: 40px 0;
    }
}

.greenbg {
    background-color: #F4F5EC;
}

.brownbg {
    background: #746F59;
    color: #fff;
}

.brownbg h2,
.brownbg h3 {
    color: #fff;
}


/* =site-header
-------------------------------------------------------------- */

.site-header {
    background: #DCDED0;
    height: auto;
    position: sticky;
    top: -210px;
    z-index: 200;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    -moz-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
}

.site-header.fixed {
    top: -150px;
}

.site-header .top {
    background-color: #746F59;
}

.site-header .top .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.site-header .top .inner p.site-intro {
    margin: 0;
    color: #F4F5EC;
    font-size: 14px;
    font-family: 'PT Serif', serif;
}

.site-header .top .inner ul.subnav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.site-header .top .inner ul.subnav>li {
    font-size: 14px;
    font-family: 'PT Serif', serif;
}

.site-header .top .inner ul.subnav>li:not(:last-child):after {
    display: inline-block;
    content: "|";
    font-weight: bold;
    margin: 0 10px;
    color: #F4F5EC;
}

.site-header .top .inner ul.subnav>li>a {
    color: #F4F5EC;
    text-decoration: none;
}

.site-header .top .header-options-mobile {
    display: none;
}

.site-header .main {}

.site-header .main .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
}

.site-header .main .inner .social-icons {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: calc(100% / 3);
}

.site-header .main .inner a.logo img {
    display: block;
}

.site-header .main .inner .social-icons li {}

.site-header .main .inner .social-icons li:not(:last-child) {
    margin-right: 10px;
}

.site-header .main .inner .social-icons li a {
    color: #746F59;
}

.site-header .main .inner .header-options {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: calc(100% / 3);
}

.site-header .main .inner .header-options>li {}

.site-header .main .inner .header-options>li:first-child {
    margin-left: auto;
}

.site-header .main .inner .header-options>li:not(:last-child) {
    margin-right: 30px;
}

.site-header .main .inner .header-options>li>a {
    font-size: 16px;
    font-family: 'PT Serif', serif;
    text-decoration: none;
    color: #746F59;
}

.site-header .main .inner .header-options>li>a img {
    position: relative;
    top: 2px;
    margin-left: 5px;
}

#menu {
    display: none;
}

@media screen and (min-width: 789.2px) {
    .site-header .site-nav {
        background-color: #C0C2B1;
    }

    .site-header .site-nav .inner {}

    .site-header .site-nav .inner>ul {
        display: flex;
        justify-content: center;
        list-style-type: none;
        padding: 0;
        margin: 0;
        font-family: 'PT Serif', serif;
    }

    .site-header .site-nav .inner>ul>li {
        position: relative;
    }

    .site-header .site-nav .inner>ul>li>a {
        display: block;
        font-size: 18px;
        height: 60px;
        line-height: 60px;
        color: #26241D;
        text-decoration: none;
        padding: 0 15px;
    }

    .site-header .site-nav .inner ul>li:hover>a {
        text-decoration: underline;
    }

    .site-header .site-nav .inner ul>li.menu-item-has-children>a:after {
        display: inline-block;
        content: "";
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #26241D;
        position: relative;
        bottom: 3px;
        margin-left: 5px;
    }

    .site-header .site-nav .inner>ul>li>ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: 100;
        left: 0;
        list-style-type: none;
        padding: 20px 0;
        margin: 0;
        background-color: #fff;
        width: 300px;
        border-radius: 20px;
        -webkit-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
        -moz-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
        box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
        transform: scale(0.5);
        transition: all 0.3s ease;
    }

    .site-header .site-nav .inner>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .site-header .site-nav .inner>ul>li>ul>li {}

    .site-header .site-nav .inner>ul>li>ul>li>a {
        display: block;
        font-size: 18px;
        padding: 10px 15px;
        text-decoration: none;
        color: #26241D;
        transition: all 0.15s ease;
    }

    .site-header .site-nav .inner>ul>li>ul>li:hover>a {
        background-color: #F1F2EC;
        color: #746F59;
        text-decoration: none;
    }
}

@media screen and (max-width: 789px) {

    .site-header,
    .site-header.fixed {
        position: relative;
        top: unset;
    }

    .site-header .top {}

    .site-header .top .inner p.site-intro {
        display: none;
    }

    .site-header .top .inner ul.subnav {}

    .site-header .top .inner ul.subnav li:last-child {
        display: none;
    }

    .site-header .top .inner ul.subnav>li:nth-child(2):after {
        display: none;
    }

    .site-header .top .inner .header-options-mobile {
        display: flex;
        margin: 0 0 0 auto;
        align-items: center;
        list-style-type: none;
    }

    .site-header .top .inner .header-options-mobile>li>a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
    }

    .site-header .main .inner {
        height: 60px;
    }

    .site-header .main .inner .social-icons {
        display: none;
    }

    .site-header .main .inner a.logo img {
        max-width: 145px;
        height: auto;
    }

    .site-header .main .inner .header-options {
        display: none;
    }

    .site-header .site-nav {
        position: absolute;
        left: -100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
        padding: 20px 0;
        transition: all 0.25s ease;
        -webkit-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
        -moz-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
        box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    }

    .site-header .site-nav.open {
        left: 0;
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease;
    }

    .site-header .site-nav .inner {}

    .site-header .site-nav .inner>ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .site-header .site-nav .inner>ul>li {
        font-family: 'PT Serif', serif;
        font-size: 16px;
    }

    .site-header .site-nav .inner>ul>li>a {
        display: block;
        color: #746F59;
        line-height: 40px;
        height: 40px;
        text-decoration: none;
    }

    .site-header .site-nav .inner>ul>li>ul {
        list-style-type: none;
        padding: 0 0 0 5%;
        margin: 0;
    }

    .site-header .site-nav .inner>ul>li>ul>li {
        font-family: 'PT Serif', serif;
        font-size: 16px;
    }

    .site-header .site-nav .inner>ul>li>ul>li>a {
        display: block;
        color: #746F59;
        line-height: 40px;
        height: 40px;
        text-decoration: none;
    }

    #menu {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #menu strong {
        display: none;
    }

    #menu .int {
        position: relative;
        width: 24px;
        height: 15px;
    }

    #menu span {
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        background: #707070;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #menu span:first-child {
        top: 0;
    }

    #menu span:nth-child(2) {
        top: 50%;
    }

    #menu span:nth-child(3) {
        top: 100%;
    }

    #menu.open span:first-child {
        top: 50%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #menu.open span:nth-child(2) {
        opacity: 0;
    }

    #menu.open span:nth-child(3) {
        top: 50%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #menu.open {
        background: #fff;
    }
}


/* =our-products
-------------------------------------------------------------- */

.our-products {}

.our-products h2 {
    margin: 0 0 5px;
}


/* =front-page-hero
-------------------------------------------------------------- */

.front-page-hero {
    background-color: #000;
}

.front-page-hero>.inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 620px;
}

.front-page-hero>.inner h1 {
    max-width: 900px;
    color: #fff;
}

.front-page-hero>.inner p {
    max-width: 600px;
    color: #fff;
    margin: 0 0 40px;
}

.front-page-hero>.inner p.dwbutton:not(:last-child) {
    margin: 0 20px 0 0;
}

.front-page-hero>.inner p.dwbutton:last-child {
    margin: 0 0 0 0;
}

@media screen and (max-width: 789px) {
    .front-page-hero>.inner {
        height: auto;
        text-align: center;
        padding: 50px 0;
    }

    .front-page-hero>.inner>.buttons {
        justify-content: center;
    }
}


/* =slider-hero
-------------------------------------------------------------- */

.slider-hero {
    position: relative;
    background-color: #000;
}

.slider-hero .item {
    background-size: cover;
    background-position: center center;
}

.slider-hero .item:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #181D27;
    opacity: 0.5;
}

.slider-hero .item .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 20;
    height: 620px;
}

.slider-hero .item .inner h1 {
    max-width: 900px;
    color: #fff;
}

.slider-hero .item .inner p {
    max-width: 600px;
    color: #fff;
    margin: 0 0 40px;
}

.slider-hero .item .inner p.dwbutton:not(:last-child) {
    margin: 0 20px 0 0;
}

.slider-hero .item .inner p.dwbutton:last-child {
    margin: 0 0 0 0;
}

@media screen and (max-width: 789px) {
    .slider-hero .item .inner {
        height: auto;
        text-align: center;
        padding: 50px 0;
    }

    .slider-hero.category-hero .item .inner {
        height: 250px;
    }

    .slider-hero .item .inner>.buttons {
        justify-content: center;
    }
}

.slider-hero .owl-dots {
    display: flex;
    justify-content: center;
    margin: -15px 0 0 !important;
    position: relative;
    top: -30px;
}

.slider-hero .owl-theme .owl-dots .owl-dot:not(:last-child) {
    margin-right: 10px;
}

.slider-hero .owl-theme .owl-dots .owl-dot span {
    margin: 0 !important;
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.slider-hero .owl-theme .owl-dots .owl-dot.active span,
.slider-hero .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
    opacity: 1;
}

@media screen and (max-width: 789px) {
    .slider-hero .owl-dots {
        margin: -10px 0 0 !important;
        top: -20px;
    }

    .slider-hero .owl-theme .owl-dots .owl-dot:not(:last-child) {
        margin-right: 5px;
    }

    .slider-hero .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
}


/* =slider-hero-new
-------------------------------------------------------------- */

.slider-hero-new {
    position: relative;
    background-color: #000;
}

.slider-hero-new .item {
    background-size: cover;
    background-position: center center;
    height: 620px;
}

.slider-hero-new .item:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #181D27;
    opacity: 0.5;
}

.slider-hero-new .front-page-title.inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
    height: 620px;
    pointer-events: none;
}

.slider-hero-new .inner h1 {
    max-width: 900px;
    color: #fff;
}

.slider-hero-new .inner p {
    max-width: 600px;
    color: #fff;
    margin: 0 0 40px;
}

.slider-hero-new .inner p.dwbutton {
    pointer-events: all;
}

.slider-hero-new .inner p.dwbutton:not(:last-child) {
    margin: 0 20px 0 0;
}

.slider-hero-new .inner p.dwbutton:last-child {
    margin: 0 0 0 0;
}

@media screen and (max-width: 789px) {
    .slider-hero-new .item {
        height: 500px;
    }

    .slider-hero-new .front-page-title.inner {
        height: 500px;
        text-align: center;
        padding: 0;
    }

    .slider-hero-new .inner>.buttons {
        justify-content: center;
    }
}

.slider-hero-new .owl-dots {
    display: flex;
    justify-content: center;
    margin: -15px 0 0 !important;
    position: relative;
    top: -30px;
}

.slider-hero-new .owl-theme .owl-dots .owl-dot:not(:last-child) {
    margin-right: 10px;
}

.slider-hero-new .owl-theme .owl-dots .owl-dot span {
    margin: 0 !important;
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.slider-hero-new .owl-theme .owl-dots .owl-dot.active span,
.slider-hero-new .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
    opacity: 1;
}

@media screen and (max-width: 789px) {
    .slider-hero-new .owl-dots {
        margin: -10px 0 0 !important;
        top: -20px;
    }

    .slider-hero-new .owl-theme .owl-dots .owl-dot:not(:last-child) {
        margin-right: 5px;
    }

    .slider-hero-new .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
}

.green-dots .owl-dots {
    display: flex;
    justify-content: center;
    margin: 30px !important;
    position: relative;
}

.green-dots.owl-theme .owl-dots .owl-dot:not(:last-child) {
    margin-right: 10px;
}

.green-dots.owl-theme .owl-dots .owl-dot span {
    margin: 0 !important;
    width: 15px;
    height: 15px;
    background-color: #746F59;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.green-dots.owl-theme .owl-dots .owl-dot.active span,
.green-dots.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #746F59;
    opacity: 1;
}

@media screen and (max-width: 789px) {
    .green-dots.owl-theme {}

    .green-dots.owl-theme .owl-dots .owl-dot:not(:last-child) {
        margin-right: 5px;
    }

    .green-dots.owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
}

.white-dots .owl-dots {
    display: flex;
    justify-content: center;
    margin: 30px !important;
    position: relative;
}

.white-dots.owl-theme .owl-dots .owl-dot:not(:last-child) {
    margin-right: 10px;
}

.white-dots.owl-theme .owl-dots .owl-dot span {
    margin: 0 !important;
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.white-dots.owl-theme .owl-dots .owl-dot.active span,
.white-dots.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
    opacity: 1;
}

@media screen and (max-width: 789px) {
    .white-dots.owl-theme {}

    .white-dots.owl-theme .owl-dots .owl-dot:not(:last-child) {
        margin-right: 5px;
    }

    .white-dots.owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
}

.homepage-special-banner {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
}

.shop-page-banner {
    margin: 0 0 40px;
}

.shop-page-banner a {
    display: block;
}

.shop-page-banner a img {
    display: block;
}


/* =link-grid-container
-------------------------------------------------------------- */

@media screen and (min-width: 789.2px) {
    .link-grid-container {}

    .link-grid-container .link-grid {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .link-grid-container .link-grid .item {
        position: relative;
        background-color: #111;
        background-size: cover;
        background-position: center center;
    }

    /*
    .link-grid-container .link-grid .item:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .link-grid-container .link-grid .item:nth-child(2) {
        grid-column-start: 2;
        grid-column-end: 4;
    }
    .link-grid-container .link-grid .item:nth-child(3) {
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .link-grid-container .link-grid .item:nth-child(4) {
        grid-column-start: 2;
        grid-column-end: 4;
    }
    */
    .link-grid-container .link-grid .item:nth-child(1) {
        grid-row-start: 1;
        grid-row-end: 3;
    }

    .link-grid-container .link-grid .item:nth-child(2) {
        grid-column-start: 2;
        grid-column-end: 3;
    }

    .link-grid-container .link-grid .item:nth-child(3) {
        grid-column-start: 3;
        grid-column-end: 3;
    }

    .link-grid-container .link-grid .item:nth-child(4) {
        grid-column-start: 2;
        grid-column-end: 4;
    }

    .link-grid-container .link-grid .item img {
        display: block;
        max-width: 100%;
        height: auto;
        position: relative;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
    }

    .link-grid-container .link-grid .item:nth-child(4) img {
        max-width: calc(50% - 10px);
    }

    .link-grid-container .link-grid .item a {
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
        text-decoration: none;
    }

    .link-grid-container .link-grid .item a span.title {
        color: #fff;
        font-family: 'PT Serif', serif;
        font-size: 34px;
        margin: 0 20px 50px 40px;
    }
}

@media screen and (max-width: 1249px) {
    .link-grid-container .link-grid .item a span.title {
        color: #fff;
        font-family: 'PT Serif', serif;
        font-size: 24px;
        margin: 0 10px 30px 20px;
    }
}

@media screen and (max-width: 789px) {
    .link-grid-container .link-grid .item {
        position: relative;
        margin: 0 0 20px;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
    }

    .link-grid-container .link-grid .item img {
        display: block;
        width: 125%;
        height: auto;
        position: relative;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
    }

    .link-grid-container .link-grid .item a {
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
        text-decoration: none;
    }

    .link-grid-container .link-grid .item a span.title {
        color: #fff;
        font-family: 'PT Serif', serif;
        font-size: 30px;
        margin: 0 0 30px 30px;
    }
}


/* =news-feed
-------------------------------------------------------------- */

.news-feed {}

.news-feed .item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px 20px;
    border: 1px solid #E1E1E1;
    height: 100%;
    position: relative;
    left: 2px;
}

.news-feed .item h3 {
    margin: 0 0 5px;
    line-height: 1.2em !important;
}

.news-feed .item p.date {
    font-family: 'PT Serif', serif;
    font-weight: 700;
    color: #BAB97D;
}

.news-feed .item p.date:before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 20px;
    background-image: url(images/calendar.svg);
    background-size: cover;
    background-position: center center;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.news-feed .item p.dwbutton {
    margin: auto 0 0 0;
}


/*(1) owl-stage box*/

.news-feed.owl-carousel .owl-stage {
    display: flex;
}


/*(2) the direct div of each element in the owl carousel*/

.news-feed .article-items {
    height: 100%;
}


/* =shop-new
-------------------------------------------------------------- */

.parent-categories {}

.parent-categories>ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}

.parent-categories>ul>li {
    position: relative;
    width: calc((100% / 2) - (20px / 2));
}

@media screen and (max-width: 789px) {
    .parent-categories>ul>li {
        position: relative;
        width: 100%;
    }
}

.parent-categories>ul>li>a {
    display: block;
}

.parent-categories>ul>li>a>img {
    display: block;
    width: 100%;
    height: auto;
}

.parent-categories>ul>li>a>span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    background-color: rgba(24, 29, 39, 0.65);
    box-sizing: border-box;
    color: #fff;
    font-family: 'PT Serif', serif;
    font-size: 30px;
}

@media screen and (max-width: 789px) {
    .parent-categories>ul>li>a>span {
        font-size: 24px;
    }
}

.products-feed .owl-stage {
    display: flex;
}

.products-feed .owl-item {
    padding-left: 2px;
}

.products-feed .item {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    height: 100%;
    box-sizing: border-box;
}

.products-feed .item>a {
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
}

.products-feed .item>a>img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 1em;
}

.products-feed .item>a>h3 {
    font-size: 25px;
    margin: 0 0 10px;
}

.products-feed .item>a>p {
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
}

.products-feed .item>a>p del {
    color: #C1C1C1;
    font-weight: 400;
    margin-right: 10px;
}


/* =products-from-category-feed
-------------------------------------------------------------- */

.products-from-category-feed {
    margin-top: 70px;
}

.products-from-category-feed .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
}

.products-from-category-feed .title>* {
    margin: 0;
}

.products-from-category-feed .title>p {
    font-size: 16px;
}

.products-from-category-feed .title>p>a {
    font-weight: bold;
}


/* =testimonials-slider
-------------------------------------------------------------- */

.testimonials-slider {}

.testimonials-slider .item {}

.testimonials-slider .item p {
    font-family: 'PT Serif', serif;
    color: #DCDED0;
    font-size: 30px;
    font-style: italic;
    text-align: center;
}

.testimonials-slider .item p:last-child {
    margin: 0;
}

.testimonials-slider .item p.cite {
    font-size: 20px;
}

@media screen and (max-width: 789px) {
    .testimonials-slider .item p {
        font-size: 20px;
    }

    .testimonials-slider .item p.cite {
        font-size: 14px;
    }
}


/* =page-hero
-------------------------------------------------------------- */

.page-hero {
    position: relative;
    background-color: #746F59;
    background-size: cover;
    background-position: center center;
}

.page-hero:before {
    content: "";
    display: block;
    background: #181D27;
    opacity: 0.35;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.page-hero>.inner {
    display: flex;
    align-items: center;
    height: 500px;
    position: relative;
    z-index: 20;
}

.page-hero.small>.inner {
    max-height: 300px;
}

.page-hero>.inner h1 {
    color: #fff;
}

.page-hero.shop-hero>.inner {
    height: 350px;
}

@media screen and (max-width: 789px) {
    .page-hero>.inner {
        height: 275px;
    }

    .page-hero.shop-hero>.inner {
        height: 275px;
    }
}


/* =page-intro
-------------------------------------------------------------- */

.page-intro {
    padding: 100px 0;
    background-color: #746F59;
}

.page-intro p {
    color: #fff;
    font-size: 24px;
    text-align: center;
}

@media screen and (max-width: 789px) {
    .page-intro {
        padding: 50px 0;
    }

    .page-intro p {
        font-size: 18px;
    }
}


/* =page-hero-slider
-------------------------------------------------------------- */

.slider-hero .page-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.slider-hero .page-title .content {
    max-width: 900px;
    text-align: center;
}

.slider-hero .page-title .content h1 {
    color: #fff;
}

.slider-hero .page-title .content h1:after {
    display: block;
    content: "";
    margin: 25px auto;
    height: 1px;
    background-color: #fff;
    opacity: 0.4;
    max-width: 150px;
}

.slider-hero .page-title .content p {
    color: #fff;
    max-width: 600px;
}


/* =category-page-intro
-------------------------------------------------------------- */

.category-page-intro {
    display: flex;
    flex-wrap: wrap;
}

.category-page-intro .text {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(100% / 3);
    height: 500px;
    padding: 50px;
}

.category-page-intro .text h4 {
    color: #fff;
    margin: 0 0 80px;
}

.category-page-intro .text img {
    display: block;
    margin: 0 auto 35px;
    max-width: 100%;
    height: auto;
}

.category-page-intro .text p.page-title {
    text-align: center;
    margin: 0;
}

.category-page-intro .text p.page-title span {
    display: inline-block;
    font-family: 'PT Serif', serif;
    font-style: italic;
    background-color: rgba(255, 255, 255, 0.65);
    font-size: 34px;
    color: #0C1B33;
    padding: 10px 30px;
}

.category-page-intro .image {
    width: calc((100% / 3) * 2);
    height: 500px;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 1249px) {
    .category-page-intro .text {
        width: 50%;
    }

    .category-page-intro .image {
        width: 50%;
    }
}

@media screen and (max-width: 789px) {
    .category-page-intro .text {
        width: 100%;
        padding: 30px 5% 50px;
        height: auto;
    }

    .category-page-intro .text h4 {
        font-size: 24px;
        margin: 0 0 45px;
    }

    .category-page-intro .text img {
        margin: 0 auto 30px;
        max-width: 70%;
    }

    .category-page-intro .text p.page-title span {
        font-size: 24px;
    }

    .category-page-intro .image {
        width: 100%;
        height: 200px;
    }
}


/* =category-image-loop
-------------------------------------------------------------- */

.category-image-loop {
    display: flex;
    flex-wrap: wrap;
}

.category-image-loop .item {
    position: relative;
    width: calc(100% / 3);
    background-position: center center;
    background-size: cover;
    order: 4;
}

.category-image-loop .item:nth-child(2) {
    order: 1;
}

.category-image-loop .item:nth-child(3) {
    order: 2;
}

.category-image-loop .item a {
    display: block;
}

.category-image-loop .item a img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
}

@media screen and (min-width: 789.2px) {
    .category-image-loop .item a .text {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(24, 29, 39, 0.5);
        opacity: 0;
        transform: scale(0.5);
        transform-origin: center center;
        transition: all 0.3s ease;
    }

    .category-image-loop .item a:hover .text {
        opacity: 1;
        transform: scale(1);
        transform-origin: center center;
    }
}

.category-image-loop .item a .text h4 {
    color: #fff;
    line-height: 1.2em !important;
    margin: 0;
    text-align: center;
    padding: 0 5%;
}

.category-image-loop .item.text-content {
    order: 3;
    opacity: 0.90;
}

.category-image-loop .item.text-content .info {
    display: block;
    padding: 50px;
    color: #fff;
}

.category-image-loop .item.text-content .info h4 {
    color: #fff;
}

.category-image-loop .item.text-content .info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.category-image-loop .item.text-content .info ul li {
    margin: 0 0 7.5px;
}

.category-image-loop .item.text-content .info ul li:last-child {
    font-size: 16px;
}

@media screen and (max-width: 1249px) {
    .category-image-loop .item {
        width: 50%;
    }

    .category-image-loop .item.text-content {
        width: 100%;
        order: 1;
    }
}

@media screen and (max-width: 789px) {
    .category-image-loop .item {
        width: 100%;
    }

    .category-image-loop .item.text-content img {
        display: none;
    }

    .category-image-loop .item.text-content {
        width: 100%;
        order: 1;
    }

    .category-image-loop .item.text-content .info {
        display: block;
        position: relative;
        padding: 30px 5% 30px;
    }

    .category-image-loop .item.text-content .info h4 {
        font-size: 24px;
    }

    .category-image-loop .item.text-content .info ul li:last-child {
        font-size: 12px;
    }

    .category-image-loop .item a .text {
        opacity: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 90%;
        padding: 20px 5%;
        background-color: rgba(24, 29, 39, 0.5);
    }

    .category-image-loop .item a .text h4 {
        line-height: 1.2em !important;
    }
}


/* =products archive
-------------------------------------------------------------- */

.page-details {
    min-height: 50px;
}

.shop-archive-container {
    display: flex;
    gap: 30px;
}

.shop-archive-container .shop-archive-sidebar {
    width: 22.5%;
}

.shop-archive-container .shop-archive-sidebar>ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.shop-archive-container .shop-archive-sidebar ul li a {
    position: relative;
    border-top: 1px solid #e1e1e1;
}

.shop-archive-container .shop-archive-sidebar>ul>li:last-child>a {
    /* border-bottom: 1px solid #e1e1e1; */
}

.shop-archive-container .shop-archive-sidebar>ul>li>a {
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    font-size: 16px;
}

.shop-archive-container .shop-archive-sidebar>ul>li>a:hover {
    text-decoration: underline;
}

.shop-archive-container .shop-archive-sidebar>ul>li>ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
}

.shop-archive-container .shop-archive-sidebar>ul>li>ul>li {
    position: relative;
}

.shop-archive-container .shop-archive-sidebar ul.children li a:before {
    display: inline-block;
    content: "-";
    margin-right: 10px;
}

.shop-archive-container .shop-archive-sidebar>ul>li>ul>li>a {
    display: block;
    padding: 15px 15px 15px 25px;
    text-decoration: none;
    font-size: 16px;
}

.shop-archive-container .shop-archive-sidebar>ul>li>ul>li>a:hover {
    text-decoration: underline;
}

.shop-archive-container .shop-archive-sidebar>ul>li>ul>li>ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.shop-archive-container .shop-archive-sidebar>ul>li>ul>li>ul>li {
    position: relative;
}

.shop-archive-container .shop-archive-sidebar>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 15px 15px 15px 35px;
    text-decoration: none;
    font-size: 16px;
}

.shop-archive-container .shop-archive-sidebar>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline;
}

.shop-archive-container .shop-archive-products {
    width: 77.5%;
}

.shop-archive-container .shop-archive-sidebar ul {}

.shop-archive-container .shop-archive-sidebar ul>li.cat-item {
    position: relative;
}

.shop-archive-container .shop-archive-sidebar ul>li.cat-item>span.toggle-sub-cats {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px;
    height: 55px;
    background-image: url('images/toggle-sub-cats.svg');
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
}


/*
.shop-archive-container .shop-archive-sidebar>ul>li>ul>li:before {
    content: "-";
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
*/


/*
.shop-archive-container .shop-archive-sidebar>ul>li>ul>li:after {
    position: relative;
    display: block;
    content: "";
    width: calc(100% - 30px);
    left: 15px;
    height: 1px;
    background-color: #E1E1E1;
}
*/

@media screen and (max-width: 789px) {
    .shop-archive-container {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .shop-archive-container .shop-archive-sidebar {
        width: 100%;
    }

    .shop-archive-container .shop-archive-products {
        width: 100%;
    }
}

ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

ul.products:before {
    display: none !important;
}

ul.products:after {
    display: none !important;
}

ul.products li.product {
    display: flex;
    width: calc((100% / 3) - (40px / 3)) !important;
    margin: 0 !important;
}

ul.products li.product .single-product-wrap {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #E1E1E1;
}

ul.products li.product .single-product-wrap>a {
    padding: 20px;
    height: 100%;
}

ul.products li.product .single-product-wrap a img {
    background-color: #f5f5f5;
}

ul.products li.product .single-product-wrap a h2 {
    font-size: 25px !important;
    line-height: 1.2em !important;
    text-transform: capitalize;
    margin: 0 0 10px !important;
    padding: 0 !important;
}

ul.products li.product .price {
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 700 !important;
}

.woocommerce ul.products li.product .price del {
    opacity: 1 !important;
    color: #C1C1C1 !important;
    font-weight: 400 !important;
    margin-right: 10px !important;
}

ul.products li.product .button {
    display: none;
    margin: auto 20px 20px !important;
}

.woocommerce nav.woocommerce-pagination ul {
    margin: 20px 0 0;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 1px solid #D8D8D8;
    margin: 0 5px;
}

.woocommerce nav.woocommerce-pagination ul li a {
    font-weight: 700;
    color: #000;
}

.woocommerce ul.products li.product .onsale {
    top: 30px;
    right: 30px;
    margin: 0;
    border-radius: 0;
    background-color: #746F59;
    color: #fff;
    padding: 10px 15px;
    min-height: auto;
    min-width: auto;
    font-size: 18px;
    line-height: 1.2em !important;
}

@media screen and (max-width: 1249px) {
    ul.products {
        gap: 10px;
    }

    ul.products li.product {
        display: flex;
        width: calc((100% / 2) - (10px / 2)) !important;
        margin: 0 !important;
    }

    ul.products li.product .single-product-wrap>a {
        padding: 10px;
    }

    ul.products li.product .single-product-wrap a h2 {
        font-size: 20px !important;
    }

    .woocommerce ul.products li.product .onsale {
        top: 20px;
        right: 20px;
        font-size: 14px;
    }

    ul.products li.product .price {
        font-size: 16px !important;
    }
}


/* =basket
-------------------------------------------------------------- */

table.shop_table.woocommerce-cart-form__contents thead {
    background: #DCDED0;
}

table.shop_table.woocommerce-cart-form__contents thead tr th {
    height: 70px;
    font-family: 'PT Serif', serif;
    font-weight: 400 !important;
    color: #746F59;
    padding: 0 10px;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td {
    padding: 15px 10px;
}


/* =checkout
-------------------------------------------------------------- */

.woocommerce ul#shipping_method li input {
    margin-top: 10px;
}

.woocommerce-checkout #payment {
    padding: 10px;
}

.woocommerce-checkout #payment div.form-row {
    padding: 0;
}


/* =woocommerce buttons
-------------------------------------------------------------- */

.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
    background: #fff !important;
    background-color: #fff !important;
    border-color: #fff !important;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    -moz-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    transform: scale(1.05);
}

.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
    background: #fff !important;
    background-color: #fff !important;
    border-color: #fff !important;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    -moz-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    transform: scale(1.05);
}

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
    font-family: 'PT Sans', sans-serif !important;
    background: #DCDED0 !important;
    background-color: #DCDED0 !important;
    color: #746F59 !important;
    text-shadow: transparent !important;
    box-shadow: none;
    border-color: #DCDED0 !important;
    border-radius: 0 !important;
    padding: 0 20px !important;
    height: 60px !important;
    line-height: 60px !important;
    font-size: 20px !important;
    transition: all 0.3s ease;
}

.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
    background: #fff !important;
    background-color: #fff !important;
    border-color: #fff !important;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    -moz-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    transform: scale(1.05);
}

input.input-text {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 20px !important;
    padding: 0 5px !important;
    height: 40px;
}

input.input-text#coupon_code {
    padding: 0 20px !important;
    height: 60px;
}

@media screen and (min-width: 768px) {
    input.input-text#coupon_code {
        width: auto !important;
    }
}

p.woocommerce-result-count {
    margin: 0 !important;
}

select.orderby {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 20px;
    border: none;
    background-color: #DCDED0;
    padding: 3px 5px;
}

@media screen and (max-width: 789px) {
    select.orderby {
        font-size: 14px;
    }
}

/* Quantity Input Field */
.woocommerce div.quantity .qty {
    width: 50px; /* Adjust the width to match button height */
    height: 60px; /* Same height as buttons */
    padding: 0 10px; /* Add padding for spacing */
    border: 1px solid #ddd; /* Border styling */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Adjust font size */
    text-align: center; /* Center text */
    box-sizing: border-box; /* Include padding in width/height */
    margin-right: 10px; /* Space between input and buttons */
}

/* Adjust Quantity Buttons (if necessary) */
.woocommerce div.quantity .minus,
.woocommerce div.quantity .plus {
    height: 40px; /* Match the height */
    padding: 0 15px; /* Adjust padding for buttons */
    border: 1px solid #ddd; /* Border styling */
    background-color: #333; /* Button background color */
    color: #fff; /* Button text color */
    border-radius: 5px; /* Rounded corners */
    text-align: center;
    line-height: 40px; /* Center text vertically */
    cursor: pointer;
}

.woocommerce div.quantity .minus:hover,
.woocommerce div.quantity .plus:hover {
    background-color: #555; /* Hover effect */
}



/* =posts-container
-------------------------------------------------------------- */

.posts-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.posts-container>.item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: calc((100% / 2) - (20px / 2));
    border: 1px solid #E1E1E1;
}

.posts-container>.item>.post-content {
    padding: 20px;
}

.posts-container>.item>a.image {
    display: block;
}

.posts-container>.item>a.image>img {
    display: block;
    width: 100%;
    height: auto;
}

.posts-container>.item>.post-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.posts-container>.item>.post-content>.post-meta p {
    font-family: 'PT Serif', serif;
    font-weight: 700;
    color: #BAB97D;
    margin: 0;
}

.posts-container>.item>.post-content>.post-meta p:before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 20px;
    background-image: url(images/calendar.svg);
    background-size: cover;
    background-position: center center;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.posts-container>.item>.post-content>h3 {
    margin: 0 0 20px;
    line-height: 1.2em !important;
}

.posts-container>.item>.post-content>h3>a {
    text-decoration: none;
}

.posts-container>.item>.post-content>.dwbutton {
    margin: auto 0 0 0;
}

@media screen and (max-width: 1049px) {
    .posts-container {}

    .posts-container>.item {
        width: 100%;
    }
}


/* =single-review
-------------------------------------------------------------- */

.single-review {
    padding: 40px 20px;
    margin: 0 0 20px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    -moz-box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
    box-shadow: 0px 3px 20px 0px rgba(116, 111, 89, 0.20);
}

.single-review:nth-child(even) {
    border: 1px solid #746F59;
    background-color: #746F59;
    color: #fff;
}

.single-review p:last-child {
    margin: 0;
}

.single-review p {
    font-style: italic;
}

.single-review p.cite {
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
}


/* =about-us
-------------------------------------------------------------- */

.full-width-gallery {}

.full-width-gallery>ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.full-width-gallery>ul>li {
    width: 50%;
    max-height: 500px;
}

.full-width-gallery>ul>li>a {
    display: block;
    height: 100%;
}

.full-width-gallery>ul>li>a>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 789px) {
    .full-width-gallery>ul>li {
        width: 100%;
    }
}


/* =cafe
-------------------------------------------------------------- */

.image-text-rows {}

.image-text-rows .row {
    display: flex;
    flex-wrap: wrap;
}

.image-text-rows .row.reverse {
    flex-direction: row-reverse;
}

.image-text-rows .row .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 50%;
    padding: 5%;
    background-color: #fff;
}

.image-text-rows .row .text.alt {
    background-color: #C0C2B1;
}

.image-text-rows .row .text.no-padding {
    padding: 0;
}

.image-text-rows .row .text>*:last-child {
    margin: 0;
}

.image-text-rows .row .text>.dwbutton:last-child {
    margin: 20px 0 0 0;
}

.image-text-rows .row .text ul {
    margin: 0 0 20px !important;
}

.image-text-rows .row .text ul li strong {
    display: inline-block;
    min-width: 110px;
}

.image-text-rows .row img {
    display: block;
    width: 50%;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width: 1049px) {

    .image-text-rows .row,
    .image-text-rows .row.reverse {
        flex-direction: column-reverse;
    }

    .image-text-rows .row .text {
        width: 100%;
    }

    .image-text-rows .row img {
        width: 100%;
    }
}


/* =contact-us
-------------------------------------------------------------- */

.group-contact {
    display: flex;
    flex-wrap: wrap;
}

.group-contact>.item {
    width: 50%;
    padding: 5%;
    box-sizing: border-box;
}

.group-contact>.item>p:last-child {
    margin: 0;
}

.group-contact>.item:nth-child(1) ul {
    list-style-type: none;
    padding: 0;
}

.group-contact>.item:nth-child(1) ul li a {
    font-weight: bold;
}

.group-contact>.item:nth-child(2) {
    background-color: #746F59;
    color: #fff;
}

.group-contact>.item:nth-child(2) h2 {
    color: #fff;
}

.group-contact>.item:nth-child(2) h3 {
    color: #fff;
}

.wpforms-form input {
    font-family: 'PT Sans', sans-serif !important;
    border: none !important;
    font-size: 20px !important;
    padding: 10px 20px !important;
    height: auto !important;
    border-radius: 0 !important;
}

.wpforms-form textarea {
    font-family: 'PT Sans', sans-serif !important;
    border: none !important;
    font-size: 20px !important;
    padding: 10px 20px !important;
    border-radius: 0 !important;
}

@media screen and (max-width: 789px) {
    .group-contact>.item {
        width: 100%;
    }

    .wpforms-form input {
        font-size: 16px !important;
        padding: 10px 15px !important;
    }

    .wpforms-form textarea {
        font-size: 16px !important;
        padding: 10px 15px !important;
    }

    .wpforms-field-container .wpforms-field:first-child {
        padding-top: 0 !important;
    }
}

/* =modal
-------------------------------------------------------------- */

.dwmodal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(24, 29, 39, 0.5);
    z-index: 500;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.dwmodal div.wpforms-container-full,
.dwmodal div.wpforms-container-full .wpforms-form * {
    visibility: hidden !important;
}

.dwmodal.open {
    visibility: visible;
    opacity: 1;
}

.dwmodal.open div.wpforms-container-full,
.dwmodal.open div.wpforms-container-full .wpforms-form * {
    visibility: visible !important;
}

.dwmodal .dwmodal-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.dwmodal .dwmodal-inner .the-modal {
    position: relative;
    max-height: 90vh;
    width: 90%;
    max-width: 720px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 15px;
    transform: scale(1.2);
    transition: all 0.5s ease;
}

.dwmodal.open .dwmodal-inner .the-modal {
    transform: scale(1);
}

.dwmodal .dwmodal-inner .the-modal .heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 40px;
    background-color: #C0C2B1;
}

.dwmodal .dwmodal-inner .the-modal .heading h4 {
    position: relative;
    margin: 0;
    color: #fff;
}

.dwmodal .dwmodal-inner .the-modal .heading .close {
    margin: 0;
    padding: 0;
    text-decoration: none;
    padding: 5px 12.5px;
    color: #fff;
    font-size: 20px;
}

.dwmodal .dwmodal-inner .the-modal .contents {
    padding: 40px;
}

/* =table css
-------------------------------------------------------------- */

/* CSS Snippet For Responsive Table - Basic */

table.opening-hours-table * {
    box-sizing: border-box;
}

table.opening-hours-table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    background-color: transparent;
    /* Change the background-color of table here */
    text-align: left;
    /* Change the text-alignment of table here */
}

table.opening-hours-table th {
    font-weight: bold;
    border: 1px solid #746F59;
    background-color: #746F59;
    color: #fff;
    /* Change the border-color of heading here */
    padding: 10px;
}

table.opening-hours-table tr.closed {
    background-color: #eee;
}

table.opening-hours-table td {
    border: 1px solid #746F59;
    padding: 10px;
    /* Change the border-color of cells here */
}

/* =footer
-------------------------------------------------------------- */

footer.site-footer {
    background-color: #F4F5EC;
}

footer.site-footer .top {}

footer.site-footer .top .inner {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #DCDED0;
    padding: 70px 0;
}

footer.site-footer .top .inner img {
    display: block;
    max-width: 80%;
    height: auto;
}

@media screen and (max-width: 789px) {
    footer.site-footer .top .inner {
        padding: 40px 0;
    }
}

footer.site-footer .main {
    padding: 50px 0 110px;
}

@media screen and (max-width: 789px) {
    footer.site-footer .main {
        padding: 30px 0 60px;
    }
}

footer.site-footer .main .cols {
    display: flex;
    flex-wrap: wrap;
}

footer.site-footer .main .cols .col:not(:last-child) {
    width: 25.423728813559322%;
    margin-right: 50px;
}

footer.site-footer .main .cols .col:last-child {
    width: 32.20338983050847%;
    margin: 0 0 0 auto;
}

@media screen and (max-width: 789px) {
    footer.site-footer .main .cols .col:not(:last-child) {
        width: 100%;
        margin-right: 0;
    }

    footer.site-footer .main .cols .col:last-child {
        width: 100%;
        margin: 0;
    }
}

footer.site-footer .main .cols .col:last-child h3 {
    opacity: 0;
}

@media screen and (max-width: 789px) {
    footer.site-footer .main .cols .col:last-child h3 {
        opacity: 1;
    }
}

footer.site-footer .main .cols .col p {
    font-family: 'PT Serif', serif;
    font-size: 16px;
    line-height: 30px;
}

@media screen and (max-width: 789px) {
    footer.site-footer .main .cols .col p {
        font-size: 14px;
        line-height: 24px;
    }
}

footer.site-footer .main .col ul.contact-methods {
    font-family: 'PT Serif', serif;
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
}

footer.site-footer .main .col ul.contact-methods li {
    font-size: 16px;
    line-height: 30px;
}

@media screen and (max-width: 789px) {
    footer.site-footer .main .col ul.contact-methods li {
        font-size: 14px;
        line-height: 30px;
    }
}

footer.site-footer .main .col ul.contact-methods li a {
    color: #746F59;
}

footer.site-footer .main .col ul.contact-methods li span {
    margin: 0 10px 0 0;
    width: 21px;
    display: inline-flex;
    justify-content: center;
}

footer.site-footer .main .col ul.contact-methods li span img {
    position: relative;
    top: 3px;
}

footer.site-footer .main .col .social-icons {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer.site-footer .main .col .social-icons li {
    font-size: 18px;
}

footer.site-footer .main .col .social-icons li:not(:last-child) {
    margin-right: 10px;
}

footer.site-footer .main .col .social-icons li a {
    color: #746F59;
}

footer.site-footer .disclaimer {
    padding: 40px 0;
}

footer.site-footer .disclaimer .inner {
    display: flex;
    justify-content: flex-end;
}

footer.site-footer .disclaimer .inner p {
    font-family: 'PT Serif', serif;
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

footer.site-footer .disclaimer .inner p span {
    margin: 0 10px;
}

footer.site-footer .disclaimer .inner p a {
    color: #746F59;
}

@media screen and (max-width: 789px) {
    footer.site-footer .disclaimer .inner p {
        font-size: 12px;
        text-align: center;
    }
}

#wcal_gdpr_message_block {
    display: block;
}