@charset "UTF-8";
@import url("fonts.rtl.css");
@import url("variables.rtl.css");
@import url("core.css");


@import url("layouts.css");
 


/* ============================================================================================================== */
/*
 * 1. GLOBAL css
 */
/* ------------------------------------------------------------------ */


/* GLOBAL */
/* ------------------------------------------------------------- */

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: var(--global-txt-font);
    font-weight: 300; 
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:"wdth" 75;
}


h1, h2, h3, h4, h5, h6 {
    font-family: var(--global-headers-font);
    font-weight: 900;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.h1,
h1 {
  font-size: calc(2.975rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 3.1rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 3.9rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 3.6rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 2rem;
  }
}
.h5,
h5 {
  font-size: 1.5rem;
}
.h6,
h6 {
  font-size: 1.25rem;
}

span{
    /* color:rgb(130, 184, 255); */
    font-weight: 600;
}
/* END GLOBAL */
/* ------------------------------------------------------------- */


@media (min-width: 1200px) {
    .primary-menu-inner {
        width: 100%;
        max-width: 1570px;
        padding: 27px 0;
    }

    #pr-nav.navbar-fixed .primary-menu-inner {
        padding: 15px 0;
        transition: all 100ms;
    }
}

/* Header title on inner pages */
h1.header-title {
    color: var(--header-title-txt-color);
    font-family: var(--header-title-font), serif;
    font-size: var(--header-title-f-size);
    font-weight: var(--header-title-f-weight);
    text-transform: var(--header-title-text-transform);
    letter-spacing: var(--header-title-letter-spacing);
    text-align: center;
    line-height: 1.6;
    margin: 0;
}

/* --------------- */
/* Top menu links style */
.navbar-dark .navbar-nav .nav-link {
    font-size: var(--header-menu-f-size);
    font-weight: var(--header-menu-f-weight);
    font-family: var(--header-menu-font), serif;
    text-transform: var(--header-menu-text-transform);
    letter-spacing: var(--header-menu-letter-spacing);
    border-radius: 0;
    line-height: 1.5;
}

.primary-menu .dropdown-item,
.primary-menu.navbar .dropdown-menu .nav-item .dropdown-toggle {
    font-family: var(--header-menu-dropdown-item-font), serif;
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #fff;
}
.dropdown-toggle{
    cursor:pointer;
}
/* Dropdown menu. Desktop. */
@media (min-width: 1200px) {
    .dropdown-menu {
        background-color: #fff;
        border: none;
        /*noinspection CssNonIntegerLengthInPixels*/
        box-shadow: 0 7px 14px 0.36px rgba(0, 0, 0, .04);
        border-radius: var(--header-menu-dropdown-border-radius);
        padding: var(--header-menu-dropdown-paddings);
    }

    /* Current page of dropdown menu */
    .dropdown-menu .current-menu-item .dropdown-item {
        color: var(--accent-color);
    }

    .primary-menu .dropdown-item,
    .primary-menu.navbar .dropdown-menu .nav-item .dropdown-toggle {
        color: var(--header-menu-dropdown-item-txt-color);
        font-size: var(--header-menu-dropdown-item-f-size);
        font-weight: var(--header-menu-dropdown-item-f-weight);
        padding: var(--header-menu-dropdown-item-paddings);
        text-transform: var(--header-menu-dropdown-item-text-transform);
        letter-spacing: var(--header-menu-dropdown-item-letter-spacing);
        border-radius: 0;
        line-height: 1.5;
        transition: all 0s;
    }

    /* Hover on dropdown menu item */
    .dropdown-item:hover,
    .dropdown-item:active,
    .primary-menu.navbar .dropdown-menu .nav-item .dropdown-toggle.nav-link:hover,
    .primary-menu.navbar .dropdown-menu .nav-item .dropdown-toggle.nav-link:hover::after,
    .primary-menu.navbar .dropdown-menu .nav-item.f-drop-tr-open .dropdown-toggle.nav-link,
    .primary-menu.navbar .dropdown-menu .nav-item.f-drop-tr-open .dropdown-toggle.nav-link::after {
        background-color: transparent;
        color: var(--header-menu-dropdown-item-txt-color-hover) !important;
    }

    .primary-menu.navbar .dropdown-menu .nav-item .dropdown-toggle.nav-link,
    .primary-menu.navbar .dropdown-menu .nav-item .dropdown-toggle.nav-link::after {
        color: var(--header-menu-dropdown-item-txt-color) !important;
    }

    .dropdown-item > span {
        padding: 3px 0;
    }
}

.primary-menu .dropdown-toggle::after {
    color: var(--accent-color);
}
/* header nav */
.header-nav-txt-second-desktop {
    --mobile-menu-header-bg-color: black;
    --mobile-menu-txt-color: white;
    --mobile-menu-bg-color: black;
}

.header-nav-txt-inner-desktop {
    --mobile-menu-header-bg-color: black;
    --mobile-menu-txt-color: white;
    --mobile-menu-bg-color: black;
}

.header-nav-txt-second-desktop {
  
    --header-menu-txt-color-first: var(--header-menu-txt-color-second);
    --mobile-menu-header-txt-color: var(--header-menu-txt-color-second);
}

.header-nav-txt-inner-desktop {
    --header-menu-txt-color-first: var(--header-menu-txt-color-inner);
    --mobile-menu-header-txt-color: var(--header-menu-txt-color-inner);
}

#pr-nav.header-nav-txt-first-desktop.navbar-fixed {
    background: var(--header-menu-sticky-bg-color-first);
}

#pr-nav.header-nav-txt-second-desktop.navbar-fixed {
    background: var(--header-menu-sticky-bg-color-second);
}

#pr-nav.header-nav-txt-inner-desktop.navbar-fixed {
    background: var(--header-menu-sticky-bg-color-inner);
}


/* --------------- */
/* Header CTA button */
#pr-nav .header-cta .elementor-button {
    color: var(--header-cta-txt-color);
    font-size: var(--header-cta-f-size);
    font-weight: var(--header-cta-f-weight);
    font-family: var(--header-cta-font), serif;
    background: var(--header-cta-bg-color);
    border: var(--header-cta-border);
    border-radius: var(--header-cta-border-radius);
    padding: var(--header-cta-paddings);
}

#pr-nav .header-cta .elementor-button:hover {
    color: var(--header-cta-txt-color-hover);
    background: var(--header-cta-bg-color-hover);
    border: var(--header-cta-border-hover);
}


/* Mobile dropdown */
@media (max-width: 1199px) {
    :root {
        --header-cta-paddings: 15px 22px;
    }

    .dropdown-toggle {
        pointer-events: none;
    }

    .dropdown-toggle span {
        pointer-events: all;
    }

    .dropdown-toggle::after {
        pointer-events: all;
        border: none;
        left: unset;
        width: 34px;
        height: 34px;
        line-height: 28px;
        text-align: center;
        font-size: 34px;
        content: "+";
        font-family: sans-serif;
        font-weight: 300;
        right: 0;
        top: 0;
        transform: none;
        position: absolute;
        padding: 34px;
        margin: 0;
        display: flex;
        align-items: center;
        vertical-align: unset;
        justify-content: center;
        border-left: 1px solid var(--mobile-menu-border-color);
        border-right: 1px solid var(--mobile-menu-border-color);
    }

    .dropdown:hover > .dropdown-toggle::after {
        transform: none;
    }

    .primary-menu .dropdown-toggle::after {
        color: var(--mobile-menu-dropdown-icon-color);
    }

    .primary-menu .navbar-collapse .navbar-nav .nav-link,
    .primary-menu .dropdown-menu .dropdown-item {
        display: flex;
        border-top: 1px solid var(--mobile-menu-border-color);
        padding: 0;
        justify-content: center;
        position: relative;
    }
  

    .navbar-dark .navbar-nav .nav-item span {
        padding: 20px 0;
        width: 100%;
    }

    .primary-menu .dropdown-menu .dropdown-item {
        color: var(--mobile-menu-txt-color);
    }

    .primary-menu .dropdown-menu .current_page_item .dropdown-item {
        color: var(--accent-color);
    }

    #primary-menu,
    .navbar-dark .navbar-nav .nav-link {
        font-size: 18px;
        text-transform: none;
    }

    /* Mobile menu */
    #pr-nav {
        background: var(--mobile-menu-header-bg-color);
        border-bottom: var(--mobile-menu-header-border-bottom);
    }

    #pr-nav .custom-logo-link h5 {
        transition: color 500ms;
        color: var(--mobile-menu-header-txt-color);
    }

    #pr-nav .animated-icon1 span {
        background: var(--mobile-menu-header-txt-color);
    }

    /* Mobile menu - opened */
    #pr-nav.open-pr-nav-bg {
        background: var(--mobile-menu-bg-color);
    }

    #pr-nav.open-pr-nav-bg .custom-logo-link h5 {
        color: var(--mobile-menu-txt-color);
    }

    #pr-nav.open-pr-nav-bg .animated-icon1 span {
        background: var(--mobile-menu-txt-color);
    }
}

/*
 * 3. GLOBAL COLORS
 */

h1 {
    color: var(--global-txt-color);
}

/* Uses theme customizer's color */
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active
{
    color: var(--accent-color);
}

/* Hover light */
.cart-contents:hover svg,
.magic-search .input-field:hover svg.search-icon,
.footer-menu li a:hover,
.post-meta a:hover,
.entry-categories-inner a:hover,
.header-info a:hover {
    color: var(--accent-color) !important;
}

.header-info a {
    color: var(--global-txt-color);
}

.entry-categories-inner a {
    color: var(--accent-color);
}

#site-footer .widget-content .search-form .search-field{
    background: transparent;
    border-color: var(--widget-field-border-color);
}

#site-footer .widget-content .search-form .search-field,
#site-footer .widget-content .search-form .search-submit {
    height: 45px;
}

#site-footer .tagcloud a,
#site-footer .tagged_as a {
    color: var(--global-txt-color);
    border: 1px solid var(--global-border-color);
}

#site-footer .comment-author-link a {
    color: var(--global-txt-color);
    border: none;
    background: transparent;
    padding: 0 !important;
}

#site-footer .product_list_widget li a {
    color: var(--global-txt-color);
}

#site-footer .recentcomments {
    margin-bottom: 1rem;
}

#site-footer .product_list_widget li a:hover,
#site-footer .comment-author-link a:hover,
#site-footer .tagcloud a:hover,
#site-footer .tagged_as a:hover {
    color: var(--accent-color);
}

#site-footer #wp-calendar {
    color: var(--footer-txt-color);
}

/* end GLOBAL COLORS */
/* ============================================================================================================== */
/*
 * 4. SEARCH
 */

.magic-search form {
    width: 100%;
    margin: 0;
}

