/*MAIN CSS*/
/*\\\\\\\\\\\\\*/
/*=================*/



@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@200;300;400;500;600;700&family=Suez+One&display=swap');

/*
font-family: 'Suez One', serif;

font-family: 'Prompt', sans-serif;


ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700


*/



@font-face {
    font-family: 'SuezOne';
    src: url(../fonts/SuezOne-Regular.ttf);
}
@font-face {
    font-family: 'Prompt-Light';
    src: url(../fonts/Prompt-Light.ttf);
}
@font-face {
    font-family: 'Prompt';
    src: url(../fonts/Prompt-Regular.ttf);
}
@font-face {
    font-family: 'Prompt-Medium';
    src: url(../fonts/Prompt-Medium.ttf);
}
@font-face {
    font-family: 'Prompt-SemiBold';
    src: url(../fonts/Prompt-SemiBold.ttf);
}







body{
	background-color: #fefae6;
	position: relative;
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
    color: #30533e;
}
/* ================= normalizing =============*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
a,h1,h2,h3,h4,h5,h6,ul,li,ol,span,p,input{
	padding: 0;
	margin: 0;
	outline: none;
	text-decoration: none!important;
	color: #30533e;
	list-style: none;
}
h1,h2,h3,h4{
    font-family: 'SuezOne';
    color: #30533e;
}
img {
    width: 100%;
    height: auto;
}
input[type="number"]{
	appearance:textfield;
	-webkit-appearance:textfield;
	-moz-appearance:textfield;
	-ms-appearance:textfield;
	-o-appearance:textfield;
}
img{
    max-width: 100%;
}
::selection {background: #e94431;color: #fff;}
::-moz-selection {background: #e94431;color: #fff;}
::-webkit-selection {background: #e94431;color: #fff;}
/*=========  end ===============*/

/*		Common Styles	*/
.master_wrap{
	/* max-width: 1440px; */
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.ease,a,input,button{
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.container{
    max-width: 1300px;
}
#nav-icon {
    z-index: 999;
    margin: 0;
    width: 35px;
    height: 24px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    display: none;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #1f1728;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg );
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg );
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2) {
    top: 10px;
}
#nav-icon span:nth-child(3) {
    top: 21px;
}
#nav-icon.open span:nth-child(1) {
    top: 10px;
    width: 100%;
    -webkit-transform: rotate(135deg );
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg );
}
#nav-icon.open span:nth-child(2) {
    opacity: 0;
    width: 100%;
    right: 60px;
}
#nav-icon.open span:nth-child(3) {
    top: 10px;
    width: 100%;
    -webkit-transform: rotate(-135deg );
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg );
}
a:hover{
    color: #e94431;
}

