:root {
    --font-body: 'Work Sans', sans-serif;
    --main-title-font: 'BankGothicBT', sans-serif;
    --sub-title-font: 'Roboto', sans-serif;
    --primary-color: #EE3B24;
    --secodary-color: #00692F;
    --dark-hover-color:#004A21;

    /* font-color */
    --global-font-color: #000000;
    --global-font-title: #1B1A1A;
    --color-white-text: #fff;

    /* bg-color */
    --header-bg-color: #FAEEE6;
    --breadcrumb-bg-color: #FFFCFA;
    --dark-bg-color: #191717;
    --black-bg-color: #000;
    --light-bg-color: #FFF2E8;
    --gray-bg-color: #414141;
    --white-bg: #fff;
}

@font-face {
    font-family: 'BankGothicBT';
    src: url('../font/BankGothicBT-Light.woff2') format('woff2'),
        url('../font/BankGothicBT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BankGothicBT';
    src: url('../font/BankGothicBT-Light.woff2') format('woff2'),
        url('../font/BankGothicBT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BankGothicBT';
    src: url('../font/BankGothicBT-Medium.woff2') format('woff2'),
        url('../font/BankGothicBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BankGothicBT';
    src: url('../font/BankGothicBT-Medium.woff2') format('woff2'),
        url('../font/BankGothicBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* custom tab add in swiper */
.custom-pagination {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 88px;
    z-index: 1;
    position: relative;
} 
.col-lg-12 >.swiper_custom >h4{
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-bottom: 24px;
    font-family: var(--main-title-font);
}
.custom-pagination h5 ,.custom-pagination p{
    color: #fff;
    transition: all 0.4s;
}
.custom-pagination p{
    margin: 10px 0;
}
.custom-pagination h5{
    font-family: var(--main-title-font);
    font-size: 24px;
}
.custom-pagination > * {
    flex: 1;
    text-align: center;
    border: 2px solid #00692F;
    padding: 20px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(5.5px);
    transition: all 0.4s;
}
.custom-pagination-button:hover,.custom-pagination-button.active:hover {
    background: rgba(0, 0, 0, 0.51);
    backdrop-filter: blur(5.5px);
}

.custom-pagination-button.active{
    background: #003318e6;
    backdrop-filter: blur(5.5px);
}
.custom-pagination-button:after{
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #00692F;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s;
}
.custom-pagination-button.active:after ,.custom-pagination-button:hover:after {
    opacity: 1;
}
.custom-pagination-button.active:hover h5{
    color: var(--color-white-text);
}
.custom-pagination-button:hover h5 ,.custom-pagination-button.active:hover h5{
    color: #00692F;
    text-decoration: underline;
}
.arrow-slider img{
    display:  inline-block;
}
/* custom tab add in swiper End*/

.text-decorate-line ,
body.single-faqs .black-bg-section a,
body.single-post .black-bg-section a ,
.accordion-box .content a{
    text-decoration: underline;
    text-decoration-color: #9b9b9b;
}
.opening-time {
    display: flex;
    gap: 9px;
}
.opening-time p{
    font-weight: 500;
}
.opening-time .social_icon{
    flex: none;
    margin-top: 5px;
}
 
.social_link ul li .opening-time p a{
    display: inline-block ;
}
.testimonial-box .ReviewBackground__Container-sc-1md28nh-0{
    min-height: 242px !important;
}
.mfp-content img.mfp-img{
    max-height: 680px !important; 
}
body.single-faqs .black-bg-section a:hover ,
body.single-post .black-bg-section a:hover ,
.accordion-box .content a:hover{
    color: var(--secodary-color);
    text-decoration-color:var(--secodary-color);
}
.content-block p{
    font-size: 16px;
}
.recipes-list-box .recipes-list {
    min-height: 240px;
}
section.error-404.not-found.text-center {
    padding: 150px 0 80px;
}
.breadcrumb li:first-child{
    margin-left: 3px;
}
.content_wrapper a{
    text-decoration: underline;
}
.include-section-wrap h5.extra {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    color: #000;
    margin-bottom: 24px;
}
/* search header */


.wrap-search .openBtn{
    display: flex;
    align-items: center;
    padding: 12px 30px;
    background: var(--secodary-color);
    border-color: var(--secodary-color);
    font-size: 20px;
    font-weight: 500;
    opacity: 1;
    color: #fff;
}
.wrap-search{
    position: relative;
}
.overlay-contents{
    position: absolute;
    right: 0;
    min-width: 0;
    top: 0;
   background: var(--secodary-color);
   transition: all 1s ease;
    -webkit-animation: scale-out-hor-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: scale-out-hor-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    visibility: hidden;
    opacity: 0;

}
.aws-container .aws-search-form .aws-search-clear {
    display: block !important;
    right: 5px;
}
.aws-container .aws-search-form .aws-search-clear span {
    font-size: 34px;
    line-height: 24px;
    font-weight: 200;
    color: #000000;
}
.overlay-contents ::-webkit-input-placeholder {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.aws-container .aws-search-form .aws-form-btn{
    background: var(--secodary-color);
    border-color: var(--secodary-color);
    border: none;
    margin: 0 !important;
}
.aws-container .aws-search-form{
    -webkit-animation: scale-out-hor-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: scale-out-hor-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
.aws-container .aws-search-field{
    background: var(--secodary-color);
    color: #fff;
    border-color: var(--secodary-color);
    width: 0;
    transition: all 0.5s ease-in-out;
}
.aws-container .aws-search-form .aws-form-btn:hover ,
.aws-container .aws-search-field:focus ,
.aws-container .aws-search-form .aws-search-clear{
    background: var(--secodary-color);
}

.overlay-contents input[type="search"]{
    font-size: 15px;
}
.overlay-contents input[type="search"]:focus{
    color: #fff;
}
.aws-container .aws-search-form .aws-search-clear span{
    color: #fff;
}
.aws-container .aws-search-form .aws-search-btn_icon {
    height: 20px;
    line-height: 30px;
    color: #fff;
    width:0;
    background-image: url(../images/search-ic.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 10px;
    position: absolute;
    left: 10px;
    transition: all 0.5s ease-in-out;
}
.overlay-contents .aws-container .aws-search-form{
    height: 52px;
}
.overlay-contents .aws-container .aws-search-form .aws-search-btn svg{
    display: none;
}

body.search-open  .overlay-contents{
    min-width: 870px;
    visibility: visible;
    opacity: 1;
    -webkit-animation: scale-in-hor-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-hor-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
body.search-open .aws-container .aws-search-form .aws-search-btn_icon{
    width: 20px;
}
.aws-container .aws-search-field{
    padding: 6px 37px 6px 66px;
}
.overlay-contents .aws-container .aws-search-form .aws-form-btn{
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 4;
    height: 100%;
    opacity: 0;
}
/* .overlay-contents .aws-container .aws-search-form{
float: right !important;
} */
body.search-open .aws-container .aws-search-field ,
body.search-open .aws-container .aws-search-form{
    width: 100%;
    -webkit-animation: scale-in-hor-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-hor-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
body.search-open  .overlay-contents .aws-container .aws-search-form .aws-form-btn{
    opacity: 1;
}




/**
 * ----------------------------------------
 * animation scale-in-hor-right
 * ----------------------------------------
 */
 .scale-in-hor-right {
	-webkit-animation: scale-in-hor-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-hor-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
 @-webkit-keyframes scale-in-hor-right {
    0% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
      opacity: 1;
    }
  }
  @keyframes scale-in-hor-right {
    0% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
      opacity: 1;
    }
  }
  
/**
 * ----------------------------------------
 * animation scale-out-hor-right
 * ----------------------------------------
 */
 .scale-out-hor-right {
	-webkit-animation: scale-out-hor-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: scale-out-hor-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
 @-webkit-keyframes scale-out-hor-right {
    0% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
      opacity: 1;
    }
  }
  @keyframes scale-out-hor-right {
    0% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
      opacity: 1;
    }
  }
  
/* search header  end*/
.Render_Colour_list.colors .col-lg-8.mt-lg-0.mt-3 ul{
    margin-left: 38px;
}
h1,
.h1 {
    color: var(--global-font-title);
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 20px;
    font-family: var(--main-title-font);
    letter-spacing: -2.52px;
}

h2,
.h2 {
    color: #FEFEFE;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: var(--main-title-font);
}

h3,
.h3 {
    color: var(--global-font-color);
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -2.4px;
}

h4,
.h4 {
    color: var(--global-font-color);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -1.6px;
}

h5,
.h5 {
    color: #EE3C24;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h6,
.h6 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

p {
    color: var(--global-font-color);
    font-family: var(--font-body);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.breadcrumb_sec{
    margin-bottom: -2px;
}
.z-index-2 {
    z-index: 2;
}

.main-font-home {
    font-family: var(--main-title-font);
    text-transform: uppercase;
}

body.post,
body.page {
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:after,
:before,
* {
    box-sizing: border-box;
}

html {
    -ms-overflow-style: scrollbar;
    box-sizing: border-box;
    font-size: 100%;
}



body {
    font-family: var(--font-body);
    color: var(--global-font-color);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    background-color: var(--dark-bg-color);
    overflow-x: hidden;
}

a {
    color: var(--color-link);
    text-decoration: none;
    transition: .3s
}

a:visited {
    color: inherit;
}

p {
    margin-bottom: 20px;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

img {
    display: block;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    display: block;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

label {
    font-weight: inherit;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

video,
iframe {
    width: 100%
}

.site {
    overflow: hidden;
}

.wrap-heading {
    z-index: 1;
    position: relative;
}

.inner-page h1 {
    font-size: 48px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 0;
    font-family: var(--font-body);
}

.inner-page h2 {
    font-size: 40px;
    line-height: normal;
    font-family: var(--font-body);
    font-weight: 600;
    letter-spacing: 0;
    text-transform: initial;
}

.inner-page h3 {
    font-size: 32px;
    line-height: normal;
    font-family: var(--font-body);
    font-weight: 500;
    letter-spacing: 0;
}

.inner-page h4 {
    font-size: 24px;
    line-height: normal;
    font-family: var(--font-body);
    font-weight: 500;
    letter-spacing: 0;
}

.inner-page h5 {
    font-size: 20px;
    line-height: normal;
    font-family: var(--font-body);
}

.inner-page h6 {
    font-size: 16px;
    line-height: normal;
    font-family: var(--font-body);
}

.inner-page p {
    font-size: 20px;
    line-height: 32px;
}

.inner-page span {
    font-size: 20px;
    line-height: 1.5;
}
.recipes-content .text-box h3{
    text-transform: uppercase;
}
.recipes-content .title-bg{
    font-weight: 600;
}
.recipes-list-box p.no-record {
    color: #fff;
}
.recipes-list-box .show p{
    font-size: 20px;
}
.ingredients ul li{
    font-size: 20px;
    line-height: 32px;
}
/* button effect */
a.main-btn,
button.main-btn {
    padding: 16px 20px;
    background-color: var(--secodary-color);
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 0;
    color: var(--color-white-text);
    flex: none;
    display: inline-block;
    border: 2px solid var(--secodary-color);
    text-align: center;
    transition: all 0.5s ease-in-out;
}

a.main-btn:hover,
button.main-btn:hover {
    background: var(--dark-hover-color);
    color: var(--color-white-text);
    border-color: var(--dark-hover-color);
}

a.main-btn.border-main-btn {
    background: transparent;
    color: var(--secodary-color);
}

a.main-btn.border-main-btn.white-border-btn {
    background: transparent;
    color: var(--color-white-text);
    border-color: var(--white-bg);
}

.default-pagination.swiper-pagination {
    position: static;
}

.default-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--dark-bg-color);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--dark-bg-color);
}

/* header css */
.appointment_sec p img {
    border-radius: 50%;
    flex-shrink: 0;
    width: 32px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}
.appointment_sec p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 40px;
    position: relative;
    font-weight: 500;
}
.appointment_sec {
    background: #ee9927;
    padding: 20px 0;
}

.appointment_sec p span {
    background: #fff;
    border-radius: 5px;
    padding: 2px 5px;
    color: #B56300;
    margin: 0 5px 5px;
}
#page .appointment_sec p a {
    color: #ffffff;
    font-weight: 600;
    border-bottom: 2px solid #ffffff;
    margin: 0 5px 0px;
}


header {
    background: #FFF2E8;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    position: relative;
}

header .top_header {
    background: var(--primary-color);
}

header .logo {
    padding: 28px 0;
}

header a.main-btn {
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 600;
}




header .top_header a ,header .top_header span {
    color: var(--color-white-text);
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}



header .top_header img {
    display: inline-block;
}

header .wrap-socail-details {
    padding: 16px 30px;
    background: var(--dark-bg-color);
}

header .top_header a:hover {
    color: var(--color-white-text);
}

header .wrap-socail-details .call-details {
    font-size: 20px;
    color: var(--color-white-text);
    margin-right: 24px;
}



header .main-navigation ul.sub-menu li a {
    color: #515151;
}

header .main-navigation ul.sub-menu li a:hover {
    color: var(--secodary-color);
    text-decoration: underline;
}


header .main-navigation ul li a {
    font-size: 15px;
    color: var(--global-font-color);
    font-weight: 500;
}

header .main-navigation ul li a:hover {
    color: var(--secodary-color);
    text-decoration: underline;
}


header .main_menu_two .main-navigation ul li a {
    font-size: 17px;
    font-weight: 500;
}

header .main_menu_two .main-navigation ul li:last-child a {
    margin-right: 0;
}

header .top-one-site {
    padding: 15px 0;
    background: var(--primary-color);
}

header .top-two-site {
    padding: 12px;
    background: var(--black-bg-color);
}

header .top_header.mobile-top-header {
    background: transparent;
}

header .main-navigation .menu-main-menu-container>ul {
    border: 3px solid #E7DACC;
    padding: 0 0 0 28px;
    border-radius: 0px 0px 0px 26px;
    border-top: none;
    border-right: none;
    position: relative;
}
header .main-navigation .menu-main-menu-container>ul{
    padding: 0 0 0 16px;
}
header .main_menu_one .main-navigation ul.menu>li>a,
header .main_menu_two .main-navigation ul.menu>li>a {
    padding: 10px 0;
    line-height: 50px;
}


header .main-navigation ul.menu>li:hover>a ,
header .main-navigation ul >li.current_page_item>a {
    color: var(--secodary-color);
    text-decoration: underline;
}

header .main-navigation ul.menu>li.current-menu-parent >a {
    color: var(--secodary-color);
    text-decoration: none;
}
header .main-navigation ul.menu>li{
    position: relative;
}
header .main-navigation ul >li.current_page_item.current_page_item>a{
    text-decoration: none;
    color: var(--secodary-color);
}
header .main-navigation ul.sub-menu li.current-menu-item a {
    color: var(--secodary-color);
    text-decoration: underline;
}
header .main-navigation ul.menu>li.current-menu-parent:after ,
header .main-navigation ul.menu>li.current_page_item:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 7px;
    background:var(--secodary-color);
    left: 0;
    right: 0;
}
/* body.home header .main_menu_two .main-navigation ul.menu>li>a {
    padding: 24px 0 10px;
}
body.home header .fix-header-main .main_menu_two .main-navigation ul.menu>li>a {
    padding: 10px 0 10px;
}
body.home header  .main_menu_two ul li .arrow{
    top: 41px;
}
body.home header .fix-header-main .main_menu_two ul li .arrow{
    top: 24px;
} */
header .fix-header-main .main_menu_one .main-navigation ul.menu>li>a,
header .fix-header-main .main_menu_two .main-navigation ul.menu>li>a {
    line-height: 40px;
}
header .fix-header-main a.main-btn{
    font-size: 18px;
    padding: 9px 16px;
}
header .fix-header-main ul li .arrow,
header .fix-header-main ul li .arrow {
    top: 23px;
}

header .main-navigation .menu-main-menu-container>ul:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -3px;
    right: -100%;
    background: #E7DACC;
}

header .main-navigation .menu-main-menu-container>ul .sub-menu {
    padding: 10px 20px;
    background: var(--white-bg);
    border-radius: 10px;
    margin: 0;
}

header .main-navigation ul.sub-menu li {
    padding: 5px 0;
    display: block;
    margin-right: 0;
}

header ul li .sub-menu {
    position: absolute;
    min-width: 250px;
    width: 100%;
    right: 0;
    background: var(--white-bg);
    border-radius: 10px;
    visibility: hidden;
    padding: 10px 20px;
    opacity: 0;
    top: 100%;
    transition: all 0.4s;
    z-index: 2;
    overflow: hidden;
    display: block;
    box-shadow: 0 1px 30px 0 rgb(36 38 43/10%);
}

header ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

header .main_menu_one {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .main_menu_one .main-navigation {
    width: auto;
}

header .main_menu_two .main-navigation {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}



.wrap-logo {
    flex: 0 0 auto;
    width: 18%;
}

.wrap-main-link {
    flex: 0 0 auto;
    width: 82%;
}



header ul li .arrow {
    background: url(../images/chevron-down-green.svg);
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    position: absolute;
    top: 27px;
    right: 0;
    cursor: pointer;
}

header .main_header ul li.menu-item-has-children {
    padding-right: 25px;
    margin-right: 25px;
}


header .main_header ul li {
    display: inline-block;
    position: relative;
    margin-right: 24px;
}
header .main_header .main_menu_two ul li{
    margin-right: 46px;
}

header .main_header ul#header-menu-two li:last-child {
    margin-right: 0;
}

header.header-up.has-sticky .main_header.fix-header-main,
header.header-down.has-sticky .main_header.fix-header-main {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 1px 30px 0 rgb(36 38 43/10%);
    -webkit-box-shadow: 0 1px 30px 0 rgb(36 38 43/10%);
    -moz-box-shadow: 0 1px 30px 0 rgb(36 38 43/10%);
    -o-box-shadow: 0 1px 30px 0 rgb(36 38 43/10%);
    -ms-box-shadow: 0 1px 30px 0 rgb(36 38 43/10%);
    transition: all 1s ease 0s !important;
    -webkit-transition: all 1s ease 0s !important;
    -moz-transition: all 1s ease 0s !important;
    -o-transition: all 1s ease 0s !important;
    z-index: 99;
    transform: translateY(0);
}

header.header-down.has-sticky .main_header.fix-header-main,
header.has-sticky .main_header.fix-header-main {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
}

header .main_header {
    background: #FFF2E8;
    transition: all 0.5s ease-in-out;
}

header.header-up .main_header {
    background: var(--light-bg-color);
}

header.header-up.has-sticky .main_header.fix-header-main .logo img,
header.header-down.has-sticky .main_header.fix-header-main .logo img {
    max-width: 173px;
}

header.header-up.has-sticky .main_header.fix-header-main .logo,
header.header-down.has-sticky .main_header.fix-header-main .logo {
    padding: 15px 0;
}

header.header-up.has-sticky .main_header.fix-header-main .main-navigation .menu-main-menu-container>ul,
header.header-down.has-sticky .main_header.fix-header-main .main-navigation .menu-main-menu-container>ul {
    padding: 0 0 0 28px;
}

header.header-up.has-sticky .main_header.fix-header-main ul#header-menu-two,
header.header-down.has-sticky .main_header.fix-header-main ul#header-menu-two {
    padding: 0;
}

header .menubar-btn {
    height: 44px;
    width: 44px;
    display: inline-block;
    border-radius: 4px;
    background: #00692F;
    text-align: center;
    line-height: 44px;
}

/* adminbar header */
body.admin-bar .has-sticky.header-up .main_header.fix-header-main {
    top: 2em
}

.type_btn_box a{
    width:100%;
}
.type_btn_box .transpernt-btn{
    margin: 0px;
    margin-top: 15px;
}

.oven_specifications-wrap .img-box img{
    mix-blend-mode: multiply;
}

@media only screen and (max-width:601px) {
    body.admin-bar .has-sticky.header-up .main_header.fix-header-main {
        top: 2.875em
    }
}

@media only screen and (min-width:601px) and (max-width:782px) {
    body.admin-bar .has-sticky.header-up .main_header.fix-header-main {
        top: 2.875em
    }
}

@media (max-width:600px) {
    body.admin-bar .has-sticky .main_header.fix-header-main {
        top: 0
    }

    body.admin-bar .has-sticky.header-up .main_header.fix-header-main {
        top: 0;
    }
}

/* adminbar header End*/
.mobile-menu-wp {
    position: fixed;
    z-index: 999;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(108%);
    -webkit-transform: translateX(108%);
    -moz-transform: translateX(108%);
    -o-transform: translateX(108%);
    -ms-transform: translateX(108%);
    -webkit-transition: -webkit-transform 0.8s ease, opacity 6s ease;
    -ms-transition: -ms-transform 0.8s ease, opacity 6s ease;
    transition: transform 0.8s ease, opacity 6s ease;
    opacity: 0;
    height: calc(var(--vh, 1vh) * 100);
}

.mobile-menu-wp.is-open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.8s ease, opacity 0.3s ease;
    -ms-transition: -ms-transform 0.8s ease, opacity 0.3s ease;
    transition: transform 0.8s ease, opacity 0.3s ease;
    opacity: 1;
}

.mobile-menu-wp .moblile-number a {
    font-size: 24px;
    color: var(--color-white-text);
}

.mobile-menu-wp .wrap-socail-details {
    position: absolute;
    bottom: 100px;
    left: 60px;
}

.mobile-menu-wp .moblile-number {
    position: absolute;
    bottom: 0;
    background: var(--secodary-color);
    left: 0;
    right: 0;
    padding: 25px;
    padding-left: 60px;
}

.menu-mobile-menu-container {
    height: calc(100vh - 240px);
    overflow-y: auto;
    padding-right: 10px;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.menu-mobile-menu-container::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.wrap-mobile-menu {
    max-width: 340px;
    padding: 50px 20px 20px 60px;
    background: var(--dark-bg-color);
    height: 100vh;
    overflow-y: auto;
}

.mobile-menu-wp ul li a {
    color: var(--color-white-text);
}

.mobile-menu-wp ul li {
    position: relative;
}

.mobile-menu-wp ul.menu-link-wrap>li>a {
    font-size: 28px;
    font-weight: 600;
}

.mobile-menu-wp ul.menu-link-wrap>li>a {
    padding: 12px 0;
    display: inline-block;
    padding-right: 10px;
    line-height: normal;
}

.mobile-menu-wp .ion-ios-arrow-down:after {
    content: "";
    position: absolute;
    right: 0;
    background: url(../images/chevron-down.png);
    width: 20px;
    height: 20px;
}

.mobile-menu-wp i.ion.ion-ios-arrow-down {
    display: inline-block;
    padding: 0 10px;
    width: 20px;
    height: 20px;
}
.mobile-menu-wp .toggledrop.active .ion-ios-arrow-down:after {
    background: url(../images/down-line.png);
}
.mobile-menu-wp span.toggledrop {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 12px;
}

.mobile-menu-wp ul.sub-menu li a {
    font-size: 20px;
}

.mobile-menu-wp ul.sub-menu {
    margin-left: 0;
}

.mobile-menu-wp ul.sub-menu li a {
    padding: 8px 0;
    display: inline-block;
    padding-right: 22px;
    font-weight: 500;
    line-height: 23px;
}
.mobile-menu-wp ul.sub-menu .sub-menu li a {
    font-size: 16px;
}

.offcanvas-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / 68%);
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.8s ease, opacity 6s ease;
    -ms-transition: -ms-transform 0.8s ease, opacity 6s ease;
    transition: transform 0.8s ease, opacity 6s ease;
    opacity: 0;
}

.offcanvas-bg.overlay-open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.8s ease, opacity 0.3s ease;
    -ms-transition: -ms-transform 0.8s ease, opacity 0.3s ease;
    transition: transform 0.8s ease, opacity 0.3s ease;
    opacity: 1;
}

/* .mobile-menu-wp ul.sub-menu {
    padding-top: 20px;
} */
span.menubar-btn-close {
    display: inline-block;
    background: var(--secodary-color);
    border-radius: 100%;
    position: absolute;
    top: 24%;
    left: -20px;
}

/* Swiper arrow */

.swiper-button-next.default-arrow-style,
.swiper-button-prev.default-arrow-style {
    width: 60px;
    height: 60px;
    border: 1px solid #474747;
    background-color: rgba(255, 255, 255, 0.02);
    border-radius: 100%;
    top: 40%;
    right: 30px;
    display: inline-block;
}

.swiper .swiper-button-prev.default-arrow-style img,
.swiper .swiper-button-next.default-arrow-style img {
    width: 22px;
}

.default-arrow-style .wrap-arrow-left,
.default-arrow-style .wrap-arrow-right {
    position: relative;
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
}

/* Swiper arrow  End*/

/* Banner slider */

.banner-slider {
    background: #FFF2E8;
    position: relative;
    transition: all 0.5s ease-in-out;
}

body.is-active-banner .banner-slider,
body.is-active-banner header .main_header,
body.is-active-banner header {
    background: #311518;
}

body.is-active-banner .wrap-items-text li h5,
body.is-active-banner h1,
body.is-active-banner .banner-title-wrap p,
body.is-active-banner header .main-navigation ul.menu>li>a,
body.is-active-banner .banner-slider a.main-btn {
    color: var(--color-white-text);
}
body.is-active-banner header .main-navigation ul.menu>li>a:hover{
    color: var(--primary-color);
}
body.is-active-banner header .wrap-logo .logo .logo-main {
    content: url(../images/logo-white.svg);
}

.pixi-canvas.banner-pixi {
    position: absolute;
    top: 0;
}

.banner-slider a.main-btn {
    font-weight: 600;
    font-size: 20px;
}

.banner-slider .swiper-banner {
    min-height: 974px;
}

.banner-slider span.item-title {
    color: var(--color-white-text);
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
    font-family: var(--main-title-font);
    font-size: 28px;
    text-transform: uppercase;
    display: block;
    margin-right: 44px;
}

.banner-slider .slide-item-info img {
    display: inline-block;
}

.banner-slider .slide-item-info {
    max-width: 260px;
    position: absolute;
    top: 220px;
    right: 340px;
    z-index: 1;
    text-align: right;
    -webkit-animation: fade-ins 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
    animation: fade-ins 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
}

/* slider two  */
body.is-active-banner .banner-slider .slide-item-info {
    text-align: left;
}

body.is-active-banner .banner-slider .slide-item-info span.item-title {
    margin-left: 49px;
    position: absolute;
    bottom: 0;

}

body.is-active-banner .banner-slider .slide-item-info {
    position: absolute;
    bottom: 0;
    right: 420px;
    top: inherit;

}
body.is-active-banner .banner-slider .slide-item-info img{
    transform: rotate(180deg);
}
@-webkit-keyframes fade-ins {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-ins {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* slider two  End*/
.banner-img {
    -webkit-mask-image: url(../images/banner-clip1.svg);
    mask-image: url(../images/banner-clip1.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    position: absolute;
    top: 30px;
    right: 0;
}

.banner-img:after {
    content: "";
    background: linear-gradient(180deg, rgba(25, 23, 23, 0.00) 0%, #191717 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 210px;
}

.banner-title-wrap {
    padding-top: 130px;
}

.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
    width: 80px;
    height: 80px;
    border: 2px solid var(--primary-color);
    border-radius: 100%;
    top: 40%;
    right: 30px;
}

.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
    opacity: 0;
    display: none;
}

.swiper .swiper-button-prev img,
.swiper .swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.banner-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-banner img.banner-border {
    position: absolute;
    right: 0;
    top: 0;
}

.banner-title-wrap p {
    margin-bottom: 40px;
    max-width: 580px;
    line-height: 44px;
    font-size: 25px;
    font-family: var(--sub-title-font);
    color: var(--global-font-color);
}

.wrap-items-text li {
    display: inline-block;
}

.wrap-items-text li h5 {
    font-family: var(--sub-title-font);
    font-weight: 600;
    color: var(--global-font-title);
    font-style: italic;
    position: relative;
    margin-right: 24px;
    padding-right: 24px;
}
h4.banner-over-text{
    font-size: 28px;
    line-height: 1.2;
}
.wrap-items-text li:last-child h5 {
    margin-right: 0;
    padding-right: 0;
}

.wrap-items-text li h5:after {
    content: "";
    background: var(--primary-color);
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 100%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.wrap-items-text li:last-child h5:after {
    display: none;
}

ul.wrap-items-text {
    margin-bottom: 16px;
}

span.shap-img {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.banner-slider span.shap-img:after {
    content: "";
    position: absolute;
    bottom: -14px;
    background-image: url(../images/shap-title.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 53px;
    z-index: -1;
    left: -10px;
}
.wrap-traditional-sub h3{
    position: relative;
}
.wrap-traditional-sub h3 >img {
    position: absolute;
    z-index: -1;
    left: -13px;
    top: 13px;
    max-width: 100%;
}

/* Banner slider End*/

/* service  Start*/
.service-box {
    position: relative;
    z-index: 1;
}

.service-box .service-info {
    position: absolute;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.service-box .service-info h4 {
    margin-bottom: 18px;
    font-size: 33px;
    color: var(--color-white-text);
    text-transform: uppercase;
}

.service-box .service-img {
    overflow: hidden;
    position: relative;
}

.service-box .service-img img {
    width: 100%;
}

.service-img:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgb(0 0 0 / 70%);
    content: "";
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.service-box:hover .service-info {
    top: 50%;
    transform: translate(-50%, -50%);
}

.service-box:hover .service-img:after,
.service-box:hover .service-info {
    opacity: 1;
}

.service-box .wrap-btn-link {
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -20px;
}

.service-box .service-btn {
    font-size: 45px;
    font-family: var(--main-title-font);
    padding: 0 10px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background-color: var(--secodary-color);
    color: var(--color-white-text);
    border: 7px solid var(--dark-bg-color);
}

.service-box .wrap-btn-link {
    display: block;
    transition: all 0.3s ease-in-out;
}

.service-box:hover .wrap-btn-link {
    opacity: 0;
}


.our-Journey {
    position: relative;
}

.our-Journey .journey-section {
    padding-bottom: 206px;
    margin-top: -186px;
    position: relative;
    z-index: 2;
}

.wrap-heading h2 {
    color: var(--global-font-title);
}

.wrap-promote-title {
    background-color: var(--secodary-color);
    padding: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.wrap-promote-title:before {
    content: "";
    position: absolute;
    background-image: url(../images/proshap.png);
    bottom: -8px;
    right: 180px;
    width: 44px;
    height: 96px;
    background-repeat: no-repeat;
}

/* service  End*/

/* testimonial slider */
.center-slider-item span.hightlight-text {
    margin-right: 10px;
}
.wrap-slider-content {
    padding: 80px 46px 97px 97px;
    background: var(--light-bg-color);
    border-radius: 205.5px;
    position: relative;
}

.wrap-testionial {
    margin-right: 50px;
}

.wrap-slider-content img.quote-img {
    position: absolute;
    left: 0;
    top: 88px;
}

.swiper-testimonial .main-text-testionial {
    font-size: 25px;
    line-height: 44px;
    font-style: italic;
    font-family: var(--sub-title-font);
    opacity: 0.8;
    color: var(--global-font-color);
}

.swiper-testimonial .author-title {
    font-size: 25px;
    color: var(--global-font-color);
}

.swiper.swiper-testimonial .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--dark-bg-color);
}

.swiper-testimonial .swiper-pagination-bullet-active {
    background-color: var(--dark-bg-color);
}

.testimoni-main {
    padding-bottom: 60px;
    z-index: 2;
    position: relative;
}

/* testimonial slider End*/
.modal-table-body .compare_section {
    padding: 30px 15px 30px
}
.popuptable-style .table-box.two-table table tr td .title{
    line-height: 32px;
}
.popuptable-style .compare_section{
    background-color: #fff;
}
.popuptable-style .table-box.one-col {
    margin-top: 96px;
}
.popuptable-style .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 5px;
}

.popuptable-style .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    background: #ddd;
}

.popuptable-style .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background: #666; 
}
.popuptable-style .modal-video {
    position: relative;
}

.popuptable-style .modal-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popuptable-style .btn-close,
.popup-product .btn-close {
    position: relative;
    font-weight: normal;
    opacity: 1;
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.popuptable-style .modal-table {
    overflow: hidden;
    border-radius: 20px;
}

.popuptable-style .modal-content,
.popup-product .modal-content {
    background: transparent;
    border: none;
}

.popuptable-style .table-box.two-table table tr td .text {
    height: 55px;
}

.popuptable-style .modal-body {
    padding: 0;
}

.popup-product .modal-body {
    padding: 60px;
    background-color: var(--white-bg);
}

.popup-product .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 100px;
}

.DIY_kits_content .main-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 16px;
}

@media(min-width:1400px) {
    .popuptable-style .modal-dialog {
        max-width: 1230px;
    }

}

/* popup video model*/
.popvideo-style .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.popup-main .popup-btn {
    background-color: transparent;
    border: none;
}

.popvideo-style .modal-body {
    position: relative;
    padding: 0px;
}

.popvideo-style .modal-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio (9 / 16 * 100%) */
}

.popvideo-style .modal-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popvideo-style .btn-close {
    position: absolute;
    right: 9px;
    top: -26px;
    z-index: 999;
    font-size: 12px;
    font-weight: normal;
    filter: invert(1);
    opacity: 1;
}

.popup-main .popup-img {
    position: relative;
}

.popup-img button.popup-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.popup-img button.popup-btn:hover svg path {
    transition: all 0.3s ease-in-out;
}
.popup-img button.popup-btn svg path{
    fill:var(--primary-color);
}
.popup-img button.popup-btn:hover svg path {
    fill: var(--secodary-color);
}

.popup-main .popup-title {
    position: absolute;
    right: -25px;
    background: var(--light-bg-color);
    top: -30px;
}

.popup-main .popup-title>span {
    color: var(--global-font-color);
    font-family: var(--main-title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.189px;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    display: inline-block;
    width: 154px;
    padding: 10px 20px;
}

/* popup video model End*/

/* Audio Button*/
#play,
#pause {
    float: left;
    width: 40px;
}

#play:hover,
#pause:hover {
    cursor: pointer;
}

#play{
    display: none;
}

.audio-btn {
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 20px;
    padding: 18px 28px;
    background: rgb(0 0 0 / 85%);
    border-radius: 10px 0px 0px 10px;
}

.fixed {
    position: fixed;
    top: 0;
    /* Additional styling for the fixed position */
}

/* Audio Button End*/
/* center slider*/
.center-slider-item .main-info-title {
    opacity: 0.1;
    color: #FFF;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    letter-spacing: -2.4px;

}

.center-slider-item .center-img-wrp {
    position: relative;
    margin-bottom: 28px;
}

.center-slider-item img.shap-center {
    position: absolute;
    top: 68%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    clip-path: inset(0 100% 0 0);
    transition: all 1s ease-in-out;
}

.center-slider-item img.d-inline-block {
    position: relative;
    z-index: 1;
}

.swiper-slide-active .center-slider-item img.shap-center {
    clip-path: inset(0 0 0 0);
}

.swiper-slide-active .main-info-title {
    color: var(--color-white-text);
    opacity: 1;
}

.swiper-slide-active .main-info-title .hightlight-text {
    color: var(--primary-color);
}

.swiper.center-swiper .swiper-button-next,
.swiper.center-swiper .swiper-button-prev {
    position: sticky;
    margin: 0;
}

.swiper.center-swiper .arrows-main {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 32px;
}

/* center slider end*/

/* wood-fired Sec*/
.our-Journey:after {
    content: "";
    position: absolute;
    width: 50%;
    background: #FFF2E8;
    top: 115px;
    height: calc(100% - 120px);
    z-index: 1;
    left: -6%;
}



.swiper-banner .banner-img {
    max-width: 733px;
}

.swiper-banner img.banner-border {
    max-width: 760px;
}
.banner-slider .swiper-banner {
    min-height: 960px;
}



.wood-fired:before {
    content: "";
    position: absolute;
    top: -1101px;
    background: url(../images/shap-column-01.png);
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
    z-index: 0;
}

.wood-fired {
    padding: 160px 0 160px;
    position: relative;
    background: url(../images/back-effect.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wood-fired .sub-details-wood {
    margin-top: 90px;
    margin-left: -60px;
}

.wood-fired .sub-details-wood p {
    color: var(--color-white-text);
    font-size: 21px;
    line-height: 1.5;
}

.wood-fired-one {
    margin-bottom: 165px;
    z-index: 1;
    position: relative;
}

.wrap-traditional-main .traditional-item {
    position: relative;
    padding-bottom: 56px;
}
.swiper .traditional-item .wrap-rang-img {
    overflow: hidden;
}
.swiper .traditional-item .item-img {
    overflow: visible;
}
.swiper .traditional-item .wrap-rang-img img {
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    width: 100%;
}
.swiper .traditional-item .wrap-rang-img img:hover{
    transform: scale(1.1);
}
.swiper  .traditional-item .items-details h4{
font-size: 32px;
padding: 0 20px;
}
.wrap-traditional-main .item-img {
    z-index: 1;
    position: relative;
    display: block;
}

.wrap-traditional-main .back-img-item {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wrap-traditional-main .items-details h4 {
    color: var(--color-white-text);
}

.wrap-traditional-main .items-details {
    position: absolute;
    bottom: -21px;
    text-align: center;
    left: 0;
    right: 0;
}

.wrap-traditional-main .items-details a.main-btn.border-main-btn {
    color: var(--color-white-text);
    background-color: var(--dark-bg-color);
}
a.main-btn.border-main-btn:hover ,
.wrap-traditional-main .items-details a.main-btn.border-main-btn:hover{
    background-color: var(--dark-hover-color);
    color: #fff;
}
.wrap-traditional-item {
    display: flex;
    gap: 30px;
}

.wrap-traditional-main {
    flex: 0 0 auto;
    width: 54%;
}

.wrap-traditional-sub {
    flex: 0 0 auto;
    width: 46%;
    padding: 0 100px;
}

.wrap-traditional-sub span.text-style {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.wrap-traditional-sub .wrap-main-title {
    margin-bottom: 40px;
}

.wrap-traditional-sub .wrap-main-title .wrap-heading {
    margin-bottom: 20px;
}

.icon-box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.icon-box .icon-item {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 2px solid var(--primary-color);
    border-radius: 100%;
    flex: none;
}

.icon-box .icon-item img {
    display: inline-block;
}

.icon-box .icon-text {
    color: var(--color-white-text);
    font-weight: 600;
}
.delivery-items .icon-box .icon-text{
    font-weight: 400;
}
.mobile-view-range {
    display: none;
}

.swiper-range span.swiper-pagination-bullet {
    width: 6px;
    height: 34px;
    border-radius: 4px;
    background-color: #00692F;
    opacity: 1;
}
.swiper.swiper-range .swiper-pagination-bullets.swiper-pagination-vertical {
    right: 310px;
}
.swiper-range .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    width: 6px;
    height: 64px;

}


.wood-fired canvas {
    filter: blur(2px);
    display: inline-block;
    vertical-align: baseline;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0 !important;
}

.swiper-pagination-bullet span {
    display: none;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active span {
    display: block;
    position: absolute;
    top: -27px;
    left: -10px;
    color: var(--color-white-text);
    font-family: var(--font-body);
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
}

/* wood-fired Sec End*/

/* why choose us*/
.choose-us {
    background-color: var(--light-bg-color);
    padding: 80px 0 120px;
    position: relative;
}

.choose-us:after {
  content: "";
    position: absolute;
    top: 211px;
    left: 0px;
    bottom: 0;
    background: url(../images/choos-bg.png);
    background-position: left;
    width: 183px;
    background-repeat: no-repeat;
    background-size: 100% 966px;
    z-index: 0;
}

.icon-service-box img {
    display: inline-block;
}

.icon-service-box p {
    margin-right: 100px;
    color: var(--global-font-color);
    margin-bottom: 0;
    line-height: 23px;
}

.icon-service-box h4 {
    font-size: 32px;
    font-family: var(--font-body);
    font-weight: 500;
    margin-bottom: 16px;
}

.swiper.swiper-feature .swiper-pagination-clickable .swiper-pagination-bullet {
    background: var(--black-bg-color);
}

.seprator {
    margin: 84px 0 100px;
    border: 1px solid var(--black-bg-color);
    opacity: 0.06;
}

.promo-section {
    position: relative;
    padding: 40px 0 40px;
    background: var(--black-bg-color);
    overflow: hidden;
}

.promo-section img {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    object-fit: cover;
    height: 100%;
}

.wrap-chilman {
    position: absolute;
    right: 0;
    width: auto;
    bottom: -120px;
    z-index: 1;
    padding: 0;
}

.wrap-chilman-title {
    position: absolute;
    right: 0;
}

.wrap-chilman .second-chilman {
    display: none;
}

.wrap-chilman-title {
    position: absolute;
    right: 20px;
    z-index: 1;
    max-width: 268px;
    bottom: 60px;
}

.wrap-chilman-title>a h3 {
    position: relative;
    z-index: 1;
    line-height: normal;
}

.wrap-chilman-title .main-btn {
    z-index: 1;
    position: relative;
    font-size: 20px;
    padding: 0 10px;
}

.wrap-chilman-title img.shap-chilman {
    position: absolute;
    top: 56px;
    z-index: 0;
}

.wrap-chilman-title .a.main-btn {
    padding: 10px;
    font-size: 26px;
}

.wrap-chilman-title:after {
    content: "";
    border-radius: 295px;
    opacity: 0.9;
    background: #000;
    filter: blur(52px);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
}


/* gallery marqueee */
.slick.marquee .inner {
    margin: 0 7px 7px;
}

.slick.marquee img {
    margin-bottom: 15px;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.main-gallery-box {
    display: flex;
    flex-wrap: wrap;
}

.only-gallery-one,
.recipes-main {
    flex: 0 0 auto;
    width: 50%;
}

.only-gallery-one {
    background: #FFF2E8;
    padding: 90px 0 50px;
}

.swiper-marquee {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-marquee .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.swiper-marquee .gallery-wrap img {
    margin-bottom: 16px;
}

.swiper-marquee .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
}

.wrap-title-icon {
    max-width: 490px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px;
}
.only-gallery-one .ignite-title {
    width: 100%;
    max-width: 238px;
}
.recipes-title-box {
    max-width: 600px;
    padding-right: 20px;
}

.recipes-main {
    padding-left: 107px;
    padding-top: 90px;
}

.recipes-title-box .main-btn {
    flex: none;
}

.swiper-recipes .swiper-button-next.default-arrow-style,
.swiper-recipes .swiper-button-prev.default-arrow-style {
    position: static;
    margin-top: 28px;
}

.swiper-recipes .swiper-button-prev.default-arrow-style {
    margin-right: 10px;
}

.recipes-items-wrap>img {
    border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
}

.recipes-items-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.recipes-items-wrap .cat {
    position: absolute;
    bottom: 0;
    padding: 16px 24px;
    z-index: 1;
}

.recipes-items-wrap h4 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 30px;
    color: var(--color-white-text);
    transition: all 0.3s ease-in-out;
}

.recipes-items-wrap h4:hover {
    color: var(--primary-color);
}

.recipes-items-wrap span.shap-img-small {
    color: var(--color-white-text);
    font-family: var(--font-body);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    z-index: 1;
    position: relative;

}

.recipes-items-wrap .category-item {
    position: relative;
}

.recipes-items-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    border-radius: 10px;
    z-index: 1;
}

.recipes-items-wrap .category-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-image: url(../images/shap-small.png);
    transform: rotate(-3deg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: -10px;
    right: 0;
    z-index: 0;

}

.recipes-items-wrap>img {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.recipes-items-wrap:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* woodfire title section*/

.wood-fire-title {
    padding: 128px 0;
    position: relative;
    border-bottom: 1px solid rgb(217 217 217 / 10%);
}

.shap-one-wood img.one-shap {
    position: absolute;
    right: 0;
    top: -250px;
    z-index: -1;
}

.shap-one-wood img.second-shap {
    position: absolute;
    left: 5%;
    bottom: -6px;
    z-index: -1;
}

.delivery-section {
    background: linear-gradient(to left, var(--light-bg-color) 50%, var(--dark-bg-color) 50%);
    padding: 106px 0;
    overflow: hidden;
}
h4.mb-0.main-font-home.que-text {
    font-size: 38px;
    letter-spacing: -1.9px;
}
.delivery-section p.text-white.mt-3.mb-5 {
    opacity: 0.7;
}
.delivery-section .d-flex > h4.main-font-home{
    font-size: 32px;
}
.delivery-section .main-font-home sub{
    bottom: 0;
    font-size: 24px;
    letter-spacing: -1.4px;
}
.delivery-section.mobile-view-delivery {
    display: none;
}

.delivery-section .delivery-items {
    border-radius: 20px;
    background: #111;
    gap: 70px;
    display: inline-flex;
    align-items: flex-start;
    margin-top: 60px;
    padding: 20px;
    margin-right: 50px;
}

.accordion-box {
    break-inside: avoid;
}

.faq-wrp.home-faq {
    padding: 0;
}
.delivery-section .space-line-full {
    padding-top: 9px;
    margin-top: 30px;
    position: relative;
}
.delivery-section .space-line-full:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    border-top: 1px solid rgb(0 0 0 / 20%);
    left: -48px;
}
body.home .faq-wrp.home-faq .accordion-box .title{
line-height: 24px;
}
.faq-wrp.home-faq .accordion-box {
    background: rgba(0, 105, 47, 0.05);
}

.faq-wrp.home-faq .accordion-box .title {
    font-weight: 500;
    padding-right: 20px;
}

.line-seprator {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #2D2B2B;
    opacity: 0.1;
}

/* Our story*/
.our-story-info {
    margin-top: -60px;
    z-index: 92;
    position: relative;
    overflow: hidden;
}

.our-story-info .info-about-us {
    position: relative;
    padding: 80px 0 80px 80px;
}

.our-story-info .info-about-us:before {
    content: "";
    display: block;
    background: #FAEEE6;
    height: 100%;
    width: 100vw;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.our-story-info p {
    font-size: 20px;
    line-height: 32px;
}


/* quality Section*/

.quality-control {
    padding: 80px 0 180px;
    position: relative;
    z-index: 93;
    margin-top: -30px;
}

.quality-control h4 {
    font-weight: 600;
}

.quality-control h5 {
    font-weight: 500;
}

.wrap-img-quality {
    position: absolute;
    right: 0;
    top: 0;
}

.wrap-img-quality img {
    width: 100%;
}

/* support title section*/

.support-main.text-center {
    margin-top: -60px;
}

.support-main .support-title {
    padding: 80px;
    background: var(--light-bg-color);
    border-radius: 4px;
}

.support-title h4 {
    font-size: 32px;
    font-weight: 500;
}

.support-title p {
    line-height: 1.5;
    margin-bottom: 40px;
}

/* showroom title section*/

.showroom-main {
    margin: 120px 0 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}

.shap-inner-one {
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
}

.traditional-item {
    position: relative;
    padding-bottom: 10px;
    overflow: hidden;
}

.traditional-item .item-img a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.traditional-item .item-img {
    overflow: hidden;
}

.traditional-item .item-img a>img:hover{
    transform: scale(1.1);
}

.traditional-item .items-details {
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 10px;
}

.traditional-item .items-details h4 {
    font-size: 30px;
    color: var(--color-white-text);
    margin-bottom: 0;
    font-family: var(--main-title-font);
    text-transform: uppercase;
}


/* promise section*/
.promise-main {
    position: relative;
}

.promise-main .promise-bg {
    position: relative;
    padding: 80px 80px 80px 0;
}

.promise-main .promise-bg:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: var(--light-bg-color);
    height: 100%;
    width: 100vw;
    z-index: -1;
}

.promise-main .team-photo {
    position: absolute;
    top: 0;
    right: 0;
}

/* Footer Section*/
body.home footer#colophon {
    margin-top: -70px;
}
footer .call-details.map-icon{
    position:relative;
    padding-left:40px;
    text-align:left
}
footer .call-details.map-icon img {
    position: absolute;
    left: 0;
}
footer#colophon {
    margin-top: 80px;
    overflow: hidden;
}

footer .guide-info-list {
    display: flex;
    gap: 14px;
    margin-top: 40px;
    transform: rotate(-2deg);
}

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

footer ul li .arrow {
    background: url(../images/plus.png);
    position: absolute;
    right: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-position: center;
    cursor: pointer;
    display: none;
}

footer .footer-top-main {
    background: url(../images/footer-shap.png);
    background-size: cover;
    background-position: center;
    padding: 60px 0 108px;

}
footer ul li .arrow.active{
    background: url(../images/minus-02.png);
    background-position: center;
}
.main-title-footer {
    z-index: 1;
    position: relative;
}

.guide-wrap-title {
    margin-top: -50px;
    max-width: 500px;
    transform: rotate(-2.453deg);
    position: absolute;
    top: 50px;
}
body.home .guide-wrap-title .text-small-quide{
    font-size: 22px;
}
.guide-wrap-title h3 {
    text-transform: uppercase;
    display: inline;
    line-height: normal;
}
.contact_title h3{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 28px;
}

.footer-top-wrap {
    background-color: var(--primary-color);
    padding: 15px 0;
}

footer .footer-top-main .list-items.one-list {
    display: flex;
    align-items: end;
    gap: 14px;
}

footer .footer-top-main .list-items.one-list .arrow-items {
    width: 35px;
}



footer .footer-top-main .wrap-info-box .title-info {
    font-size: 16px;
    margin-top: 10px;
    font-family: var(--main-title-font);
    letter-spacing: -1.1px;
    line-height: normal;
}


.list-items:last-child img.arrow-items {
    display: none;
}

footer .footer-link {
    flex: 0 0 auto;
    width: 18.75%;
}

footer .footer-logo {
    flex: 0 0 auto;
    width: 25%;
}


footer .footer-menu {
    padding: 0 16px;
}
footer .footer-three .footer-menu{
    padding: 0;
}

footer .footer-two .footer-menu ,
footer .footer-three .footer-menu 
{
    padding-right: 0; 
}
.footer-link .footer-menu h6 {
    color: var(--primary-color);
    font-family: var(--font-body);
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 600;
}

footer .footer-top {
    padding: 70px 0;
}

footer .footer-link .menu-footer-one-container>ul>li>a,
footer .footer-link .menu-footer-two-container>ul>li>a,
footer .footer-link .menu-footer-three-container>ul>li>a,
footer .footer-link .menu-footer-four-container>ul>li>a,
footer .footer-link .menu-footer-five-container>ul>li>a,
footer .footer-link .menu-footer-six-container>ul>li>a,
footer .footer-link .menu-footer-seven-container>ul>li>a,
footer .footer-link .menu-footer-eight-container>ul>li>a {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
}



footer .menu-footer-two-container,
footer .menu-footer-four-container,
footer .menu-footer-seven-container {
    margin-bottom: 14px;
}

footer .footer-link .sub-menu {
    margin: 0;
}

footer .footer-link ul li a {
    color: var(--color-white-text);
    margin-bottom: 16px;
    display: inline-block;
    font-size: 18px;
}

footer .footer-link ul li a:hover {
    color: var(--primary-color);
}



footer .footer-bottom-link li {
    display: inline-block;
    margin-right: 16px;
    padding-right: 16px;
    position: relative;
}

footer .footer-bottom-link li:last-child {
    margin-right: 0;
    padding-right: 0;
}

footer .footer-bottom-link li:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 18px;
    background: var(--white-bg);
}

footer .footer-bottom ul li a,
footer .footer-bottom span.text-white,
footer .footer-bottom .text-white {
    font-size: 18px;
}


footer .footer-bottom .text-white a {
    font-weight: 600;
}

footer .footer-top a.call-details {
    font-size: 24px;
}

footer .footer-bottom-link li:last-child::after {
    display: none;
}

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

footer .footer-bottom-link ul li a {
    color: var(--color-white-text);
}

footer .footer-bottom-link ul li a:hover {
    color: var(--primary-color);
}

footer .footer-bottom {
    padding: 40px 0;
    border-top: 1px solid #2D2B2B;
}
footer .footer-bottom .text-lg-start p{
    font-size: 19px;
    margin-bottom: 0;
}
footer .footer-bottom  .text-lg-end p{
    margin-bottom: 0;
}
.marquee .inner {
    position: relative;
    width: 100%;
    display: flex;
}

.marquee .flex-wrap img {
    width: 151px;
    height: 151px;
    margin-bottom: 20px;
}

.marquee .inner>* {
    white-space: nowrap;
    padding: 0;
}

.marquee {
    overflow: hidden;
}

.items-img-marquee {
    width: 151px;
    white-space: initial;
}

.seprator-full {
    text-align: right;
}

hr.seprator-line {
    width: 50%;
    display: inline-block;
}

.questions-box .call-details {
    color: var(--global-font-color);
    font-family: var(--font-body);
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}

.questions-box .wrap-btn-group {
    flex: none;
}
/* single social media*/
.single-post-link .heateor_sss_sharing_ul a span {
display: none !important;
}
.single-post-link .heateor_sss_sharing_ul a {
background-repeat: no-repeat !important;
height: 25px !important;
width: 25px !important;
background-size: 100% !important;
}
.single-post-link p{
    margin-bottom: 8px;
}
.single-post-link .social-icon {
    display: flex;
    align-items: center;
}
a#copy_url {
    filter: invert(1);
    margin-bottom: 8px;
    transition: all 0.4s;
}