.magic-search form .inner-form .row .input-field {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.magic-search form .inner-form .row .input-field input {
    width: 43px;
    border: 0;
    display: block;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    letter-spacing: normal;
}

.navbar-collapse.collapsing .magic-search form .inner-form .row .input-field.first input::-webkit-input-placeholder,
.navbar-collapse.show .magic-search form .inner-form .row .input-field.first input::-webkit-input-placeholder,
.magic-search form .inner-form .row .input-field.first input.isFocus::-webkit-input-placeholder {
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar-collapse.collapsing .magic-search form .inner-form .row .input-field.first input::-webkit-input-placeholder,
    .navbar-collapse.show .magic-search form .inner-form .row .input-field.first input::-webkit-input-placeholder,
    .magic-search form .inner-form .row .input-field.first input.isFocus::-webkit-input-placeholder {
        padding-left: 3px;
    }
}

.magic-search form .inner-form .row .input-field input.placeholder {
    color: #adb5bd;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
}

/* Code duplicated because of issues */
/* noinspection DuplicatedCode */
.magic-search form .inner-form .row .input-field input:-moz-placeholder {
    opacity: 0;
    color: #adb5bd;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
}

.magic-search form .inner-form .row .input-field input.isFocus:-moz-placeholder {
    -webkit-transition-property: opacity, -webkit-transform;
    /*noinspection CssOverwrittenProperties*/
    transition-property: opacity, -webkit-transform;
    /*noinspection CssOverwrittenProperties*/
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 1.2s, 1.4s;
    transition-duration: 1.2s, 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Code duplicated because of issues */
/* noinspection DuplicatedCode */
.magic-search form .inner-form .row .input-field input::-webkit-input-placeholder {
    opacity: 0;
    color: #adb5bd;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
}

.magic-search form .inner-form .row .input-field input.isFocus::-webkit-input-placeholder {
    -webkit-transition-property: opacity, -webkit-transform;
    /*noinspection CssOverwrittenProperties*/
    transition-property: opacity, -webkit-transform;
    /*noinspection CssOverwrittenProperties*/
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 1.2s, 1.4s;
    transition-duration: 1.2s, 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.magic-search form .inner-form .row .input-field input:hover,
.magic-search form .inner-form .row .input-field input:focus {
    box-shadow: none;
    outline: 0;
    background: var(--header-menu-hover-bg);
}

.magic-search:hover #inputFocus:not(.isFocus),
.magic-search:hover input {
    background: var(--header-menu-hover-bg);
}

/* Code duplicated because of issues */
/* noinspection DuplicatedCode */
.magic-search form .inner-form .row .input-field.first .clear {
    height: 43px;
    padding: 0 0.75rem;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: transparent;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

.magic-search form .inner-form .row .input-field.first .clear svg {
    fill: rgba(110, 110, 115, 0.7);
    width: 1.375rem;
    height: 1.1875rem;
}

.magic-search svg.search-icon {
    width: 1.375rem;
    height: 1.1875rem;
    position: absolute;
    left: 0.7rem;
    top: 0.8rem;
    color: var(--global-txt-color);
    fill: currentColor;
    cursor: pointer;
    z-index: 4;
    transition: all 215ms ease;
}

.magic-search.focus-search .input-field:hover svg.search-icon,
.magic-search.focus-search .input-field svg.search-icon {
    color: #6e6e73 !important;
    transition: all 0.215s ease;
    cursor: default;
}

.magic-search form .inner-form .row .input-field.first .clear:hover,
.magic-search form .inner-form .row .input-field.first .clear:focus {
    box-shadow: none;
    outline: 0;
}

.magic-search form .inner-form .row .input-field.first input {
    padding: 0.75rem;
    border-radius: 0;
    height: 43px;
    transition: all 0.325s ease;
}

.navbar-collapse.collapsing .magic-search form .inner-form .row .input-field.first input,
.navbar-collapse.show .magic-search form .inner-form .row .input-field.first input {
    width: 100% !important;
    background-color: #f5f5f7;
    color: #161C2D;
    padding-right: 43px;
}

.magic-search form .inner-form .row .input-field.first input.isFocus {
    padding-left: 41px;
    padding-right: 43px;
    width: 350px;
    background-color: white;
    color: #161C2D;
    border: 1px solid #f4f4f4;
    /*noinspection CssOverwrittenProperties*/
    border-color: #f4f4f4 !important;
}

.magic-search form .inner-form .row .input-field.first input.isFocus:hover,
.magic-search form .inner-form .row .input-field.first input.isFocus:focus {
    border-color: #f4f4f4;
}

/* Code duplicated because of issues */
/* noinspection DuplicatedCode */
.magic-search form .inner-form .row .input-field.first input.isFocus ~ .clear {
    opacity: 1;
    -webkit-transition-property: opacity, -webkit-transform;
    /*noinspection CssOverwrittenProperties*/
    transition-property: opacity, -webkit-transform;
    /*noinspection CssOverwrittenProperties*/
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s, 1.4s;
    transition-duration: 0.2s, 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.navbar-collapse.show .magic-search form .inner-form .row .input-field {
    width: 100%;
}

.animated-icon1 {
    width: 26px;
    height: 12px;
    position: relative;
    margin: 0;
    cursor: pointer;
}

.animated-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 0;
    opacity: 1;
    left: 0;
    transition: all .1806s linear;
}

.animated-icon1 span:nth-child(1) {
    top: 0;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
    width: 50%;
}

.animated-icon1.open span:nth-child(1) {
    top: 3px;
}

.animated-icon1.open span:nth-child(2) {
    top: 7px;
    width: 100%;
}

/* end SEARCH */
/* ============================================================================================================== */
/*
 * 5. LAYOUT STYLES
 */

.container-xl.blog-post {
    max-width: 1570px;
}

.pr-color {
    color: var(--accent-color);
}

.container-narrow {
    margin: auto;
}

.container-narrow,
.container-narrow .blog-tile,
.blog .container.container-narrow {
    max-width: 1180px;
}

.narrow-wrap {
    max-width: 768px;
}

.inner-header {
    margin-bottom: 0;
    z-index: 1;
    position: relative;
    max-width: 1570px;
}

@media (max-width: 1199px) {
    :root .search-results #main-header {
        margin-bottom: 0;
    }
}

.custom-logo {
    width: auto;
}

.header-cart-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header-bg {
    background-color: var(--header-bg-overlay-color);
}

/*noinspection CssUnknownTarget*/
#main-header {
    overflow: hidden;
    border-bottom: unset;
    background-size: cover;
    background-position: center;
}

/*noinspection CssUnknownProperty*/
#main-header:before {
    background-color: var(--header-bg-overlay-color);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    zoom: 1;
    opacity: var(--header-overlay-opacity);
    content: "";
}

#main-header,
#site-footer {
    position: relative;
}

#magic-search .search-submit {
    display: none;
}

.onsale .onsale-svg {
    height: 100%;
}

@media (max-width: 1199px) {
    .header-info {
        margin-top: 1rem;
    }

    :root #main-header {
        margin-bottom: 32px;
        padding-bottom: 40px;
    }
}

@media (max-width: 570px) {
    :root #main-header {
        padding-top: 94px;
        /* margin-top: -54px; */
    }
}

@media (min-width: 571px) and (max-width: 1199px) {
    :root #main-header {
        padding-top: 114px;
        /* margin-top: -74px; */
    }
}

@media (min-width: 1200px) {
    :root #main-header {
        margin-bottom: 50px;
        padding-top: var(--header-padding-top);
        padding-bottom: var(--header-padding-bottom);
    }
}

/*noinspection CssUnknownTarget*/
.footer-bg {
    background-color: var(--footer-bg-color);
    position: relative;
}

.post-meta path {
    fill: var(--accent-color);
}

#pr-nav {
    z-index: 9;
}

.magic-search #inputFocus:not(.isFocus) {
    z-index: 3;
}

.breadcrumbs {
    text-align: center;
    color: var(--breadcrumbs-txt-color);
    font-size: var(--breadcrumbs-f-size);
    line-height: 1em;
    margin-top: 25px;
    display: flex;
    list-style: none;
    justify-content: center;
}
/* .breadcrumbs {
    
    font-size: 22px;
     font-weight: 700;
} */

.breadcrumbs span {
    font-weight: var(--breadcrumbs-f-weight);
    font-family: var(--breadcrumbs-font), serif;
}

@media (max-width: 1199px) {
    .breadcrumbs {
        margin-top: 15px;
    }
}


.breadcrumbs li {
    margin:10px 7px;
}
.breadcrumbs .first a {
   
     color:var(--accent-color)
}
.breadcrumbs .link_item{
   color:white;
}
.breadcrumbs a:hover {
    color: var(--breadcrumbs-a-color-hover);
}

.breadcrumbs span[typeof="ListItem"] {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 1.5rem;
}


.breadcrumbs a {
    color: var(--breadcrumbs-a-color);
    transition: all .45s;
    white-space: nowrap;
    margin-bottom: 1rem;
}

.breadcrumbs a:hover {
    color: var(--breadcrumbs-a-color-hover);
}

.breadcrumbs span[typeof="ListItem"] {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
    :root {
        --mobile-grey-color: #fafafa;
    }

    .custom-logo {
        max-height: var(--logo-height);
    }

    #pr-nav {
        margin-top: 0;
        position: absolute;
        width: 100%;
        background: transparent;
        transition: all 0ms;
    }

    /*noinspection CssUnknownProperty*/
    #pr-nav.navbar-fixed {
        margin-top: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%);
    }

    #pr-nav.navbar-fixed.navbar-fixed-anim {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 1;
    }

    /*noinspection CssUnknownProperty*/
    .admin-bar #pr-nav.navbar-fixed.navbar-fixed-show {
        -webkit-transform: translateY(32px);
        transform: translateY(32px);
    }

    /*noinspection CssUnknownProperty*/
    #pr-nav.navbar-fixed.navbar-fixed-show {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    #pr-nav.navbar-fixed .header-cta .elementor-button,
    #pr-nav.navbar-fixed .nav-link {
        font-size: 16px;
        letter-spacing: normal;
        font-weight: 500;
    }

    #pr-nav.navbar-fixed .custom-logo-link h5 {
        font-size: 24px;
        letter-spacing: normal;
    }

    .magic-search {
        padding: 0 1rem;
        margin-right: 0.5rem;
        width: 43px;
    }

    /* For box-shadow */
    .magic-search #inputFocus:not(.isFocus) {
        color: transparent;
        background: transparent;
    }

    /* For box-shadow */
    .cart-contents {
        padding: 0.594rem;
        transition: all 0.215s ease;
    }

    .navbar-expand-lg .navbar-nav {
        width: 100%;
        justify-content: var(--header-menu-position);
        margin-left: 40px;
    }

    .header-icons {
        height: 34px;
    }

    .primary-menu.navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 0;
        overflow: inherit;
    }

    .primary-menu.navbar .nav-item:hover .nav-link,
    .primary-menu.navbar .nav-item:hover .nav-link::after {
        color: var(--accent-color);
    }

    .primary-menu.navbar .dropdown-menu {
        top: 200%;
        overflow: hidden;
    }

    .primary-menu.navbar .nav-item:hover > .dropdown-menu {
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        opacity: 1;
        visibility: visible;
        top: 100%;
    }

    .primary-menu.navbar .nav-item .dropdown-menu .dropdown-menu {
        margin-left: 100%;
        top: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer-menu li {
        padding-left: 1rem;
        padding-right: 1rem;
        line-height: 1.7rem;
    }

    .navbar-dark .navbar-nav .nav-link {
        display: flex;
        align-items: center;
        transition: color 300ms;
    }
    .navbar-light .navbar-nav .nav-link{
          color: var(--header-menu-txt-color-second) !important;
    }
    .primary-sub-menu.navbar-light .navbar-nav .nav-link,
    .primary-menu .dropdown-item,
    .header-info a,
    .header-address path,
    .primary-menu .dropdown-toggle::after,
    .ngg-navigation span.current,
    .ngg-navigation a.page-numbers,
    .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
        transition: all 215ms;
    }

    /* Change color for header's top level menu titles on desktop */
    .navbar-dark .navbar-nav .nav-link {
        color: var(--header-menu-txt-color-first) !important;
    }

    /* Change color for header's additional info blocks on desktop */
    .header-info a {
        color: var(--header-menu-txt-color-first) !important;
    }

    /* Change *hover* color for header's top level menu titles and additional info blocks on desktop */
    .navbar-dark .navbar-nav .nav-link:hover,
    .primary-menu.navbar .nav-item:hover .nav-link,
    .primary-menu.navbar .nav-item:hover .nav-link::after,
    .header-info a:hover {
        color: var(--header-menu-txt-color-hover) !important;
        background: transparent;
    }

    /* Change color for header's icons for additional info blocks on desktop */
    .header-address path {
        fill: var(--header-menu-txt-color-first);
    }

    /* Change *hover* color for header's icons for additional info blocks on desktop */
    .header-address a:hover path {
        fill: var(--header-menu-txt-color-hover);
    }
}

.bi-three-dots-vertical {
    width: 1.5rem;
    height: 1.5rem;
}

#site-footer .widget {
    padding-bottom: 2rem;
}

.navbar-expand .navbar-nav .nav-link {
    margin: 0.5rem 1rem;
    padding: 0;
}

.primary-sub-menu.navbar-light .navbar-nav .nav-link,
.footer-top li a {
    font-weight: 400;
}

.primary-sub-menu.navbar-light .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
}

.footer-top a,
.footer-top p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
}

.footer-top .widget-content ul li a {
    font-size: 16px;
    letter-spacing: normal;
    color: var(--footer-link-color);
    font-weight: 500;
}

.widget_product_categories .dropdown_product_cat,
.widget_product_categories .select2 {
    max-width: 20rem;
}


.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--button-bg-color);
}

@media (min-width: 576px) {
    .primary-sub-menu {
        height: 5rem;
    }
}

.bg-grey {
    background-color: var(--mobile-grey-color);
}

.header-icons {
    display: none;
    align-items: center;
}

.custom-logo-link {
    transition: all 0.215s;
    display: block;
}

.custom-logo-link h5 {
    color: var(--header-menu-txt-color-first);
    font-size: 28px;
    font-weight: 800;
    font-family: var(--header-sitename-font), serif;
    letter-spacing: normal;
}