/* =============== end ============*/
.header_section {
    padding: 0 5%;
    position: relative;
    z-index: 999;
}
.container-fluid {
    padding: 0 5%;
    padding-right: 0;
}
.banner_slider_img_each {
    padding: 0 15px;
    width: 50%;
}
.banner_slider_img {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.banner_slider_img_each_inner {
    padding: 83% 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner_slider_img_each_inner img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home_baner_section .col + .col {
    min-width: 54%;
}
.header_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #30533f;
    padding: 10px 0;
}
.header_top_left {
    flex-grow: 1;
}
.header_top_right {
    flex-grow: 1;
    text-align: right;
}
.header_top_left ul li,
.header_top_right ul li {
    display: inline-block;
    padding-right: 100px;
    vertical-align: middle;
}
.header_top_right ul li{
    padding: 0;
    padding-left: 35px;
}
.header_menu_wrp {
    position: relative;
    padding: 30px 220px;
    z-index: 1;
    padding-bottom: 165px;
}
.menu_wrp {
    text-align: center;
}
.logo_wrp {
    position: absolute;
    width: 175px;
    left: 0;
    top: 15px;
    z-index: 5;
}
.menu_wrp li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 13px;
}
.menu_wrp li a {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Prompt-Medium';
}
.header_cart {
    position: absolute;
    right: 0;
    top: 23px;
    z-index: 5;
}
.header_cart ul li{
    display: inline-block;
    padding-left: 15px;
}
.banner_slider_text{
    padding-right: 15px;
    padding-bottom: 5px;
}
.banner_slider_text h1 {
    font-size: 94px;
    line-height: 1.2;
    padding-bottom: 35px;
}
.banner_slider_text p {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Prompt-Medium';
    line-height: 1.5;
    padding-bottom: 50px;
}
.home_baner_section .row {
    align-items: center;
}
.theme_btn {
    border: 1px solid #30533e;
    border-radius: 100px;
    padding: 12px 30px;
    line-height: 1.5;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Prompt-Medium';
    outline: none;
    cursor: pointer;
}
.theme_btn:hover{
    background: #30533e;
    border-color: #30533e;
    color: #fefae6;
}
.banner_slider_img_wrp {
    margin-top: -135px;
}
.banner_slider_text_wrp {
    padding: 30px 0;
}
.home_baner_section {
    padding-bottom: 100px;
    min-height: calc(100vh - 268px);
}
.watch_vdo_section {
    position: relative;
    z-index: 1;
    height: 100vh;
    min-height: 300px;
}
.watch_vdo_section:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: 0.7;
}
button.vdo_popup_trgr {
    position: absolute;
    z-index: 5;
    background: none;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fefae6;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Prompt-SemiBold';
}
button.vdo_popup_trgr img{
    width: 80px;
    display: block;
    margin: 0 auto;
}
.container-fluid.left_img {
    padding: 0 5%;
    padding-left: 0;
}
.container-fluid.left_img .col:first-child{
    min-width: 55%;
}
.our_menu_section {
    padding: 20px 0;
    padding-top: 130px;
}
.section_img_wrp {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 38%  0;
    border-top-left-radius: 250px;
}
.section_img_wrp img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
}
.container-fluid.left_img .section_img_wrp {
    border-radius: 0;
    border-top-right-radius: 275px;
}
.section_text_wrp {
    padding-left: 0;
    max-width: 720px;
}
.container-fluid.left_img .section_text_wrp{
    padding-left: 35px;
    max-width: 645px;
}
.section_text_wrp lable {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 1;
}
.section_text_wrp h2 {
    font-size: 90px;
    line-height: 1;
}
.section_text_wrp ul {
    padding-top: 40px;
    padding-bottom: 0;
}
.our_menu_each_titl h4 {
    font-family: 'Prompt-Medium';
    font-weight: 500;
    font-size: 21px;
    text-transform: uppercase;
}
.our_menu_each_titl h5 {
    font-family: 'Prompt-Medium';
    font-weight: 500;
    font-size: 21px;
    text-transform: uppercase;
}
.our_menu_each_titl {
    display: flex;
    align-items: self-end;
}
.our_menu_each_titl .dots {
    flex-grow: 1;
    margin: 0 30px;
    background-image: linear-gradient(to right,#30533f 30%,rgba(255,255,255,0) 10%);
    background-position: top;
    background-size: 10px 3px;
    background-repeat: repeat-x;
    height: 3px;
    margin-bottom: 5px;
}
.section_text_wrp ul li {
    padding-bottom: 40px;
}
.section_text_wrp .our_menu_each p {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 0;
    display: none;
}
.section_text_wrp h2 {
    font-size: 90px;
    line-height: 1;
    padding-bottom: 35px;
}
.section_text_wrp p {
    font-size: 21px;
    /* font-weight: 500; */
    padding-bottom: 30px;
}
.section_text_wrp a.theme_btn {
    margin-top: 25px;
}
.book_table_section h2 {
    font-size: 60px;
    line-height: 1;
    padding-bottom: 0;
}
.book_table_section h5{
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.book_table_section form {
    padding-top: 50px;
}
.book_table_section form {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-right: 150px;
}
.form_item_select {
    flex-grow: 1;
    padding: 0 15px;
    width: 33.3%;
}
.form_item_select label {
    margin: 0;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.form_item_select label:after{
    content: "";
}
.form_item_select label select,
.form_item_select label input {
    border: none;
    background: none;
    border-bottom: 2px solid #30533e;
    width: 100%;
    appearance: none;
    outline: none;
}
.book_table_section form button, .book_table_section form [type="submit"] {
    background: #dfe1cd;
    border: none;
    font-weight: 500;
    font-family: 'Prompt-Medium';
    color: #30533e;
    padding: 3px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.book_table_section form button:hover, .book_table_section form [type="submit"]:hover {
    background: #30533e;
    color: #fff;
}
.book_table_section {
    padding: 100px 0;
    padding-top: 130px;
}
.form_item_select label:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border-bottom: 2px solid #30533e;
    border-left: 2px solid #30533e;
    transform: rotate(-45deg);
    top: 4px;
    right: 8px;
}
.form_item_select label select option {
    background: #e0e1cd;
}
footer {
    padding: 20px 0;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}
footer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #dfe1cd;
    top: 0;
    left: 300px;
    z-index: -1;
    border-top-left-radius: 166px;
}
footer .container-fluid {
    padding: 0 3.5%;
}
footer .row{
    margin: 0 -50px;
}
footer .col {
    padding: 0 50px;
    padding-top: 35px;
}
footer .col:first-child {
    max-width: 325px;
    padding-right: 100px;
    padding-top: 0;
}
.footer_logo {
    text-align: center;
}
.footer_logo p {
    padding-top: 5px;
}
.footer_logo img {
    margin-bottom: 20px;
}
.footer_time li {
    border-bottom: 2px solid #30533e;
    padding: 14px 0;
}
.footer_time li:last-child{
    border: none;
}
.footer_time li h4 {
    font-size: 21px;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.footer_time li h4 strong{
    float: right;
    font-weight: 400;
}
.footer_contact h3,
.footer_newsletter h3{
    font-size: 21px;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.footer_contact p {
    padding-bottom: 10px;
}
.footer_contact p a{
    
}
.footer_newsletter form input[type="emal"] {
    border: none;
    background: no-repeat;
    border-bottom: 2px solid #30533e;
    font-size: 16px;
    display: block;
    width: 100%;
    max-width: 300px;
}
.footer_newsletter form button{
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #30533e;
  font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #30533e;
  font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #30533e;
  font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
  color: #30533e;
  font-weight: 400;
}
.footer_newsletter ul {
    padding-top: 30px;
}
.footer_newsletter ul li {
    display: inline-block;
    margin-right: 25px;
}
.header_cart a.theme_btn {
    padding: 8px 20px;
    line-height: 1.5;
    font-size: 16px;
}
.order_item_list_section {
    padding: 50px 0;
    margin-top: -143px;
}
.order_item_list_section h1 {
    font-size: 42px;
    padding-bottom: 5px;
}
.order_item_list_section ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.order_item_list_section ul li {
    padding: 25px 20px;
    width: 33.33%;
    padding-bottom: 75px;
}
.order_item_img {
    position: relative;
    overflow: hidden;
    padding: 40% 0;
    border-radius: 35px;
    margin-bottom: 25px;
}
.order_item_img img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.order_item_text h4 {
    font-size: 24px;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.order_item_text p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 1.4;
}
.order_item_text h5 {
    color: #30533e;
    font-weight: 600;
    font-size: 23px;
    font-family: 'Prompt-SemiBold';
}
.order_item_text h5 a {
    background: #30533e;
    border: none;
    float: right;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Prompt-Medium';
    display: inline-block;
    padding: 0 15px;
    border-radius: 10px;
    line-height: 32px;
    cursor: pointer;
    margin-top: -30px;
}
.order_item_img label {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
}
.order_item_img label svg path {
    fill: #dfe1cd;
}
.order_item_img label svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.order_item_img label strong {
    position: relative;
    z-index: 1;
    padding: 2px 15px;
    font-size: 14px;
    font-weight: 400;
}
.order_item_list_section .order_list_catgry li {
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
}
.order_item_list_section .order_list_catgry ul{
    margin: 0;
}
.order_list_catgry {
    padding-left: 65px;
    padding-top: 185px;
}
.order_item_list_section .order_list_catgry li a {
    font-size: 17px;
}
.inner_banner_section .container-fluid {
    padding: 0 5%;
}
.inner_banner_wrp {
    position: relative;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    display: flex;
    justify-content: center;
    height: 75vh;
    align-items: center;
    min-height: 300px;
    margin-top: -135px;
}
.inner_banner_wrp:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    opacity: 0.5;
}
.inner_banner_wrp h1{
    color: #fefae6;
    font-size: 74px;
}
.galry_title {
    position: relative;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    display: flex;
    justify-content: center;
    height: 350px;
    align-items: center;
    min-height: 300px;
    margin-top: -135px;
}
.galry_title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    opacity: 0.5;
}
.galry_title h1 {
    color: #fefae6;
    font-size: 74px;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.inner_banner_section {
    /* background: #3b5145; */
    padding-bottom: 0px;
}
.inner_banner_section + .our_menu_section{
    padding-top: 65px;
}
.inner_banner_section.about_page_section {
    background: #3b5145;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
.inner_banner_section.about_page_section:after {
    content: "";
    background: #3b5145;
    position: absolute;
    width: 100%;
    height: 200%;
    bottom: 0;
    z-index: -1;
}
body.about-page .header_section a,
body.about-page .header_section li  {
    color: #fefae6;
    border-color: #fefae6;
}
body.about-page .header_top{
    border-color: #fefae6;
}
body.about-page .header_section a:hover{
    color: #e94431;
    border-color: #e94431;
}
body.about-page .header_cart a.theme_btn{
    color: #fefae6;
}
.about_content_wrp{
    max-width: 1430px;
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
}
.about_content_wrp h2{
    font-family: 'Prompt-Light';
    color: #fefae6;
    font-size: 44px;
    font-weight: 300;
    position: relative;
}
.about_content_wrp h2:after{
    content: "";
    height: 1px;
    max-width: 100%;
    width: 360px;
    display: block;
    margin: 30px auto;
    background: #fefae6;
    opacity: 0.5;
}
.about_pic_wrp{
    display: block;
    margin: 35px auto;
    margin-top: 50px;
    max-width: 360px;
    padding: 17px;
    position: relative;
    z-index: 1;
}
.about_pic_wrp img{
    width: 100%;
}
.border_top:before,
.border_top:after,
.border_bottom:before,
.border_bottom:after{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    border-top: 1px solid #fefae6;
    border-left: 1px solid #fefae6;
}
.border_top:before{
    top: 0;
    left: 0;
}
.border_top:after {
    right: 0;
    top: 0;
    transform: rotate(90deg);
}
.border_bottom:before{
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
}
.border_bottom:after{
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.about_history{
    padding-top: 40px;
}
.about_history h4{
    color: #fefae6;
    font-size: 44px;
    padding-bottom: 35px;
}
.about_history p{
    color: #fefae6;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Prompt-Light';
    padding-bottom: 35px;
    line-height: 2;
}
.gallery_section .container-fluid,
.commen_banner_section .container-fluid{
    padding: 0 5%;
}


.commen_banner_section{
    padding-bottom: 100px;
}
.commen_banner_section {
    padding-bottom: 50px;
    padding-top: 25px;
}
.commen_banner_section h1 {
    position: relative;
    font-size: 80px;
    border-bottom: 2px solid #30533e;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.breadcrumps_wrp{

}
.breadcrumps_wrp a {
    position: relative;
}
.breadcrumps_wrp a:after {
    content: "/";
    margin-left: 6px;
    vertical-align: middle;
    color: #30533e;
}
.breadcrumps_wrp span{
    
}
.gallery_section ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
}
.gallery_section ul li {
    width: 25%;
    padding: 15px;
    position: relative;
}
a.galry_item_each {
    position: relative;
    overflow: hidden;
    padding: 50% 0;
    display: block;
}
a.galry_item_each:hover{
    border-radius: 50px;
}
a.galry_item_each img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
    -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
a.galry_item_each:hover img{
    transform: scale(1.1);
    -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.fancybox-infobar span {
    color: #fff;
}
.contact_form_section {
    padding-bottom: 100px;
    padding-top: 50px;
    /* margin-top: -80px; */
}
.contact_left p {
    padding-bottom: 0;
    line-height: 2;
}
.contact_left h4 ~ p {
    max-width: 325px;
}
.contact_left h4 {
    padding-bottom: 8px;
    font-family: 'Prompt-SemiBold';
    font-weight: 600;
    font-size: 21px;
    padding-top: 35px;
}
.contact_right input, .contact_right textarea {
    width: 100%;
    display: block;
    background: none;
    border: none;
    border-bottom: 2px solid #30533e;
    font-size: 16px;
    padding: 6px 0;
    margin-bottom: 18px;
    outline: none;
}
.contact_right textarea {
    background: #e0e1cd;
    border: none;
    padding: 15px;
    height: 135px;
    border-radius: 0 40px;
    resize: none;
}
.contact_right form button, .contact_right form [type="submit"] {
    background: #dfe1cd;
    border: none;
    font-weight: 500;
    font-family: 'Prompt-Medium';
    color: #30533e;
    padding: 3px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 15px;
    width: 100px;
}
.contact_right form button:hover, .contact_right form [type="submit"]:hover{
    background: #30533e;
    color: #fff;
}
.contact_right {
    padding-left: 30px;
}
.gallery_section {
    padding-bottom: 100px;
}
.xoo-wsc-basket {
    right: 0 !important;
}
.modal-backdrop.show {
    opacity: 0.7;
}
#home_vdo .modal-dialog .modal-content {
    border: none;
}
#home_vdo .modal-dialog .modal-body {
    padding: 0;
    background: none;
}
#home_vdo .modal-dialog .modal-body button.close {
    position: absolute;
    color: #fff;
    opacity: 1;
    z-index: 99;
    text-shadow: none;
    top: -35px;
    right: 0;
    height: 15px;
}
#home_vdo .modal-dialog .modal-body button.close span {
    color: #fff;
    font-weight: 100;
    font-family: 'Prompt-Light';
    font-size: 28px;
    display: block;
}
.modal .modal-dialog {
    max-width: 990px;
    padding: 10vh 15px;
}
.xoo-wsc-footer a.xoo-wsc-ft-btn-continue, .xoo-wsc-footer a.xoo-wsc-ft-btn-cart {
    display: none !important;
}
.xoo-wsc-cart-active .xoo-wsc-basket {
    right: -100px !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1 {
    float: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #dfe1cd;
    color: #30533e;
    border-top: 3px solid  #30533e;
}
.woocommerce-info {
    border-top-color: #30533e;
}
.woocommerce-info::before {
    color: #30533e;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #30533e;
    border-radius: 5px;
}
#add_payment_method #payment *, .woocommerce-cart #payment *, .woocommerce-checkout #payment *{
    color: #fefae6;
}
#order_review .payment_methods .woocommerce-info {
    color: #30533e;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -15px;
}
form.checkout.woocommerce-checkout h3 {
    padding-bottom: 35px;
}
.woocommerce-checkout label {
    display: block !important;
    width: 100%;
    margin: 0 !important;
}
.form-row span.woocommerce-input-wrapper,
.form-row > span{
    width: 100%;
    display: block;
}
.woocommerce .form-row .input-text {
    background: none;
    border: none;
    outline: none;
    border-bottom: 2px solid #30533e;
}
.woocommerce form .form-row {
    margin-bottom: 20px;
}
.woocommerce form .form-row textarea {
    background: #e0e1cd;
    border: none;
    padding: 15px 18px;
    height: 109px;
    resize: none;
}
h3#order_review_heading {
    padding-top: 50px;
}
.woocommerce {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 35px;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0;
    color: #30533e;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #30533e;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0;
}
.woocommerce-terms-and-conditions-wrapper {
    padding-bottom: 20px;
}
div#order_review button#place_order {
    border: 1px solid #fefae6;
    border-radius: 100px;
    padding: 12px 30px;
    line-height: 1.5;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Prompt-Medium';
    outline: none;
    cursor: pointer;
    background: none;
    margin-bottom: 25px;
	max-width: 250px;
}
div#order_review button#place_order:hover{
    background: #fefae6;
    color: #30533e;
}
.woocommerce-account 
 .woocommerce {
    text-align: center;
}
form.woocommerce-form.woocommerce-form-login.login {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 35px;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 3px;
}
form.woocommerce-form.woocommerce-form-login.login {
    max-width: 600px;
    padding: 25px 30px;
    margin: 0 auto;
    margin-top: 35px;
    background: #dfe1cd;
    border-radius: 0 40px;
    border: none;
}
input:-internal-autofill-selected {
    background: none;
    border: none;
    outline: none;
    border-bottom: 2px solid #30533e;
}
.gallery_section ul li {
    flex-grow: 1;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
}
form.woocommerce-form.woocommerce-form-login.login button.woocommerce-form-login__submit,
a.woocommerce-Button.button,
a.button.wc-forward,
button.woocommerce-Button.button,
.woocommerce-address-fields button.button{
    display: block;
    float: none;
    margin: 0;
    margin-top: 15px;
    border: 1px solid #30533e;
    border-radius: 100px;
    padding: 12px 30px;
    line-height: 1.5;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Prompt-Medium';
    outline: none;
    cursor: pointer;
    background: none;
    line-height: 1;
    color: #30533e;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
}
a.woocommerce-Button.button,
a.button.wc-forward,
button.woocommerce-Button.button,
.woocommerce-address-fields button.button{
    width: auto;
    margin: 0;
}
form.woocommerce-form.woocommerce-form-login.login button.woocommerce-form-login__submit:hover,
a.woocommerce-Button.button:hover,
a.button.wc-forward:hover,
button.woocommerce-Button.button:hover,
.woocommerce-address-fields button.button:hover{
    background: #30533e;
    color: #fefae6;
}
button.woocommerce-Button.button,
.woocommerce-address-fields button.button{
    margin-top: 15px;
}
p.woocommerce-LostPassword.lost_password {
    text-align: center;
}
nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
    width: 100%;
    text-align: left;
    padding: 5px 0;
}
li.woocommerce-MyAccount-navigation-link--dashboard.is-active {
    font-weight: 500;
    font-family: 'Prompt-Medium';
}
.woocommerce-MyAccount-content {
    text-align: left;
}
.woocommerce-MyAccount-content p {
    padding-bottom: 13px;
}
.woocommerce-MyAccount-content p a {
    text-decoration: underline !important;
    font-weight: 500;
    font-family: 'Prompt-Medium';
}
.woocommerce form .form-row em {
    font-size: 12px;
}
.u-columns.woocommerce-Addresses.col2-set.addresses {
    padding-top: 25px;
    margin: 0 -25px;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
    padding: 0 25px;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address header.woocommerce-Address-title.title {
    padding-bottom: 15px;
}
.woocommerce-account .addresses .title .edit {
    float: right;
    margin-right: 15px;
}
.header_top_right ul {
    display: flex;
    justify-content: right;
}
.ui-widget.ui-widget-content {
    border: 1px solid #30533e;
    z-index: 999 !important;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background: #30533e;
}
.ui-datepicker .ui-datepicker-header * {
    color: #fefae6;
    font-weight: 300;
    font-family: 'Prompt-Light';
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #dfe1cd;
    background: #dfe1cd;
    font-weight: normal;
    color: #454545;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: 1px solid #30533e;
    background: #30533e;
    color: #fefae6;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    filter: brightness(5);
}
.order_item_list_section ul.locations {
    margin: 0;
}
.order_item_list_section ul.locations li#add_new {
    width: 100%;
    padding: 15px;
    background: #30533e;
    color: #fefae6;
    margin-bottom: 30px;
    border-radius: 10px;
    padding-left: 55px;
    cursor: pointer;
    position: relative;
}
.order_item_list_section ul.locations li#add_new img {
    position: absolute;
    width: 25px;
    left: 15px;
    top: 13px;
    filter: invert(1) brightness(5);
}
.review_slider_inner {
    background: #dfe1cd;
    padding: 25px;
    border-radius: 0 30px;
    height: 100%;
}
.review_slider_inner h5 {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 1;
}
.review_slider_each {
    padding: 25px;
    height: 100%;
}
.review_slider_inner h3 {
    padding-bottom: 20px;
    font-size: 24px;
}
.review_slider_wrp {
    margin: 0 -25px;
}
.gallery_section ul.slick-dots {
    display: block;
    margin: 0;
}
.gallery_section ul.slick-dots li {
    padding: 0;
    width: auto;
}
.gallery_section ul.slick-dots li button {
    font-size: 0;
    background: #30533e;
    border-radius: 50%;
    padding: 0;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    overflow: hidden;
    opacity: 0.6;
}
.gallery_section ul.slick-dots li.slick-active button{
    opacity: 1;
}
div#payment .wc_payment_method .payment_box.payment_method_stripe * {
    color: #30533e;
}
div#payment .wc_payment_method .wc-stripe-elements-field,
div#payment .wc_payment_method .stripe-card-group{
    width: 100%;
}
div#payment  fieldset#wc-stripe-cc-form {
    margin: 15px -15px;
}
div#payment ul.wc_payment_methods li.wc_payment_method input.input-radio{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
div#payment ul.wc_payment_methods li.wc_payment_method input.input-radio + label {
    position: relative;
    padding-left: 25px;
    display: block;
}
div#payment ul.wc_payment_methods li.wc_payment_method input.input-radio + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    border: 1px solid #fefae6;
    border-radius: 50%;
}
div#payment ul.wc_payment_methods li.wc_payment_method input.input-radio:checked + label:before {
    background: #fefae6;
    box-shadow: 0px 0px 0px 1px #fefae6;
    border-color: #30533e;
}
.woocommerce form .form-row {
    margin-bottom: 20px;
    width: 100%;
}
button.location_drop_btn img {
    width: 25px;
}
#fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button {
    font-size: 0 !important;
    background: #000 !important;
}
#fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button:before {
    content: "Place Order";
    font-size: 18px;
	color: #fefae6;
	-webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button.fkcart-loading:before{
	opacity: 0.3;
}