.single-post-link div.heateor_sss_follow_ul a, 
.single-post-link div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a{
    margin: 0 8px 8px 0;
}
.single-post-link .heateor_sss_sharing_ul a.heateor_sss_facebook,
.single-post-link .heateor_sss_sharing_ul a.heateor_sss_button_linkedin,
.single-post-link .heateor_sss_sharing_ul a.heateor_sss_button_instagram,
.single-post-link .heateor_sss_sharing_ul a.heateor_sss_button_twitter,
.single-post-link .heateor_sss_sharing_ul a.heateor_sss_more {
background-repeat: no-repeat !important;
background-size: 100% !important;
transition: all 0.4s;
}
.single-post-link .heateor_sss_sharing_ul a:hover ,a#copy_url:hover{
    filter: brightness(0) saturate(100%) invert(17%) sepia(86%) saturate(2252%) hue-rotate(139deg) brightness(101%) contrast(101%);
}
.single-post-link .heateor_sss_sharing_ul a.heateor_sss_facebook {
background-image: url(../images/fb.svg) !important;
}
.single-post-link .heateor_sss_sharing_ul a.heateor_sss_button_linkedin {
background-image: url(../images/linked.svg) !important;
}
.single-post-link .heateor_sss_sharing_ul a.heateor_sss_button_instagram {
background-image: url(../images/insta.svg) !important;
}
.single-post-link .heateor_sss_sharing_ul a.heateor_sss_button_twitter {
background-image: url(../images/twit.svg) !important;
}
.single-post-link .heateor_sss_sharing_ul {
    display: flex !important;
    align-items: center !important;
}
.single-post-link .heateor_sss_sharing_ul a.heateor_sss_more *,
.single-post-link .heateor_sss_sharing_ul a.heateor_sss_more {
width: 0 !important;
opacity: 0;
height: 0 !important;
font-size: 0 !important;
}
/* woocommerce Css*/
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    line-height: 1.3;
    font-family: var(--font-body);
    letter-spacing: 0;
    font-weight: 600;
    color: var(--global-font-color);
    text-transform: inherit;
}