@media (max-width: 1199px) {
    :root {
        --mobile-grey-color: #fafafa;
    }

    .custom-logo {
        max-height: 1.8rem;
                max-height: 6.2rem;
        position: absolute;
        /* background-color: white;
   
        border-radius: 50%;
        box-shadow: antiquewhite;
        box-shadow: 0px 0px 0px 9px #ffffff; */
        bottom: -40px;
    }
        .custom-logo::before {
            content:"";
        position: absolute;
        background-color: #000000;
        border-radius: 50%;
        width: 110%;
        height: 110%;
        background-color: white;
        /* border: 3px solid; */
   
        bottom: -40px;
    }


    h1,
    h1.header-title {
        font-size: 42px;
        line-height: 1.4;
        letter-spacing: normal;
    }

    h2 {
        font-size: 45px;
        line-height: 1.4;
        letter-spacing: normal;
    }

    .magic-search {
        padding: 1rem;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: var(--mobile-menu-txt-color) !important;
    }

    .nav-link {
        display: flex;
        align-items: center;
    }

    #magic-search .input-field svg.search-icon {
        color: #6e6e73 !important;
        transition: all 0.215s ease;
    }

    .navbar-collapse .magic-search form .inner-form .row .input-field {
        width: 100%;
    }

    #primary-menu {
        padding-top: 1rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .form-inline.search-nav {
        margin-top: 1rem;
        padding: 1rem 0;
        border-top: 1px solid #424245;
        width: 100%;
    }

    #mobile-toggle {
        height: 2.5625rem;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        position: absolute;
        right:0;
    }

    .form-inline.search-nav .form-control {
        width: 100%;
    }

    .footer-bottom {
        flex-flow: column-reverse;
    }

    .footer-menu li {
        padding-right: 1rem;
        line-height: 1.5rem;
    }

    .navbar-collapse {
        display: grid;
        justify-content: unset !important;
        transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    }

    .header-icons {
        order: -2;
    }

    .top-wrap {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-flow: var(--mobile-menu-header-position-hamburger);
    }

    .cart-contents {
        padding: 0.594rem;
    }

    .cart-contents:hover {
        background: var(--global-second-bg-color);
    }

    /* Mobile dropdown menu */
    .primary-menu .dropdown-menu {
        border: none;
        padding: 0;
        margin: 0;
    }

    .magic-search form .inner-form .row .input-field.first input {
        padding-left: 43px;
    }

    .primary-menu .navbar-collapse.show .navbar-nav .nav-link,
    .primary-menu .navbar-collapse.show .header-icons,
    .primary-menu .navbar-collapse.show .header-info,
    .primary-menu .dropdown-menu.show {
        opacity: 1;
    }

    .magic-search form .inner-form .row .input-field.first input {
        width: 100% !important;
    }

    .magic-search .justify-content-end {
        justify-content: flex-start !important;
    }

    .custom-logo-link {
        flex-grow: 1;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: var(--mobile-menu-header-position-sitename);
        min-height: 41px;
    }

    #pr-nav {
        transition: background 300ms;
        padding: 1rem;
    }

    #pr-nav.open-pr-nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        align-items: flex-start;
        z-index: 999;
    }

    .header-cart-icon {
        text-align: center;
        width: 65px;
    }

    .header-cart-icon a:hover {
        border-radius: 0;
    }

    #magic-search {
        width: 100%;
    }

    .footer-bottom .footer-menu {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        margin-bottom: 0;
    }

    .footer-copyright {
        text-align: center;
    }
}
#pr-nav.open-pr-nav .custom-logo{
    max-height: 3rem;
    bottom: unset;        
}

 
/* Mobile */
@media (max-width: 570px) {
    h1.header-title {
        font-size: 28px;
        line-height: 1.4;
    }

    #pr-nav {
        padding: 6px 1rem;
    }

    .custom-logo-link h5 {
        font-weight: 800;
        font-size: 21px;
        letter-spacing: normal;
    }
    .custom-logo{
        max-height: 5.1rem;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .sidebar-shop {
        max-width: 768px;
        margin: 1.5rem auto auto;
    }
}

@media (max-width: 768px) {
 
    .sidebar-shop {
        max-width: 445px;
        margin-left: auto;
        margin-right: auto;
    }
}

.search.search-no-results .archive-header-inner.section-inner {
    margin-bottom: 1rem !important;
}

@media (max-width: 1199px) {
    .search.search-no-results #site-content {
        padding: 2rem 2rem 1rem 2rem !important;
        margin-bottom: 4rem;
        margin-top: 2rem;
    }

    .blog-post {
        max-width: 720px;
    }
}


/* Fix mobile header position if admin menu was enabled */
@media (min-width: 783px) and (max-width: 1199px) {
    .admin-bar #pr-nav.open-pr-nav {
        margin-top: 32px;
    }
}

@media (max-width: 782px) {
    .admin-bar #pr-nav.open-pr-nav {
        margin-top: 46px;
    }
}

.blog-tile-wave {
    margin-bottom: 1.5rem;
    margin-top: 1.25rem;
    border-top: var(--blog-post-border-content);
}

.post-meta-single-bottom .blog-tile-wave {
    margin-top: 1.5rem;
}

.single-product .product_meta .blog-tile-wave {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.blog-tile-wave.product-variable-top-wave {
    margin-bottom: 2rem;
}

.product-sum-top-wave {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.product-sum-btm-wave {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.f-bg-wave {
    fill: var(--footer-bg-color);
}

.archive .post-meta-single-bottom .blog-tile-wave {
    display: none;
}

.footer-copyright {
    color: var(--widget-title-txt-color);
    font-family: var(--global-headers-font), serif;
    opacity: 0.6;
}

.footer-copyright,
.footer-menu li a {
    font-size: 13px;
    letter-spacing: normal;
}

.footer-top {
    margin-bottom: 1rem;
    padding-bottom: 0;
}

.footer-top-underline {
    border-bottom: 1px solid var(--footer-txt-color);
    padding-top: 0.5rem;
    opacity: 0.1;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1200px) {
    .footer-top {
        margin-top: 4rem;
    }
}

@media (max-width: 1199px) {
    .footer-top {
        margin-top: 2rem;
    }

    .footer-top,
    .footer-bottom {

        /* max-width: 690px; */
        margin-left: auto;
        margin-right: auto;
    }
}

.footer-menu-wrapper {
    margin-bottom: 1rem;
}

.footer-menu,
.widget_nav_menu ul {
    padding: 0;
}

.footer-menu li {
    float: left;
}

.footer-menu li a {
    color: var(--widget-title-txt-color);
}

#clear {
    display: flex;
    align-items: center;
}

a:hover {
    text-decoration: none;
}

nav ul {
    list-style: none;
}

#recentcomments {
    list-style: none;
}

#site-footer .widget_nav_menu ul.menu,
#site-footer .widget_pages ul,
#site-footer .widget_recent_comments ul,
#site-footer .widget_categories ul {
    column-count: 1;
}

@media (max-width: 1199px) {
    #footer-wave {
        background: var(--footer-bg-color);
    }
}

@media (min-width: 1200px) {
    #footer-wave {
        background: var(--footer-bg-color);
    }
}


#cancel-comment-reply-link {
    margin-left: 1rem;
    font-size: 12px;
    border: 1px solid var(--accent-color);
    border-radius: 0;
    padding: 5px 10px;
    transition: all 0.215s;
    font-weight: 500;
    font-family: inherit;
    letter-spacing: normal;
}

#cancel-comment-reply-link:hover {
    background-color: var(--accent-color);
    color: #FFFFFF;
}

.comments-wrapper .styled-separator {
    display: none;
}

/* Social Icons color */
.fill-children-current-color,
.fill-children-current-color * {
    fill: #ffffff;
}



.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    /*noinspection CssUnknownProperty*/
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}
/* --------------- */

/* Footer */
footer {
    color: var(--global-txt-color);
}

.footer-social a {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    background-color: currentColor;
    transition: all 0.215s ease;
    display: flex;
    justify-content: center;
    color: var(--button-bg-color);
}

.social-menu {
    display: flex;
    flex-wrap: wrap;
}

.social-menu svg {
    width: 1.25rem;
    height: 1.25rem;
    align-self: center;
}



.footer-top .footer-social li {
    margin: 0 0.75rem 0.75rem 0;
}

.footer-inner {
    position: relative;
    z-index: 2;
    padding-top: 1rem;
    padding-bottom: 0;
}

.social-icons a:focus,
.social-icons a:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: var(--button-bg-color-hover) !important;
}

#site-footer .gallery-icon img {
    border: none !important;
}

#site-footer .gallery-icon {
    margin-right: 1rem;
    display: flex;
}

#site-footer .gallery-item {
    margin-top: 0 !important;
    margin-bottom: 1.5rem;
}


#site-footer {
    overflow: hidden;
}

.footer-top .textwidget > h1:nth-child(1),
.footer-top .textwidget > h2:nth-child(1),
.footer-top .textwidget > h3:nth-child(1),
.footer-top .textwidget > h4:nth-child(1),
.footer-top .textwidget > h5:nth-child(1),
.footer-top .textwidget > h6:nth-child(1) {
    margin-top: 0;
}

.footer-top .widget .widget-title{
    font-size:var(--widget-title-f-size);
    color:var(--widget-title-txt-color);
    text-align: start;
    /* text-align: var(--widget-title-text-align);     */
}

.footer-top .widget .widget-text{
    font-size:var(--widget-txt-size);
    color:var(--widget-txt-color);
}

.rssSummary {
    padding-bottom: 0.5rem;
    font-size: 14px;
    letter-spacing: normal;
}

.rss-date {
    opacity: 0.5;
    font-size: 14px;
    margin-bottom: 0.5rem;
    display: block;
    letter-spacing: normal;
}

.widget-title .rsswidget {
    font-size: 20px;
    letter-spacing: normal;
}

.widget-content ul li a.rsswidget {
    margin: 0 0 0.5rem;
    display: block;
}

.widget_rss li:first-child {
    border-top: 1px dashed;
    padding-top: 1.5rem;
}

.widget_rss li {
    border-bottom: 1px dashed;
    margin-bottom: 1.5rem;
    box-sizing: content-box;
    padding-bottom: 1rem;
}

.wp-calendar-table caption {
    caption-side: top;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    color: var(--accent-color);
    font-size: 16px;
    background: transparent;
    padding: 0.5rem;
    margin-bottom: 1rem;
    width: auto;
    border-radius: var(--global-border-radius);
    letter-spacing: normal;
    line-height: 1.5;
}

.calendar_wrap thead *,
.calendar_wrap tbody * {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: normal;
}

.calendar_wrap * {
    line-height: 19px;
}

.calendar_wrap .wp-calendar-nav {
    font-size: 15px;
    letter-spacing: normal;
}

.wp-calendar-table * {
    text-align: center;
}

.calendar_wrap nav a {
    font-weight: 400;
}

.wp-calendar-table th {
    padding: 6px;
    font-weight: 800;
}

.wp-calendar-table td {
    padding: 6px;
    border-radius: 0;
}

.wp-calendar-table td:not(.pad):hover,
.wp-calendar-table #today {
    background: transparent;
    border-radius: var(--global-border-radius);
    cursor: default;
    color: var(--accent-color);
}

.widget-content ul {
    margin-bottom: 0;
    list-style-position: inside;
}

.widget-content span.product-title {
    font-weight: 500;
}

#site-footer .calendar_wrap {
    padding: 0;
    background: transparent;
    border-radius: 0;
}

@media (min-width: 769px) and (max-width: 1199px) {
    .calendar_wrap .wp-calendar-table {
        width: 43vw;
    }
}

@media (min-width: 440px) and (max-width: 1199px) {
    .calendar_wrap .wp-calendar-table {
        margin: auto;
        height: 27vw;
        max-width: unset;
    }

    #site-footer .calendar_wrap .wp-calendar-table {
        width: 46vw;
    }
}

@media (max-width: 1199px) {
    .calendar_wrap {
        border: none;
        border-radius: 0;
        padding: 2rem;
        margin: auto;
    }

    #site-footer .calendar_wrap {
        background: transparent;
        border: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .calendar_wrap {
        width: 53vw;
    }

    #site-footer .calendar_wrap {
        width: auto;
    }

    .wp-calendar-table caption {
        font-size: 18px;
        padding: 1rem;
        margin-bottom: 1.5rem;
        letter-spacing: normal;
    }
}

.footer-top .calendar_wrap a {
    color: var(--accent-color);
}

.widget-content ul li a {
    font-size: 15px;
    line-height: 1.5;
    /* margin-bottom: 17px; */
    color: var(--widget-txt-color);
    letter-spacing: normal;
   text-decoration: none;
}

main .widget-content ul li.recentcomments > a {
    color: var(--accent-color);
    font-weight: 500;
}

main .widget-content ul li.recentcomments > a:hover,
.widget-content ul li a:hover,
.widget_text a:hover {
    color: var(--accent-color);
}

.widget select {
    cursor: pointer;
}

.widget select,
.widget_product_categories select,
.widget_categories select {
    width: 100%;
    padding: 10px 22px;
    border-radius: 0;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    text-overflow: ellipsis;
    border: 1px solid var(--widget-field-border-color);
    letter-spacing: normal;
}

/* Disable Woocommerce select */
.widget select,
.widget_product_categories select,
.widget_product_categories #product_cat {
    clip: unset !important;
    width: 100% !important;
    height: unset !important;
    position: relative !important;
    padding: 12px 22px !important;
    margin: unset !important;
    overflow: unset !important;
    background-color: var(--widget-field-bg-color);
    color: var(--widget-txt-color);
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid var(--widget-field-border-color) !important;
    transition: all 300ms ease;
    border-radius: var(--widget-field-border-radius);
}

/* Hover select */
.widget select:hover,
.widget_product_categories select:hover,
.widget_product_categories #product_cat:hover {
    color: var(--accent-color);
}

.widget_product_categories .select2 {
    display: none;
}

.widget-content .search-form label {
    margin-bottom: 0.5rem;
    width: 64%;
    float: right;
}

.widget-content .search-form .search-field {
    width: 90%;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 19px;
    border-radius: var(--widget-field-border-radius);
    height: 41px;
    border-color: var(--widget-field-border-color);
    letter-spacing: normal;
    background: var(--widget-field-bg-color);
}

.widget-content .search-form .search-submit {
    width: 43%;
    margin-left: -10%;
    font-size: 14px;
    line-height: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--button-bg-color);
    color: var(--button-txt-color);
    height: 41px;
    border: none;
    font-weight: 600;
    letter-spacing: normal;
    border-radius: var(--button-border-radius);
}