#fkcart-modal a.fkcart-primary-button.fkcart-shop-button{
	color: #fefae6;
	background: #000 !important;
}
#fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--text{
	margin: 0;
}
#fkcart-modal a.fkcart-shopping-link.fkcart-modal-close {
    display: none !important;
}
button.location_drop_btn img {
    position: absolute;
    width: 25px;
    left: 15px;
    top: 13px;
    filter: invert(1) brightness(5);
}
button.location_drop_btn {
    width: 100%;
    padding: 15px;
    background: #30533e;
    color: #fefae6;
    border-radius: 10px;
    padding-left: 55px;
    cursor: pointer;
    position: relative;
    text-align: left;
    outline: none !important;
}
button.location_drop_btn span{
    color: #fefae6;
}
.location_drop {
    position: relative;
    z-index: 9;
    margin-bottom: 50px;
}
.location_drop .locations_drop_wrp {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #dfe1cd;
    z-index: 5;
    padding: 20px;
    border-radius: 10px;
    padding-bottom: 25px;
    display: none;
}
.location_drop .locations_drop_wrp ul.locations {
    width: 100%;
}
.location_drop .locations_drop_wrp ul.locations li {
    width: 100%;
    padding: 5px 0;
    margin: 10px 0;
    cursor: pointer;
}
.location_drop .locations_drop_wrp ul li#add_new {
    margin: 0;
    color: #30533e;
    background: none;
    padding: 10px 0;
}
.location_drop .locations_drop_wrp ul li#add_new img {
    display: none;
}
button.location_drop_btn:after {
    content: "";
    width: 9px;
    height: 9px;
    display: inline-block;
    border-bottom: 2px solid #fefae6;
    border-left: 2px solid #fefae6;
    transform: rotate(-45deg);
    margin-left: 10px;
    vertical-align: middle;
    margin-bottom: 4px;
}
.gallery_section .wp-block-columns {
    max-width: 1300px;
    margin: 0 auto;
}
.gallery_section .wp-block-columns .wp-block-heading {
    font-size: 24px;
    padding-bottom: 5px;
}
.gallery_section .wp-block-columns p {
    padding-top: 15px;
}
.gallery_section .wp-block-columns * + .wp-block-heading {
    padding-top: 35px;
}
.gallery_section .wp-block-columns p strong {
    font-weight: 500;
    font-family: 'Prompt-Medium';
}
.cmplz-cookiebanner p {
    color: #fefae6;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Prompt-Light';
    line-height: 1.8;
}
.cmplz-cookiebanner.cmplz-show {
    display: block;
    text-align: center;
}
.cmplz-cookiebanner.cmplz-show .cmplz-buttons {
    justify-content: center;
}
.cmplz-cookiebanner.cmplz-show .cmplz-buttons button {
    border: 1px solid #fefae6 !important;
    border-radius: 100px;
    padding: 0 20px;
    line-height: 1.5;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Prompt-Light';
    outline: none;
    cursor: pointer;
    background: none !important;
    color: #fefae6 !important;
    width: auto;
    min-width: 100px;
    height: 37px;
}
body .cmplz-cookiebanner {
    z-index: 9999999999;
}
.cmplz-cookiebanner.cmplz-show div.cmplz-title {
    font-size: 24px;
    font-family: 'SuezOne';
}
.cmplz-cookiebanner.cmplz-show .cmplz-buttons button.cmplz-btn.cmplz-save-preferences {
    display: none;
}
body .cmplz-cookiebanner .cmplz-links.cmplz-documents {
    justify-content: center;
    padding-top: 20px;
	padding-bottom: 20px;
}
body .cmplz-cookiebanner .cmplz-body br br{
	display: none;
}
.cmplz-cookiebanner.cmplz-show:after {
    content: "";
    background: #000;
}
.gallery_section div#cmplz-document {
    max-width: 1300px;
    margin: 0 auto;
}
.page-id-119 .gallery_section h2, .page-id-119 .gallery_section h3, .page-id-119 .gallery_section h4, .page-id-119 .gallery_section  h5 {
    margin-top: 30px;
}
.page-id-119 .gallery_section p {
   	
}
.page-id-119 .gallery_section ul li {
    width: 100%;
    padding: 4px 0;
    list-style: disc;
}
.page-id-119 .gallery_section ul {
    margin-top: 15px;
    list-style: disc !important;
}
.page-id-119 .gallery_section p {
    padding-top: 10px;
    font-size: 18px;
    line-height: 2;
}
.page-id-119 .gallery_section .col {
    max-width: 1300px;
    margin: 0 auto;
}
.page-id-119 .gallery_section p strong {
    font-weight: 600;
    font-family: 'Prompt-SemiBold';
}
.order_item_text h5 a.added_to_cart.wc-forward {
    display: none;
}
.cky-consent-container {
    padding: 10px;
}
.cky-consent-container .cky-consent-bar {
    background: #30533e !important;
    border-radius: 12px;
    text-align: center;
    padding-top: 30px !important;
}
.cky-consent-container .cky-consent-bar p.cky-title {
    font-size: 24px;
    font-family: 'SuezOne';
    text-shadow: none !important;
    font-weight: 500;
    color: #fefae6 !important;
    padding-bottom: 9px;
}
.cky-consent-container .cky-consent-bar p.cookie-description {
    color: #fefae6;
    font-size: 16px;
    font-family: 'Prompt-Light';
    font-weight: 300;
    line-height: 1.8;
}
.cky-consent-container .cky-notice-group {
    display: flex;
    flex-wrap: wrap;
}
.cky-consent-container .cky-notice-btn-wrapper {
    margin-left: 0;
    width: 100%;
    padding: 15px 0;
    padding-top: 25px;
}
.cky-consent-container .cky-notice-btn-wrapper button.cky-btn {
    border: 1px solid #fefae6 !important;
    border-radius: 100px;
    padding: 0 20px;
    line-height: 1.5;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Prompt-Light';
    outline: none;
    cursor: pointer;
    background: none !important;
    color: #fefae6 !important;
    width: auto;
    min-width: 100px;
    height: 37px;
    margin: 6px !important;
}
.user_location_inner {
    width: 100%;
    padding: 15px;
    background: #30533e;
    color: #fefae6;
    margin-bottom: 3px;
    border-radius: 10px;
    padding-left: 55px;
    cursor: pointer;
    position: relative;
    padding-right: 50px;
    min-height: 78px;
}
.user_location_inner .user_location_input img {
    position: absolute;
    width: 25px;
    left: 15px;
    top: 13px;
    filter: invert(1) brightness(5);
}
.user_location_inner li#add_new {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    padding: 17px 15px;
    cursor: pointer;
    width: 50px;
    font-size: 0;
}
.user_location_inner li#add_new img{
	width: 25px;
    filter: invert(1) brightness(5);
	transform: scale(1.001);
	-webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.user_location_inner li#add_new:hover img{
	transform: scale(1.4);
}
.add_new_inner {
    position: relative;
}
.add_new_inner label {
    position: absolute;
    color: #fefae6;
    background: #30533e;
    padding: 6px 15px;
    border-radius: 50px;
    bottom: 100%;
    width: auto;
    text-align: center;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin: 0;
    margin-bottom: 25px !important;
    left: 50%;
    transform: translateX(-50%);
    animation: pulse-animation 1.5s infinite;
    white-space: nowrap;
}
.add_new_inner label:after {
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #30533e;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}
@keyframes pulse-animation {
	0% {
		bottom: 105%;
	}
	50% {
		bottom: 135%;
	}
	100% {
		bottom: 105%;
	}

}
.user_location_input input#location {
    margin: 0;
    border: none;
    background: none;
    color: #fefae6;
    outline: none;
    font-weight: 400;
    width: 85%;
    max-width: 90%;
    position: absolute;
    z-index: 9;
    left: 55px;
    top: 39px;
    opacity: 1;
}
.user_location_input input#location::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fefae6;
	font-weight: 400;
}
.user_location_input input#location::-moz-placeholder { /* Firefox 19+ */
  color: #fefae6;
	font-weight: 400;
}
.user_location_input input#location:-ms-input-placeholder { /* IE 10+ */
  color: #fefae6;
	font-weight: 400;
}
.user_location_input input#location:-moz-placeholder { /* Firefox 18- */
  color: #fefae6;
	font-weight: 400;
}
body .pac-container {
    background: #dfe1cd;
    margin-top: -17px;
    margin-left: -55px;
}
body .pac-container .pac-item {
    padding: 0 10px;
    line-height: 38px;
    border-top: 1px solid rgb(48 83 62 / 23%);
    font-size: 11px;
    color: #30533e;
    cursor: pointer;
}
body .pac-container.pac-logo:after{
	opacity: 0;
	visibility:hidden;
}
body .pac-container .pac-item:first-child {
    border: none;
    padding-top: 15px;
}
body .pac-container .pac-item span.pac-icon.pac-icon-marker {
    margin-top: 9px;
    filter: brightness(0.1);
}
div#user_location_form .modal-dialog {
    max-width: 650px;
}
div#user_location_form .modal-dialog .modal-content {
    background: #dfe1cd;
    border: none;
    border-radius: 10px;
    padding: 35px 20px;
}
div#user_location_form .modal-dialog .modal-body {
    padding: 0;
    position: static;
}
div#user_location_form .modal-dialog label {
    display: block;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    font-family: 'Prompt-Medium';
    line-height: 1;
}
div#user_location_form .modal-dialog input {
    width: 100%;
    display: block;
    background: none;
    border: none;
    border-bottom: 2px solid #30533e;
    font-size: 16px;
    padding: 6px 0;
    margin-bottom: 18px;
    outline: none;
}