.woocommerce-wrap {
    background: #FFF9F4;
    margin-bottom: 30px;
    padding-top: 28px !important;
}

.woo-product-main {
    padding: 70px 0;
    margin: 0 -12px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 48px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    background: var(--dark-bg-color);
    color: var(--color-white-text);
    border-radius: 7px;
    font-size: 20px;
    border: 1.667px solid var(--secodary-color);
}

.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers {
    border: 1.667px solid #424242;
}

.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:hover {
    border-color: var(--secodary-color);
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin: 0 3px 6px 3px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--secodary-color);
    color: var(--color-white-text);
}

.woocommerce nav.woocommerce-pagination .next.page-numbers,
.woocommerce nav.woocommerce-pagination .prev.page-numbers {
    font-size: 0;
    position: relative;
}

.woocommerce nav.woocommerce-pagination .next.page-numbers:after {
    content: "";
    background: url(../images/arrow-right.png);
    position: absolute;
    top: 11px;
    width: 20px;
    height: 24px;
    left: 0;
    background-position: center center;
    background-size: 22px;
    background-repeat: no-repeat;
    right: 0;
    margin: 0 auto;
}

.woocommerce nav.woocommerce-pagination .prev.page-numbers:after {
    content: "";
    background: url(../images/arrow-left.png);
    position: absolute;
    top: 11px;
    width: 20px;
    height: 24px;
    left: 0;
    background-position: center center;
    background-size: 22px;
    background-repeat: no-repeat;
    right: 0;
    margin: 0 auto;
}