blockquote {
    font-style: italic;
    font-weight: 600;
    margin: 2rem 0;
    position: relative;
    border: 1px solid var(--global-border-color);
    border-radius: var(--global-border-radius);
    padding: 2rem 2rem 1rem 2rem;
    background: transparent;
}

blockquote:before {
    content: '';
    background-color: var(--accent-color);
    -webkit-mask: url('data:image/svg+xml;utf8, <svg viewBox="0 0 40 36" xmlns="http://www.w3.org/2000/svg"><path d="M36.25 0.5H26.25C24.1797 0.5 22.5 2.17969 22.5 4.25V14.25C22.5 16.3203 24.1797 18 26.25 18H32.5V23C32.5 25.7578 30.2578 28 27.5 28H26.875C25.8359 28 25 28.8359 25 29.875V33.625C25 34.6641 25.8359 35.5 26.875 35.5H27.5C34.4062 35.5 40 29.9062 40 23V4.25C40 2.17969 38.3203 0.5 36.25 0.5ZM13.75 0.5H3.75C1.67969 0.5 0 2.17969 0 4.25V14.25C0 16.3203 1.67969 18 3.75 18H10V23C10 25.7578 7.75781 28 5 28H4.375C3.33594 28 2.5 28.8359 2.5 29.875V33.625C2.5 34.6641 3.33594 35.5 4.375 35.5H5C11.9062 35.5 17.5 29.9062 17.5 23V4.25C17.5 2.17969 15.8203 0.5 13.75 0.5Z"/></svg>') no-repeat 100% 0;
    mask: url('data:image/svg+xml;utf8, <svg viewBox="0 0 40 36" xmlns="http://www.w3.org/2000/svg"><path d="M36.25 0.5H26.25C24.1797 0.5 22.5 2.17969 22.5 4.25V14.25C22.5 16.3203 24.1797 18 26.25 18H32.5V23C32.5 25.7578 30.2578 28 27.5 28H26.875C25.8359 28 25 28.8359 25 29.875V33.625C25 34.6641 25.8359 35.5 26.875 35.5H27.5C34.4062 35.5 40 29.9062 40 23V4.25C40 2.17969 38.3203 0.5 36.25 0.5ZM13.75 0.5H3.75C1.67969 0.5 0 2.17969 0 4.25V14.25C0 16.3203 1.67969 18 3.75 18H10V23C10 25.7578 7.75781 28 5 28H4.375C3.33594 28 2.5 28.8359 2.5 29.875V33.625C2.5 34.6641 3.33594 35.5 4.375 35.5H5C11.9062 35.5 17.5 29.9062 17.5 23V4.25C17.5 2.17969 15.8203 0.5 13.75 0.5Z"/></svg>') no-repeat 100% 0;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

/* Tags */
.posted_in a,
.tagcloud a,
.tagged_as a {
    padding: 6px 12px;
    border-radius: var(--global-border-radius);
    background-color: transparent;
    margin-bottom: 7px;
    display: inline-block;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 19px;
    letter-spacing: normal !important;
    transition: all .45s;
    border: 1px solid var(--global-border-color);
    color: var(--global-txt-color);
}

.widget .posted_in a,
.widget .tagcloud a,
.widget .tagged_as a {
    color: var(--widget-txt-color);
    border: 1px solid var(--widget-field-border-color);
    border-radius: var(--widget-field-border-radius);
    background-color: var(--widget-field-bg-color);
}

.posted_in a:hover,
.tagcloud a:hover,
.tagged_as a:hover,
.recentcomments a.url:hover {
    color: var(--accent-color);
}

.tagcloud a::before,
.tagged_as a::before {
    content: '#';
}

.nextend-arrow {
    min-width: 33px !important;
    min-height: 33px !important;
    transition: all 0.215s !important;
    border: 1px solid var(--global-border-color);
}

.product_meta .posted_in {
    margin-bottom: 1rem;
}


.widget.widget_recent_entries img {
    border-radius: 0;
    width: 30%;
    max-height: 64px;
    object-fit: cover;
    margin-right: 1rem
}

.widget_pages ul li,
.widget_categories ul li,
.widget.widget_recent_entries li {
    margin-bottom: 1rem;
}

.widget.widget_recent_entries li {
    list-style: none;
}

.widget li::marker {
    color: var(--widget-txt-color);
}

.widget .children {
    padding-left: 1rem;
    padding-top: 1rem;
}

.widget.widget_recent_entries .widget-content li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.widget.widget_recent_entries li a .post-title {
    margin-top: 0;
    font-size: 16px;
    display: flex;
    font-weight: 400;
    transition: all 215ms;
    letter-spacing: normal;
    width: 70%;
    align-items: center;
}

.widget.widget_recent_entries li a .post-title + .post-date {
    display: block;
}

.widget_recent_entries span.post-date {
    font-size: 14px;
    font-weight: 500;
    color: #6d7c90;
    letter-spacing: normal;
    display: block;
}

.widget.widget_recent_entries li:last-child {
    margin-bottom: 0;
}

.widget_archive li {
    margin-bottom: 0.5rem;
}

.widget_archive ul {
    margin-bottom: 0;
}

.widget ul li:last-child {
    margin-bottom: 0 !important;
}

.w-post-placeholder {
    display: none;
    border-radius: 0;
    background: #cacfd7;
    height: 140px;
}

@media (max-width: 1199px) {
    .w-post-placeholder {
        max-height: 21vh;
        height: 42vw;
    }
}

.header-info {
    display: flex;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1.5;
    font-weight: 500;
}

.header-address {
    align-items: center;
    vertical-align: middle;
    display: flex;
}

.header-address a {
    display: flex;
    align-items: center;
}

.header-address a:hover {
    background: transparent;
}

.header-phone {
    text-align: center;
}

@media (min-width: 1200px) {
    .header-address {
        min-height: 62px;
    }

    .header-info {
        align-items: center;
        padding-right: 2.15rem;
        padding-left: 1.5rem;
        max-height: 35px;
    }

    .header-address p {
        width: 10rem;
        margin: 0 0 0 10px;
    }

    .header-phone {
        margin-left: 15px;
    }

    .header-phone p {
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .header-address path {
        fill: var(--global-txt-color);
    }

    .header-address a:hover path {
        fill: var(--accent-color);
    }

    .header-address a {
        margin-right: 1rem;
    }

    .header-address p {
        margin: 0 0.5rem;
    }

    .header-info {
        order: -1;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .header-info-empty {
        order: -1;
        margin-top: 1rem;
    }

    .header-phone {
        display: flex;
        align-items: center;
    }

    .header-phone a {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .header-phone p {
        margin: auto;
    }

    .h-call-us {
        padding: 0 0.5rem;
    }

    .wp-calendar-nav {
        width: 40vw;
        margin: 1rem auto auto auto;
        text-align: center;
    }

    .calendar_wrap * {
        font-size: 15px;
        letter-spacing: normal;
    }
}

@media (min-width: 1200px) {
    .wp-calendar-nav {
        text-align: center;
    }
}

@media (max-width: 414px) {
    .header-address svg {
        flex-basis: 31px;
    }
}

@media (max-width: 408px) {
    .calendar_wrap {
        padding: 1.5rem 1rem;
    }
}

@media (min-width: 1200px) {
    .wp-calendar-table td,
    .wp-calendar-table th {
        padding: 9px;
    }
}

@media (min-width: 1200px) and (max-width: 1540px) {
    #pr-nav {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .custom-logo {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .header-icons,
    .header-info {
        margin-right: 2rem;
        margin-left: 0;
    }

    #primary-menu > li:nth-last-child(3) .dropdown-menu,
    #primary-menu > li:nth-last-child(2) .dropdown-menu,
    #primary-menu > li:last-child .dropdown-menu {
        width: 255px;
    }

    #primary-menu > li:nth-last-child(2) .dropdown-menu {
        left: 0;
    }

    #primary-menu > li:last-child .dropdown-menu {
        left: -110px;
    }

    #primary-menu > li:nth-last-child(3) .dropdown-menu .dropdown-item,
    #primary-menu > li:nth-last-child(2) .dropdown-menu .dropdown-item,
    #primary-menu > li:last-child .dropdown-menu .dropdown-item {
        white-space: normal;
    }
}

.entry-categories-inner a {
    font-weight: bold;
}

.wrap-entry-categories-inner:before,
.widget-title:before,
.single-product .product_meta > span:before,
form[name="checkout"] h3:before,
.ngg-album-compact h4 .ngg-album-desc:before,
.form .theme-contact-form h6:before,
.blog-tile .entry-categories-inner:before,
.comments-header .comment-reply-title:before,
.related.products h2:before,
.upsells.products h2:before,
#review_form .comment-reply-title:before,

.cart_totals h2:before,
.h5-styled:before {
    content: '|';
    width: 8px;
    display: none;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: normal;
    color: var(--accent-color);
    margin-right: 0.25rem;
}

.ngg-album-compact h4 .ngg-album-desc:before {
    margin-right: 0.5rem;
}

.comments-header .comment-reply-title:before,
.form .theme-contact-form h6:before,
#review_form .comment-reply-title:before,
.single-product .product_meta > span::before {
    margin-right: 0.5rem;
    font-size: 21px;
}

.related.products h6:before,
.upsells.products h6:before {
    margin-right: 12px;
    font-size: 19px;
}



#review_form .comment-reply-title:before {
    align-items: center;
    display: none;
}


.h5-styled:before {
    font-size: 24px;
    margin-right: 14px;
}

.cart_totals h2:before {
    font-size: 24px;
    width: 20px;
    margin-right: 5px;
}

.wrap-entry-categories-inner:before {
    font-size: 16px;
}


.widget .children li,
.widget.widget_nav_menu .sub-menu {
    margin-left: 1rem;
}

#site-footer .widget .children li a:before {
    color: var(--widget-title-txt-color);
}

.single-product .product_meta > span::before {
    font-size: 16px;
    letter-spacing: normal;
}

.widget.widget_nav_menu .sub-menu {
    margin-top: 0.5rem;
}

.widget.widget_nav_menu .sub-menu li {
    margin-bottom: 0.5rem;
}

.widget.widget_nav_menu .sub-menu a {
    font-size: 14px;
    letter-spacing: normal;
}

.widget.widget_nav_menu .sub-menu .sub-menu {
    margin-left: 1rem;
}

.template-narrow-box article .entry-content {
    padding: 3rem;
    position: relative;
    background: #ffffff;
}

@media (max-width: 1199px) {
    .template-narrow-box article .entry-content {
        padding: 1rem;
    }

    #bg-header,
    #bg-footer {
        width: 1199px;
    }
}

#bg-footer * {
    fill: var(--footer-bg-color);
}


.blog-tile .entry-categories-inner:before {
    font-size: 14px;
}

.widget-title:before {
    margin-right: 0.5rem;
    font-size: 14px;
}

form[name="checkout"] h4:before {
    margin-right: 0.5rem;
    font-size: 18px;
    letter-spacing: normal;
}

.single-post article,
.section-inner {
    position: relative;
}

.blog-tile-content .entry-excerpt p {
    /*noinspection CssUnknownProperty*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    font-size: var(--blog-tile-excerpt-f-size);
    font-weight: var(--blog-tile-excerpt-f-weight);
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--blog-tile-excerpt-txt-color);
}

.blog-tile-content .entry-excerpt {
    display: var(--blog-tile-excerpt-display);
    text-align: var(--blog-tile-all-txt-position);
    max-height: 5rem;
}

.blog-tile {
    max-width: 1180px;
}

.blog .container {
    max-width: 1570px;
}

.comments-header.section-inner {
    padding-top: 2rem;
}

.blog-tile-empty-placeholder {
    overflow: hidden;
    border-radius: var(--global-border-radius);
}

.blog-tile .featured-media:hover img {
    transform: var(--blog-tile-image-transform-hover);
}

.blog-tile .featured-media img {
    transition: .6s;
}

/* ============================================================================================================== */
/*
 * 7. MAILCHIMP FORM
 */

.theme-mailchimp {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    max-width: 445px;
}

#site-footer .theme-mailchimp {
    margin: 0;
}

.theme-mailchimp-fields {
    width: 100%;
}

.theme-mailchimp-fields input[type="email"],
.theme-mailchimp-fields input[type="submit"] {
    float: left;
    border-radius: 8px;
    padding: 12px 25px;
    text-overflow: ellipsis;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: normal;
    height: 51px;
    background: white;
}

.f-drop-tr-open .dropdown-menu {
    pointer-events: all !important;
}

@media (max-width: 475px) {
    .theme-mailchimp-fields input[type="email"],
    .theme-mailchimp-fields input[type="submit"] {
        font-size: 14px;
        line-height: 19px;
        height: 43px;
        letter-spacing: normal;
    }

    .theme-mailchimp-fields input[type="email"] {
        padding: 12px 32px 12px 19px;
    }
}

.theme-mailchimp-fields input[type="email"] {
    width: 64%;
    box-shadow: none;
    border: 1px solid var(--global-field-border-color);
}

.theme-mailchimp-fields input[type="submit"] {
    width: 41%;
    margin-left: -7%;
    background: var(--button-bg-color);
    color: #fff;
    transition: .45s;
    text-align: center;
    box-shadow: none;
}