div#user_location_form .theme_btn {
    font-size: 16px;
    color: #30533e;
    background: none;
    width: 100%;
    padding: 12px 30px;
    line-height: 1;
    margin-top: 15px;
	margin-bottom: 15px;
}
div#user_location_form .row {
    width: 100%;
    margin: 0 -5px;
}
div#user_location_form .row .col-md-12,
div#user_location_form .row .col-md-6{
    padding: 0 5px;
}
div#user_location_form h4 {
    font-size: 22px;
    padding-bottom: 15px;
}
div#user_location_form .theme_btn:hover {
    background: #30533e;
    color: #fefae6;
}
.existing h5 {
    color: #fefae6;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.order_item_list_section ul.existing_loc li {
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid rgb(48 83 62 / 35%);
}
.order_item_list_section ul.existing_loc li:last-child{
	border:none;
}
.order_item_list_section ul.existing_loc li h5 {
    color: #30533e;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Prompt-Medium';
}
.order_item_list_section ul.existing_loc li p{
	font-size: 15px;
	font-weight: 300;
	font-family: 'Prompt-Light';
}
.existing {
    /* position: relative; */
    margin-bottom: 5px;
    display: none;
}
.user_location_wrp {
    margin-bottom: 35px;
    position: relative;
    z-index: 999;
}
.order_item_list_section ul.existing_loc {
    padding: 10px 0;
    position: absolute;
    background: #dfe1cd;
    width: 100%;
    left: 0;
    top: 100%;
    margin: 0;
    margin-left: 0;
    z-index: 5;
    border-radius: 10px;
    margin-top: 3px;
    /* max-width: 350px; */
    box-shadow: 3px 3px 20px -9px #30533e;
    display: none;
}
.existing h5:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fefae6;
    border-bottom: 2px solid #fefae6;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 4px;
}
.order_item_list_section ul.existing_loc li h5:after{
	display:none;
}
div#user_location_form .modal-dialog button.close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.galry_title.no_banner_image:after {
    background: #30533e;
    opacity: 1;
}
.user_location_input p.input_fieldp {
    color: #fefae6;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    opacity:1;
}