.pagiantion a.next.page-numbers,
.pagiantion a.prev.page-numbers {
    font-size: 0;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 33.33%;
    margin: 0;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-bottom: 40px;
}

.woocommerce ul.products.columns-3.grid-list li {
    width: 100%;
    display: block;
}

.woocommerce ul.products.columns-3.grid-list li .wrap-product-info {
    padding-right: 10px;
    width: 100%;
}

.woocommerce ul.products.columns-3.grid-list li.product .woocommerce-loop-product__title {
    font-size: 22px;
}

.woocommerce ul.products.grid-list li.product .white-box {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 0;
}

.woocommerce ul.products.grid-list li.product .white-box .wrap-img-product {
    padding: 10px 30px 10px 10px;
    border-right: 1px solid rgb(0 0 0 / 13%);
    width: 100%;
    max-width: 300px;
}

.woocommerce ul.products li.product .white-box {
    padding: 10px;
    background: var(--white-bg);
    border-radius: 4px;
}

.woocommerce ul.products.columns-3 {
    margin: 0 -15px;
}

.nice-select {
    background-color: #FFF9F4;
    min-width: 200px;
    float: inherit;
    position: relative;
    border: 1px solid #3D3D3D;
}

.dark-nice .nice-select {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #3D3D3D;
    color: #fff;
}