.theme-mailchimp-fields input[type="submit"]:hover {
    background-color: var(--button-bg-color-hover);
    box-shadow: none;
}

.theme-mailchimp-fields input[type="email"]::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
    color: #959FB0;
}

/* Firefox fix */
.theme-mailchimp-fields input[type="email"]:-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
    color: #959FB0;
}

.theme-mailchimp p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 22px;
    width: 100%;
    font-style: italic;
    letter-spacing: normal;
    margin-bottom: 0;
}

.mc4wp-response {
    margin-top: 1rem;
    text-align: center;
}

.mc4wp-alert {
    background: #fff;
    padding: 1rem 1rem 0 1rem;
    display: inline-block;
    border-radius: 0;
    border: 1px solid var(--accent-color);
}

.mc4wp-alert p {
    color: var(--accent-color);
    font-weight: 600;
}

/* end MAILCHIMP FORM */
/* ============================================================================================================== */
/*
 * 8. POST META
 */

.post-meta {
    list-style: none;
    display: flex;
    flex-flow: wrap;
}

.single-post .post-meta-single-top .post-meta {
    margin-bottom: 1rem;
}

.single-post .post-meta-single-bottom .post-meta {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.post-meta li {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.post-tags.meta-wrapper {
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 1.7;
}

.meta-text,
.post-meta a {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}

.single-post .post-inner {
    padding: 1rem 0;
    margin-bottom: 2rem;
}

.single-post .blog-post .featured-media {
    margin-bottom: 1rem;
}

.page .container-lg.py-2.py-sm-0 > .featured-media img {
    border-radius: 0;
    margin-bottom: 2rem;
}

/* end POST META */
/* ============================================================================================================== */
/*
 * 9. SEARCH PAGE NAVIGATION
 */

.post-page-numbers,
.page-numbers {
    margin-right: 0.5rem;
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: var(--global-border-radius);
    border: 1px solid var(--global-border-color);
    letter-spacing: normal;
    font-size: 16px;
}

a.page-numbers {
    background: transparent;
}

.post-page-numbers {
    margin-bottom: 0.5rem;
    display: inline-block;
}

.prev.page-numbers.placeholder,
.page-numbers.dots {
    background: transparent;
}

.post-page-numbers.current,
.page-numbers.current
{
    background: transparent;
    font-weight: 500;
}

a.post-page-numbers:hover,
a.page-numbers:hover {
    background: transparent;
}

.archive #site-content,
.search #site-content {
    padding: 0;
}

.archive-header-inner {
    margin-bottom: 3rem;
}

@media (max-width: 1199px) {
    .archive #site-content,
    .search #site-content {
        max-width: 90%;
        padding: 2rem;
    }

    .archive-header-inner {
        margin-bottom: 2rem;
    }
}

.archive #site-content .post-meta-single-top .post-meta,
.search #site-content .post-meta-single-top .post-meta {
    margin-bottom: 0;
}

.archive #site-content .post-meta-single-top .post-meta .post-date,
.search #site-content .post-meta-single-top .post-meta .post-date {
    display: none;
}

.archive #site-content .post-meta-single-bottom .blog-tile-wave,
.search #site-content .post-meta-single-bottom .blog-tile-wave {
    display: none;
}

/* end SEARCH PAGE NAVIGATION */
/* ============================================================================================================== */
/*
 * 10. BUTTONS
 */

.form-submit #submit,
.input-submit,
.post-password-form input[type="submit"],
body .elementor-button.elementor-size-xl,
body .elementor-button.elementor-size-lg,
body .elementor-button.elementor-size-md,
body .elementor-button.elementor-size-sm,
body .elementor-button.elementor-size-xs {
    color: var(--button-txt-color);
    min-width: 3.25rem;
    padding: 0.5em 1.25em;
    text-align: center;
    border-radius: var(--button-border-radius);
    font-weight: 500;
    text-shadow: none !important;
    line-height: 22px;
    transition: all .45s;
    background: var(--button-bg-color);
    box-shadow: none;
    border: none;
}

body .elementor-button.elementor-size-xl,
body .elementor-button.elementor-size-lg,
body .elementor-button.elementor-size-md,
body .elementor-button.elementor-size-sm,
body .elementor-button.elementor-size-xs {
    background: var(--button-bg-color);
}

/* Disables transitions on touch screens */
@media (hover: none) {   
    .recentcomments a.url,
    .form-submit #submit,
    .input-submit,
    .post-password-form input[type="submit"],
    .tagcloud a,
    .tagged_as a,
    .previous-post .title-nav-prev,
    .next-post .title-nav-next,
    .previous-post path,
    .next-post path,    
    body .elementor-button.elementor-size-xl,
    body .elementor-button.elementor-size-lg,
    body .elementor-button.elementor-size-md,
    body .elementor-button.elementor-size-sm,
    body .elementor-button.elementor-size-xs,
    #cancel-comment-reply-link {
        transition: none !important;
    }
}

/* Light button */

.form-submit #submit:hover,
.input-submit,t:hover,
.post-password-form input[type="submit"]:hover {
    color: var(--button-txt-color-hover);
    background-color: var(--button-bg-color-hover) !important;
}

body .elementor-button:hover,
body .elementor-button:focus {
    color: var(--button-txt-color-hover);
    background-color: var(--button-bg-color-hover);
    box-shadow: none;
}

#pr-nav .header-cta .elementor-button {
    box-shadow: none;
    letter-spacing: normal;
    white-space: nowrap;
    line-height: 1;
    transition: color 450ms, background 450ms;
}

@media (max-width: 1199px) {
    #pr-nav .header-cta .elementor-button {
        margin-bottom: 1rem;
        width: 100%;
    }

    .header-cta {
        margin: 20px auto auto;
        width: 100%;
    }
}


.post-password-form input[type="submit"] {
    font-size: 16px;
    letter-spacing: normal;
    border-radius: var(--button-border-radius);
}

.form-submit #submit,
.input-submit {
    font-size: 14px;
    letter-spacing: normal;
    border-radius: var(--button-border-radius);
}








a.checkout-button.button.alt {
    font-size: 16px;
    padding: 0.8125em 1.8875em;
    max-width: 250px;
    letter-spacing: normal;
}



body .blog-tile-content .elementor-button.elementor-size-md {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
}

.blog-tile-content > a {
    width: fit-content;
    margin-top: -0.75rem;
}




@media (min-width: 769px) {
    a.checkout-button.button.alt {
        float: right;
    }


}


#place_order {
    font-size: 18px;
    margin-left: auto;
    padding: 0.75em 1.5em;
}

button[name="save_account_details"] {
    margin-top: 1.5rem !important;
}

/* end BUTTONS */
/* ============================================================================================================== */
/*
 * 11. INPUTS
 */

input,
textarea {
    padding: 0.75rem 1rem;
    font-size: 16px;
    letter-spacing: normal;
}

input,
textarea,
.select2-container--default .select2-selection--single {
    transition: all .215s ease;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus {
    border-color: var(--accent-color) !important;
}

input,
#add_payment_method table.cart td.actions .coupon .input-text,
.select2-container--default .select2-selection--single {
    border-radius: var(--global-field-border-radius);
    line-height: 1.23536;
    font-weight: 400;
    text-overflow: ellipsis;
    border: 1px solid var(--global-field-border-color);
}

.select2-container--default .select2-selection--single[aria-expanded="true"] {
    border-radius: var(--global-field-border-radius);
}

textarea {
    border-radius: var(--global-field-border-radius);
    padding: 22px;
    line-height: 1.23536;
    font-weight: 400;
    text-overflow: ellipsis;
    border: 1px solid var(--global-field-border-color);
}

#add_payment_method table.cart td.actions .coupon .input-text,
#coupon_code {
    float: unset;
    max-width: 100%;
    width: unset;
    font-size: 14px;
    letter-spacing: normal;
}




@media (max-width: 768px) {

    .checkout-button.button.alt {
        margin: auto;
    }
}


.cart-subtotal th {
    font-weight: normal;
}




form[name="checkout"] h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: normal;
}


#order_comments {
    min-width: 15rem;
    min-height: 5rem;
}

#order_review .product-quantity {
    font-weight: 600;
}


/* Woocommerce selector */
.select2-container .select2-selection--single {
    height: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-search--dropdown .select2-search__field {
    line-height: 1.5rem;
}

.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0.25rem !important;
}

.widget_product_categories .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid var(--global-field-border-color);
    border-radius: var(--global-field-border-radius);
    line-height: 1rem;
}

.widget_product_categories .select2-search--dropdown .select2-search__field {
    line-height: 1rem !important;
}


.select2-container--open .select2-dropdown--below {
    border-left-color: var(--accent-color) !important;
    border-right-color: var(--accent-color) !important;
    border-bottom-color: var(--accent-color) !important;
}

.select2-container--open .select2-dropdown--above {
    border-left-color: var(--accent-color) !important;
    border-right-color: var(--accent-color) !important;
    border-top-color: var(--accent-color) !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-color: var(--accent-color);
}



.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3rem !important;
    position: absolute !important;
    top: 0 !important;
    right: 1rem;
    width: 1rem !important;
}

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e5e5e5;
}


.btn-right {
    text-align: right;
    width: 100%;
}



.login-btn {
    display: inline-flex;
    text-align: right;
    flex-grow: 1;
    flex-flow: row-reverse;
}

.lost_password {
    line-height: 19px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
}


/* end INPUTS */
/* ============================================================================================================== */
/*
 * 12. WP IMPROVES
 */

.gallery-caption {
    font-size: 14px;
    margin-right: 1rem;
    margin-top: 0.25rem;
    color: #6d7c90;
    letter-spacing: normal;
}

.bypostauthor {
    font-size: inherit;
}

@media (min-width: 1921px) {
    .hide-on-ultra-wide {
        display: none;
    }
}

.comment-author .fn {
    font-weight: 600;
}

.comments-closed {
    margin-bottom: 0;
    text-align: center;
    font-style: italic;
}

.wp-block-cover p:not(.has-text-color) a:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

figcaption,
cite,
.wp-block-pullquote cite,
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
    color: #6d7c90;
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    font-size: 15px;
    margin-bottom: 1rem;
    letter-spacing: normal;
}

.wp-caption {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 0 !important;
}

.wp-block-image figcaption {
    font-size: 15px;
    margin-top: .65rem;
    margin-bottom: 0;
    letter-spacing: normal;
}

.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
    font-size: 15px;
    margin-top: .65rem;
    letter-spacing: normal;
}

.wp-block-video figcaption {
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: normal;
}

cite {
    font-size: 15px;
    padding-top: 0.5rem;
    display: inline-block;
    letter-spacing: normal;
}

blockquote cite {
    padding-top: 0;
    padding-bottom: 0.5rem;
}

blockquote {
    border-left: 3px solid var(--accent-color);
}

.wp-block-pullquote blockquote {
    border-right: 3px solid var(--accent-color);
}

.alignleft {
    display: inline-block;
    float: left;
    margin-right: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

.alignright {
    display: inline-block;
    float: right;
    margin-left: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0.5em auto 1.5em;
    text-align: center;
}

.text-align-center{
  text-align: center;
  text-align: -webkit-center;
}
.text-align-right {
    text-align: right;
}

.entry-content ul li,
.entry-content ol li {
    margin-top: 0.25em;
    list-style-position: inside;
}

.wp-block-button {
    margin-bottom: 1rem;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 2rem 2rem 1rem 2rem;
}

.wp-block-cover {
    margin-bottom: 1rem;
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2,
.wp-block-cover {
    color: white;
}

/* end WP IMPROVES */
/* ============================================================================================================== */
/*
 * 13. GENERAL IMPROVES
 */

/* Page's featured media */
.featured-media img {
    object-fit: cover;
    width: 100%;
}

.intro-text {
    background: transparent;
    padding: 2rem 2rem 1rem 2rem;
    border: 1px solid var(--global-border-color);
    border-radius: var(--global-border-radius);
    margin-bottom: 0.5rem;
    display: inline-block;
    line-height: 1.7;
}

.posted_in,
.tagged_as {
    width: 100%;
    display: block;
}

.comment .avatar {
    margin-right: 1rem;
    max-height: 3rem;
    width: auto;
    border-radius: 100%;
}

.comment:not(.depth-1) {
    border-left: 1px solid #d8d5d0;
    padding-left: 1.5rem;
}

.comment-body {
    padding: 20px 0;
    background: transparent;
    margin: 15px 10px 15px 0;
    border-top: 1px solid var(--global-border-color);
}

.comment-content ul,
.comment-content ol,
.comment-content dl {
    padding-left: 20px;
}

.comment-author .fn {
    border-radius: 4px;
    font-family: var(--global-headers-font), serif;
}

.comment.depth-2 {
    margin-left: 15px;
}

.comment-metadata {
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
}

.comment-form-comment label {
    display: block;
}

.comment-reply-title {
    margin: 0 0 1rem 0;
    display: inline-block;
    font-size: 24px;
    letter-spacing: normal;
}

#respond .comment-reply-title {
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    font-size: 22px;
    display: flex;
    flex-wrap: wrap-reverse;
    letter-spacing: normal;
}

#respond .comment-reply-title small {
    margin-left: auto;
}