.user_location_input input#location:focus,
.user_location_input input#location:active{
    opacity: 1;
    
}
input#location:focus + p.input_fieldp,
input#location:active + p.input_fieldp{
    opacity: 0;
}
div#delivery_notice p.delivery_notice {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    padding: 50px 0;
    padding-top: 10px;
}
div#delivery_notice svg {
    width: 100px !important;
    margin: 0 auto !important;
    display: block;
}
div#delivery_notice .modal-dialog {
    max-width: 400px;
}
.mobile_phone {
    display: none;
}
.order_item_list_filter_wrp {
    padding: 0 5%;
}
.order_item_list_filter_inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}
a.get_direction_btn {
    display: inline-block;
    border: 1px solid #30533e;
    line-height: 1;
    padding: 10px 20px;
    font-weight: 600;
    font-family: 'Prompt-SemiBold';
    margin: 10px 0;
    margin-bottom: 25px;
}
a.get_direction_btn:hover {
    background: #30533e;
    color: #fefae6;
}
.review_slider {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.review_slider_each_wrp {
    width: 50%;
}
.order_item_text h5 a.disable_btn {
    pointer-events: none;
    opacity: 0.4;
}
input#location.cached_location {
    opacity: 0;
}
.woocommerce-checkout .commen_banner_section {
    display: none;
}
.woocommerce-checkout .order_item_list_filter_wrp {
    padding: 0;
    /*margin-top: -175px;*/
}
.woocommerce-checkout .woocommerce {
    padding-top: 0;
}
.woocommerce-checkout .order_item_list_section {
    margin: 0;
    order: -5;
}
.woocommerce-checkout .col > .woocommerce {
    margin-top: -143px;
    z-index: 999;
    position: relative;
}
form.checkout_coupon.woocommerce-form-coupon {
    background: #dfe1cd;
    border: none;
    padding: 75px 50px;
    border-radius: 0;
    border-top-right-radius: 75px;
    border-bottom-left-radius: 75px;
}
form.checkout_coupon.woocommerce-form-coupon button.button {
    border: 1px solid #30533e;
    border-radius: 100px;
    padding: 12px 30px;
    line-height: 1.5;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Prompt-Medium';
    outline: none;
    cursor: pointer;
    background: none;
    color: #30533e;
    text-transform: capitalize;
}
form.checkout_coupon.woocommerce-form-coupon button.button:hover{
    background: #30533e;
    color: #fff;
}
.woocommerce-checkout .col > .woocommerce ul.woocommerce-error {
    margin-top: 38px;
}
form.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
}
form.checkout.woocommerce-checkout > * {
    width: 100%;
}
form.checkout.woocommerce-checkout ul.woocommerce-error {
    margin: 0;
    margin-bottom: 25px;
}
form.checkout.woocommerce-checkout .user_location_wrp {
    margin-bottom: 0;
}
form.woocommerce-form.woocommerce-form-login ~ form.checkout.woocommerce-checkout {
    margin: 0;
}
form.checkout.woocommerce-checkout .order_item_list_filter_inner {
    padding: 0;
}
.woocommerce-privacy-policy-text p a.woocommerce-privacy-policy-link {
    text-decoration: underline !important;
}
.woocommerce 
 ul.woocommerce-error {
    margin: 0;
    margin-bottom: 15px;
}
.error_404_wrp {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 65px;
    text-align: center;
    margin-top: -275px;
}
.error_404_wrp h2 {
    padding-top: 25px;
    padding-bottom: 10px;
}
.woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address {
    min-width: 100%;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-content header.woocommerce-Address-title.title {
    padding-bottom: 15px;
}
a.woocommerce-button.button,
.woocommerce-MyAccount-content a.button{
    border: 1px solid #30533e;
    border-radius: 100px;
    padding: 5px 30px;
    line-height: 1.5;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
    background: none;
    color: #30533e;
}
a.woocommerce-button.button:hover,
.woocommerce-MyAccount-content a.button:hover{
    background: #30533e;
    color: #fefae6;
}
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
    height: 3em;
    width: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background: url('../Dual-Ring.svg') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
}
.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    font-weight: 600;
    font-family: 'Prompt-SemiBold';
    font-size: 24px;
    padding-bottom: 85px;
}
.woocommerce-order-received h2.woocommerce-order-details__title a,
h2.woocommerce-order-details__title a{
    float: right;
    font-weight: 100;
    font-family: 'Prompt-Light';
    font-size: 16px;
    /* text-transform: capitalize; */
    border-bottom: 1px solid;
    margin-top: 3px;
}
.woocommerce ul li.woocommerce-order-overview__order.order strong {
    display: inline-block;
    padding-left: 5px;
}
.woocommerce ul li.woocommerce-order-overview__date.date strong {
    display: inline-block;
    padding-left: 5px;
}
.woocommerce-account .commen_banner_section {
    /*display: none;*/
    padding: 0;
}
.woocommerce-account .galry_title.no_banner_image:after {
    background: #30533e;
    opacity: 0;
}
.woocommerce-account .commen_banner_section .galry_title h1 {
    color: #30533e;
    /*font-size: 74px;*/
}
.woocommerce-account .commen_banner_section .galry_title {
    height: auto;
    align-items: center;
    min-height: 50px;
}
.header_cart span.user_span {
    display: inline-block;
}
.header_cart span.user_span a.theme_btn {
    padding: 8px 13px;
}
.hidden_chkoutfrm div#customer_details .col-2 {
    min-width: 100%;
}
.woocommerce-EditAccountForm .woocommerce-form-row--last {
display: none;
}
.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
    height: 3em;
    width: 3em;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    background: url('') center center;
    background-size: cover;
    
    border: 5px solid #fefae6; /* Light grey */
      border-top: 5px solid #30533e; /* Blue */
      border-radius: 50%;
      width: 120px;
      height: 120px;
      animation: spin 1s linear infinite;
}
.slide_cart_moreitm {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}
.slide_cart_moreitm a {
    border-bottom: 1px solid #30533e;
}



@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.woocommerce .blockUI.blockOverlay {
    position: relative;
    /*opacity: 1 !important;*/
}

.woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping {
    width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping a.checkout-button {
    background: #30533e;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Prompt-Medium';
    display: inline-block;
    padding: 15px 25px;
}
.woocommerce-cart button.button[name="update_cart"] {
    background: #30533e;
    border: none;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Prompt-Medium';
    display: inline-block;
    padding: 10px 15px;
    outline: none !important;
}
.woocommerce-cart .woocommerce a.remove {
    font-size: 32px;
    font-weight: 300;
    font-family: 'Prompt-Light';
}
.woocommerce-checkout .col > .woocommerce ul.woocommerce-error li {
    padding-top: 0;
}
.stripe-source-errors {
    padding: 0 15px;
}
p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
span.paoc-popup-close {
    border: 1px solid #30533e;
    border-radius: 100px;
    padding: 5px 22px;
    line-height: 1.5;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Prompt-Medium';
    outline: none;
    cursor: pointer;
}
span.paoc-popup-close:hover{
	background: #30533e;
	color: #fefae6;
}
a.paoc-close-popup.paoc-popup-close {
    background: #30533e;
    border: none;
    line-height: 35px;
}
.paoc-cb-popup-body .paoc-popup-content p a {
    text-decoration: underline !important;
}

.logo_wrp img{
	width: 100%;
}
.custombox-open.custombox-content {
    z-index: 999999;
}
.signature_dishes h3 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Prompt',sans-serif;
}
.signature_dishes a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #ddd;
    color: #000;
    opacity: 0.5;
    user-select: none;
    pointer-events: none;
}
.signature_dishes .order_item_text h5 {
    position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding-bottom: 25px;
}
.woocommerce-account .col > .woocommerce {
    text-align: center;
    display: flex;
}
.woocommerce-account .col>.woocommerce nav.woocommerce-MyAccount-navigation {
    max-width: 260px;
    padding-right: 15px;
}
.woocommerce .woocommerce-MyAccount-content  table.my_account_orders td {
    padding: 10px;
}
.woocommerce-form-login-toggle {
    position: relative;
    z-index: 999;
}
.woocommerce-checkout .col > .woocommerce ul.woocommerce-error {
    z-index: 998;
}
a.showlogin {
    text-decoration: underline !important;
}

.order_list_admin_view {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    max-width: 570px;
	overflow: hidden;
    /* max-height: 45vhvh; */
    /* background: #dfe1cd; */
    /* padding: 30px; */
    /* padding-top: 50px; */
    /* box-shadow: 0px 0px 20px 0px #000; */
    /* border-top-right-radius: 75px; */
}
button.admin_view_close_each {
    background: none;
    border: none;
    outline: none;
    font-size: 23px;
    font-weight: 100;
    font-family: 'Prompt-Light';
    position: absolute;
    top: 7px;
    right: 7px;
    display: block;
    line-height: 1;
    padding: 0;
    color: #30533e;
    transform: rotate(45deg);
    z-index: 6;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
}
.order_list_admin_view li {
    padding: 15px;
    padding-right: 35px;
    background: #fff;
    width: 95%;
    margin-bottom: 18px;
    box-shadow: 7px 5px 12px -2px #30533e;
    border-left: 4px solid #30533e;
    margin-left: 6px;
    position: relative;
}
.order_list_admin_view li a {
    border: 1px solid #30533e;
    border-radius: 100px;
    padding: 5px 17px;
    line-height: 1.5;
    display: block;
    font-weight: 400;
    outline: none;
    cursor: pointer;
    width: 120px;
    text-align: center;
    margin-top: 15px;
    float: right;
    margin-right: -20px;
    white-space: nowrap;
}
.order_list_admin_view li a:hover{
	background: #30533e;
	color: #fff;
}
.order_list_admin_view li:after {
    content: "";
    display: block;
    clear: both;
}
.order_list_admin_view li p{
	padding: 10px 0;
}
.order_list_admin_view ul {
    height: 100%;
    overflow: auto;
    max-height: 85vh;
    margin-right: -13px;
    padding-right: 13px;
}
.order_item_img img {
    background: #dfe1cd;
}
.custombox-lock {
    overflow: auto !important;
}
p.made_with {
    padding-top: 25px;
}



/*======================= New */


h3.delivery_closed {
    text-align: center;
    padding: 35px 30px;
    width: 100%;
    background: #dfe1cd;
    margin: 25px 0;
    /* font-family: 'Suez One', serif; */
    font-size: 24px;
    font-weight: 600;
    font-family: 'Prompt-SemiBold';
    border-radius: 10px;
}
.woo_error ul.woocommerce-error li {
    padding: 0;
    width: 100%;
}
.woo_error ul.woocommerce-error {
    margin: 0;
}
div#delivery_closed_model svg {
    width: 150px;
    max-width: 150px;
    margin: 0 auto !important;
    display: block;
}
div#delivery_closed_model .modal-dialog {
    max-width: 600px;
    text-align: center;
}
div#delivery_closed_model .modal-dialog .modal-body {
    padding: 35px;
    padding-bottom: 40px;
}
div#delivery_closed_model .modal-dialog .modal-body h4 {
    padding: 19px 0;
    font-size: 40px;
}