.dark-nice .nice-select .list {
    background-color: var(--dark-bg-color);
}

.dark-nice .nice-select .option:hover,
.dark-nice .nice-select .option.focus,
.dark-nice .nice-select .option.selected.focus {
    background-color: rgb(111 111 111 / 28%);
}

.nice-select .list {
    width: 100%;
}

.nice-select:after {
    border-bottom: 2px solid var(--secodary-color);
    border-right: 2px solid var(--secodary-color);
    height: 8px;
    width: 8px;
    right: 20px;
}

.custom-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.custom-buttons>a {
    font-size: 18px;
    font-weight: 600;
    padding: 12px 24px;
}

.white-box .wrap-product-info .price {
    font-size: 20px;
    color: var(--global-font-color);
    transition: all 0.5s ease-in-out;
}

.custom-buttons .button.enquire-button {
    background: var(--secodary-color);
    color: var(--color-white-text);
    border: 2px solid var(--secodary-color);
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 600;
}

.custom-buttons .button.enquire-button:hover {
    background-color: var(--dark-hover-color);
    color: var(--color-white-text);
    border-color: var(--dark-hover-color);
}

.custom-buttons .button.details-button {
    background-color: transparent;
    color: var(--global-font-color);
    border: 2px solid var(--secodary-color);
    transition: all 0.5s ease-in-out;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 600;
}

.custom-buttons .button.details-button:hover {
    background-color: var(--dark-hover-color);
    color: var(--color-white-text);
    border-color:var(--dark-hover-color);
}

.ordering_form_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.ordering_form_wrapper p,
.woocommerce .ordering_form_wrapper .woocommerce-result-count,
.woocommerce .ordering_form_wrapper .woocommerce-ordering {
    margin-bottom: 0;
}

.ordering_form_wrapper {
    margin-bottom: 25px;
}

.ordering_form_wrapper .left-content,
.ordering_form_wrapper .right-content,
.ordering_form_wrapper .view-us,
.ordering_form_wrapper .view-us ul,
.ordering_form_wrapper form.woocommerce-ordering {
    display: flex;
    align-items: center;
}

.ordering_form_wrapper p.woocommerce-page-title {
    font-size: 24px;
    font-weight: 500;
}

.ordering_form_wrapper p.woocommerce-result-count,
.ordering_form_wrapper .view-us>p {
    font-size: 16px;
}

.ordering_form_wrapper form.woocommerce-ordering {
    gap: 16px;
}

.ordering_form_wrapper .left-content {
    gap: 12px;
}

.ordering_form_wrapper .right-content {
    gap: 24px;
}

.ordering_form_wrapper .view-us,
.ordering_form_wrapper .view-us ul {
    gap: 8px;
}

.ordering_form_wrapper .view-us ul>li {
    cursor: pointer;
}

.ordering_form_wrapper .view-us ul>li.active {
    filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(2943%) hue-rotate(148deg) brightness(87%) contrast(103%);
}

.filter-options,
.filter-label {
    padding: 16px;
    background: #fff;
}

.filter-label {
    border-bottom: 1px solid rgb(65 65 65 / 10%);
}

.filter-label h4 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
    line-height: normal;
}

.filter-options ul li {
    position: relative;
    margin-bottom: 8px;
}

.filter-options ul li:last-child {
    margin-bottom: 0;
}

.filter-options ul li a {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 26px 10px 12px;
    display: block;
    border: 1px solid transparent;
    line-height: 21px;
    border-radius: 5px;
}
.woocommerce ul.products li.product .price{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #000;
}
.woocommerce ul.products li.product .button{
    margin-top: 0;
    font-weight: 600;
}
.filter-options>ul>li.active>a {
    border-color: var(--secodary-color);
    color: var(--secodary-color);
}

.filter-options ul>li.active ul li.active>a {
    color: var(--primary-color);
}

.filter-options ul>li ul,
.filter-options ul>li ul li {
    margin: 0;
}

.filter-options ul li .arrow {
    background: url(../images/cat-plus.png);
    position: absolute;
    right: 10px;
    top: 14px;
    width: 20px;
    height: 20px;
    background-position: center;
    cursor: pointer;
}
.filter-options ul li .arrow.active{
    background: url(../images/minus-cat.png);
    background-position: center;
}
.single-product .entry-summary .product_title.entry-title {
    font-size: 40px;
    line-height: normal;
    font-weight: 600;
    font-family: var(--font-body);
    letter-spacing: 0;
    margin-bottom: 5px;
}

.single-product span.woocommerce-Price-amount.amount ,.woocommerce.single-product div.product p.price{
    font-family: Work Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    color: #000;
}
.woocommerce.single-product  .enquire-btn-warp .enquire-button{
    padding: 14px 24px;
    font-weight: 600;
    background-color: var(--secodary-color);
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 0;
    color: var(--color-white-text);
    display: inline-block;
    border: 2px solid var(--secodary-color);
    transition: all 0.5s ease-in-out;
}
.woocommerce.single-product  .enquire-btn-warp .enquire-button:hover{
    background-color: var(--dark-hover-color);
    color: var(--color-white-text);
}
.woocommerce.single-product .entry-summary .enquire-btn-warp {
    margin-bottom: 24px;
}
.product-swiper .white-box h2.woocommerce-loop-product__title {
    font-size: 16px;
    line-height: normal;
    font-family: 'Work Sans';
    letter-spacing: 0;
    font-weight: 500;
    color: #000;
}

.product-swiper .product-swiper .custom-buttons {
    display: flex;
    justify-content: space-between;
}

.product-swiper .white-box .wrap-img-product img {
    width: 100%;
}

.product-swiper .white-box {
    padding: 10px;
    background: var(--white-bg);
    border-radius: 4px;
}
.product-swiper .wrap-product-info {
    padding-top: 10px;
}

