@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
    
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    color: #000;
    text-decoration: none;
    transition: .2s;
}
a:hover{
    color: #DC3701;
}
.scroll-top {
    position: relative;
    top: -100px;
}
.bg-blue{
    background: #DC3701;
}
.bg-orang{
    background: #EBA600;
}
.color-white{
    color: #fff;
}
.color-blue{
    color: #000;
}
.color-orang{
    color: #EBA600;
}
/*AUTO SET*/
.sec-padding{
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec-padding-lg{
    padding-top: 90px;
    padding-bottom: 90px;
}
.pl-10{
    padding-left: 10px !important;
}
.pl-20{
    padding-left: 20px !important;
}
.pl-30{
    padding-left: 30px !important;
}
.pl-40{
    padding-left: 40px !important;
}
.pl-50{
    padding-left: 50px !important;
}
.pr-10{
    padding-right: 10px !important;
}
.pr-20{
    padding-right: 20px !important;
}
.pr-30{
    padding-right: 30px !important;
}
.pr-40{
    padding-right: 40px !important;
}
.pr-50{
    padding-right: 50px !important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.pb-20{
    padding-bottom: 20px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
.pb-40{
    padding-bottom: 40px !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
.pb-60{
    padding-bottom: 60px !important;
}
.pt-10{
    padding-top: 10px !important;
}
.pt-20{
    padding-top: 20px !important;
}
.pt-30{
    padding-top: 30px !important;
}
.pt-40{
    padding-top: 40px !important;
}
.pt-50{
    padding-top: 50px !important;
}
.pt-60{
    padding-top: 60px !important;
}
.ml-auto{
    margin-left: auto !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.ml-60{
    margin-left: 60px !important;
}
.ml-70{
    margin-left: 70px !important;
}
.mr-auto{
    margin-right: auto !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb-60{
    margin-bottom: 60px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mt-60{
    margin-top: 60px !important;
}
/*SITE LAYOUTS*/


.hr{
    margin-top: 30px;
    margin-bottom: 30px;
    background: #d1d1d4;
}

.mybtn {
    background: #DC3701;
    padding: 10px 40px;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    border-radius: 50px;
    display: inline-flex;
    text-align: center;
    position: relative;
    transition: .2s;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.mybtn span{
    position: relative;
    padding-right: 30px;
}
.mybtn:hover i{
    right: -10px;
}
.mybtn span i{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .2s;
}
.mybtn i {
    font-size: 22px;
}

.mybtn:hover{
    color: #fff;
    text-decoration: none;
    background: #DC3701 !important;
}

.mylink{
    font-size: 18px;
    display: inline-block;
    transition: .2s;
}
.mylink:hover{
    color: #EBA600;
}
/*BACK TO TOP*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #DC3701;
    width: 50px;
    box-shadow: 0 3px 45px rgb(0 0 0 / 15%);
    height: 50px;
    color: #fff;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #DC3701;
    color: #fff !important;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*HEADER START*/
.myheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding-top: 0;
    background: #ffffff;
    padding: 20px 0;
    transition: .2s;
}
.myheader.another-page-header {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
}
.myheader.orderPageHeader {
    position: relative !important;
}
.myheader.header-bg {
    box-shadow: 0 3px 45px rgb(0 0 0 / 15%);
    background: #fff;
}
.myheader.header-bg .nav__links li a {
    color: #DC3701;
}
.myheader.orderPageHeader.header-bg{
    box-shadow: unset;
}
.header-content {
    display: grid;
    grid-template-columns: 1fr 250px 1fr;
    align-items: center;
    width: 100%;
}
.logo{

}
.logo img{
    width: 100%;
}
a.logo img:nth-child(2) {
    display: none;
}
.custom-header-links {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.header__content__holder .container {
    position: relative;
    max-width: 100%;
    padding: 0 60px;
}
.icons-pack {
    position: absolute;
    top: 20px;
}



/*DROPDOWN MENU*/
.second-dropdown-content{
    position: absolute;
    margin-left: 250px;
    margin-top: -45px;
    display: none;
    width: 250px;
    padding-left: 0;
}
li.hover-me:hover .second-dropdown-content{
    display: block;
}
ul.dropdown-content i {
    float: right;
}
.dropdown-content li a:hover{
    background-color: #DC3701;
    color: #fff !important;
}
ul.dropdown-content li a{
    background: #fff;
    color: #000;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    padding: 15px 30px;
    text-transform: uppercase;
}
ul.dropdown-content li a span{
    display: block;
    font-family: 'Poppins', sans-serif;
}
ul.dropdown-content li + li {
    border-top: 1px solid #e5e5e5;
}
ul.dropdown-content li{
    margin: 0;
    display: block;
    font-size: 18px;
}

.dropdown-content {
    padding-left: 0;
    position: absolute;
    display: none; 
    width: 350px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 11%);
}
nav {
    margin-right: auto;
    width: 100%;
    /* margin-left: 40px; */
}
.header-content nav{
    display: flex;
    align-items: center;
    width: unset;
}
.header-content nav .header-social-icons{
    margin-left: 20px;
}
.header-content nav .header-social-icons a {
    font-size: 16px;
    color: #DC3701;
    padding: 0 5px;
}
.header-content nav .header-social-icons a:hover{
    color: #DC3701;
}
.nav__links {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.nav__links .mybtn{
    margin-left: 8px;
}
.nav__links li {
    display: inline-block;
    margin-right: 10px;
}
.nav__links li:last-child{
    margin-right: 0;
}
.nav__links li a i{
    margin-left: 15px;
}
.nav__links li a {
    font-size: 18px;
    text-decoration: none;
    position: relative;
    color: #DC3701;
    padding: 10px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    transition: .2s;
}
.nav__links li a:hover{
    color: #DC3701;
}
.nav__links li:hover .dropdown-content{
    display: block;
}
.custom-header-links a.mybtn {
    box-shadow: unset;
    background: #DC3701;
    color: #ffffff !important;
}
.custom-header-links a.mybtn:hover {
    box-shadow: unset;
    background: #DC3701;
}
.myheader.another-page-header .header-content nav .header-social-icons a,
.myheader.another-page-header a {
    color: #DC3701;
}
.myheader.another-page-header .nav__links li a:hover,
.myheader.another-page-header .header-content nav .header-social-icons a:hover{
    color: #EBA600;
}
.nav-header-icon nav {
    margin: 0;
}
.open{
    visibility: visible !important;
    opacity: 1 !important;
    transform: translate(0px) !important;
    overflow-y: scroll;
    display: block !important;
}

li.dropdown .dropdown-content li {
    display: initial;
    padding-right: 0px !important;
}


.sidebar {
    position: fixed;
    width: 100%;
    height: 100vh;
    background:#DC3701;
    visibility: hidden;
    transform: translateX(-400px);
    left: 0;
    top: 0;
    opacity: 0;
    transition:all .2s !important;
}
.sidebar-logo-div{
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.sidebar-logo-div img{
    width: 100px;
}
.sidebar ul {
  background: ;
  width: 100%;
  list-style: none;
  padding: 0;
}
.sidebar ul li a{
    padding-left: 0px;
    color: #229130;
}
.sidebar ul ul{
    padding-top: 0px !important;
}
.sidebar ul ul ul{
    padding-top: 0px !important;
}
.sidebar ul ul ul li a{
    padding-left: 50px;
}
.sidebar ul li{
    line-height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: inherit;
    padding-right: 0;
}
.sidebar ul li:first-child {
    background: #DC3701;
}
.sidebar ul li:first-child a{
    color: #fff;
}
.sidebar ul li:first-child a i{
    color: #fff;
}
.sidebar ul li a:hover{
    color: #EBA600;

}
.sidebar ul li a {
    text-decoration: none;
    font-size: 18px;
    padding-left: 25px;
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #FCFCFC;
    font-family: 'Poppins', sans-serif;
    
    text-transform: uppercase;
    font-weight: 600;
}
.mobile-menu-link {
  position: relative;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /*overflow: hidden;*/
  padding-right: 70px;
  z-index: 999;
}
.mobile-menu-link i {
  background: rgba(0, 0, 0, 0.1);
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 99999;
  justify-content: center;
}
.sidebar ul li.active{
    border-left: 2px solid #90CCE6; 
}
.sidebar ul li.active a{
    color: #90CCE6; 
}
.sidebar ul ul{
    position: static;
    display: none;
}
.sidebar ul ul li:first-child{
    background: unset;
}
.show{
    display: block !important;
}

.sidebar ul ul li{
    line-height: 40px;
    border-bottom: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar ul ul li a {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  text-transform: inherit;
  line-height: 1.7;
  padding-left: 40px;
}
.sidebar ul ul li a span {
  display: block;
  color: rgba(255, 255, 255, 0.83);
}
.sidebar ul li ul .link-holder{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar ul li .link-holder{
    position: relative;
}
.sidebar ul li .link-holder span {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: .4s;
    color: #fff;
    width: 100%;
    text-align: right;
}
.sidebar ul .mybtn {
  text-align: center;
  padding: 10px 20px;
  font-size: 18px;
  margin: 20px 25px;
  display: flex;
  background: #EBA600;
}
.sidebar .header-social-icons {
  display: flex;
  justify-content: center;
  margin: 0px 0;
}
.sidebar .header-social-icons a {
  color: #fff;
  padding: 5px 10px;
  font-size: 20px;
}
.fa-caret-down::before {
    content: "\f0d7";
    line-height: 1.7;
    margin-left: 13px;
    color: #fff;
}
.mobile-contact-us-li {
  display: grid !important;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 20px;
}
.h-1 {
    display: none;
}
#humbarger {
    position: relative;
    display: inline-block;
    padding: 6px;
    color: #DC3701;
    cursor: pointer;
    margin-top: 5px;
}
#humbarger i{
    font-size: 30px;
}
#humClose {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin: 0;
        margin-left: 0px;
    padding: 5px;
    text-align: center;
    display: inline-block;
    margin-left: auto;
    float: right;
    font-family: 'Poppins', sans-serif;
    padding-top: 0;
    padding-right: 20px;
}
#humClose i{
    padding-right: 10px;
}

.rev-logo{
    width: 250px;
}
.myheader.another-page-header #humbarger {
  color: #DC3701;
}
a.chLink {
    width: 50px;
    height: 50px;
    background: #DC3701;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 50%;
    font-size: 20px;
}
@media screen and (max-width: 1400px){
    .nav__links li a{
        font-size: 16px;
    }
    .nav__links li {
      margin-right: 10px;
    }
    .logo img {
      width: 180px;
    }
    .mybtn, .mybtn-outline{
        padding: 7px 20px;
        font-size: 16px;
    }
}
@media screen and (max-width: 992px){
    .header__content__holder .container {
        position: relative;
        max-width: 100%;
        padding: 0 10px;
    }
    .nav__links, .main-category {
      display: none;
    }
    .myheader.another-page-header a {
        color: #fff ;
    }
    .header-content .header-social-icons {
      display: none;
    }
    .sidebar .mybtn {
      display: block;
      margin: 30px 20px 0;
    }
    .h-1 {
      display: block;
    }
    .icons-pack {
      position: absolute;
      top: unset;
    }
    .logo img {
      width: 160px;
    }
    a.logo img:nth-child(1){
        display: none;
    }
    a.logo img:nth-child(2) {
        display: block;
    }
    .custom-header-links{
        
    }
    .custom-header-links .btn-border{
        display: none;
    }
    .header-logo-holder{
        display: none;
    }
    .header-content{
        padding: 0px 20px;
        position: relative;
        bottom: unset;
        border-radius: 0;
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }
    .header-content nav{
        display: none;
    }
    .header__content__holder .container{
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
    .myheader{
        box-shadow: unset;
    }
    .mybtn, .mybtn-outline {
      padding: 10px 40px;
      font-size: 16px;
      display: flex;
      width: 100%;
      text-align: center;
    }
    .mybtn i{
        font-size: 18px;
    }
    
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 480px){

}
/*HEADER END*/


/*LANDING PAGE*/
.home_banner_img {
    
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.chrismas-img {
    max-width: 430px;
    margin: 0 auto;
}
button.owl-next span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 30px;
    border: 1px solid #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
}
button.owl-prev span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 30px;
    border: 1px solid #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
}
canvas{
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}
.home_banner_text .sm-title{
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    z-index: 2;
}
.home_banner_text .opening-hour {
    color: #ffffff;
    font-size: 22px;
    margin-top: 30px;
    display: inline-block;
    /* background: #ffffffd9; */
    padding: 20px;
    border-radius: 10px;
}
.home_banner_img img {
    width: 100%;
}
.home_banner_text{
    width: 100%;
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}
.home_banner_text .title {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    z-index: 2;
}
.home_banner_text span{
    display: block;
}
.home-btn-holder {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}
.btn-border {
    border: 10px solid #d7d7d766;
    display: inline-block;
    border-radius: 50px;
}
.btn-holder {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
}
.callIcon {
    position: unset !important;
    right: unset !important;
    top: unset !important;
    transform: unset !important;
    margin-right: 5px;
}
.home-btn-holder a.mybtn {
    font-size: 18px;
    padding: 15px 70px;
}
.home-btn-holder a.mybtn span {
    position: relative;
    padding-right: 40px;
}
.address {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
}
.home_banner_img .ovf {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006e;
}
/*.home_banner_img .ovf {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/img/4Kitchens_Xmas-3.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .5;
}*/
@media screen and (max-width: 1400px){
    .home_banner_text .title {
      font-size: 42px;
      font-family: 'Poppins', sans-serif;
      
    }

}
@media screen and (max-width: 1200px){
    .home_banner_text .title {
      font-size: 32px;
      font-family: 'Poppins', sans-serif;
      
    }
    .home-btn-holder a.mybtn{
        font-size: 20px;
    }

}
@media screen and (max-width: 992px){
    .home-btn-holder{
        flex-direction: column;
        padding: 0 20px;
    }
    .home-btn-holder a.mybtn span{
        display: inline-block;
    }
    .home_banner_text .title {
      font-size: 21px;
      font-family: 'Poppins', sans-serif;
      
      padding: 0 20px;
    }
    .home_banner_text .sm-title{
      font-size: 26px;
      font-family: 'Poppins', sans-serif;
      
    }
    .home_banner_text .opening-hour{
        font-size: 16px;
    }
    .home-btn-holder a.mybtn {
      font-size: 14px;
      padding: 8px 40px;
    }
    .address{
        font-size: 18px;
        padding: 0 20px;
    }
    .address br{
        display: none;
    }
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 480px){

}

/*CTA SECTION*/
.cta__sec__box{
    background: #fff;
}
.secTitle {
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    line-height: 1.3;
    font-weight: 700;
    color: #DC3701;
}
.cta__sec__box__link {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    grid-gap: 30px;
}
.cta__sec__box__link a {
    font-size: 18px;
    border-bottom: 1px solid currentColor;
}
.cta__sec__box__link a:hover{
    color: #EBA600;
}
.sub-secTitle{
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
}
.first-main-img{
    position: relative;
}
.first-main-img .firstImg{
    width: 100%;
}

.ctaBox-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin: 60px auto 0;
    gap: 30px;
}
.ctaBox-holder .item a.mybtn {
    border-radius: 50px;
    display: block;
    padding: 15px 60px;
    margin-top: 5px;
    border: 10px solid #ffffff85;
}
.ctaBox-holder .item .mainImage {
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .0s;
}
.ctaBox-holder .item .item-link .mainImage img {
    width: 100%;
    transform: scale(0.9);
    transition: .2s;
}
.ctaBox-holder .item .item-link:hover .mainImage img{
    transform: scale(1);
}
.ctaBox-holder .item .item-link:hover .mainImage{
    visibility: visible;
    opacity: 1;
}

.ctaBox-holder .item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 100%;
    transition: .4s;
    align-items: center;
    justify-content: center;
}
.ctaBox-holder .item .content .btn-border {
    padding: 0;
    border: 10px solid #ffffffa8;
}
.ctaBox-holder .item .content.one{
}
.ctaBox-holder .item .content.two{
}
.ctaBox-holder .item .content.three{
    background: #000ad;
}
.ctaBox-holder .item .content.four{
    background: #000ad;
}
.ctaBox-holder .item .content .contentInner {
    width: 94%;
    height: 94%;
    height: -webkit-fill-available;
    margin: 3%;
    width: -webkit-fill-available;
    border-radius: 0;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.ctaBox-holder .item .content .contentInner .icon {
    margin-bottom: auto;
    margin-left: auto;
    display: flex;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ctaBox-holder .item .content .contentInner .icon i{
    color: #fff;
}
.ctaBox-holder .item .content .contentInner .title {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    
    color: #fff;
}
.ctaBox-holder .item .content .contentInner .sub-title {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    
    line-height: 1.3;
    padding: 0;
}
.ctaBox-holder .item .title{
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    
    padding: 0 40px;
    color: #000;
}
.ctaBox-holder .item .sub-title {
    color: #EBA600;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 1.3;
    padding: 0 0px;
    text-align: center;
    font-weight: 600;
}
.ctaBox-holder .item .sub-title a {
    display: block;
    padding-top: 30px;
    color: #DC3701;
}
.ctaBox-holder .item a {
    
}
@media screen and (max-width: 1400px){
    .secTitle{
        font-size: 34px;
        
    }
    .ctaBox-holder .item .title{
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px){
    .secTitle{
        font-size: 30px;
        
    }
    .ctaBox-holder .item .title,
    .ctaBox-holder .item .sub-title{
        padding: 0 10px;
        text-align: center;
        margin-bottom: 50px;
    }
    .ctaBox-holder .item .title{
        font-size: 18px;
    }
}
@media screen and (max-width: 992px){
    .ctaBox-holder{
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }
    .ctaBox-holder .item .title {
      font-size: 30px;
    }
    .cta__sec__box__link {
      margin-top: 30px;
      display: flex;
      justify-content: center;
      grid-gap: 0px 0px;
      flex-wrap: wrap;
    }
    .cta__sec__box__link a{
        margin: 5px 10px;
    }
}
@media screen and (max-width: 768px){
    .ctaBox-holder{
        grid-template-columns: 1fr;
    }
    .secTitle {
      font-size: 30px;
      line-height: 1.1;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
    }
    .secTitle br{
        display: none;
    }


}
@media screen and (max-width: 480px){

}
/*XTA SECTION*/
.xta{
    background: #EBA600;
    background-image: url('assets/img/xmas.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.xta-first-half {
    padding-right: 60px;
    text-align: center;
}
.xta-first-half .sub-secTitle{
    margin-bottom: 20px;
}
.xta-first-half .dis {
    color: #fff;
    line-height: 1.6;
    font-size: 20px;
}
ul.numberLists li {
    position: relative;
    padding-left: 25px;
    margin: 20px 0;
    color: #fff;
}
ul.numberLists li span {
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    display: flex;
    background: #ffffff;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.xta-second-half {
    display: block;
}
.xta-second-half img{
    width: 100%;
    border-radius: 10px;
}
.xta-second-half .item{
    text-align: center;
}
.xta-second-half .item .icon {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border: 3px dotted #e9e9e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xta-second-half .item .icon img {
    height: 150px;
    width: auto;
    background: #fff;
    border-radius: 50%;
    padding: 20px;
}
.xta-second-half .item .title {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    
    line-height: 1.3;
    margin-top: 20px;
    color: #fff;
}
.xta .mybtn{
    background: #fff;
    color: #000;
}
@media screen and (max-width: 1400px){
    .xta-second-half .item .icon img{
        height: 110px;
    }
    .xta-second-half .item .icon{
        width: 130px;
        height: 130px;
    }
    .xta-second-half {
      grid-gap: 60px 30px;
    }
    .xta-second-half .item .title{
        font-size: 20px;
    }
}
@media screen and (max-width: 1200px){
    .xta-second-half{
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 992px){
    .xta-second-half{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .xta-first-half .dis{
        line-height: 1.5;
    }
    .xta-first-half{
        padding-right: 0;
    }
    .xta-first-half .sub-secTitle{
        margin-bottom: 10px;
        font-size: 18px;
    }
    .xta .mybtn{
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 768px){
    .xta-second-half{
        margin-top: 40px;
    }
    .xta-first-half .dis p br{
        display: none;
    }
    .btn-holder{
        display: block;
    }
    .btn-holder .btn-border{
        margin-bottom: 20px;
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    
}
/*XTA SECTION END*/
/*TEAM START*/
.team{
    background: #fff;
}
.team__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
}
.team__inner .teamBox{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 8%);
}
.team__inner .teamBox img{
    width: 100%;
}
.team__inner .teamBox .content .teamImgShape {
    background-image: url(assets/img/pattern-01.png);
    background-repeat: repeat;
    margin-top: -10px;
    height: 10px;
    position: relative;
}
.team__inner .teamBox .content .title {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    
    color: #231F20;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.team__inner .teamBox .content .sub-title {
    font-size: 16px;
    color: #727272;
    padding: 0 20px;
    margin-bottom: 20px;
}
/*TEAM END*/
/*PAGE START*/
.page-banner {
    background-color: #000;
    height: 260px;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bannerContents {
    position: relative;
    z-index: 2;
    text-align: center;
}
.bannerContents .title {
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 3px;
    line-height: 1.3;
    color: #fff;
}
.bannerContents .sub-title {
    font-size: 22px;
    line-height: 1.3;
    font-family: 'CamptonBold';
    margin-top: 10px;
    color: #fff;
}
@media screen and (max-width: 992px){
    .bannerContents .title{
        font-size: 30px;
        
        color: #000;
    }
    .page-banner{
        background: #fff;
        height: unset;
        padding: 30px 0;
    }
    .bannerContents .sub-title{
        font-size: 18px;
        color: #212529;
        font-family: 'CamptonMedium';
    }
    .bannerContents .sub-title br{
        display: none;
    }
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 480px){

}
/*PAGE END*/
/*ABOUT START*/
.about-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    grid-gap: 40px;
    margin-bottom: 90px;
}
.about-box-img img {
    width: 100%;
}
.about-box .title {
    font-size: 30px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    
}

.about-box .dis {
    font-size: 18px;
}

.about-box .contents {
    text-align: center;
    padding: 0 40px;
}
@media screen and (max-width: 992px){
    .about-box{
        display: flex;
        flex-direction: column-reverse;
        grid-gap: 20px;
    }
    .about-box .contents{
        padding: 0;
    }
    .about-box .title{
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .about-box.about-box2 {
      flex-direction: column;
    }
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 480px){

}
/*ABOUT END*/
/*MENU PAGE START*/
.page-title{
    text-align: center;
}
.page-title .title{
    font-family: 'Poppins', sans-serif;
    
    font-size: 38px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.sec-title {
    text-align: center;
}

.sec-title .title {
    font-family: 'Poppins', sans-serif;
    
    font-size: 38px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.sec-title .title:before{
    content: '';
    width: 60px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -90px;
    background: #000;
}
.sec-title .title:after{
    content: '';
    width: 60px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -90px;
    background: #000;
}
.menu-page-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
} 
.menu-page-items .first-main-img{
    position: relative;
}
.menu-page-items .first-main-img .firstImg{
    width: 100%;
    border-radius: 30px;
}

.menu-page-items .item .mainImage {
    border-radius: 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}

.menu-page-items .item .mainImage img {
    width: 100%;
    transform: scale(0.9);
    transition: .2s;
}
.menu-page-items .item:hover .mainImage img{
    transform: scale(1);
}
.menu-page-items .item:hover .mainImage{
    visibility: visible;
    opacity: 1;
}
.menu-page-items .item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: .4s;
}
.menu-page-items .item .content.one{
    background: #000ad;
}
.menu-page-items .item .content.two{
    background: #000ad;
}
.menu-page-items .item .content.three{
    background: #000ad;
}
.menu-page-items .item .content.four{
    background: #000ad;
}
.menu-page-items .item .content .contentInner {
    width: 94%;
    height: 94%;
    border: 3px dotted #e9e9e9;
    height: -webkit-fill-available;
    margin: 3%;
    width: -webkit-fill-available;
    
    border-radius: 30px;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.menu-page-items .item .content .contentInner .icon {
    margin-bottom: auto;
    margin-left: auto;
    display: flex;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.menu-page-items .item .content .contentInner .icon i{
    color: #fff;
}
.menu-page-items .item .content .contentInner .title {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    
    color: #fff;
}
.menu-page-items .item .content .contentInner .sub-title {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    
    line-height: 1.3;
    padding: 0;
}
.menu-page-items .item .title{
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    
    padding: 0 40px;
    color: #000;
}
.menu-page-items .item  .sub-title {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.3;
    
    padding: 0 40px;
}
@media screen and (max-width: 992px){
    .menu-page-items {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 60px;
    } 
    .page-title .title {
      font-size: 36px;
      line-height: 1.2;
    }
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 480px){

}
/*MENU END*/



.main-category {
    display: flex;
    background: #000;
    padding: 20px 40px;
    align-items: center;
    margin: 50px 0 0px 0;
    position: sticky;
    top: 0;
    z-index: 5;
}
.main-category .heading {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    
    color: #ffffff;
} 
.main-category ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    padding-left: 50px;
    margin-bottom: 0;
}
.main-category ul li a {
    font-size: 18px;
    color: #ffffff;
    margin-right: 20px;
    text-decoration: none;
}
a.cta-search {
    font-size: 18px;
    color: #000;
    margin-left: auto;
}
.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000;
}
.search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #ffffff;
}
.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}
.search-box-wrap {
    background: #EBA600;
    border-radius: 10px;
    display: flex;
    padding: 10px 0 10px 40px;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}
.search-checkboxs {
    margin-right: auto;
}
label.indicat a {
    color: #DC3701;
}
label {
    display: inline-block;
    color: #4c4c4c;
}
.search-bar {
    margin-right: 10px;
}
.search-overlay input[type=text] {
    padding: 10px 40px;
    font-size: 16px;
    border: none;
    color: #000;
    float: left;
    width: 80%;
    border-top-left-radius: 10px;
    background: white;
    border-bottom-left-radius: 10px;
}
.search-overlay button {
    float: left;
    width: 20%;
    padding: 10px;
    color: #fff;
    background: #000;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: .3s;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*PRODUCT START*/
.product-page-banner {
    padding: 60px 0;
    /*border-bottom: 2px solid #494949;*/
}
.product__wrapper .container {
    padding: 0 20px;
}
nav.breadcrumb {
    margin-left: 0;
    font-size: 13px;
}
nav.breadcrumb a.mylink {
    font-size: 16px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: space-between;
}
.breadcrumb-item+.breadcrumb-item::before{
    font-size: 12px;
}
.ovf {
   
}
.product-page-banner img {
    width: 100%;
}
.product-page-banner .bGcontent .icon {
    max-width: 170px;
    border-radius: 50%;
    overflow: hidden;
}
.bGcontent {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
    grid-gap: 40px;
    height: 100%;
}
.bGcontent .itemContent {
    color: currentColor;
    text-align: left;
}
.bGcontent .itemContent .title {
    font-size: 72px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    
    line-height: 1;
}
.bGcontent .itemContent .addrese{
    font-size: 20px;
}
.bGcontent .itemContent .openingHour{
    font-size: 20px;
}
.product__wrapper {
    padding: 30px 0 60px;
    background-color: #fff;
    
    background-position: center center;
    background-repeat: repeat;
}

.sec-title {
    font-family: 'Poppins', sans-serif;
    
    padding: 10px;
    margin: 50px 0;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}
.sec-title h2 {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    color: currentColor;
    font-weight: 500;
    margin: 0;
    display: inline-block;
}
.sec-title .dis {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    
}
.sec-title .specialdis{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sec-title .specialdis span {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    
    padding: 0 15px;
    position: relative;
}
.sec-title .specialdis span:after{
    content: '';
    width: 2px;
    height: 15px;
    background: currentColor;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.products {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px 40px;
    align-items: center;
}
.products.custom-pizza{
    grid-template-columns: 1fr 1fr;
}
.cp-pizza-inner {
    text-align: center;
    position: relative;
}
.cp-pizza-inner .btn-border{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
img.cp-pizza {
    width: 100%;
}
.single_product{
    position: relative;
    color: currentColor;
    /*min-height: 100px;*/
}
.products.custom-pizza .custom-pizza-product{
    grid-column-start: span 2;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px 40px;
    margin-top: 30px;
}
.add-toppings {
    /* grid-column-start: span 2; */
    min-height: unset;
}
.add-protein{
    grid-column-start: span 3;
}
.sec-diviver{
    grid-column-start: span 3;
}
.single_product.add-toppings .content .title,
.single_product.add-protein .content .title {
    font-size: 28px;
    
}
.single_product .content {
    display: grid;
    grid-template-columns: auto 60px 60px;
    font-family: 'Poppins', sans-serif;
    
    text-transform: uppercase;
}
.single_product.single_product_sp_1 .content{
    grid-template-columns: auto 60px 60px 60px;
}
.single_product .content.no-price {
    grid-template-columns: auto;
}
.single_product .content .title {
    margin-right: 15px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}
.single_product .content .title-holder {
    display: flex;
    flex-wrap: wrap;
}
.p78 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 150px;
}
.bottom-dis {
    text-align: center;
    margin-top: 20px;
}
.products.inOneGrid {
    grid-template-columns: 1fr;
}
.custom-pizza-product {
    display: grid;
    gap: 20px 40px;
}

.allergins {
    display: flex;
    grid-gap: 5px;
    font-family: 'Poppins', sans-serif;
    
    align-items: end;
    margin-bottom: 5px;
}
.allergins li {
    text-transform: uppercase;
    font-size: 15px;

}
.allergins li img {
    height: 15px;
    width: auto;
}
.single_product .content .discription{
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    text-transform: none;
}
.discription.cp-des ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: disc;
    padding: 10px 20px;
    grid-gap: 0 30px;
}
.discription.cp-des-one-column ul{
    grid-template-columns: 1fr;
}
.single_product .content .item:nth-child(2),
.single_product .content .item:nth-child(3),
.single_product .content .item:nth-child(4) {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}
.single_product .content .item:nth-child(2) span,
.single_product .content .item:nth-child(3) span,
.single_product .content .item:nth-child(4) span{
    font-size: 15px;
    display: block;
}
.single_product_sp_1 .content .contentItem {
    grid-column-start: span 4;
    margin-top: 15px;
    display: grid;
    grid-gap: 15px;
}
.single_product_sp_2 .content .contentItem {
    grid-column-start: span 3;
    margin-top: 15px;
    display: grid;
    grid-gap: 15px;
}
.create-pizza-special-price-item{
    margin-bottom: 10px;
    display: block;
}
.single_product .hover_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #ffffff78;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.single_product:hover{
    color: currentColor;
}
.single_product:hover .hover_content{
    visibility: visible;
    opacity: 1
}
.single_product .hover_content button {
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border: 0;
    padding: 0;
    color: #000;
    font-size: 44px;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    /*outline: none;*/
}
.single_product .hover_content button i{
    margin-left: 0;
}
.sec-main-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px 60px;
    border-bottom: 2px solid currentColor;
    padding: 10px 0px;
    margin-bottom: 50px;
}
.sec-main-item .item {
    font-family: 'Poppins', sans-serif;
    
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    color: currentColor;
    position: relative;
}
.sec-main-item .item:after {
    content: '';
    width: 2px;
    height: 20px;
    position: absolute;
    background: currentColor;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
}
.sec-main-item .item:last-child:after{
    display: none;
}
.single_product.specialred {
    border-left: 2px dotted #494949;
    padding: 0px 0 0 9px;
    margin: 0px 0;
}

@media screen and (max-width: 992px){
    .single_product .hover_content button{
        font-size: 32px;
    }
}
@media screen and (max-width: 768px){
    .p78{
        grid-template-columns: 1fr;
    }
}
/*PRODUCT END*/
@media screen and (max-width: 992px){
    .products{
        grid-template-columns: 1fr;
        grid-gap: 20px 30px;
    }
    .products.custom-pizza, .products.custom-pizza .custom-pizza-product {
      display: block;
    }
    .products.custom-pizza.fish-chips-products {
      display: flex;
      flex-direction: column-reverse;
      width: 100%;
      gap: 0;
    }
    .products.custom-pizza.fish-chips-products .cp-item{
        width: 100%;
    }
    .cp-pizza-inner .btn-border{
        width: 100%;
    }
    .cp-pizza-inner .btn-border .mybtn{
        width: 100%;
    }
    .products.custom-pizza .single_product{
      margin-bottom: 10px;
      display: block;
      min-height: unset;
    }
    nav.breadcrumb a.mylink{
        font-size: 13px;
    }
    .sec-title{
        padding: 10px 0;
    }
    .bGcontent{
        flex-direction: column;
        grid-gap: 0px;
    }
    .bGcontent .itemContent{
        text-align: center;
        margin-top: 20px;
    }
    .product-page-banner .bGcontent .icon{
        max-width: 100px;
    }
    .bGcontent .itemContent .title{
        font-size: 32px;
        margin-bottom: 10px;
    }
    .bGcontent .itemContent .addrese, .bGcontent .itemContent .openingHour{
        font-size: 16px;
    }
    .single_product{
        min-height: unset;
        grid-column-start: span 3;
    }
    .single_product .content .title {
      margin-right: 10px;
      font-size: 16px;
      line-height: 1.2;
    }
    .single_product .content .item:nth-child(2),
     .single_product .content .item:nth-child(3),
     .single_product .content .item:nth-child(4) {
      text-align: center;
      font-size: 16px;
      line-height: 1.2;
    }
    .single_product .content .discription {
      font-size: 14px;
      line-height: 1.3;
      margin-top: 5px;
    }
    .sec-main-item{
        grid-template-columns: 1fr 1fr;
    }
    .sec-main-item .item{
        font-size: 16px;
    }
    .sec-main-item .item:nth-child(2):after{
        display: none;
    }
    .single_product .content .title-holder {
      flex-wrap: wrap;
      grid-gap: 3px;
    }
    .allergins li{
        font-size: 14px;
    }
    .sec-title .specialdis{
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 10px;
        grid-gap: 10px 0;
    }
    .sec-title .specialdis span{
        padding: 0;
        font-size: 16px;
        text-align: left;
    }
    .sec-title .specialdis span:after{
        display: none;
    }
    .sec-title .specialdis span:nth-child(2n+1)::before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: 80%;
      background: currentColor;
      transform: translateY(-50%);
    }
    .sec-title .specialdis span:nth-child(even) {
      text-align: right;
    }
    .cp-pizza-inner{
        margin-bottom: 20px;
    }
    .discription.cp-des ul{
        grid-template-columns: 1fr;
    }
    .allergins{
        margin-bottom: 2px;
        line-height: 1;
        align-items: center;
    }
    .single_product .content .item:nth-child(2) span,
     .single_product .content .item:nth-child(3) span,
     .single_product .content .item:nth-child(4) span{
        font-size: 12px;
    }
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 480px){

}
/*MENU PAGE END*/
/*ALLERGENS INFORMATION SECTION*/
.allergens-information{
    background: #f9f9f9;
    padding: 60px 0;
    color: #494949;
}
.allergens-information .title{
    font-family: 'Poppins', sans-serif;
    
    font-size: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: currentColor;
}
.allergens-information .title span {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    font-size: 16px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    grid-gap: 0 10px;
}
.allergens-information ul {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0px 10px;
    margin: 20px 0;
    color: currentColor;
    font-family: 'Poppins', sans-serif;
    
}
.allergens-information .dis {
    font-size: 16px;
    color: currentColor;
}
.allergens-information .title img {
    height: 15px;
    width: auto;
}
@media screen and (max-width: 768px){
    .allergens-information .title{
        text-align: center;
        justify-content: center;
    }
    .allergens-information .title span{
        margin-left: 0;
        display: block;
        text-align: center;
    }
    .allergens-information ul{
        justify-content: center;
    }
    .allergens-information .dis{
        text-align: left;
    }

}
/*MAP START*/
.get-direction-map{
    position: relative;
}
section.get-direction-map .container {
    position: relative;
    height: 100%;
}
.get-direction {
    position: absolute;
    top: 50%;
    right: 0%;
    box-shadow: 0 6px 8px rgb(0 0 0 / 10%);
    transform: translateY(-50%);
    border-radius: 20px 20px 20px 20px;
}
.getDirectionHolder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.direction-box {
    background: #fff;
    padding: 40px 40px 40px 40px;
    display: inline-table;
    width: 400px;
    /* border-radius: 20px 20px 20px 20px; */
}
.direction-box h4 {
    position: relative;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.direction-box label {
    display: block;
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
}
.direction-box input {
    width: 100%;
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 10px 20px;
    margin: 20px 0 30px;
    outline: none;

}
.direction-box a{
    /*display: block;*/
}
.direction-box a button {
    background: #DC3701;
    padding: 10px 40px;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    border-radius: 50px;
    display: inline-block;
    transition: .2s;
}
.direction-box a button i {
    margin-left: 10px;
}
.direction-box a button:hover{
    
text-decoration: none;
}
@media screen and (max-width: 992px){

}
@media screen and (max-width: 768px){
    .direction-box{
        width: 100%;
    }
}
@media screen and (max-width: 480px){

}
/*MAP END*/
/*FOOTER*/
footer {
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
}
.mobile-footer{
    display: none;
}
.footerTopShape img {
    width: 100%;
}
footer .title{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
footer .link{
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 7px 0;
    font-family: 'Poppins', sans-serif;
    
    transition: .2s;
}
footer .link:hover {
    color: #EBA600;
}
footer .link.withIcon{
    padding-left: 30px;
    position: relative;
}
footer .link.withIcon i {
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 9px;
}
footer .link span {
    display: block;
    color: rgba(255, 255, 255, 0.83);
}
.f-social-icons {
    display: flex;
}
.f-social-icons a {
    font-size: 36px;
    margin-right: 10px;
    color: #fff;
    transition: .2s;
}
.f-social-icons a:hover{
    color: #EBA600;
}
.copyrights-text {
    border-top: 1px solid #cacaca;
    margin-top: 60px;
    padding-top: 30px;
    text-align: center;
}
.copyrights-text {
    color: rgb(255 255 255 / 83%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 10px;
}
.copyrights-text a{
    color: #fff;
}
/*MOBILE FOOTER*/
.main-footer .item {
  padding: 40px 0 0;
  text-align: center;
}
.main-footer .title-icon {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
.mobile-footer .title-sm {
  margin-bottom: 5px;
  font-size: 16px;
  color: #fff;
}
.main-footer .discription {
  color: #000;
}
.mobile-footer .main-footer .discription {
  color: #fff;
  font-size: 16px;
}
.mobile-footer .title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  
  color: #fff;
}
.mobile-footer a{
    color: #fff;
}
.mobile-footer .mybtn-outline {
  display: block;
  border: 10px solid #DA7757;
  border-radius: 40px;
  margin-bottom: 20px;
  background: #EBA600;
  font-weight: 600;
}
.lastFooter {
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #000;
}
.main-footer .item .social-icons {
  margin-top: 0;
  display: flex;
  justify-content: center;
}
.main-footer .item .social-icons a {
  font-size: 30px;
  color: #fff;
}
.main-footer .item .social-icons a + a {
  margin-left: 10px;
}
.main-footer .item:last-child {
  padding-bottom: 40px;
}
.copyright-texts {
  color: #fff;
}
@media screen and (max-width: 992px){
    .mobile-footer{
        display: block;
        background: #DC3701;
        color: #fff;
        padding: 0;
    }
    .web-footer{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .copyright-texts{
        margin-top: 10px;
    }
}
@media screen and (max-width: 480px){

}
/*FOOTER END*/
/*CONTACT FORM*/
.contact-page {
    margin: 30px 0 50px;
    position: relative;
    padding: 90px 0 60px;
}
.contact-methods__left, .contact-methods__right {
    padding: 30px;
    font-size: 16px;
}
.contact-methods__left:before {
    position: absolute;
    top: -100px;
    left: 0;
    bottom: 0;
    width: 50%;
    content: "";
    background-color: #f5f5f5;
    z-index: -2;
}
.list-block__list-title {
    color: #DC3701;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
}
.from-title p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.list-block--contact-list {
    padding-bottom: 30px;
}
.list-block__wrapper {
    padding: 0;
}
.list-block__list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px 50px;
    margin: 30px 0 0 0;
    padding: 0;
}
.list-block__list {
    list-style: none;
    display: block;
}
.list-block__list li {
    border-top: 3px dotted #e9e9e9;
    padding: 30px 50px 10px 0;
    position: relative;
}
.list-block--contact-list .list-block__list li {
    padding-right: 0;
    border-top: 3px dotted #e9e9e9;
}
.list-block__list li a {
    text-decoration: none;
    display: block;
}
.list-block--contact-list .list-block__list-title {
    color: #DC3701;
    display: inline-block;
}
.list-block--contact-list .list-block__contacts {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #22404a;
}
.list-block--contact-list .list-block__contact {
    display: inline-block;
    padding-right: 8%;
    margin-bottom: 10px;
    vertical-align: middle;
}
.list-block--contact-list .list-block__contact a {
    display: inline-block;
    text-decoration: underline;
    color: #000;
}
.contact-from {
    padding: 30px !important;
}
.mini-m-t {
  color: #DC3701;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}
.mini-t {
    font-size: 16px;
    color: #4c4c4c;
}
table.opening_hours_table {
    color: #090909;
}
table.opening_hours_table tr td {
    min-width: 120px;
    padding: 5px 0;
}
table.opening_hours_table tr td:nth-child(1){
    font-weight: 500;
}
.form-control {
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: unset;
    color: #555;
    padding: 8px 15px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.mobile-contact-accordion{
    display: none;
    margin-top: 60px;
}
.mobile-contact-accordion .title{
    color: #DC3701;
display: inline-block;
font-family: 'Poppins', sans-serif;

font-size: 28px;
margin-bottom: 10px;
    font-weight: 600;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: unset;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #f3f3f3;
  outline: 0;
  box-shadow: unset;
}
.accordion-collapse {
  border: solid #f3f3f3;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 1px;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  
  color: #000;
  background-color: transparent;
  border: 1px solid #f3f3f3;
    border-bottom-width: 1px;
  border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.mobileContactInfo {
  font-size: 16px;
  color: #4c4c4c;
}
.opening-hours {
  color: #4c4c4c;
  font-size: 16px;
}
.opening-hours table.opening_hours_table {
  color: #4c4c4c;
}
.thankyou-content {
    padding: 0 30px;
    text-align: center;
}
.thankyou-content .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}
.thankyou-content i{
    font-size: 86px;
    color: #10be10;
}
.thankyou-content .lg-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.thankyou-content .dis p{
    margin-bottom: 20px;
}
.thankyou-content .dis p a{
    text-decoration: underline;
    color: #000;
}
.thankyou-content .main-btn{
    justify-content: center;
    margin-bottom: 20px;
}
.contact-methods__left.thankyou-page-image:before {
    position: absolute;
    top: -100px;
    left: 0;
    bottom: 0;
    width: 50%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('assets/img/Congratulations-flowers.png');
    z-index: -2;
}
.pItemY {
    display: grid;
    gap: 31px;
}
.myheader.header-bg .header-content nav .header-social-icons a {
    color: #dc3701;
}
.myheader.another-page-header .custom-header-links a.mybtn {
    background: #DC3701;
}
.myheader.another-page-header a.chLink {
    background: #DC3701;
}
.p78-web {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 150px;
}
.p78-web .pColumn {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.p78{
    display: none;
}

.sideBarBtns {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.sideBarBtns .mybtn {
  width: unset;
  padding: 10px 20px !important;
  margin: 0 !important;
}
.sideBarBtns .btn-border {
  width: 100%;
}
@media screen and (max-width: 992px){
    .bottom-dis {
      text-align: center;
      margin-top: 20px;
      width: 100%;
      grid-column-start: span 3;
    }
    .home_banner_text span{
        display: inline-block;
    }
    .p78-web{
        display: none;
    }
    .p78{
        display: grid;
    }
    .contact-page {
        margin: 30px 0 50px;
        position: relative;
        padding: 30px 0 60px;
    }
    .contact-methods__left::before {
        width: 100%;
        content: "";
    }
    .contact-methods__left, .contact-methods__right, .contact-from{
      padding: 0px !important;
    }
    .desktop-only{
        display: none;
    }
    .mini-t br{
        display: none;
    }
    .mobile-contact-accordion{
        display: block;
    }
    .mini-m-t{
        font-size: 28px;
        text-transform: capitalize;
    }
    a.chLink{
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .logo{
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .p78{
        gap: 30px;
    }
    .sec-title h2{
        font-size: 24px;
    }
}
@media screen and (max-width: 768px){
    .row.reservationRow {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .row.reservationRow .col-md-4.col-sm-12 {
      grid-column-start: span 2;
    }

}

@media screen and (max-width: 480px){
    .container{
        padding: 0 20px;
    }
}