@media(max-width: 767px){
h3.delivery_closed {
    font-size: 18px;
}    
}



/*New */
/*1-11-2023*/


.paoc-cb-popup-706 .paoc-popup-con-bg {
    text-align: center;
    padding: 0;
}
.paoc-cb-popup-706 .paoc-popup-con-bg h4 {
    padding: 15px 0;
    font-family: 'Prompt-Light';
}
.offer_pop_wrp {
    display: flex;
    flex-wrap: wrap;
}
.offer_pop_wrp_left {
    width: 50%;
    padding: 50px 25px;
    background: #30533e;
	display: none;
}
.offer_pop_wrp_right {
    width: 100%;
    padding: 50px 25px;
}
.offer_pop_wrp_left h4 {
    color: #fff;
}
.offer_pop_wrp_left h3 {
    color: #fff;
}
.paoc-cb-popup-706 .paoc-popup-con-bg  strong {
    font-weight: 100;
    font-size: 33px;
    background: url(https://the-joshuatree.com/wp-content/uploads/2023/11/pngwing_light.png);
    background-size: 100% 100%;
    width: 75px;
    display: block;
    height: 75px;
    color: #30533e;
    line-height: 75px;
    text-align: center;
    margin: 0 auto;
}
.paoc-cb-popup-706 .offer_pop_wrp_right strong {
    font-weight: 100;
    font-size: 33px;
    background: url(https://the-joshuatree.com/wp-content/uploads/2023/11/pngwing_green.png);
    background-size: 100% 100%;
    width: 75px;
    display: block;
    height: 75px;
    color: #fff;
    line-height: 75px;
    text-align: center;
    margin: 0 auto;
}
.paoc-cb-popup-706 .paoc-popup-con-bg p {
    color: #30533e;
    font-size: 16px;
}
.paoc-cb-popup-706 .paoc-popup-con-bg p em {
    display: inline-block;
    font-style: normal;
    background: #dfe1cd;
    line-height: 1;
    padding: 4px 10px;
    padding-top: 5px;
    border: 1px dashed;
    border-radius: 50px;
    font-weight: 600;
}
.offer_pop_wrp .offer_pop_wrp_left p {
    color: #fff;
}
.offer_pop_wrp .offer_pop_wrp_left p em{
    color: #30533e;
}

@media(max-width: 767px){
.offer_pop_wrp_right,
.offer_pop_wrp_left{
    width: 100%;
}
.offer_pop_wrp_right {
    order: -1;
}
.paoc-cb-popup-706 .offer_pop_wrp_right strong,
.paoc-cb-popup-699 .paoc-popup-con-bg strong{
    font-size: 24px;
    width: 55px;
    height: 55px;
    line-height: 55px;
}
.paoc-cb-popup-706 .paoc-popup-con-bg h4 {
    font-size: 18px;
}

}

/*1-11-2023 ENDS*/




.paoc-cb-popup-804 div.paoc-cb-popup-body {
    max-height: 100vh !important;
    width: auto;
    max-width: 100%;
}
.paoc-cb-popup-804 .paoc-popup img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 90vh;
}
.custombox-content.paoc-cb-popup-706 div.paoc-cb-popup-body {
    max-width: 600px;
}
.custombox-content.paoc-cb-popup-804 {
    background: rgb(0 0 0 / 58%);
}
.marquee_section {
    background: #30533e;
    padding: 10px;
    width: 100%;
    overflow: hidden;
}
.marquee_section strong {
    color: #fefae6;
    font-weight: 600;
    display: block;
    white-space: nowrap;
	padding-right: 10px;
	font-size: 14px;
}
.marquee_section marquee {
    vertical-align: middle;
    color: #fff;
	font-size: 14px;
}
.marquee_section marquee p{
	color: #fefae6;
	font-size: 14px;
}
.marquee_section marquee p span {
    color: #fefae6;
    display: inline-block;
    margin: 0 12px;
    vertical-align: middle;
    font-weight: 100;
	    line-height: 0;
}
.marquee_section .col {
    display: flex;
}



/* 24-11-2023 */
.woocommerce ul#shipping_method li {
	
}
.woocommerce ul#shipping_method li input{
	opacity: 0;
	position:absolute;
}
.woocommerce ul#shipping_method li label {
    position: relative;
    padding-left: 18px;
}
.woocommerce ul#shipping_method li label:before {
    content: "";
    width: 13px;
    height: 13px;
    border: 2px solid #fefae6;
    position: absolute;
    left: -10px;
    top: 5px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px #30533e;
}
.woocommerce ul#shipping_method li input:checked + label:before{
	background: #30533e;
}
div#payment .form-row.place-order a.button {
    border: 1px solid #30533e;
    border-radius: 100px;
    padding: 12px 30px;
    line-height: 1.5;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Prompt-Medium';
    outline: none;
    cursor: pointer;
}
div span.delivery_error {
    /* text-align: center; */
    display: block;
    font-size: 20px;
    padding: 10px;
    padding-top: 20px;
    color: #dfe1cd !important;
    font-style: italic;
}
.woocommerce-checkout .col > .woocommerce ul.woocommerce-error li {
    width: 100%;
}
a.showcoupon {
    text-decoration: underline !important;
}
li.deliveryClosed_li + li.deliveryClosed_li {
    display: none !important;
}
.payment_box.payment_method_takepaymentscardpayments, .payment_box.payment_method_takepaymentscardpayments * {
    color: #000 !important;
}



/* ========================================  06/12/2023 ========================== */


.privacy-policy .gallery_section .row {
    max-width: 1200px;
    margin: auto;
}
.privacy-policy .gallery_section .row p{
	padding: 10px 0;
}
.privacy-policy .gallery_section .row h1,
.privacy-policy .gallery_section .row h2,
.privacy-policy .gallery_section .row h3,
.privacy-policy .gallery_section .row h4,
.privacy-policy .gallery_section .row h5,
.privacy-policy .gallery_section .row h6{
	padding-top: 25px;
}








/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/

@media(max-width: 1900px){
.order_item_list_filter_inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    padding-left: 200px;
    margin-left: 0;
}
	
}



@media(max-width: 1820px){
.woocommerce-checkout .col > .woocommerce ul.woocommerce-error {
    margin-left: 50px;
}
}

@media(max-width: 1750px){
.woocommerce-checkout .col > .woocommerce ul.woocommerce-error {
    margin-left: 10vw;
}
}


@media(max-width: 1620px){
.banner_slider_text h1 {
    font-size: 72px;
    padding-bottom: 25px;
} 
ul#menu-main-menu {
    text-align: left;
}
.woocommerce-checkout .col > .woocommerce ul.woocommerce-error {
    margin-left: 13vw;
}
}


@media(max-width: 1450px){
.banner_slider_text h1 {
    font-size: 66px;
    padding-bottom: 25px;
} 
.banner_slider_text p {
    font-size: 22px;
    padding-bottom: 30px;
} 
.banner_slider_img_wrp {
    margin-top: -105px;
} 
.section_text_wrp h2 {
    font-size: 50px;
    padding-bottom: 20px;
}
.section_text_wrp ul {
    padding-top: 10px;
    padding-bottom: 0;
}
.section_text_wrp ul li {
    padding-bottom: 20px;
}
.section_img_wrp {
    border-top-left-radius: 130px;
}
.container-fluid.left_img .section_img_wrp {
    border-radius: 0;
    border-top-right-radius: 120px;
}
.our_menu_each_titl h4 {
    font-size: 18px;
}
.section_text_wrp .our_menu_each p {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 0;
}
.section_text_wrp a.theme_btn {
    margin-top: 10px;
}
.section_img_wrp {
    padding: 35%  0;
}

footer .col:first-child {
    max-width: 240px;
    padding-right: 70px;
    padding-top: 0;
}
footer .col {
    padding: 0 20px;
    padding-top: 50px;
}
footer .row {
    margin: 0 -20px;
}
footer:after {
    left: 240px;
    border-top-left-radius: 130px;
}
.footer_time li h4 {
    font-size: 18px;
}
.menu_wrp li {
    padding: 0 8px;
}
.header_cart span.user_span {
    font-size: 0;
}
	
    
}









@media(max-width: 1300px){
    
    
.banner_slider_text h1 {
    font-size: 58px;
}
.section_text_wrp h2 {
    font-size: 40px;
}
.header_menu_wrp {
    position: relative;
    padding: 30px 200px;
    z-index: 1;
    padding-bottom: 165px;
}

}