.related.products{
    position: relative;
    clear: both;
}
.related.products .custom-navigation .swiper-button-next,.related.products .custom-navigation .swiper-button-prev{
    position: static;
    margin: 0;
}
.related.products .custom-navigation .swiper-button-prev:after,
.related.products .custom-navigation .swiper-button-next:after {
    display: none;
}
.custom-navigation .swiper-button-prev img, .custom-navigation .swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7473%) hue-rotate(234deg) brightness(89%) contrast(106%);
    width: 20px;
}
.swiper.product-swiper .swiper-button-prev img, .swiper.product-swiper .swiper-button-next img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7473%) hue-rotate(234deg) brightness(89%) contrast(106%); 
}
.related.products .products-arrow{
    margin-bottom: 28px;
}
.single-product .product-description {
    margin: 48px 0 70px;
    display: inline-block;
    clear: both;
    width: 100%;
}
.product-description p{
    font-size: 16px;
}
.single-product .product-description h3{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 14px;
    line-height: 42px;
}
.related.products .products-arrow h3 { 
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
}
.single-product .woocommerce-product-gallery{
    display: flex;
    flex-direction: row-reverse;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 55%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 38%;
    clear: none;
}
.short-description p {
    font-size: 16px;
    line-height: 24px;
}
.woocommerce.single-product  div.product div.images.woocommerce-product-gallery .flex-control-thumbs li{
    width: 100%;
    margin-bottom: 10px;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs{
    margin-right: 10px;
    width: 20%;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.woocommerce.single-product .flex-direction-nav a{
    position: relative;
    width: 45px;
    height: 45px;
    display: inline-block;
}
i.btn-prev.dashicons.dashicons-arrow-left-alt2.slick-arrow {
    border: 1px solid #000;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
i.btn-next.dashicons.dashicons-arrow-right-alt2.slick-arrow {
    border: 1px solid #000;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.woocommerce.single-product .flex-direction-nav a.flex-next::after {
    content: "" ;
    background: url(../images/arrow-right.png);
    height: 45px;
    width: 45px;
    margin: 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    background-size: 22px;
    right: 0;
    background-position: center;
    cursor: pointer;
    background-color: rgb(25 23 23 / 90%);
    border: 2px solid #474747;
    border-radius: 100%;
    transition: all 0.5s;
}

.woocommerce.single-product ul.flex-direction-nav{
    top: 45%;
}
.woocommerce.single-product ul.flex-direction-nav .flex-nav-prev{
    position: absolute;
    left: 22%;
}
.woocommerce.single-product ul.flex-direction-nav .flex-nav-next{
    position: absolute;
    right: 4%;
}
.woocommerce.single-product div.product div.images img{
    border: 1px solid #EBEBEB;
}
.woocommerce-product-gallery .flex-viewport {
    width: 100%;
}
.woocommerce.single-product .flex-direction-nav a.flex-prev::before {
    content: "" ;
    background: url(../images/arrow-left.png);
    height: 45px;
    width: 45px;
    margin: 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    background-size: 22px;
    right: 0;
    background-position: center;
    cursor: pointer;
    border: 2px solid #474747;
    border-radius: 100%;
    background-color: rgb(25 23 23 / 90%);
    transition: all 0.5s;
}
.woocommerce.single-product .flex-direction-nav a:hover:after ,
.woocommerce.single-product .flex-direction-nav a:hover:before{
    background-color:#00692F;
    border: 2px solid rgb(0 0 0 / 20%);
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    border: 2px solid transparent;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active{
    border-color: var(--secodary-color);
}
.short-description-note span.short-note-main {
    padding: 8px 16px;
    border-radius: 5px;
    border: 2px solid #CACACA;
    background: #F4EFEB;
    display: inline-block;
}
.swiper.swiper-feature .swiper-slide {
    padding: 16px 23px;
    flex: 0 0 auto;
    width: 33.33333333%;
}
/*arrow for single product */

ul.flex-direction-nav {
    position: absolute;
    top: 30%;
    z-index: 99;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
	visibility:visible;content: '\f054';
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
	font-size: 20px;   
	font-weight: bold;
}

a.flex-prev::before {
    visibility:visible;
    content: '\f053';
	font-family: 'Font Awesome 5 Free';   
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
}

ul.flex-direction-nav li a {
	color: #ccc;
}

ul.flex-direction-nav li a:hover {
	text-decoration: none;
}

ul.flex-direction-nav li a {
	color: #ccc;
}

ul.flex-direction-nav li a:hover {
	text-decoration: none;
}
/* form css */
.popup-product .gf_browser_chrome.gform_wrapper.gravity-theme input[type=text],
.popup-product .gf_browser_chrome.gform_wrapper.gravity-theme input[type="tel"],
.popup-product .gf_browser_chrome.gform_wrapper.gravity-theme input[type="email"],
.popup-product .gf_browser_chrome.gform_wrapper.gravity-theme textarea {
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 12px 16px;
}
.popup-product .gf_browser_chrome.gform_wrapper.gravity-theme .gf_disable input{
    pointer-events: none;
    background: rgba(195, 195, 195, 0.20);
    border-color: transparent;
}
.popup-product input[type="submit"]{
    padding: 16px 24px;
    background-color: var(--secodary-color);
    color: var(--color-white-text);
    font-weight: 600;
    border: 2px solid var(--secodary-color);
    line-height: normal !important;
}
.popup-product input[type="submit"]:hover{
    border: 2px solid var(--dark-hover-color);
    background-color: var(--dark-hover-color);
    color: var(--color-white-text);
}
.popup-product .gform_wrapper.gravity-theme input[type=number] {
    line-height: 38px;
    padding: 9px 16px;
}

.popup-product .gf_browser_chrome.gf_browser_chrome.gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 0;
}

.popup-product .nice-select {
    background-color: rgba(195, 195, 195, 0.20);
    height: 56px;
    line-height: 56px;
}

.popup-product .gf_browser_chrome.gform_wrapper.gravity-theme .gfield.gfield--width-full.gfield_html {
    margin-bottom: -14px;
}
 .wrap-chilman img {
    width: 370px;
}

.wrap-chilman {
    bottom: -78px;
}
.wrap-promote-title a.main-btn.border-main-btn.white-border-btn{
    font-size: 14px;
}
header .main_header ul li {
    margin-right: 18px;
}
.delivery-section .delivery-items{
    gap: 16px;
}
    body.home .container {
        max-width: 1200px;
    }
    .custom-buttons .button.details-button, .custom-buttons .button.enquire-button {
        padding: 12px 21px;
        font-size: 16px;
    }
    .guide-wrap-title{
        top: 72px;
    }
    .guide-wrap-title h3{
        font-size: 38px;
    }


    h2,
    .h2 {
        font-size: 43px;
        line-height: 1.2;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 1.2;
    }

    h4,
    .h4 {
        font-size: 24px;
        line-height: 1.2;
    }

    h5,
    .h5 {
        font-size: 18px;
        line-height: 1.2;
    }

    h6,
    .h6 {
        font-size: 16px;
        line-height: 1.2;
    }
@media (min-width:767px) {
    .swiper-banner .swiper-button-prev {
        display: none;
    }
    .support-title h3{
        margin-bottom: 24px;
    }
 
}

@media (min-width: 1600px) {
    .wrap-testionial {
        margin-right: 110px;
    }
   
}
@media (min-width: 1440px) {
    .container {
        max-width: 1200px;
    }
    .swiper.product-swiper {
        margin-right: calc(-100vw / 2 + 1130px / 2);
    }
    .banner-slider .col-lg-6 {
        width: 53%;
    }
    
}
@media (min-width: 1366px){
    .swiper.product-swiper {
        margin-right: calc(-100vw / 2 + 1130px / 2);
    }
    .opening-time{
        width: 390px;
    }
}


@media (min-width:1400px) {


    .circle-shap {
        width: 1300px;
        height: 830px;
        border-radius: 100%;
        background: var(--light-bg-color);
        position: absolute;
        top: -110px;
        right: -380px;
    }

}

@media(min-width:768px) {
    .swiper.swiper-feature .swiper-wrapper {
        flex-wrap: wrap;
    }
    
    

    .recipes-main {
        padding: 80px 0 80px 100px;
    }

    .delivery-section .delivery-items {
        margin-right: 30px;
    }


}

@media (max-width:2000px) {
    .choose-us .quality-wrap .col-lg-6 {
        width: 43%;
    }
    .swiper.swiper-range .swiper-pagination-bullets.swiper-pagination-vertical {
        right: 14%;
    }
    .wrap-promote-title a.main-btn.border-main-btn.white-border-btn{
        font-size: 14px;
    }
    .wrap-btn-group.text-lg-end.questions-box{
        flex: none;
    }
   
    .inner-page p{
        font-size: 16px;
    }
   
    .gform_wrapper.gravity-theme .gfield-choice-input{
        height: 20px;
        width: 20px;
        margin-right: 6px;
    }
    body.home .guide-wrap-title .text-small-quide {
        font-size: 17px;
    }
  
    footer .guide-info-list {
        gap: 10px;
    }

    .guide-wrap-title {
        max-width: 390px;
    }



    .banner-title-wrap {
        padding-top: 60px;
    }

    .wrap-chilman-title img.shap-chilman {
        top: 37px;
    }

    .ignite-title {
        max-width: 270px;
    }

    .recipes-items-wrap h4,
    .icon-service-box h4 {
        font-size: 24px;
        line-height: 1.2
    }

    .recipes-items-wrap span.shap-img-small {
        font-size: 16px;
    }

    .wood-fired:before {
        top: -901px;
    }

    .icon-service-box p {
        margin-right: 30px;
    }


    header .main_menu_two .main-navigation ul li a {
        font-size: 17px;
    }

    header .main_header ul li.menu-item-has-children {
        margin-right: 22px;
    }

    header .main_header ul li {
        margin-right: 18px;
    }

    header .wrap-socail-details {
        padding: 12px 20px;
    }

   
    header .wrap-socail-details .call-details:hover{
        text-decoration: underline;
    }
    header .top_header a {
        font-size: 14px;
    }

    header a.main-btn {
        font-size: 18px;
    }


   

   
    .banner-slider .swiper-banner {
        min-height: 812px;
    }

    .service-box .service-btn {
        font-size: 33px;
    }

    footer .footer-menu {
        padding: 0 8px;
    }

 
    .wood-fired-one {
        margin-bottom: 110px;
    }

    .wood-fired {
        padding: 180px 0 110px;
    }

    .choose-us {
        padding: 110px 0 110px;
    }

    .recipes-main {
        padding-left: 90px;
    }

    .wood-fire-title {
        padding: 110px 0;
    }

    .swiper.swiper-range .swiper-slide {
        padding: 0px 20px;
    }

   

    .wrap-traditional-sub {
        padding: 0 50px;
    }

    .faq-wrp.home-faq .accordion-box .title {
        font-size: 18px;
    }

   

    .swiper-testimonial .author-title {
        font-size: 18px;
    }

    .swiper-testimonial .main-text-testionial {
        font-size: 20px;
        line-height: 1.5;
    }

    header .logo img {
        width: 160px;
    }

    .support-main.text-center {
        margin-top: 0;
    }

    .promise-main .inner-page.promise-info {
        padding-right: 210px;
    }


    header .logo {
        padding: 24px 0;
    }


    .faq-wrp.home-faq .accordion-box .title {
        font-size: 17px;
        line-height: 1.4;
    }
    .faq-wrp.home-faq .accordion-box .content p{
        font-size: 16px;
    }


    .banner-slider .slide-item-info {
        top: 40%;
        right: 18%;
    }

    .banner-slider span.item-title {
        font-size: 22px;
    }

    body.is-active-banner .banner-slider .slide-item-info {
        bottom: 0;
        right: 26%;
        top: inherit;
    }

}

@media (max-width:1399px) {
    a.main-btn {
        font-size: 14px;
    }
    .swiper-banner img.banner-border {
        max-width: 560px;
    }
    .swiper-banner .banner-img {
        max-width: 536px;
    }
    .banner-slider .swiper-banner {
        min-height: 712px;
    }
    .wood-fired:before {
        top: -809px;
    }

    .delivery-section .delivery-items {
        gap: 10px;
    }

    .icon-service-box p {
        margin-right: 0;
    }

    .swiper-testimonial .author-title {
        font-size: 18px;
    }

    .wrap-slider-content {
        padding: 60px 46px 48px 80px;
    }

    .wrap-slider-content img.quote-img {
        top: 55px;
    }

    .swiper-testimonial .main-text-testionial {
        font-size: 20px;
        line-height: 30px;
    }
}


@media screen and (max-width: 1399px){
    h1,
    .h1 {
        font-size: 50px;
        line-height: 1;
    }

    h2,
    .h2 {
        font-size: 43px;
        line-height: 1.2;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 1.2;
    }

    h4,
    .h4 {
        font-size: 24px;
        line-height: 1.2;
    }

    h5,
    .h5 {
        font-size: 18px;
        line-height: 1.2;
    }

    h6,
    .h6 {
        font-size: 16px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 1365px){
    .wrap-img-quality {
        position: static;
        margin-top: 30px;
    }
    .quality-control{
        padding: 60px 0 60px;
    }
    .support-main .support-title{
        padding: 40px;
    }
    .showroom-main{
        margin: 60px 0 0;
    }
}
@media (max-width:1199px) {

    .DIY_kits_content .main-btn {
        font-size: 13px;
        padding: 10px 10px;
    }
    .banner-title-wrap p {
        font-size: 20px;
        line-height: 1.5;
    }
    header .main_menu_two .main-navigation ul .sub-menu li a{
        font-size: 14px;
        line-height: normal;
    }
    header .main-navigation ul.sub-menu li a{
        line-height: normal;
    }

    .woocommerce .woo-product-main .custom-buttons a {
        font-size: 15px;
        padding: 8px 15px;
    }

    .our-Journey:after {
        top: 0;
    }

    .guide-wrap-title {
        transform: revert;
    }

    .footer-top-wrap {
        transform: rotate(0deg);
        padding: 35px 0 80px;
    }

    footer .guide-info-list {
        transform: rotate(0deg);
    }

    footer .footer-top-main {
        background-image: none;
        padding: 60px 0 0;
    }

    .banner-slider .slide-item-info {
        display: none;
    }

    .our-Journey {
        padding-top: 80px;
    }

    .our-Journey .journey-section {
        padding-bottom: 106px;
    }

    footer .footer-bottom ul li a,
    footer .footer-bottom span.text-white,
    footer .footer-bottom .text-white {
        font-size: 15px;
    }

  

    h1,
    .h1 {
        font-size: 50px;
        line-height: 1;
    }

    h2,
    .h2 {
        font-size: 38px;
        line-height: 1.2;
    }

    .promo-section {
        padding: 28px 0 40px;
    }

    .delivery-section .delivery-items {
        gap: 10px;
        flex-wrap: wrap;
    }

    .icon-box {
        display: flex;
        gap: 12px;
    }

    .footer-link .footer-menu h6 {
        font-size: 17px;
    }

    header .main-navigation ul li a {
        font-size: 13px;
    }

    header .main_header ul li {
        margin-right: 15px;
    }
    header .main_header .main_menu_two ul li {
        margin-right: 15px;
    }
  
   

    header .main_header ul li.menu-item-has-children {
        margin-right: 15px;
    }

    header .main_menu_two .main-navigation ul li a {
        font-size: 16px;
    }



    .wrap-logo{
        flex: 0 0 auto;
        width: 17%;
    }

    .wrap-main-link {
        flex: 0 0 auto;
        width: 83%;
    }

    header a.main-btn{
        font-size: 14px;
    }

    header .top_header a{
        font-size: 12px;
    }

    header .wrap-socail-details .call-details {
        margin-right: 12px;
    }

    .wood-fired .sub-details-wood {
        margin-left: 0;
    }

    .wrap-traditional-sub {
        padding: 0 10px 0 20px;
    }

    .swiper.swiper-range .swiper-pagination-bullets.swiper-pagination-vertical {
        right: 10px;
    }

    .icon-box .icon-text {
        font-size: 14px;
    }

    footer .footer-top-main .list-items.one-list {
        flex: 0 0 auto;
        width: 32%;
        justify-content: space-evenly;
    }


    footer .guide-info-list {
        gap: 18px;
        flex-wrap: wrap;
    }

    footer .footer-logo {
        flex: 0 0 auto;
        width: 40%;
        margin-bottom: 50px;
    }

    footer .footer-link {
        flex: 0 0 auto;
        width: 30%;
    }
}
@media screen and (width: 1024px){
    .delivery-items  .icon-box {
        display: flex;
        gap: 14px;
        width: 45%;
    }
    footer .footer-top-main{
        padding: 60px 0 0;
    }
    .footer-bottom p{
        font-size: 15px;
    }
    .banner-slider .swiper-banner {
    min-height: 660px;
    
    }
    h4.banner-over-text{
    font-size: 26px;
    }
    p{
        font-size: 16px;
    }
} 
@media (max-width:1024px) {
    
    body.search-open .overlay-contents {
        min-width: 675px;
    }    
    .wrap-search .openBtn{
        padding: 12px 14px;
        font-size: 15px;
    }
    h1,
    .h1 {
        font-size: 50px;
        line-height: 1;
    }

    h2,
    .h2 {
        font-size: 43px;
        line-height: 1.2;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 1.2;
    }

    h4,
    .h4 {
        font-size: 24px;
        line-height: 1.2;
    }

    h5,
    .h5 {
        font-size: 18px;
        line-height: 1.2;
    }

    h6,
    .h6 {
        font-size: 16px;
        line-height: 1.2;
    }
    .single-product .product-description{
        margin: 20px 0 30px;
    }
    .wood-fired .sub-details-wood{
        margin-top: 52px;
    }
    .wrap-chilman img {
        width: 240px;
    }
    .wrap-chilman {
        bottom: -68px;
    }
    .wrap-chilman-title{
        bottom: 22px;
    }
    .popuptable-style .table-box.one-col {
        margin-top: 84px;
    }
    .popuptable-style .table-box table tr td {
        padding: 4px;
        height: 61px;
    }
    .popuptable-style .table-box.one-col table tr td{
        font-size: 16px;
    }
    .popuptable-style .table-box.one-col table tr td span{
        font-size: 14px;
    }
    .table-box.two-table table tr td .title{
        padding: 3px 12px;
        font-size: 18px;
    }
    .table-box.two-table h4{
        font-size: 20px;
        line-height: 20px;
    }


    h4.mb-0.main-font-home.que-text {
        font-size: 24px;
    }
    .questions-box a.main-btn{
        padding: 16px 13px;
    }
    .wrap-btn-group.text-lg-end.questions-box{
        flex: none;
    }
    .recipes-items-wrap h4, .icon-service-box h4{
        font-size: 22px;
    }
    .recipes-main {
        padding-left: 38px;
    }

    .service-box .service-info h4 {
        font-size: 34px;
    }

    .delivery-section .delivery-items {
        gap: 15px;
        flex-wrap: wrap;
        padding: 20px;
    }

    .swiper-testimonial .main-text-testionial {
        font-size: 16px;
        line-height: 24px;
    }

    .swiper-testimonial .author-title {
        font-size: 14px;
    }

    .wrap-slider-content {
        padding: 40px 26px 38px 50px;
    }

    .wrap-slider-content img.quote-img {
        top: 43px;
        width: 33px;
    }

    .popup-main .popup-title>span {
        width: 124px;
        padding: 5px 23px;
        font-size: 16px;
    }

    .popup-img button.popup-btn>svg {
        width: 40px;
    }
}

@media screen and (min-width: 1399px) and (max-width: 1600x){
    .swiper.swiper-range .swiper-pagination-bullets.swiper-pagination-vertical {
        right: 100px;
    }
}
@media screen and (min-width: 1366px) and (max-width: 1600px){
    .quality-control .col-lg-8  .inner-page{
        padding-right: 65px;
    }
    .wrap-img-quality {
        position: absolute;
    }
    .quality-control {
        margin-top: 0;
        padding: 140px 0 50px;
        margin-top: -50px;
    }
    .wrap-img-quality .col-md-6.mt-5.pt-5{
        padding-right: 0;
    }
    .wrap-img-quality .row{
        margin: 0;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1440px){
    h4.mb-0.main-font-home.que-text{
        font-size: 30px;
    }
    .swiper.swiper-range .swiper-pagination-bullets.swiper-pagination-vertical {
        right: 30px;
    }
    .choose-us:after {
        top: -130px;
        width: 113px;
        background-size: 100% 656px;
    }
    footer .footer-bottom .text-lg-start p ,footer .footer-bottom .text-lg-end p{
        font-size: 15px;
    }
    .choose-us .quality-wrap .col-lg-6 {
        width: 42%;
    }
    .wrap-chilman img {
        width: 340px;
    }
    .choose-us .quality-wrap .col-lg-4 {
        width: 30%;
    } 
    .wrap-chilman {
        bottom: -71px;
    }
    .woo-product-main{
        padding: 40px 0 60px;
    }
    .swiper .traditional-item .items-details h4{
        font-size: 25px;
        line-height: normal;
    }
    .Render_Colour_list.colors .col-lg-8.mt-lg-0.mt-3 ul{
        margin-left: 0;
    }
   
    .journey-section a.main-btn{
        padding: 16px 17px;
    }
    .wrap-btn-group.text-lg-end.questions-box {
        flex: none;
    }
    .wood-fired:before {
        top: -793px !important;
    }
    .delivery-section .delivery-items{
        gap: 20px;
    }
    .custom-buttons .button.enquire-button{
        padding: 12px 19px;
        font-size: 16px;
    }
    footer .footer-logo{
        text-align: center;
    }
    footer .footer-logo >img{
        width: 80%;
        display: inline-block;
        margin: 0 auto;
    }
    .recipes-content .text-box h3{
        font-size: 25px;
        line-height: normal;
    }
}
@media screen and (min-width: 992px) and (max-width: 1440px){
    .wrap-search .openBtn {
        padding: 12px 14px;
        font-size: 15px;
    }
    header .wrap-socail-details {
        padding: 12px 14px;
    }
    header .top_header a, header .top_header span {
        font-size: 11px;
    }
    header .wrap-socail-details .call-details {
        font-size: 16px;
    }
    body.search-open .overlay-contents{
        min-width: 680px;
    }
}
@media (max-width:991px) {
    .opening-time p {
        font-weight: 500;
        font-size: 15px;
        line-height: normal;
    }
    .main-slider-full .custom-pagination ,.main-slider-full .swiper_custom{
        display: none;
    }
    body.home footer .guide-info-list {
        gap: 16px;
    }
    .accordion-box{
        width: 100%;
    }
    .faq-wrp{
        flex-wrap: wrap;
    }
    .choose-us .quality-wrap .col-lg-6{
        width: 100%;
    }
    .our-Journey .journey-section {
        margin-top: 0;
    }
    .gform_wrapper.gravity-theme .gfield-choice-input{
        vertical-align: top !important;
        margin-top: 7px !important;
    }
     header .top_header a, header .top_header span{
        font-size: 17px;
    }
    header .top_header .top-one-site img {
        filter: invert(1);
    }
    .swiper.swiper-feature .swiper-slide {
        padding: 16px 23px;
        flex: 0 0 auto;
        width: 50%;
    }
    .swiper-banner .swiper-button-next img{
        filter: brightness(0) saturate(100%) invert(27%) sepia(76%) saturate(4096%) hue-rotate(353deg) brightness(102%) contrast(87%);
    }
    .is-active-banner .swiper-banner .swiper-button-next img{
        filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(152%) hue-rotate(271deg) brightness(113%) contrast(100%);
    }
    footer .footer-bottom  .text-lg-end p{
        margin-bottom: 20px;
    }
    .recipes-content .text-box h3{
        font-size: 25px;
        line-height: normal;
    }
    .wrap-img-quality>.row{
        padding: 0 120px;
    }
    .single-product .product-description{
        margin: 15px 0;
    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images ,.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
        width: 100%;
    }
    header .top_header a {
        font-size: 20px;
    }
    body.header--is-sticky .second-menu.sticky {
        top: 104px;
    }
    .popup-product .modal-body {
        padding: 30px;
    }



    header .main_menu_one,
    header .main_menu_two {
        display: none;
    }

    header .top_header a {
        font-size: 16px;
    }

    header .top_header .top-two-site a {
        font-size: 24px;
    }

    .wrap-logo{
        flex: 0 0 auto;
        width: 30%;
    }

    .wrap-main-link{
        flex: 0 0 auto;
        width: 70%;
    }

    header .logo {
        padding: 14px 0;
    }

    .shap-one-wood img.one-shap {
        display: none;
    }

    .swiper-banner .banner-img {
        max-width: 60%;
        position: absolute;
        left: 0;
        right: 0;
        top: 470px;
        margin: 0 auto;
    }

    .swiper-banner img.banner-border {
        max-width: 60%;
        position: absolute;
        right: 0;
        bottom: inherit;
        left: -38px;
        margin: 0 auto;
        top: 450px;
    }

    .banner-slider .swiper-banner {
        min-height: 986px;
    }

    .banner-title-wrap {
        text-align: center;
    }

    .banner-title-wrap p{
        margin: 0 auto 40px auto;
    }

    .banner-title-wrap .d-flex.gap-2 {
        justify-content: center;
    }

    .our-Journey {
        padding-top: 0;
    }

    .our-Journey:after {
        display: none;
    }

    .our-Journey {
        background: var(--dark-bg-color);
    }

    .our-Journey h2 {
        color: var(--color-white-text);
    }

    .swiper.center-swiper {
        margin-top: 80px;
    }

    .wrap-traditional-main,
    .wrap-traditional-sub {
        width: 100%;
    }

    .promo-section img {
        position: static;
        margin-top: 30px;
        margin: auto;
        padding-top: 30px;
        width: auto;
    }

    .main-gallery-box {
        flex-direction: column-reverse;
    }

    .only-gallery-one,
    .recipes-main {
        flex: 0 0 auto;
        width: 100%;
    }

    .delivery-section {
        display: none;
    }

    .delivery-section.mobile-view-delivery {
        display: block;
    }

    .delivery-section.mobile-view-delivery {
        background: transparent;
        padding: 0;
    }

    .delivery-section.mobile-view-delivery .faq-main-section {
        background-color: var(--light-bg-color);
        padding: 80px 0;
    }

    .delivery-section.mobile-view-delivery .map-section-main {
        padding: 80px 0 50px;
    }

    .choose-us {
        padding: 80px 0 80px;
    }

    .wood-fire-title {
        padding: 80px 0;
    }

    .wrap-chilman {
        bottom: -54px;
    }

    .mobile-view-range {
        display: block;
    }

    .swiper.swiper-range,
    .wood-fired:before {
        display: none;
    }

    .traditional-item .item-img a>img {
        width: 100%;
    }

    .wrap-traditional-main {
        margin-top: 40px;
    }

    .mobile-view-range .mobile-view-traditional .swiper-slide {
        width: 50%;
        padding: 10px;
    }

    .mobile-view-range .wrap-traditional-sub {
        padding: 0;
    }

    .mobile-view-range .swiper.mobile-view-traditional {
        margin: 0 -10px;
    }

    .mobile-view-range .wrap-traditional-main .traditional-item {
        padding-bottom: 0;
    }

    .wrap-traditional-main .back-img-item {
        display: none;
    }

    .mobile-view-range .range-btn-wrap {
        display: block;
    }

    .mobile-view-range .range-btn-wrap a.main-btn,
    .mobile-view-range .range-btn-wrap button.main-btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .wrap-traditional-main .items-details h4 {
        line-height: normal;
    }

    .wrap-traditional-main .items-details {
        padding: 0 20px;
        bottom: 0;
    }

    .seprator {
        margin: 40px 0;
    }

    .wrap-chilman img {
        width: 260px;
    }

    .testimoni-main {
        padding-bottom: 0;
    }

    .wood-fired-one {
        margin-bottom: 80px;
    }

    .swiper .swiper-pagination-clickable .swiper-pagination-bullet {
        background: var(--color-white-text);
        width: 12px;
        height: 12px;
    }

    .testimoni-main .testimoni-main-section {
        border-radius: 0 204px 204px 0;
        background: var(--light-bg-color);
        margin-right: 20px;
    }

    .wood-fired .sub-details-wood {
        margin-top: 40px;
    }

    .wood-fired {
        padding: 70px 0 70px;
    }

    .quality-wrap {
        padding-right: 200px;
    }

    .promo-section {
        padding: 80px 0 80px;
    }

    .promise-main {
        background: var(--light-bg-color);
        padding: 60px 0;
    }

    .promise-main .team-photo {
        position: static;
    }

    .promise-main .promise-bg {
        padding: 0;
    }

    .promise-main .inner-page.promise-info {
        padding-right: 0;
    }

    .traditional-item .items-details h4 {
        padding: 0 10px;
    }
    .swiper .traditional-item .items-details h4 {
        font-size: 30px;
    }

    footer .footer-bottom ul li a,
    footer .footer-bottom span.text-white,
    footer .footer-bottom .text-white {
        font-size: 18px;
    }

    footer .footer-logo {
        width: 33.33%;
    }

    body.home footer#colophon {
        margin-top: 0px;
    }

    footer .footer-link {
        width: 33.33%;
        margin-bottom: 30px;
    }

    .footer-top-wrap {
        transform: rotate(0deg);
        padding: 15px 0 80px;
    }

    footer .footer-top-main .list-items.one-list {
        flex: 0 0 auto;
        width: 31%;
    }

    footer .footer-top {
        padding: 25px 0;
    }

    footer .footer-top-main {
        padding: 60px 0 50px;
        background-image: none
    }

    footer .guide-info-list {
        margin-top: 46px;
    }

    footer .guide-wrap-title {
        transform: revert;
    }

    .faq-main-section h4 {
        font-size: 36px;
    }

}

@media (max-width:768px) {
    .woo-product-main{
        padding: 30px 0 50px;
    }
    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: 50%;
    }

    .woocommerce ul.products.columns-3.grid-list li.product,
    .woocommerce-page ul.products.columns-3.grid-list li.product {
        width: 100%;
    }
    
    
}

@media (max-width:767px) {
    .appointment_sec p {
        font-size: 15px;
        line-height: 20px;
        padding-left: 30px;
    }
    .appointment_sec p img {
        width: 25px;
    }
    section#recipes_section {
        padding-top: 60px;
    }
    .swiper.swiper-feature .swiper-slide {
        padding: 16px 23px;
        flex: 0 0 auto;
        width: 100%;
    }
    .swiper-banner .swiper-button-next img{
        filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(152%) hue-rotate(271deg) brightness(113%) contrast(100%);
    }
    .custom-buttons .button.enquire-button ,
    .custom-buttons .button.details-button{
        padding: 12px 20px;
        font-size: 16px
    }
    .gform_wrapper.gravity-theme .gform_footer input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
        line-height: inherit !important;
    }
    h1,
    .h1 {
        font-size: 42px;
        line-height: normal;
    }

    h2,
    .h2,.inner-page h2 {
        font-size: 36px;
        line-height: normal;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: normal;
    }

    .faq-main-section h4 {
        font-size: 46px;
    }

    .our-story-info .info-about-us {
        padding: 30px 0 30px 30px;
    }

    .support-main .support-title {
        padding: 30px;
    }

    .ordering_form_wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ordering_form_wrapper .right-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .faq-wrp.home-faq .accordion-box .title {
        font-size: 20px;
        line-height: 1.4;
    }

    footer .footer-top-main .wrap-info-box .title-info {
        font-size: 16px;
        line-height: normal;
    }

    footer .guide-info-list img.arrow-items {
        width: 29px;
    }

    footer .footer-logo {
        width: 100%;
        text-align: center;
    }

    footer .footer-logo img {
        display: inline-block;
    }

    .popvideo-style .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }

    footer .footer-link {
        width: 50%;
    }

    .recipes-title-box {
        max-width: initial;
        padding-right: 15px;
    }


    .recipes-title-box .text-white {
        margin-top: 14px;
    }

    .swiper-banner .banner-img {
        max-width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 510px;
        margin: 0 auto;
    }

    .swiper-banner img.banner-border {
        max-width: 100%;
        position: absolute;
        right: 0;
        bottom: inherit;
        left: -26px;
        margin: 0 auto;
        top: 491px;
    }

    .swiper-banner .swiper-button-next,
    .swiper-banner .swiper-button-prev {
        width: 45px;
        height: 45px;
        border-radius: 100%;
        top: 80%;
        right: 30px;
    }

    .swiper .swiper-button-prev img,
    .swiper .swiper-button-next img {
        width: 20px;
    }
}