.comments-wrapper {
    padding: 3rem;
    margin: 2rem 0 0 0;
}

.single-post .comments-wrapper {
    padding: 0;
}


@media (min-width: 576px) {


    .page .comments-wrapper.section-inner {
        margin: 2rem 0 0 0;
    }

    /* To fix large spaces comes from WooCommerce*/
 
}

@media (max-width: 575px) {
    .page .comments-wrapper.section-inner {
        margin: 2rem 0 1rem 0;
    }
}

.comment-author a span {
    padding: 5px 14px;
    border-radius: 0;
    background-color: #e3e3e3;
    color: var(--accent-color);
    font-weight: bold;
    transition: all 0.45s;
}

.comment-author a span:hover {
    background-color: var(--accent-color);
    color: #ffffff;
}

.next-post {
    float: right;
}

.recentcomments a.url {
    font-weight: 600;
    color: var(--accent-color);
    padding: 3px 8px !important;
    border-radius: 0;
    background-color: var(--global-second-bg-color);
    display: inline-block !important;
    margin-bottom: 5px !important;
    transition: all .45s;
}

.recentcomments {
    margin-bottom: 1rem;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: normal;
}

.wpb_wrapper .wpb_gmaps_widget .wpb_wrapper {
    background-color: #e5e5e5;
    padding: 1px;
    border-radius: 0;
    overflow: hidden;
}

textarea#comment {
    min-width: 100%;
    width: 100%;
}

.comment-form-comment label {
    margin-bottom: 1rem;
}

#commentform label {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0.65rem;
    display: inline-block;
    font-weight: 500;
    letter-spacing: normal;
}

#shipping_method li {
    align-items: baseline;
    display: flex;
}

#shipping_state {
    width: 100%;
}


.comment-form-rating {
    padding: 0;
    border-radius: 0;
    margin-bottom: 1.5rem;
}

.comment-footer-meta {
    font-size: 16px;
    color: var(--global-second-txt-color);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
}

.comment-content {
    margin-bottom: 1rem;
    line-height: 1.7;
}

.archive-subtitle {
    border-radius: var(--global-border-radius);
    border: 1px solid var(--global-border-color);
    color: var(--global-txt-color);
    font-weight: 400;
    padding: 2rem 2rem 1rem 2rem;
}

.search main article:first-child .entry-title,
.archive main article:first-child .entry-title {
    margin-top: 0;
}

.search .entry-title a,
.archive .entry-title a {
    transition: all 0.215s;
    font-weight: 600;
    font-size: 26px;
    color: var(--global-txt-color);
    letter-spacing: normal;
}

.search .entry-title a:hover,
.archive .entry-title a:hover {
    color: var(--accent-color);
}

.search .entry-title {
    margin-top: 1.5rem;
}

hr.dark-grey {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.search .entry-categories-inner {
    margin-top: 1rem;
}

.entry-categories-inner {
    color: var(--global-second-txt-color);
    font-weight: bold;
    margin-bottom: 16px;
}


.blog-tile .entry-categories-inner {
    font-weight: 600;
    text-align: var(--blog-tile-all-txt-position);
}

@media (min-width: 1200px) {
    .blog-tile .entry-categories-inner {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        /*noinspection CssUnknownProperty*/
        -webkit-line-clamp: 2;
        /*max-height: 51px;*/
    }
}

.single-post .entry-categories-inner {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0.5rem 0.75rem 0.5rem 0;
}

.archive .entry-categories-inner,
.archive .entry-categories-inner a {
    color: var(--global-txt-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: normal;
    transition: all 0.1s;
}

.search .entry-categories-inner,
.archive .entry-categories-inner {
    margin-top: 1rem;
    display: none;
}

.archive-separator {
    border-top: 1px solid var(--global-border-color);
    margin-top: 1.5rem;
}

.header-title,
.product-title,
.entry-title,
.entry-categories-inner a {
    word-break: break-word;
}

.h-site-description {
    display: block;
    font-weight: 600;
    letter-spacing: normal;
    font-size: 18px;
    color: var(--header-title-txt-color);
    line-height: 1.4em;
    max-width: 800px;
    margin: 1rem auto 0 auto;
}


.spinner {
    display: none;
}

.form label,
.form textarea,
.form input {
    min-width: 100%;
    max-width: 100%;
}

.form input {
    /* padding: 1rem 22px; */
    padding: var(--form-input-padding);
    font-size: 16px;
    letter-spacing: normal;
}

.form textarea {
    padding: 22px;
    font-size: 16px;
    letter-spacing: normal;
}

.form .theme-contact-form h6 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-family: var(--global-headers-font), serif;
}

.form input.submit {
    min-width: unset;
    padding: 0.8125em 3.4375em;
}

.form .theme-contact-form h1 {
    text-align: center;
    margin-bottom: 3rem;
}

.not-valid-tip {
    margin-top: 0.5rem;
    margin-left: 1rem;
}

form .response-output {
    padding: 1rem;
    border-radius: 0;
    border-width: 1px;
    text-align: center;
}

form.invalid .response-output,
form.unaccepted .response-output,
form.sent .response-output {
    border-color: var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    font-weight: 600;
    border-radius: var(--global-border-radius);
}

.mcf-submit {
    text-align: right;
}

.form .theme-contact-form .mcf-submit {
    text-align: right;
    margin-top: 1.5rem;
}

.ajax-loader {
    margin: 12px;
    float: left;
}

.form-control-wrap {
    display: flex;
}

/* end CONTACT FORM 7 */
/* ============================================================================================================== */
/*
 * 16. NextGEN GALLERY
 */

.ngg-albumoverview.default-view {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 0 -20px 0;
}

body .ngg-albumoverview.default-view .ngg-album-compact {
    width: 46%;
    border: none;
    padding: 3% !important;
    box-shadow: none;
    margin: 2% !important;
    border-radius: 0;
    background-color: #fff;
    position: relative;
}

body .ngg-album-compact h4 .ngg-album-desc {
    height: unset;
}

body .ngg-albumoverview.default-view .ngg-album-compactbox {
    border-radius: 0;
    overflow: hidden;
    padding: 0 !important;
}

body .ngg-albumoverview.default-view .ngg-album-compact h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    text-align: left;
    align-items: center;
    letter-spacing: normal;
    color: var(--global-txt-color);
    font-family: inherit;
    margin-top: 1.5rem;
}

body .ngg-albumoverview.default-view .ngg-album-compact h4 .ngg-album-desc {
    color: var(--global-txt-color);
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: normal;
}

@media (max-width: 570px) {
    body .ngg-albumoverview.default-view .ngg-album-compact h4 .ngg-album-desc {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: normal;
    }

    body .ngg-albumoverview.default-view .ngg-album-compact h4 {
        margin-top: 10px;
    }
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
    padding: 4%;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    border-radius: 0;
}

body .ngg-navigation span.current,
body .ngg-navigation a.page-numbers {
    border-radius: 0;
    color: var(--global-txt-color);
    min-height: 2em;
    min-width: 2em !important;
    display: inline-block;
    line-height: 2em;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: normal;
    text-align: center;
}

body .ngg-navigation span.current {
    background: var(--global-second-bg-color);
}

body .ngg-navigation a.page-numbers {
    background: transparent;
}

body .ngg-navigation span.current:hover,
body .ngg-navigation a.page-numbers:hover {
    background-color: var(--accent-color);
}

body .ngg-navigation span.next,
body .ngg-navigation span.prev,
body .ngg-navigation a.next,
body .ngg-navigation a.prev {
    color: var(--global-txt-color);
}

body .ngg-navigation span.next:hover,
body .ngg-navigation span.prev:hover,
body .ngg-navigation a.next:hover,
body .ngg-navigation a.prev:hover {
    color: var(--accent-color) !important;
}

body .ngg-navigation {
    padding-top: 50px;
    padding-bottom: 30px;
    width: 100%;
}

body .ngg-galleryoverview .ngg-navigation {
    padding-bottom: 10px;
}

@media (max-width: 1199px) {
    body .ngg-albumoverview,
    body .ngg-galleryoverview {
        margin-top: 0;
    }

    body .ngg-galleryoverview .ngg-navigation,
    body .ngg-navigation {
        padding-bottom: 30px;
    }
}

body .ngg-galleryoverview {
    margin: 0 0 0 0;
}

#fancybox-content,
#fancybox-outer {
    border-radius: 0;
}



      
            #main-header {
                background-attachment: fixed;
            }
 
       
      
            #lg-counter {
                color: #efefef !important;
                font-size: 14px !important;
                opacity: 0.9;
            }

            .lg-backdrop {
                background-color: rgba(0,0,0,0.6) !important;
            }

            .lg-dropdown:after {
                border-bottom-color: rgba(0,0,0,0.8) !important;
            }

            .lg-icon {
                color: #efefef !important;
                font-size: 20px !important;
                background-color: transparent !important;
            }

            .lg-icon.lg-toogle-thumb {
                font-size: 24px !important;
            }

            .lg-icon:hover, .lg-dropdown-text:hover {
                color: #ffffff !important;
            }

            .lg-prev, .lg-next {
                font-size: 35px !important;
            }

            .lg-progress {
                background-color: #8a8a8a !important;
            }

            .lg-sub-html {
                background-color: rgba(0,0,0,0.8) !important;
            }

            .lg-sub-html, .lg-dropdown-text {
                color: #efefef !important;
                font-size: 14px !important;
            }

            .lg-thumb-item {
                border-radius: 0 !important;
                border: none !important;
                opacity: 0.5;
            }

            .lg-thumb-item.active {
                opacity: 1;
            }

            .lg-thumb-outer, .lg-progress-bar {
                background-color: #444444 !important;
            }

            .lg-thumb-outer {
                padding: 0 10px;
            }

            .lg-toolbar, .lg-dropdown {
                background-color: rgba(0,0,0,0.8) !important;
            }

        
 

.main_swiper {
  position: relative;
}
.swiper-wrapper {
  position: relative;
  height: 100vh;
}
.swiper-slide{
    position: relative;
}
.swiper-slide .subtitle{
    
   
}
.swiper-slide .swiper-slide-content {
  position: absolute;
  background-color: #184375da;
  background-color: var(--background-color-opaque);
  background-color: rgba(0, 26, 55, 0.979);

  width: 700px !important;
  height: 600px;
  top: 200px;
  left: 0;
  z-index: 1;

  padding: 50px 70px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  clip-path: polygon(90% 0, 100% 56%, 81% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
}

.swiper-slide .swiper-slide-content .title {
  font-size: 3em;
  font-weight: 600;
  color: white !important;
  opacity: 0.95;
}
.swiper-slide .swiper-slide-content .subtitle {
  font-size: 1.2em;

  color: white;
}
.swiper-slide .icon-widget-container span {
  color: white;
}
.swiper-slide .swiper-slide-content .action a {
  align-content: center;
  background-color: var(--primary_color);
  border: none;
  color: black;
}


/* --------------------------------------------------- */
.swiper-cards {
      width: 100%;
      height: 100%;
      margin:0px 10px
    }
.swiper-cards .swiper-wrapper {
      width: 100%;
      height: 100%;
    }

    .swiper-cards .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 18px;
      font-size: 22px;
      font-weight: bold;
      color: #fff;
    }
/* --------------------------------------------------- */

.img-container {
  position: relative;
  width: 300px;  
}
.img-container .img_base{
  position: relative;
  right: 0px;
  /* width: 300px; */
     border-radius: 10px;
  /* max-height: 100px; */
  /* height: 100%; */
}
.img-container-fluid .img_overlay,
.img-container .img_overlay,
.img-container-fluid .img_base_overlay,
.img-container .img_base_overlay {
    content: "";
    height:100%;
    width:100%;
    position: absolute;

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 24, 58,0)), to(rgba(191, 173, 142,0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 24, 58,0), rgba(191, 173, 142,0.65));
    background: -moz-linear-gradient(top, rgba(0, 24, 58,0), rgba(191, 173, 142,0.65));
    background: -ms-linear-gradient(top, rgba(0, 24, 58,0), rgba(191, 173, 142,0.65));
    background: -o-linear-gradient(top, rgba(0, 24, 58,0), rgba(191, 173, 142,0.65));
    background:  linear-gradient(135deg, rgba(0, 24, 58,0) 0%,rgba(191, 173, 142,0.65) 100%);
    background:  linear-gradient(135deg, rgba(191, 173, 142,0.65) 0%,rgba(0, 24, 58,0) 100%);
   top:0;
    left:0;
    border-radius: 10px;
}