@media(max-width: 1200px){
.logo_wrp {
    width: 115px;
}    
.header_menu_wrp {
    padding: 30px 140px;
    padding-bottom: 110px;
}
.header_cart a.theme_btn {
    padding: 6px 12px;
    line-height: 1.5;
    font-size: 15px;
}
.menu_wrp li a {
    font-size: 17px;
}
.menu_wrp li {
    padding: 0 10px;
}
.header_top_left ul li, .header_top_right ul li {
    padding-right: 30px;
    font-size: 14px;
}
.header_top_right ul li {
    padding: 0;
    padding-left: 20px;
}
.banner_slider_text h1 {
    font-size: 54px;
} 
.section_text_wrp h2 {
    font-size: 54px;
}
.banner_slider_img_wrp {
    margin-top: -95px;
}
.footer_time li h4 {
    font-size: 16px;
}
footer .col:first-child {
    max-width: 190px;
    padding-right: 50px;
    padding-top: 0;
}
footer:after {
    left: 190px;
    border-top-left-radius: 130px;
}
footer .col {
    padding: 0 20px;
    padding-top: 0;
}
.book_table_section form {
    margin: 0 0px;
    padding-right: 150px;
    position: relative;
}
.order_list_catgry {
    padding-left: 15px;
    padding-top: 185px;
}
.order_item_text h4 {
    font-size: 20px;
    padding-bottom: 8px;
}
.about_content_wrp h2 {
    font-size: 32px;
}
.about_history h4 {
    font-size: 34px;
    padding-bottom: 25px;
}
.our_menu_each_titl h4,
.our_menu_each_titl h5{
    font-size: 18px;
}
.inner_banner_wrp,
.galry_title{
    margin-top: -85px;
}
.order_item_list_section {
    margin-top: 0;
}
.order_item_list_filter_inner {
    margin: 0 auto;
    padding: 0 15px;
}
.order_item_list_filter_wrp {
    padding: 0;
}
.error_404_wrp {
    max-width: 575px;
    margin: 0 auto;
    margin-top: -215px;
}



}







@media(max-width: 992px){
.footer_time li h4 {
    font-size: 14px;
}


}










@media(max-width: 920px){
.header_top{
    display: none;
}
.menu_wrp {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.header_menu_wrp {
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: static;
}
.logo_wrp {
    width: 80px;
    position: static;
}
.header_cart {
    display: none;
}
.header_section {
    padding: 0 35px;
    position: relative;
    z-index: 999999;
    border-bottom: 2px solid #30533e;
    background: #dfe1cd;
}
#nav-icon {
    display: block;
}
#nav-icon span{
    background: #30533e;
}
.menu_wrp {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #dfe1cd;
    margin-top: 2px;
    padding: 50px 25px;
    padding-bottom: 100px;
    z-index: 99;
    box-shadow: 0px 18px 15px -4px rgb(48 83 62 / 39%);
    display: none;
}
.menu_wrp ul li {
    display: block;
    text-align: right;
    padding: 8px 15px;
}
.menu_wrp li a {
    font-size: 26px;
    font-weight: 300;
    font-family: 'Prompt-Light';
}
.home_baner_section .col {
    min-width: 100%;
}
.banner_slider_img_wrp {
    margin-top: 0;
    padding-top: 25px;
    /*margin-left: -5%;*/
}
.home_baner_section .col + .col {
    min-width: 54%;
    padding: 0;
    padding-right: 5%;
}
.banner_slider_text_wrp {
    padding: 30px 15px;
    padding-top: 85px;
    padding-bottom: 50px;
}
.watch_vdo_section {
    max-height: 500px;
}
button.vdo_popup_trgr {
    font-size: 30px;
}
button.vdo_popup_trgr img {
    width: 50px;
}
.our_menu_section .col {
    min-width: 100%;
    padding-top: 70px;
}
.container-fluid.left_img .col:first-child {
    padding-top: 0;
}
.our_menu_section  + .our_menu_section {
    padding-top: 50px;
}
.section_text_wrp a.theme_btn {
    margin-top: 15px;
}
.our_menu_section  + .our_menu_section .col:first-child{
    padding-top: 25px;
}
.home_baner_section .col {
    min-width: 100%;
    padding: 0;
}
.banner_slider_text h1 {
    font-size: 40px;
}
.banner_slider_text p {
    font-size: 18px;
    padding-bottom: 30px;
}
.commen_banner_section h1 {
    font-size: 48px;
}
.commen_banner_section {
    padding-bottom: 40px;
    padding-top: 40px;
}
.gallery_section ul li {
    width: 33.33%;
    padding: 10px;
}
.order_item_text h4 {
    font-size: 16px;
    min-height: 47px;
}
.order_item_text h5 {
    font-size: 18px;
}
.order_item_text h5 a {
    font-size: 14px;
    padding: 0 11px;
    border-radius: 8px;
    line-height: 28px;
    margin-top: -26px;
}
.order_item_text p {
    font-size: 15px;
}
.order_item_img {
    border-radius: 18px;
}
body.about-page .header_section a, body.about-page .header_section li {
    color: #30533e;
}
.inner_banner_wrp {
    height: 45vh;
    min-height: 300px;
    margin-top: 5%;
}
.galry_title {
    height: 300px;
    min-height: 300px;
    margin-top: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.footer_newsletter ul li {
    margin-right: 17px;
}
.footer_time li h4 strong {
    width: 100%;
    padding-top: 10px;
}
.footer_time li h4:after {
    content: "";
    display: block;
    clear: both;
}
body .pac-container {
    margin-top: 5px;
}
.error_404_wrp {
    max-width: 400px;
    width: 70%;
    margin-top: 0;
}	
.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 20px;
    padding-bottom: 50px;
    padding-top: 35px;
}	
.woocommerce-checkout .col > .woocommerce {
    margin-top: 0;
}
.woocommerce-checkout .col > .woocommerce ul.woocommerce-error {
    margin-left: 0;
}	
.woocommerce-account .col>.woocommerce {
    flex-wrap: wrap;
}	
	
	
	
	
}



















@media(max-width: 767px){
.home_baner_section {
    padding-bottom: 50px;
}
.banner_slider_img {
    margin: 0 -10px;
}
.our_menu_section {
    padding: 20px 0;
    padding-top: 70px;
}
.section_img_wrp {
    border-top-left-radius: 90px;
    padding: 37% 0;
}
.container-fluid.left_img .section_img_wrp {
    border-radius: 0;
    border-top-right-radius: 90px;
    padding: 37% 0;
}
.book_table_section {
    padding: 100px 0;
    padding-top: 75px;
}
.book_table_section h2 {
    font-size: 45px;
    line-height: 1;
    padding-bottom: 0;
}
.form_item_select {
    flex-grow: 1;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 22px;
}
.book_table_section form {
    margin: 0 -8px;
    padding-right: 0;
    position: relative;
    align-items: self-end;
}
.book_table_section form button, .book_table_section form [type="submit"] {
    padding: 3px 16px;
    position: static;
    width: 100%;
    height: 50px;
    font-size: 18px;
    margin: 0 3%;
    margin-top: 22px;
}
footer .col:first-child {
    max-width: 135px;
    padding-right: 15px;
    padding-top: 0;
}
footer .col {
    padding: 0 15px;
    padding-top: 0;
}
footer .col {
    padding: 0 15px;
    padding-top: 0;
    min-width: 100%;
    padding-bottom: 20px;
}
.footer_newsletter ul {
    padding-top: 10px;
}
footer .col:first-child {
    max-width: 225px;
    padding-right: 15px;
    padding-top: 0;
    min-width: 136px;
    padding-bottom: 15px;
}
.footer_logo img {
    margin-bottom: 20px;
    max-width: 165px;
}
footer .row {
    margin: 0 -15px;
    justify-content: center;
}
footer .container-fluid {
    padding: 0 30px;
    padding-left: 70px;
}
footer {
    padding: 10px 0;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}
footer:after {
    left: 35px;
    border-top-left-radius: 85px;
}
.footer_contact p {
    font-size: 15px;
}
.footer_contact h3, .footer_newsletter h3 {
    font-size: 20px;
    padding-bottom: 15px;
}
.logo_wrp {
    width: 60px;
    position: static;
}
.header_section {
    padding: 0 20px;
}
.our_menu_section .col:last-child {
    order: -1;
}
.container-fluid.left_img .col:first-child {
    padding-top: 0;
    order: -1;
}
.our_menu_section  + .our_menu_section .col:first-child {
    padding-top: 60px;
    padding-right: 30px;
}
.order_item_list_section .order_item_list_tabs ul li {
    padding: 35px 0;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(48 83 62 / 47%);
}
.order_item_list_each {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-right: 165px;
}
.order_item_img {
    position: absolute;
    overflow: hidden;
    padding: 0;
    border-radius: 15px;
    margin-bottom: 0;
    right: 0;
    top: 0;
    width: 150px;
}
.order_item_img img {
    position: relative;
    width: 100%;
    height: 125px;
    object-fit: cover;
}
.order_item_list_section ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.order_list_catgry {
    /*display: none;*/
}
.order_item_text {
    flex-grow: 1;
    padding-right: 15px;
    display: inline-flex;
    flex-wrap: wrap;
    width: 70%;
    height: 100%;
    min-height: 160px;
    align-content: flex-start;
}
.order_item_text h4,
.order_item_text p{
    width: 100%;
}
.order_item_text p {
    order: 4;
    padding-top: 15px;
	min-height: 90px;
}
.order_item_text h4 {
    padding-bottom: 20px;
	min-height: auto;
}
.order_item_text h5 a.button {
    position: relative;
    right: -125px;
    bottom: -138px;
    z-index: 5;
    margin: 0;
}
.order_item_text h5 {
    width: 100%;
}	
.order_item_text h5 + h5 {
    order: -5;
	height: 0;
}	
.order_item_list_section ul li {
    padding: 20px 0;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: none;
}
.order_list_catgry {
    padding-left: 0;
    padding-top: 75px;
}
.order_item_list_section .order_list_catgry li a {
    font-size: 22px;
    font-family: 'SuezOne';
}
.order_item_list_section .order_list_catgry li a:after {
    content: "";
    /* width: 15px; */
    /* height: 15px; */
    display: inline-block;
    vertical-align: middle;
    border: 7px solid transparent;
    border-top: 10px solid #30533e;
    margin-left: 10px;
    margin-top: 6px;
}
.order_item_list_section h1 {
    font-size: 32px;
    padding-bottom: 15px;
}
.inner_banner_wrp {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    justify-content: center;
    height: auto;
    min-height: 300px;
    margin-top: 5%;
}
.inner_banner_wrp h1 {
    color: #fefae6;
    font-size: 44px;
}
.about_content_wrp h2 {
    font-size: 24px;
}
.about_history h4 {
    font-size: 26px;
    padding-bottom: 20px;
}
.about_history p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 1.8;
}
.about_pic_wrp {
    max-width: 280px;
}
.about_content_wrp {
    padding-top: 50px;
}
.section_text_wrp h2 {
    font-size: 40px;
}
.section_text_wrp lable {
    font-size: 13px;
    padding-bottom: 5px;
}
.our_menu_each_titl h4, .our_menu_each_titl h5 {
    font-size: 16px;
}
.container-fluid.left_img .section_text_wrp {
    padding-left: 15px;
}
.banner_slider_text h1 {
    font-size: 30px;
    max-width: 350px;
}
.banner_slider_text_wrp {
    padding-top: 50px;
    padding-bottom: 15px;
}
.our_menu_section {
    padding-top: 120px !important;
}