@media (max-width:575px) {
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 100% !important;
    }
    .delivery-section.mobile-view-delivery .map-section-main {
        padding: 60px 0 60px;
    }
    footer .guide-info-list {
        margin-top: 10px;
    }
    .testimoni-main{
        margin: 0 -12px;
    }
    .wrap-img-quality>.row {
        padding: 0;
    }
    .second-menu {
        bottom: -45px;
    }
    .support-main .support-title {
        padding: 30px;
    }
    .inner-page p{
        font-size: 16px;
      line-height: 26px;
    }
    .inner-page h3{
        font-size: 26px;
    }
    .woo-product-main {
        padding: 20px 0 60px;
    }
    .custom-buttons .button.enquire-button, .custom-buttons .button.details-button {
        padding: 12px 26px;
        font-size: 18px;
    }
    .footer-bottom .col-lg-6.text-center.text-lg-start.my-4.my-lg-0 {
        order: -1!important;
    }
    .footer-bottom  .col-lg-3.text-lg-end.text-center{
        margin-top: 20px;
    }
    footer .footer-bottom {
        padding: 16px 0 20px;
    }
    .que-txt-main{
        font-size: 20px;
        line-height: normal;
    }
    .wrap-chilman-title .main-btn{
        font-size: 26px;
        letter-spacing: -1.3px;
    }
    body.home header .top_header a, body.home header .top_header span ,
    header .top_header span{
        font-size: 17px;
        line-height:19px;
    }
    header .top_header a, body.home header .top_header a {
        font-size: 24px;
    }
    .banner-title-wrap .wrap-items-text li h5{
        font-size: 20px;
        line-height: 44px;
        margin-bottom: 0;
    }
    footer .footer-menu{
        padding: 0;
    }
    body.home footer .footer-top-main .list-items.one-list .arrow-items ,footer .footer-top-main .list-items.one-list .arrow-items {
    width: 60px;
    margin-bottom: 8px;
    }
    body.home footer .guide-info-list , footer .guide-info-list{
        gap: 20px;
    }
    footer .footer-link ul li a{
        padding-right: 40px;
    }
    body.home footer .footer-link .menu-footer-one-container>ul>li>a, body.home footer .footer-link .menu-footer-two-container>ul>li>a, body.home footer .footer-link .menu-footer-three-container>ul>li>a, body.home footer .footer-link .menu-footer-four-container>ul>li>a, body.home footer .footer-link .menu-footer-five-container>ul>li>a, body.home footer .footer-link .menu-footer-six-container>ul>li>a, body.home footer .footer-link .menu-footer-seven-container>ul>li>a, body.home footer .footer-link .menu-footer-eight-container>ul>li>a{
        font-size: 24px;
        list-style: normal;
    }
    .guide-wrap-title{
        top: 42px;
    }
    footer .footer-top-main{
        background: var(--primary-color);
    }
    .footer-top-wrap{
        padding: 15px 0 10px;
    }
    .swiper-recipes .arrows-main{
        display: flex;
        justify-content: center;
    }
    .only-gallery-one .ignite-title{
        max-width: 258px;
    }
    .ignite-wrap>img{
        height: 58px;
    }
    .faq-wrp.home-faq .accordion-box .title {
        padding-right: 22px;
    }
    .faq-main-section h4 {
        font-size: 38px;
        line-height: 30px;
        letter-spacing: -1.9px;
    }
    .choose-us:after {
        content: "";
        position: absolute;
        top: 162px;
        width: 53px;
        background-size: 43px;
        height: 280px;
    }
    footer .menu-footer-two-container, footer .menu-footer-four-container, footer .menu-footer-seven-container , footer .footer-link {
        margin-bottom: 16px;
    }
    .wrap-traditional-sub h3{
        font-size: 36px;
    }
    .mobile-view-range:nth-child(2) .wrap-traditional-sub h3 img{
        width: 82px;
    }
    footer#colophon {
        margin-top: 60px;
    }
    header.site-header {
        border-bottom: 1px solid rgb(217 217 217 / 68%);
    }
    .price-right .col-md-3:after{
        display: none;
    }
    .big_image_banner.innerbanner_Sec {
        min-height:auto;
    }
    .woocommerce ul.products.columns-3.grid-list li.product .woocommerce-loop-product__title {
        font-size: 18px;
    }
    .swiper-banner .swiper-button-prev{
        left: 30px;
    }
    header .top_header .top-one-site img {
        filter: invert(1);
    }

    body.home footer .footer-top-main .list-items.one-list {
        flex: 0 0 auto;
        width: 100%;
    }

    body.home footer .footer-top-main .wrap-info-box .title-info {
        font-size: 22px;
    }

    .woocommerce ul.products.grid-list li.product .white-box {
        flex-direction: column;
        padding: 10px;
    }

    .woocommerce ul.products.grid-list li.product .white-box .wrap-img-product {
        max-width: 100%;
        border: none;
        padding: 0;
    }

    .audio-btn {
        display: none;
    }

    .banner-slider a.main-btn {
        font-size: 16px;
    }

    .our-Journey .journey-section {
        padding-bottom: 40px;
    }

    .banner-img img {
        object-fit: cover;
        height: 468px;
        object-position: 82%;
    }

    .swiper-banner .swiper-button-next,
    .swiper-banner .swiper-button-prev {
        width: 45px;
        height: 45px;
        border-radius: 100%;
        top: 85%;
        right: 30px;
    }

    .DIY_kits_content .main-btn {
        font-size: 14px;
    }

    h1,
    .h1 {
        font-size: 40px;
        line-height: normal;
    }

    h2,
    .h2 ,.inner-page h2 {
        font-size: 36px;
        line-height: normal;
    }

    h3,
    .h3 {
        font-size: 36px;
        line-height: normal;
    }

    .h4,
    h4 {
        font-size: 32px;
        line-height: normal;
    }

    .wrap-logo,
    body.home .wrap-logo {
        flex: 0 0 auto;
        width: 40%;
    }

    .wrap-main-link,
    body.home .wrap-main-link {
        flex: 0 0 auto;
        width: 60%;
    }

    .quality-control {
        margin-top: 0;
        padding: 60px 0 60px;
    }

    .showroom-main {
        margin-top: 60px;
        padding-bottom: 60px;
    }

    .promise-main {
        padding: 60px 0 30px;
    }

    .banner-title-wrap {
        padding-top: 40px;
    }

    .popvideo-style .modal-dialog {
        max-width: 520px;
        margin: 30px auto;
    }

    .banner-title-wrap {
        text-align: left;
    }

    .banner-slider a.main-btn {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .popup-main .popup-title {
        position: absolute;
        right: 0;
        background: transparent;
        top: inherit;
        left: 0;
        margin: 0 auto;
        text-align: center;
        bottom: 0;
    }

    .popup-main .popup-title>span {
        background-color: var(--light-bg-color);
        font-size: 24px;
        width: 170px;
    }

    .popup-main .popup-img img {
        width: 100%;
    }

    .swiper-testimonial .main-text-testionial {
        font-size: 24px;
        line-height: 44px;
    }

    .swiper-testimonial .author-title {
        font-size: 24px;
    }

    .swiper-testimonial .swiper-pagination {
        margin-top: 30px;
        position: relative;
    }

    .wrap-traditional-item {
        display: block;
    }

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: 100%;
    }

    .mobile-view-range .mobile-view-traditional .swiper-slide {
        width: 100%;
        padding: 0;
    }

    .mobile-view-range .swiper.mobile-view-traditional {
        margin: 0;
    }

    .wrap-traditional-main .items-details h4 {
        line-height: normal;
        font-size: 40px;
    }

    .mobile-view-range.one-range:first-child {
        padding-bottom: 60px;
        margin-bottom: 60px;
        border-bottom: 1px solid #2D2B2B;
    }
   
    .wood-fired {
        background-image: none;
    }

    a.main-btn {
        font-size: 18px;
    }

    .wood-fired {
        padding: 60px 0 60px;
    }

    .service-box {
        margin-bottom: 34px;
    }

    .service-box .service-btn {
        font-size: 46px;
    }

    .service-box .wrap-btn-link {
        bottom: 0;
    }

    .service-box .service-img img {
        width: 100%;
        object-fit: cover;
        height: 204px;
    }

    .our-Journey .wrap-promote-title {
        margin: 0 -12px;
        padding: 20px 16px 50px 16px;
    }

    .testimoni-main .testimoni-main-section {
        background: transparent;
        border-radius: 0;
        margin: 0;
    }

    .wrap-slider-content {
        padding: 40px;
    }

    .wrap-testionial {
        margin-right: 0;
    }

    .quality-wrap {
        padding-right: 0;
    }

    .choose-us {
        padding: 80px 0 0;
    }

    .wrap-chilman-title img.shap-chilman {
        top: 54px;
    }

    .promo-section {
        padding: 110px 0 0;
    }

    .promo-section img {
        height: 200px;
        object-fit: cover;
    }

    .wrap-chilman {
        position: relative;
        bottom: 0;
        text-align: center;
    }

    .wrap-slider-content {
        border-radius: 0;
    }

    .wrap-slider-content img.quote-img {
        display: none;
    }

    .wrap-chilman .second-chilman {
        display: inline-block;
        margin-bottom: -78px;
        margin-top: 40px;
    }

    .wrap-chilman-title {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: 1;
        max-width: initial;
        bottom: 60px;
        padding: 0 20px;
    }

    .recipes-main {
        padding: 60px 0 60px 15px;
    }

    .recipes-items-wrap h4 {
        font-size: 32px;
        line-height: 30px;
    }

    .recipes-items-wrap span.shap-img-small {
        font-size: 20px;
    }

    .recipes-items-wrap .cat {
        padding: 16px 20px;
    }

    .wrap-chilman img {
        width: 400px;
    }

    .wrap-chilman .one-chilman {
        display: none;
    }

    .icon-box .icon-text {
        font-size: 18px;
        font-weight: 400;
    }

    .icon-service-box {
        text-align: center;
    }

    .quality-wrap h3 {
        font-size: 36px;
    }

    p {
        font-size: 18px;
        line-height: 1.4;
    }

    .wrap-chilman-title>h3 {
        font-size: 48px;
        line-height: 40px;
    }

    footer .footer-logo img {
        display: inline-block;
    }

    footer .footer-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    footer .footer-bottom ul li a {
        font-size: 15px;
    }

    footer .footer-link {
        width: 100%;
    }

    footer .footer-top {
        padding: 70px 0 30px;
    }

    footer .footer-top-main .list-items.one-list {
        width: 100%;
        display: block;
        text-align: center;
    }

    footer .guide-info-list img.arrow-items {
        width: 60px;
        display: inline-block;
        transform: rotate(90deg);
        margin-top: 25px;
    }

    footer ul li .arrow {
        display: block;
    }

    footer .footer-top-main .wrap-info-box .title-info {
        font-size: 22px;
        line-height: normal;
    }

    footer .guide-wrap-title {
        text-align: center;
        max-width: 100%;
        position: relative;
    }

    footer .guide-wrap-title span {
        display: block;
    }

    .guide-wrap-title h3 {
        font-size: 40px;
    }

    footer .guide-info-list img.arrow-items {
        margin-top: 25px;
    }

    footer .guide-info-list {
        gap: 25px;
    }
}