.img-container-fluid{
      position: relative;

}
.img-container-fluid img{
     border-radius: 10px;


}
.img-container-fluid .img_base{
  
    width: 600px;
  
}
.img-container-fluid .img_flag{
    position: absolute;
    width: 250px;

    right:0px;
    top: 0px;
    opacity: .3;
    border-radius: 0px 10px 10px 0 ;
    /* border: 2px solid white; */
    /* background-color: white; */
}
/* .section-airport .section-header span::before{
    content:url(/assets/images/flags/south-africa.png);
    width: 50px;
    height: 5px;;
    position: absolute;
    top:10px;
    left:0px;
   
} */
.img-container-fluid .img_top{
    position: absolute;
    width: 300px;
    right:-30px;
    top: -30px;
 
    border: 2px solid white;
}
@media (max-width:992px){
    .img-container-fluid .img_top{  
    width: 250px;
    right:100px;
    top: 0;
 
}
.img-container-fluid .img_flag{
  
    width: 250px;
    right:100px;
    top: 15px;
}
}
@media (max-width:830px){
    .img-container-fluid .img_top{  
    width: 250px;
    right:20px;
    top: -10px;
 
}
.img-container-fluid .img_flag{
  
    width: 250px;
    right:20px;
    top: 0px;

  
}
}
@media (max-width:669px){
    .img-container-fluid .img_top{  
    width: 200px;
    right:0px;
    top: 0px;
 
}
.img-container-fluid .img_flag{
  
    width: 200px;   
    
    right:0px;
    top: 15px;
    
  
}
}
@media (max-width:520px){
    .img-container-fluid .img_top{  
    width: 150px;
    right:0px;
    top: 0px;
 
}
.img-container-fluid .img_flag{
  
    width: 150px;   
    
    right:0px;
    top: 15px;
    
  
}
}
.img-container-fluid .img_bottom{
    position: absolute;
    width: 300px;
    left:-90px;
    bottom: -90px;
    border: 2px solid white;
}
.img-container-fluid {
    width:100%;
    height:100%;  
}



.swiper-slide .swiper-slide-img .img_float_left{
  position: relative;
  right: 0px;
  width: 400px;
  /* height: 100%; */
}
.swiper-slide .swiper-slide-img .img_float_bottom{
  position: relative;
  right: 0px;
  width: 400px;
  /* height: 100%; */
}
.swiper-slide .swiper-slide-img::before{
  /* content: ""; */
  background: #000000;
  width: 100%;
  height: 100%;
  opacity: .8;
  z-index: 0;
  position: absolute;
}

.swiper-slide .swiper-slide-img img {
position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
      border-radius: 10px;
  /* filter: grayscale(1); */
}

 

.main_swiper .swiper-pagination-main {
  position: absolute;
  right: -200px;
  top: 50%;
  left: 87%;
  background-color: white;
  background-color: #184375da;
  background-color: var(--background-color);
  height: 50px;
  width: 450px;
  /* width: fit-content; */
  transform: rotate(90deg);
  z-index: 1;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.main_swiper .swiper-pagination-main .swiper-pagination-bullet {
  width: 1.9em;
  height: 0.2em;
}
.main_swiper .button-next {
  position: absolute;
  bottom: 0;
  right: 00px;
  background-color: #184375da;
  background-color: #002247f2;
  background-color: var(--background-color);

  width: 90px;
  height: 70px;
  z-index: 1;
  text-align: center;
  align-content: center;
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);

}
.main_swiper .button-prev {
  position: absolute;
  bottom: 0;
  right: 70px;
  background-color: #184375da;
  background-color: var(--background-color);
  width: 90px;
  height: 70px;
  z-index: 1;
  text-align: center;
  align-content: center;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}
.main_swiper .button-next::before,
.main_swiper .button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #ffffff;
}
.main_swiper .button-next::before {
  content: "next";
}

.main_swiper .button-prev::after {
  content: "prev";
}






/* Swiper Navigation  */

/* .swiper .swiper-pagination {
  position: absolute;
  right: -200px;
  top: 50%;
  left: 87%;
  background-color: white;
  background-color: #184375da;
  background-color: var(--background-color);
  height: 50px;
  width: 450px;
  
  transform: rotate(90deg);
  z-index: 1;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
} */

.swiper-cards .swiper-pagination .swiper-pagination-bullet, 
.swiper-carousel .swiper-pagination .swiper-pagination-bullet {
  background:rgb(0,24,58) !important; 
}
.swiper-cards .swiper-pagination .swiper-pagination-bullet-active,
.swiper-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background:rgb(184, 153, 101)!important;
  border-radius:10px;
   width:40px;
}




/* .swiper .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 00px;
  background-color: #184375da;
  background-color: #002247f2;
  background-color: var(--background-color);

  width: 90px;
  height: 70px;
  z-index: 1;
  text-align: center;
  align-content: center;
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);

}
.swiper .swiper-button-prev {
  position: absolute;
  bottom: 0;
  right: 70px;
  background-color: #184375da;
  background-color: var(--background-color);
  width: 90px;
  height: 70px;
  z-index: 1;
  text-align: center;
  align-content: center;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}
.swiper .swiper-button-next::before,
.swiper .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #ffffff;
}
.main_swiper .swiper-button-next::before {
  content: "next";
}

.main_swiper .swiper-button-prev::after {
  content: "prev";
} */





@media (max-width: 540px) {
.swiper-slide{
  width: 100%; 
  }

.swiper-slide .swiper-slide-content {
    width: 400px !important;
    width: 80% !important;;
}  
}
@media (min-width: 540px) {
.swiper-slide{
  width: 100%; 
  }

.swiper-slide .swiper-slide-content {
    width: 400px !important;
}  
}
@media (min-width: 1024px) {
.swiper-slide{
  width: 100%;
       
}

.swiper-slide .swiper-slide-content {
    width: 600px !important;
}  
}
@media (min-width: 1280px) {
.swiper-slide{
  width: 100%; 
}

.swiper-slide .swiper-slide-content {
    width: 700px !important;
}  
}
@media (min-width: 1536px) {
.swiper-slide{
  width: 100%;     
}

.swiper-slide .swiper-slide-content {
    width: 700px !important;
}  
}

.main-header-bg::after{
     content: "";
    height:100%;
    width:100%;
    position: absolute;

    /* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 24, 58,0)), to(rgba(191, 173, 142,0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 24, 58,0), rgba(191, 173, 142,0.65));
    background: -moz-linear-gradient(top, rgba(0, 24, 58,0), rgba(191, 173, 142,0.65));
    background: -ms-linear-gradient(top, rgba(0, 24, 58,0), rgba(191, 173, 142,0.65));
    background: -o-linear-gradient(top, rgba(0, 24, 58,0), rgba(191, 173, 142,0.65)); */
    background:  linear-gradient(135deg, rgba(0, 24, 58,0) 0%,rgba(191, 173, 142,0.65) 100%);
    background:  linear-gradient(135deg, rgba(0, 24, 58,0) 100%,rgba(191, 173, 142,0.65) 100%) invert;
   top:0;
    left:0;
        border-radius: 10px;
}

section {
    position:relative;
}
section .section-header span{   
    color:var(--accent-color)
}

section .section-header {
    position: relative;  
}

section .section-header.head-pattern{
    padding-bottom: 0px;
    margin-bottom: 40px;;
}

section .section-header.head-pattern::after{

    content: '';
    position: absolute;
    display: flex; 
    background-image: url(/assets/images/icons/jetstream.svg);
    background-repeat: no-repeat;
    background-position-x: right;  
    width: 100%;
    height: 35px;
    top: -50px;  
}

section .section-header.head-pattern.head-center::after{
background-position-x: center;
}
/* @media (max-width:802px){
    section .section-header.head-pattern.head-center::after{
    top: 0px;
}
}
@media (max-width:438px){
    section .section-header.head-pattern.head-center::after{
    top:20px;
}
}
@media (max-width:347px) {
        section .section-header.head-pattern.head-center::after{
            top:40px;
        }
} */

.head-pattern p{
    margin-bottom: 0px;
    line-height:20px;
}
.head-pattern span{
   
    line-height:20px;
}



section.circles::after,section.circles::before{
    content:'';
    position:absolute;
    z-index:-10;
    background-repeat:no-repeat;
    width:200px;
    height: 300px;
     opacity: .3;
}

section.circles-down::after{    
    bottom:-90px;
    left:60px;
 
}
section.circles-up::before{  
    top:-2px;
    right:60px;
 
    z-index:-10;
    transform: rotate(90deg);
}
section.circles-blue::after{
    background-image: url('../images/dot-veniceblue.svg');
}
section.circles-gold::after{
    background-image: url('../images/dot-bavloves.svg');
}



section.circles.plane-down::after{ 
    background-image: url('../images/falling-blue.svg'); 
    top:-2px;
    left:100px;   
    height: 100%; 
     width:130px;
    transform:scale(1, -1);
}



section.circules-down-blue::after{    
    content:'';
    position:absolute;
    background-image: url('../images/dot-veniceblue.svg');
    bottom:-90px;
    left:60px;
    opacity: .3;
    width:200px;
    height: 300px;
    z-index:-10;
    background-repeat:no-repeat;
}

section.circules-up::before{    
    content:'';
    position:absolute;
    background-image: url('../images/dot-bavloves.svg');
    top:-2px;
    right:60px;
    opacity: .3;
    width:200px;
    height: 300px;
    z-index:-10;
   transform: rotate(90deg);
    background-repeat:no-repeat;
}
section.circules-up-blue::before{    
        content:'';
    position:absolute;
    background-image: url('../images/dot-veniceblue.svg');
        top:-2px;
    right:60px;
    opacity: .3;
    width:200px;
    height: 300px;
    z-index:-10;
   transform: rotate(90deg);
    background-repeat:no-repeat;
}

   
.spin{    
    animation: 1s spinning linear ; 
}
@keyframes spinning {
    0% {
        transform: scale(1, 1)

    }
    50% {
         transform:scale(1, -1)
       

    }

    to {
     transform: scale(1, 1)
    }

}



.footer-contact-widget ul{

     list-style: none;
    list-style-type:none;;
}
.footer-contact-widget ul li {
   margin:0;
}

.footer-contact-widget li a {
   
    font-family:  var(--global-headers-font);
    font-size: 20px !important;  
    font-weight:300 !important;  
}

.footer-contact-widget .contacts, ul.plane-icon , ul.checkboxes, .footer-contact-widget .quick-links {
  --footer-icon-space: 1.7em;
  list-style: none;
  padding: 0;
}
.footer-contact-widget .contacts {
  --footer-icon-space: 1.4em;
}
 ul.plane-icon,ul.checkboxes li, .footer-contact-widget .quick-links li {
  padding-right: var(--footer-icon-space);
}
 ul.checkboxes li:before,
.footer-contact-widget .quick-links li:before,
.footer-contact-widget .contacts li:before{
    font-family: fontello;
    display: inline-block;
    margin-right: calc( var(--footer-icon-space) * -0.7 );
    width: var(--footer-icon-space); 
    color:var(--footer-icon-color);   
    font-size: var(--footer-icon-size);
    text-align: center;
    text-align: -webkit-center;
       
}
ul.checkboxes li:before{
    content: "\2611";    
    color:var(--list-icon-color);     
}
.footer-contact-widget .quick-links li:before{
    content: "\e809"; 
}
ul.plane-icon li{
    list-style-image:url(/assets/images/icons/plane.svg);
}
.footer-contact-widget .contacts li {
  padding-right: var(--footer-icon-space);
}
.footer-contact-widget .contacts .phone:before{
  content: "\e811";
}
.footer-contact-widget .contacts .mail:before{
  content: "\f0e0";
}
.footer-contact-widget .contacts .location:before{
  content: "\e803";
}



.form-select{
    padding-right: 35px;
}


section{
    position:relative;
}
.jarallax-overlay{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    display: block;
    background: rgba(0, 0, 0, .6);
       background-color: rgba(1, 22, 51,.4);
       background-color: rgba(0, 20, 45, 0.856);
      z-index: -1;
}

.jarallax-container{
    min-height: 350px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center
}
.jarallax-container h2{
    /* font-size: 4.8rem; */
    color: rgb(255, 255, 255);
    z-index: 10;
    font-style: italic;
}

/* #jarallax-quotes{
   quotes: initial;
} */

#jarallax-quotes::before {
    content: open-quote;
     content: "\201C";
        font-size: 3rem;
}
#jarallax-quotes::after {
    content: close-quote;
     content: "\201D";
        font-size: 3rem;
}


  .half-carousel-container {
    margin: 20px 0 50px;
    position: relative;
    /* overflow: hidden; */
}
.swiper-carousel{
  overflow: hidden;
}
  .city-carousel-wrap{
  position: relative;
  overflow: hidden;
  padding: 20px 20px 20px 450px;
  
  }
.swiper-carousel .swiper-wrapper{
    max-height: 500px;
}
.swiper-carousel .swiper-wrapper .swiper-slide img{
    border-radius: 10px;
     max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
     object-fit: cover;
   
     
}
.half-carousel-title{
    text-align: center;
    text-align:-webkit-center;
}
.half-carousel-title h2{
    font-size: 2rem;
    font-weight: 900;
}
.half-carousel-title p{
color:black;
}
.swiper-carousel .swiper-wrapper .swiper-slide {
    border-radius: 10px;
     max-height: 500px;
     
}
   .half-carousel-title-wrap {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    width: 410px;
    background: rgba(178, 150, 102, 0.089);
    color:rgb(14, 39, 76);
    overflow: hidden;
    border-radius: 10px;
    z-index: 20;
    align-content: center;
    text-align: start;
  }