.our_menu_section {
    padding-top: 135px;
    position: relative;
    z-index: 1;
}
.section_text_wrp h2 {
    font-size: 36px;
    position: absolute;
    top: 60px;
    left: 15px;
}
.our_menu_section .col {
    position: static;
    padding-top: 0;
}
.section_text_wrp lable {
    position: absolute;
    top: 47px;
    left: 15px;
}
.section_text_wrp ul {
    padding-top: 0;
    padding-bottom: 0;
}

.section_text_wrp p {
    font-size: 15px;
    padding-bottom: 0px;
}
.section_text_wrp {
    padding-left: 0;
    padding-top: 35px;
}
.our_menu_section .container-fluid {
    padding: 0 15px;
    padding-right: 0;
}

.home .our_menu_section {
    padding-top: 135px;
    position: relative;
    z-index: 1;
}
.home .section_text_wrp h2 {
    font-size: 36px;
    position: absolute;
    top: 60px;
    left: 15px;
}
.home .our_menu_section .col {
    position: static;
    padding-top: 0;
}
.home .section_text_wrp lable {
    position: absolute;
    top: 47px;
    left: 15px;
}
.home .section_text_wrp ul {
    padding-top: 0;
    padding-bottom: 0;
}
.home .our_menu_section  + .our_menu_section .col:first-child {
    padding-top: 0;
}
.home .section_text_wrp p {
    font-size: 15px;
    padding-bottom: 0px;
}
.section_text_wrp ul li {
    padding-bottom: 13px;
}
.home .section_text_wrp {
    padding-left: 0;
    padding-top: 35px;
}
.home .our_menu_section .container-fluid {
    padding: 0 15px;
/*     padding-right: 0; */
}
.container-fluid.left_img .section_text_wrp {
    padding-left: 0;
    padding-right: 15px;
}
.banner_slider_text p {
    font-size: 16px;
    padding-bottom: 24px;
}
.theme_btn {
    padding: 8px 22px;
    font-size: 17px;
}
button.vdo_popup_trgr {
    font-size: 20px;
}
button.vdo_popup_trgr img {
    width: 35px;
}
.book_table_section h2 {
    font-size: 32px;
}
.xoo-wsc-product {
    align-items: flex-start;
}
.banner_slider_text a.theme_btn.scroll_to_book {
    font-size: 0;
}
.banner_slider_text a.theme_btn.scroll_to_book:after{
    content: "Order Online";
    font-size: 17px;
}

.gallery_section ul li {
    width: 33.33%;
    padding: 5px;
}
.gallery_section ul {
    margin: 0 -5px;
}
.commen_banner_section h1 {
    font-size: 34px;
}
.breadcrumps_wrp {
    font-size: 14px;
}
.contact_form_section {
    padding-bottom: 80px;
    padding-top: 0;
}
.contact_right {
    padding-left: 0;
    padding-top: 35px;
}
.contact_left h4 {
    padding-top: 60px;
}
nav.woocommerce-MyAccount-navigation {
    padding-bottom: 36px;
}
div#customer_details.col2-set .col-2, div#customer_details.col2-set .col-1 {
    float: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
}
.woocommerce form .form-row {
    margin-bottom: 20px;
    width: 100%;
}
div#payment ul.wc_payment_methods li.wc_payment_method {
    min-width: 100%;
}
.woocommerce form .form-row textarea#order_comments {
    padding-left: 0;
}
div#payment ul.wc_payment_methods li.wc_payment_method input.input-radio {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.footer_time li h4 strong {
    width: auto;
    padding-top: 0;
    float: none;
    padding-left: 15px;
}
body .pac-container {
    margin-top: 5px;
}
.add_new_inner label {
    left: auto;
    right: -15px;
    transform: none;
/*     border-bottom-right-radius: 0; */
}	
.add_new_inner label:after {
    left: auto;
    right: 15px;
    margin-left: 0;
}	
div#user_location_form .modal-dialog button.close {
    right: 15px;
    top: 15px;
    font-size: 18px;
}	
.banner_slider_img_each_inner {
    padding: 70% 0;
}	
.home_baner_section .container-fluid,
.home_baner_section .container-fluid .row{
    display: block;
    min-height: calc(100vh - 150px);
}	
.home_baner_section .container-fluid .row {
    display: flex;
    justify-content: stretch;
}
.mobile_phone {
    display: block;
    flex-grow: 1;
    text-align: right;
}
.mobile_phone h5 {
    font-size: 18px;
    display: inline-block;
}
span.user_span a.theme_btn {
    padding: 8px 12px;
    font-size: 13px;
    margin-right: 15px;
    margin-left: 5px;
}
span.user_span {
    /* font-size: 0; */
    padding-left: 15px;
}
.review_slider_each_wrp {
    width: 100%;
}
.footer_logo p {
    display: inline-block;
    padding: 0 2px;
}
.footer_time li h4 {
    font-weight: 600;
    font-family: 'Prompt-SemiBold';
}
.footer_contact h3, .footer_newsletter h3 {
    font-weight: 600;
    font-family: 'Prompt-SemiBold';
}
.banner_slider_text h1 {
    font-weight: 600;
    font-family: 'Prompt-SemiBold';
}
.woocommerce-checkout .order_item_list_filter_wrp .order_item_list_filter_inner {
    padding: 0;
    margin: 0 -5px;
}
.woocommerce-account .commen_banner_section .galry_title h1 {
    padding-top: 35px !important;
}
.review_slider_wrp {
    margin: 0 0px;
}
form.checkout_coupon.woocommerce-form-coupon {
    padding: 35px 20px;
    border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
}
form.checkout_coupon.woocommerce-form-coupon button.button {
    padding: 8px 22px;
    font-size: 17px;
}
.woocommerce-info {
    margin-top: 10px;
}
}




@media(max-width: 640px){
span.user_span {
    padding-left: 0;
    font-size: 0;
}
.mobile_phone h5 {
    font-size: 0;
}
.mobile_phone h5 a {
    font-size: 0;
}
.mobile_phone h5 a:before {
    content: "\f879";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 5px;
    display: inline-block;
    width: 37px;
    height: 37px;
    border: 1px solid #30533e;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}
.mobile_phone h5 {
    vertical-align: middle;
}
p.made_with {
    font-size: 12px;
}
.marquee_section {
    padding: 10px 0;
}
.marquee_section strong {
    padding-right: 0;
    font-size: 10px;
	display: block;
}	
.marquee_section marquee,
.marquee_section marquee p{
    font-size: 12px;
}
.marquee_section .col {
    padding: 0 7px;
    display: block;
}	
.marquee_section .row {
    margin: 0 -7px;
}
.woocommerce ul#shipping_method li {
    width: 100%;
}	
.woocommerce-checkout .col > .woocommerce ul.woocommerce-error li {
    width: 100%;
}	
	
}




@media(max-width: 480px){
 
.order_item_img {
    width: 100px;
}
.order_item_img img {
    height: 80px;
}
.order_item_text h4 {
    padding-bottom: 10px;
    font-size: 16px;
}
.order_item_text h5 {
    font-size: 16px;
}
.order_item_list_each {
    padding-right: 110px;
}
.order_item_text p {
    font-size: 14px;
}
.order_item_img label {
    top: 9px;
    right: 9px;
    margin: 0;
}
.about_content_wrp h2 {
    font-size: 20px;
}
.banner_slider_img_each {
    padding: 0 5px;
    width: 50%;
}
.home_baner_section .container-fluid {
    padding: 0 15px;
    padding-right: 0;
}
.order_item_text h5 a.button {
    position: relative;
    right: -98px;
    bottom: -95px;
}
.order_item_text h5+h5 {
/*     order: 5; */
/*     height: 0; */
}
.order_item_text p {
    min-height: 60px;
}	
.gallery_section ul li {
    width: 50%;
    padding: 5px;
    position: relative;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
    padding: 18px 25px;
    min-width: 100%;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: none;
    margin-top: 10px;
}

.mobile_phone h5 {
    font-size: 17px;
}
.header_section {
    padding: 0 15px;
}
h2.woocommerce-order-details__title {
    font-size: 24px;
}
.woocommerce-order-received h2.woocommerce-order-details__title a {

    margin-top: 3px;
}
.mobile_phone h5 {
    font-size: 0;
}
.order_item_text {
    min-height: 125px;
}

}





@media(max-width: 370px){
.banner_slider_text h1 {
    font-size: 24px;
    max-width: 275px;
}
footer .container-fluid {
    padding: 0 15px;
    padding-left: 50px;
}
footer:after {
    left: 30px;
    border-top-left-radius: 85px;
}
.mobile_phone h5 {
    font-size: 14px;
}
.footer_contact p {
    font-size: 14px;
}
.footer_time li h4 strong {
    padding-left: 10px;
}

}