@media (max-width:480px) {
    .accordion-box .title{
        max-width: 90%;
    }
    .icon-box-block .icon-text p{
        font-size: 16px;
    }
    .single-product .woocommerce-product-gallery{
        flex-direction: column;
    }
    .innerbanner_Sec.clip-style-one {
        min-height: 300px;
    }
    .innerbanner_Sec.clip-style-one .image-box ,.innerbanner_Sec.clip-style-one .image-box{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .innerbanner_Sec .image-box img{
        object-fit: contain;
        height: auto;
    }
    .woocommerce.single-product div.product div.images .flex-control-thumbs {
        margin-right: 0;
        width: 100%;
        margin-top: 10px;
        height: auto !important;
    }
    .woocommerce.single-product div.product div.images.woocommerce-product-gallery .flex-control-thumbs li {
        width: 22%;
        margin-bottom: 0;
        margin-right: 10px;
    }  
    .woocommerce.single-product ul.flex-direction-nav .flex-nav-prev {
        left: 4%;
    } 
    .woocommerce.single-product ul.flex-direction-nav {
        top: 36%;
    }
    .single-product .product-description{
        margin: 10px 0 30px;
    } 
    .single-product .entry-summary .product_title.entry-title {
        font-size: 26px;
    }
    .single-product span.woocommerce-Price-amount.amount, .woocommerce.single-product div.product p.price{
        font-size: 16px;
    }
    .swiper-banner img.banner-border {
        top: 561px;
    }

    .swiper-banner .banner-img {
        top: 580px;
    }

    .wood-fire-pixi {
        display: none;
    }
    .banner-img{
        -webkit-mask-image: url(../images/banner-clip02.svg);
        mask-image: url(../images/banner-clip02.svg);
    }
    .swiper-banner img.banner-border{
        content: url(../images/banner-clip02-border.svg);
    }
    .swiper-banner img.banner-border {
        top: 586px;
        left: 0;
        width: 100%;
    }
    .journey-section .col-lg-4 .wrap-heading.my-3{
        margin-top: 30px !important;
    }
    .wrap-traditional-sub .row> .col-sm-6:nth-child(1),
    .wrap-traditional-sub .row> .col-sm-6:nth-child(2) {
        width: 50%;
    }
    .swiper .traditional-item .items-details h4 {
        font-size: 34px;
        line-height: 36px;
    }
    .default-pagination.swiper-pagination {
        margin-top: 40px;
    }

}

@media (max-width:390px) {
    .ignite-wrap{
        margin-bottom: 12px
    }
    .swiper-banner .swiper-button-next, .swiper-banner .swiper-button-prev{
        top: 87%;
    }
    .innerbanner_Sec.clip-style-one {
        min-height: 280px;
    }
    .accordion-box .title{
        font-size: 16px;
        line-height: 26px;
    }
    .icon-box .icon-item img{
        width: 32px;
    }
    .wood-fired .sub-details-wood p{
        font-size: 18px;
        line-height: 26px;
    }
    
    .banner-title-wrap p {
        line-height: 28px;
    }
    p{
        line-height: 26px;
    }
    .banner-slider .swiper-banner {
        min-height: 916px;
    }
    footer .footer-bottom-link ul{
        display: flex;
        align-items: center;
    }
    footer .footer-bottom-link li{
        text-align: left;
    }
    footer .footer-bottom-link li:after{
        top: 14px;
        right: 22px;
        height: 26px;
    }
    .wrap-slider-content:after {
        content: "";
        position: absolute;
        width: 500px;
        height: 310px;
        background: var(--light-bg-color);
        bottom: -70px;
        z-index: -1;
        left: -61px;
        right: 0;
        border-radius: 100%;
    }

    .wrap-slider-content {
        padding: 40px 40px 0;
    }

    .wrap-slider-content {
        margin-bottom: 80px;
    }

    .wrap-chilman .second-chilman {
        margin-bottom: -70px;
    }

    .delivery-section .delivery-items .icon-box {
        padding-right: 85px;
    }

    .banner-title-wrap h1 {
        font-size: 38px;
        line-height: 52px;
        letter-spacing: -1.26px;
    }
    .wrap-promote-title:before{
        right: 65px;
    }
    .swiper-slide-active .main-info-title{
        padding: 0 30px;
    }
}
@media (max-width:370px){
    .banner-title-wrap h1 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width:340px) {
    .wrap-mobile-menu {
        max-width: 290px;
    }
    .quality-wrap h3 {
        font-size: 30px;
    }
    .ignite-title h3{
        font-size: 34px;
    }
    .banner-title-wrap h1{
        font-size: 32px;
        line-height: 44px;
    }
    .swiper .traditional-item .items-details h4 {
        font-size: 30px;
        line-height: 28px;
    }
    .wrap-traditional-sub .icon-box .icon-item img {
        display: inline-block;
        width: 20px;
    }
    .wrap-traditional-sub .icon-box .icon-item {
        width: 48px;
        height: 48px;
        line-height: 43px; 
    }
    .wrap-traditional-sub .icon-box .icon-text {
        font-size: 15px;
    }
    footer .footer-bottom-link li:after {
        top: 15px;
        right: 4px;
    }
    body.home .guide-wrap-title .text-small-quide {
    font-size: 20px;
    }
    .wrap-chilman-title>h3 {
        font-size: 42px;
        line-height: 36px;
    }
    .wrap-chilman-title .main-btn{
        font-size: 21px;
    }
    .wrap-chilman .second-chilman {
        margin-bottom: -56px;
    }
    .wrap-chilman-title img.shap-chilman {
        top: 44px;
    }
    .wrap-chilman-title{
        bottom: 20px;
    }
    .delivery-section .delivery-items .icon-box {
        padding-right: 20px;
    }
    .woocommerce.single-product ul.flex-direction-nav {
        top: 32%;
    }
    .banner-slider .swiper-banner {
        min-height: 870px;
    }
    .swiper-slide-active .main-info-title{
        padding: 0 20px;
        font-size: 28px;
    }
    .wood-fired-one h2 ,.inner-page h2{
        font-size: 31px;
    }
    a.main-btn{
        font-size: 16px;
        padding: 16px 16px;
    }
}