@media only screen and (max-width: 880px) {
  .city-carousel-wrap, .agnet-carousel-wrap {
      padding: 20px 20px 20px;
  }
}
@media only screen and (max-width: 880px) {
  .half-carousel-title-wrap, .fw_car_title-wrap {
      position: relative;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 60px 0 30px;
      margin-bottom: 20px;
  }
}
.half-carousel-title{
  position: relative;
  padding: 0 30px;
  z-index: 10;
}
section{
    position: relative
}
.swiper-wrapper .swiper-slide-active{
    flex-grow: 2;
}
.carousel-section::before{
    content: "";
   
    position: absolute;
    width: 100%;
    height: 100%;
    /* min-height: 1000px ; */
    background-image: url('/assets/images/patterns/pattern-9.png');
    top:0px;
    left: 0px;
    object-fit: fill;
    background-repeat:no-repeat ;
    z-index: -10px;
    opacity: .1;
    /* rotate: 90deg; */
    
}
.card-bg::after{
    content: "";
   
    position: absolute;
    width: 100%;
    height: 100%;
    /* min-height: 1000px ; */
    background-image: url('/assets/images/patterns/pattern-6.png');
    top:0px;
    border-radius: 10px;
    left: 0px;
    object-fit: cover;
    background-position: bottom;
    background-repeat:no-repeat ;
    z-index: -1;
    opacity: .1;
    /* rotate: 90deg; */
    
}
.relative{
    position:relative
}
.card{
    border:none;
}
.card .card-body .card-logos{
    max-height: 150px;;
    height: 150px;
    /* display: flex;
    flex-direction: column; */
    display: block;
    align-content: center;
}
.rounded-corners{
    border-radius: 10px;
    background-color: hsla(215, 100%, 11%, 0.05);
    background-color: hsl(220deg 13.04% 95.49% / 52%)
    

}
.card-lg{
    height: 400px;
}

 .image_wrap {
    display:flex;
    flex-direction:row;
     margin-bottom:25px;
 }   
.image_wrap .img-right{
    margin-right:auto;
   
}
.card-body-centered{
    text-align:center;
}
.card .card-body .card-title{
    font-size: 28px;
    /* font-size: 2vw; */
    font-weight:900;
    color:rgb(138, 108, 56);
    
 
}
@media (min-width:992px) and (max-width:1200px){
    .card .card-body .card-title{
    font-size: 24px; 
}
}

.parallax-bg{
    opacity:.2;
    
}
.card .img-left{
    background-color:white;
    width:50px;
     height:50px;
    border-radius: 50%;
}
.card .image_wrap{
    max-height: 100px;;
   
}
.swiper > .background-overlay {
    background-color: transparent;
    /* background-image: linear-gradient(360deg, #0E0701 0%, #504E4A 100%); */
    /* background-image:linear-gradient(135deg, rgba(178, 150, 102, 0.212) 0%,rgba(39, 124, 243, 0.253) 100%); */
    background-image:linear-gradient(0deg, rgba(46, 30, 3, 0.356) 0%, rgba(4, 36, 80, 0.945) 100%);
    /* background-image:linear-gradient(135deg, rgba(10, 10, 10, 0.212) 0%,  rgba(39, 124, 243, 0.349) 100%);
    background-color:rgba(0, 24, 58, 0.562); */
     /* background-color:rgba(0, 24, 58, 0.171); */
    /* background-color: rgba(0, 24, 58, 0.788); */
    /* opacity: 0.3; */
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.swiper .background-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

 /* .swiper-slide {
      width: 80%;
    } */

    /* 

.swiper-slide.swiper-slide-next {
    width: 40%;
} */
 /* .swiper-slide.swiper-slide-next {
    width: 20%;
}  */

     .custom-logo{
   
        /* position: relative; */
    }


    .swiper_overlay::after{
            content: "";
    height:100%;
    width:100%;
    position: absolute;

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 24, 58,0)), to(rgba(191, 173, 142,0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 24, 58,0), rgba(191, 173, 142,0.65));
    background: -moz-linear-gradient(top, rgba(0, 24, 58,0), rgba(191, 173, 142,0.65));
    background: -ms-linear-gradient(top, rgba(0, 24, 58,0), rgba(191, 173, 142,0.65));
    background: -o-linear-gradient(top, rgba(0, 24, 58,0), rgba(191, 173, 142,0.65));
    background:  linear-gradient(135deg, rgba(0, 24, 58,0) 0%,rgba(191, 173, 142,0.65) 100%);
    background:  linear-gradient(135deg, rgba(178, 150, 102, 0.212) 0%,rgba(39, 124, 243, 0.349) 100%);
   
     top:0;
    left:0;
    border-radius: 10px;
    z-index: 20;
 
    }

    .swiper-content{
        height: 100%;
        align-content: space-around;
        justify-content: center;
        text-align: center;
    }
    .swiper-slide .title {
      font-size: var(--global-swiper-title-size); 
      font-weight: 500;
      color:rgb(8, 8, 8);
        color: rgb(180, 150, 100);

    }
    .swiper-slide .subtitle {
        font-size: var(--global-swiper-subtitle-size);       
        color:rgb(255, 253, 249);
        font-weight: 600;
        color:rgb(255, 255, 255);
        font-family: var(--global-headers-font);
    }
    .swiper-slide .text {      
        font-size: var(--global-swiper-txt-size);
        line-height: 1.3;
        color:rgb(255, 255, 255);         
        text-align: center;
        justify-self:center;
    }
    .swiper-slide .price {
        margin-top:10px;
        font-size: 25px;
        line-height: 1.3;
        color:rgb(255, 255, 255);
        font-weight: 600;         
        text-align: center;
        justify-self:center;
    }
    .swiper-slide .price strong{
        color: rgb(221, 193, 144);
        font-weight: 600;
    }
    .swiper-slide .slide-img{
        border-radius: 10px;
    }


.box-element-populated {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: var(--global-border-radius);
    border-color: #0F192F47;
    box-shadow: 10px 10px 0px 0px rgb(155, 125, 75);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /* margin: 1rem; */
    /* --e-column-margin-right: 20px;
    --e-column-margin-left: 20px; */
    /* padding:unset; */
    /* padding: 55px 55px 55px 55px; */
}

.form-img{
    object-fit: cover;
    /* width: 500px; */
    

}

.cta-btn,
.cta-section .elementor-button{
       background: rgb(180, 150, 100) !important;
}

.cta-section .section-header span{
    color: #fff !important;
}


@media (min-width:512px){
.cta-section .section-header h2{
    /* max-width: 700px;
    text-wrap: nowrap; */
}
}

.about-section.img-container{
    width: 100%;;
     height: 100%;
}
.about-section.img-container .img_base{
    width: 100%;;
    height: 100%;
}
@media (max-width:1020px){
.about-section.img-container {   
    width:450px;
    height: 250px;;
    margin-bottom: 10px;;
}

}
@media (max-width:560px){
.about-section.img-container {
    width: 100%;;
    height: 100%;;
  
}

}



.accomodation-section.img-container-fluid .img_top{
    position: absolute;
    width: 300px;
    height: 150px;
    object-fit: fill;
    left:-20px;
    top: -40px; 
    border: 2px solid white;

}
.accomodation-section.img-container-fluid .img_bottom{
    position: absolute;
    width: 300px;
    height: 150px;
    object-fit: fill;
    left:-20px;
    bottom: -40px;
    border: 2px solid white;
    
}

@media (max-width:1400px){   
    .accomodation-section.img-container-fluid .img_top{
        left:-20px;
        top: -90px; 
    }
    .accomodation-section.img-container-fluid .img_bottom{  
        left:-20px;
        bottom: -90px;
    } 
}
@media (max-width:1199px){
   
.accomodation-section.img-container-fluid .img_top{
   
    width: 250px;
    height: 125px;
}
.accomodation-section.img-container-fluid .img_bottom{
    width: 250px;
    height: 125px;
} 
}
@media (max-width:991px){
   
.accomodation-section.img-container-fluid .img_top{   
    width: 300px;
    height: 150px;
    left:unset;
    right:40px;   
    top: -10px;   
}
.accomodation-section.img-container-fluid .img_bottom{

    width: 300px;
    height: 150px;  
    left:40px;
    top: -10px; 
} 
}

@media (max-width:730px){   
.accomodation-section.img-container-fluid .img_top{   
    width: 250px;
    height: 125px;
    left:unset;
    right:0px;   
    top: -10px; 
}
.accomodation-section.img-container-fluid .img_bottom{

    width: 250px;
    height: 125px;  
    left:0;
    top: -10px; 
} 
}
@media (max-width:530px){   
.accomodation-section.img-container-fluid .img_top{      
    width: 200px;
    height: 100px;
    left:unset;
    right:0px;   
      top: -10px; 
}
.accomodation-section.img-container-fluid .img_bottom{   
      width: 200px;
    height: 100px;
    left:0;
        top: -10px; 
} 
}
@media (max-width:427px){   
.accomodation-section.img-container-fluid .img_top{      
    width: 200px;
    height: 100px;
    right:unset;
    bottom:unset;
    left:0px;   
     top: -10px;
}
.accomodation-section.img-container-fluid .img_bottom{   
    width: 200px;
    height: 100px;
    right:unset;
    top: unset;
    left:0;
 
    bottom:-60px;
} 
}


ul.dropdown-menu .nav-item{
    padding-left:25px;
}

.card.fill-area{
        height: 100%;
}

.bg-gray{
    background-color: rgb(240 242 246);
    border-radius: 10px;;
}

.flat-list{   
    display: flex;
    flex-wrap: wrap;  
    column-gap: 30px;
}



/* logos  */


@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: white;
  white-space: nowrap;
  position: relative;

}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear reverse;
}

.logos-slide img {
  height: 60px;
  margin: 0 40px;
}

@media (min-width:1300px) and (max-width:1500px){
    .logos-slide{
        margin-right:25px;
    }
}
@media (max-width:1500px){
    .logos-slide{
        margin-right:1000px;
    }
}
/* logos */
/* ================================== */

.social-btns a {
    min-width: 1em;
    margin: 5px;
    font-size: 2rem;
    letter-spacing: 0;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
     color:var(--footer-social-icon-color);
  
}
.social-btns__inner a,footer .social-btns a { 
    color:var(--footer-social-icon-color); 
}

.social-btns.btns-md a {
    font-size: 1.5rem;
}
.social-btns.btns-sm a {
    font-size: 1.1rem;
}
.social-btns a {
    line-height: 1;
    text-decoration: none;
}
.social-btns a {
    vertical-align: bottom;
}
.social-btns a {
    text-align: center;
}
.social-btns a {
    display: inline-block;
}


/* map frame */
.map-container iframe {
    min-height: 385px;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
}
iframe {
    border: 0;
    outline: 0;
    font-size: 100%;
    background: 0 0;
}



#btn-to-top-wrap {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 5
}

#btn-to-top {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    opacity: .7;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

#btn-to-top:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

.custom-btn {
    position: relative;
    min-width: 135px;
    padding: 15px 10px 13px;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    user-select: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    border: 3px solid #fff
}

.sl-flag {
    margin: 0 5px;
    display: inline-block;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    width: 22px;
    height: 22px;
    background: #aaa;
    border-radius: 50%;
    position: relative
}

.sl-sm {
    width: 15px;
    height: 15px
}

.btn-whatsapp-wrap {
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 5
}

.btn-whatsapp {
    position: relative;
    display: block;
    width: 60px;
    height:60px;
    background-color: rgba(180, 151, 100, 0.89);
    border:2px solid rgb(180, 150, 100);
    line-height: 38px;
    font-size: 35px;
    text-align: center;
    color: #fff;
    opacity: .9;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-border-radius: 50%;
    border-radius: 30% 30% 30% 0;
    padding-top: 9px
}

.contact-data a{
    color:rgb(0, 13, 30);
}

.framed-icon{
    display:inline-block;
}
.icon-container{  
    background: hsl(40, 34%, 79%) ;  
    position:relative;
     display:inline-block;
    align-items: center;
    align-content: center; 
    border-radius: 25px;;
    padding:10px;    
}
.icon-container img{ 
    height: 60px;
    background-color: #fff;;
    border-radius: 50%;   
    padding: 6px;
    
}
.icon-container span{    
    text-wrap:nowrap;  
    color: rgb(0, 45, 58);
}
.icon-container.frame-left{
    border-radius: 25px 25px 25px 0;;
}
.icon-container.frame-right{
    border-radius: 25px 25px 0 25px;;
}
@media (max-width:420px){
 .icon-container img{ 
    height: 45px;
     width: 45px;
}
.icon-container span{    
  font-size: 18px
}
}
.money-icon{
    content:url(/assets/images/icons/dollar-symbol-svgrepo-com.svg);
}
.support-icon{
    /* content:url(/assets/images/icons/247-support.svg); */
      content:url(/assets/images/icons/247-support2.svg);
}


.menu-item .fontello-search span{
    display: none;
}
.search-btn::before{
    font-size:28px
}
@media (max-width:991px) {
    .section-content{
        margin-top: 1rem;
}
}
@media (max-width:559px) {

        .swiper-slide .title {
             --global-swiper-title-size:1.4rem;           
        }
       .swiper-slide .subtitle {
             --global-swiper-subtitle-size:4.2rem;           
        }
        .swiper-slide .text {
    --global-swiper-txt-size:22px;
}
}

form input[type='checkbox']{
    display: block;
    max-width: none;
    min-width: unset;
}
form .checkbox-label{
    display: block;;
}

