* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
}

.page-bg {
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('../images/slider/naabhouse1.jpg');
    background-size: cover;
    background-position: center;
}

.logoImageRetina {
    width: 190px;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #f5f5f5;
}

.entry-content img {
    margin: 0 0 20px 0;
}

.alignleft,
img.alignleft {
    float: left;
    margin: 10px 20px 10px 0;
}

.alignright,
img.alignright {
    display: block;
    float: right;
    margin: 10px 0 10px 20px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin: 10px auto 10px auto;
}

.wp-caption {
    background: #fff;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #1b1b1b;
    line-height: 1.9;
    font-size: 12px;
}

.wp-smiley {
    max-height: 12px;
    margin: 0 !important;
}

.gallery img,
.gallery dl {
    margin: 0;
}

.gallery-caption {
    margin: -20px 0 0 0;
}

.textaligncenter {
    text-align: center;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


strong {
    font-weight: 700;
    color: #000;
}

a:hover {
    color: #fab940;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
}

.table_view {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

body {
    word-break: break-word;
}

.global-wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.wrapper-special {
    position: relative;
}

/* .container-wrapper {
    position: relative;
    padding: 0;
    background: #fff;
    margin-left: 250px;
} */

.container-wrapper {
    position: relative;
    padding: 0;
    background: #fff;
    margin-left: 0px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

@media(min-width : 991px)
{
    .container_in
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


#container {
    width: 950px;
    float: left;
    margin-top: 160px;
    padding-bottom: 80px;
    position: relative;
} 

.menu_container
{
    width: 1600px !important;
} 



@media(max-width: 1700px)
{
    .menu_container
    {
        width: 100% !important;
    }
}


.page-bg {
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;

}

.page-wrapper {
    /* background: #fcf6ec; */
    background-image: url("../images/groovepaper.png");
    background-size: contain;
    background-position: center;
    padding: 30px 50px;
}

.page-wrapper ul,
.page-wrapper ol {
    margin-bottom: 30px;
}

ul li {
    margin-left: 18px;
}

ul li li {
    margin-left: 36px;
}

ol li {
    margin-left: 25px;
}

ol li li {
    margin-left: 50px;
}

blockquote {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    padding: 24px;
    padding: 1.714285714rem;
    font-style: italic;
}

blockquote p:last-child {
    margin-bottom: 0;
}

code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
}

pre {
    border: 1px solid #ededed;
    color: #666;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    overflow: auto;
    padding: 24px;
    padding: 1.714285714rem;
}

pre code {
    display: block;
}

abbr dfn acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

address {
    display: block;
    line-height: 1.714285714;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}

embed,
iframe,
object,
video {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

dl {
    margin: 0 1.714285714rem;
    margin-bottom: 30px;
}

dt {
    font-weight: bold;
    line-height: 1.714285714;
    color: #000;
}

dd {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
/* 
table {
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    width: 100%;
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table caption {
    font-size: 16px;
    font-size: 1.142857143rem;
    margin: 24px 0;
    margin: 1.714285714rem 0;
}

td {
    padding: 6px 10px 6px 6px;
}

table th {
    color: #000;
    font-weight: 700;
} */

embed,
iframe,
object,
video {
    max-width: 100%;
}

dl.gallery-item {
    margin: 0;
}

.gallery-item a,
.gallery-caption {
    width: 90%;
}

.gallery-item a {
    display: block;
}

.gallery-caption a {
    display: inline;
}

.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}

.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}

.gallery-caption {
    margin-top: 15px;
}

.pagination-wrapper .alignleft {
    margin-left: 10px;
    margin-bottom: 20px;
}

.pagination-wrapper .alignright {
    margin-right: 10px;
    margin-bottom: 20px;
}

.pagination-wrapper .alignleft a,
.pagination-wrapper .alignright a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.pagination-wrapper .alignleft a:hover,
.pagination-wrapper .alignright a:hover {
    text-decoration: underline;
    color: #888;
}

.post-password-form input[name="post_password"] {
    background: #fff;
    color: #888;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #eee;
    outline: none;
}

.post-password-form input[name="Submit"] {
    background: #000;
    color: #fff;
    padding: 10px 30px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 1px solid #000;
}

.post-password-form input[name="Submit"]:hover {
    cursor: pointer;
}

.ares .tp-bullet {
    width: 10px;
    height: 10px;
    position: absolute;
    background: none;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    background: #fff;
}

.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
    width: 20px;
    height: 20px;
    margin-left: -5px;
    margin-top: -5px;
    background: #fff;
}

.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.wpb_button {
    margin-bottom: 100px !important;
}

.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_col-has-fill>.vc_column-inner {
    padding-top: 100px !important;
}

.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 100px !important;
}

p {
    font-family: 'Oswald', sans-serif;
}

span {
    font-family: 'Oswald', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

h1 {
    font-size: 32px;
    letter-spacing: 0;
    margin-bottom: 25px;
}

h2 {
    font-size: 28px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

h3 {
    font-size: 24px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

h4 {
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

h6 {
    font-size: 16px;
    margin-bottom: 20px;
}

.page-title-inner {
    line-height: 1;
    background: #242424;
    display: inline-block;
    margin-left: 50px;
    border-left: 6px solid #fab940;
    padding: 12px 50px 12px 10px;
}

h1.page-title {
    float: right;
    margin-bottom: 0;
    line-height: 1;
    color: #fcf6ec;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    margin-top: 3px
}

span.page-title-icon {
    display: inline;
    color: #fab940;
    margin-right: 15px
}

span.page-title-icon:before {
    display: inline;
    color: #fab940;
    font-size: 38px;
}

.page-title-icon-image>img,
.offer-menu2-icon-image>img {
    max-width: 40px;
    max-height: 40px;
}

.header-wrapper {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 180px;
}

@media(min-width : 921px)
{
    .header-wrapper {
        padding: 0 60px;
    }
}

body.admin-bar .header-wrapper {
    top: 0px;
}

.logoImageRetina {
    display: none;
}

.logo {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.logo img{
    max-width: 100px;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.single-offer-category-filter {
    float: left;
    list-style: none;
    text-align: right;
    border-right: 1px solid #242424;
    padding-right: 10px;
    padding-left: 0px;
    /* width: 120px; */
}

li.filter-cat a {
    color: rgb(73, 69, 69);
}

ul.single-offer-category-filter li {
    margin-left: 0;
}

.offer-menu-items {
    margin-left: 140px;
}

.single-offer-category-filter li {
    margin: 10px 0;
}

.single-offer-category-filter li a {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 1;
}

.single-offer-category-filter li a.selected {
    color: #fab940;
}

#fullwidth-container {
    width: 100%;
    float: left;
    margin-top: 100px;
    z-index: 2;
    position: relative;
}

.offer-menu2-items {
    margin-left: -15px;
    margin-right: -15px;
}

.offer-menu2-item-single {
    position: relative;
    margin-bottom: 50px;
    float: left;
    padding: 0 15px;
}

.offer-menu2-thumb {
    display: block;
    line-height: 0;
    position: absolute;
    top: 28px;
    left: 43px;
    z-index: 9;
}

.offer-menu2-thumb-image {
    display: block;
    line-height: 0;
    position: relative;
    top: 28px;
    left: 43px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.offer-menu2-shadow {
    background: url(../images/shadow-frame.png) no-repeat;
    width: 369px;
    height: 17px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.single-offer-title {
    font-size: 22px;
    color: #242424;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.single-offer-details {
    float: left;
    width: 420px;
    margin-right: 10px;
}

.single-offer-details p {
    margin-bottom: 0;
}

.single-offer-price {
    float: left;
    width: 80px;
    font-size: 30px;
    color: #fab940;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    text-align: right;
}

.single-offer-item {
    margin-bottom: 30px;
}

span.offer-menu2-icon {
    float: left;
    width: 70px;
    color: #242424;
}

span.offer-menu2-icon:before {
    font-size: 46px;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.offer-menu2-details {
    margin-left: 70px;
    width: 300px;
}

.single-offer-menu2-title {
    font-size: 30px;
    color: #242424;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    margin-bottom: 10px;
}

.single-offer-menu2-price {
    font-size: 26px;
    color: #9b040c;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

.archive .offer-menu-items {
    margin-left: 0;
}

.archive .single-offer-details {
    width: 560px;
}

.offer-menu2-items .offer-menu2-item-single:nth-child(3n+1) {
    clear: both;
}
/*------------------------------------------------------------------
[end of 4. Our Menu - Offers ]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
[start of 5. Navigation ]
------------------------------------------------------------------*/

ul.sf-menu {
    list-style: none;
    text-align: center;
    list-style-position: inside;
    padding: 0px;
}

ul.sf-menu li {
    list-style: none;
    text-align: center;
    list-style-position: inside;
    display: inline-block;
    margin: 2px 10px;
}

ul.sf-menu li a {
    color: #fcf6ec;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    text-transform: uppercase;
    text-decoration: none;
}

ul.sf-menu li.current_page_item a,
ul.sf-menu li a:hover {
    color: #FF9800;
}

ul.sf-menu li ul li {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}

ul.sf-menu li ul li a {
    font-size: 16px;
    line-height: 1;
}

/* mobile menu */

.mobile-menu-wrapper {
    display: none;
}

.mobile-menu-wrapper {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    position: absolute;
    height: auto;
    z-index: 11;
    float: left;
    margin-bottom: 30px;
    display: none;
}

.mobile-menu-wrapper ul {
    list-style: none;
}

.mobile-menu-wrapper ul.mobile-menu li {
    display: block;
    margin: 0;
}

.mobile-menu-wrapper ul.mobile-menu li:before {
    content: '';
}

.mobile-menu-wrapper ul.mobile-menu li a {
    padding-left: 40px;
}

.mobile-menu-wrapper ul.mobile-menu li li a {
    padding-left: 60px;
}

.mobile-menu-wrapper ul.mobile-menu li li li a {
    padding-left: 80px;
}

.mobile-menu-wrapper ul.mobile-menu li a {
    width: 100%;
    padding: 12px 20px 10px;
    display: block;
    color: #fcf6ec;
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
}

.mobile-menu-wrapper ul.mobile-menu li a:hover,
.mobile-menu-wrapper ul.mobile-menu li.current_page_item a {
    color: #FF9800;
    background: rgba(0, 0, 0, 0.6);
}

.menu-icons-inside {
    width: 100%;
    text-align: right;
    display: none;
}

.menu-icon {
    position: relative;
    cursor: pointer;
    color: #fff;
    float: none;
    height: 26px;
    margin-right: 0;
    margin-top: 10px;
    display: inline-block;
}

.menu-icon:hover {
    color: #fff;
}

.menu-icon-close {
    display: none;
}

.menu-icon.menu-icon-close {
    font-size: 48px;
    top: 3px;
    right: 25px;
}

.menu-icon-create {
    display: inline-block;
    width: 23px;
    height: 2px;
    position: relative;
    top: 12px;
    vertical-align: bottom;
    background: #fff;
    white-space: nowrap;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    float: left;
}

.menu-icon-create:after,
.menu-icon-create:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    background: #fff;
}

.menu-icon-create:before {
    top: -8px;
}

.menu-icon-create:after {
    top: 8px;
}

.menu-icon.opened .menu-icon-create:before {
    top: 100%;
    -webkit-transform: rotate(-48deg) translate(2px, 0);
    -moz-transform: rotate(-48deg) translate(2px, 0);
    -ms-transform: rotate(-48deg) translate(2px, 0);
    -o-transform: rotate(-48deg) translate(2px, 0);
    transform: rotate(-48deg) translate(2px, 0)
}

.menu-icon.opened .menu-icon-create:after {
    -webkit-transform: rotate(45deg) translate(0, 1px);
    -moz-transform: rotate(45deg) translate(0, 1px);
    -ms-transform: rotate(45deg) translate(0, 1px);
    -o-transform: rotate(45deg) translate(0, 1px);
    transform: rotate(45deg) translate(0, 1px);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.menu-icon.opened .menu-icon-create {
    background: none;
}
/*------------------------------------------------------------------
[end of 5. Navigation ]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
[start of 6. Footer ]
------------------------------------------------------------------*/

.footer {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.footer-socials ul.socials-sh {
    text-align: center;
    list-style: none;
    margin-bottom: 30px;
}

.footer-socials ul.socials-sh li {
    display: inline;
    margin: 0;
    padding: 0;
}

.footer-socials ul.socials-sh li a {
    color: #c6b08c;
    font-size: 20px;
    margin: 0 3px;
}

.footer-socials ul.socials-sh li a:hover {
    color: #fab940;
}

.footer-content {
    color: #fcf6ec;
    text-align: center;
    border-top: 3px solid #e7172d;
    padding-top: 10px;
    line-height: 1.6;
    padding-bottom: 10px;
}

.footer-content a {
    color: #c6b08c;
}

.footer-content a:hover {
    color: #fab940;
}

.footer2 {
    display: none;
    width: 100%;
    background: #000;
    position: relative;
    float: left;
}
/*------------------------------------------------------------------
[end of 6. Footer ]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
[start of 7. Contact page ]
------------------------------------------------------------------*/

.contact-maps {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: -50px;
    margin-bottom: 30px;
}

.contact-details {
    display: inline-block;
    width: 50%;
    float: left;
    padding-right: 30px;
}

.contact-form-wrapper {
    width: 50%;
    display: flex;
    float: left;
}

.contact-detail {
    margin-bottom: 30px
}

.contact-detail-title {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
}

.contact-middle {
    float: left;
    margin: 0 40px 0 40px
}

.contact-middle span:before {
    color: #fab940;
    font-size: 100px;
    line-height: 1;
}

.albertos-contact-form {
    float: left;
    width: 100%;
}

.albertos-contact-form input,
.albertos-contact-form textarea {
    padding: 25px 30px;
    color: #c6b08c;
    font-size: 14px;
    text-transform: none;
    outline: none;
    width: 100%;
    -webkit-appearance: none;
    background: #242424;
    border: none;
    font-family: 'Oswald', sans-serif;
}

.albertos-contact-form input::-webkit-input-placeholder,
.albertos-contact-form textarea::-webkit-input-placeholder {
    color: #c6b08c;
    font-size: 14px;
}

.albertos-contact-form textarea {
    max-height: 200px;
    resize: none;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease;
    text-indent: -100%;
    opacity: 1;
}

.albertos-contact-form input.wpcf7-submit {
    color: #242424;
    font-size: 14px;
    text-transform: uppercase;
    background: #fab940;
    padding: 16px 44px;
    -webkit-appearance: none;
    width: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 12px;
    font-family: 'Oswald', sans-serif;
}

.albertos-contact-form input.wpcf7-submit:hover {
    background: #242424;
    color: #fff;
    cursor: pointer;
}
/*------------------------------------------------------------------
[end of 7. Contact page ]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
[start of 8. Blog ]
------------------------------------------------------------------*/

h1.post-title {
    text-align: center;
}

h1.post-title a,
h1.post-title-single {
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    text-transform: none;
    line-height: 1;
    color: #242424;
    text-align: center;
}

h1.post-title a:hover {
    color: #444;
}

.post-categories {
    text-align: center;
    margin-bottom: 30px;
}

.post-categories-names a {
    background: #fab940;
    color: #242424;
    text-align: center;
    padding: 5px 10px;
    margin: 0 5px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    line-height: 1;
}

.post-categories-names a:hover {
    background: #242424;
    color: #fcf6ec;
}

ul.post-details {
    background: #242424;
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

ul.post-details li {
    display: inline-block;
    color: #fcf6ec;
    font-size: 14px;
    line-height: 1;
    margin-right: 30px
}

ul.post-details li a {
    color: #fcf6ec;
    font-size: 14px;
    line-height: 1;
}

ul.post-details li span.post-detail-icon {
    font-size: 32px;
    line-height: 1;
    position: relative;
    top: 8px;
    margin-right: 10px;
    color: #fab940;
}

.post-read-more-wrap {
    text-align: center;
    margin: 50px 0 25px;
    border-bottom: 1px solid #eae2d5;
    padding-bottom: 40px;
}

a.post-read-more {
    background: #fab940;
    color: #242424;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px 11px;
    text-align: center;
    line-height: 1;
}

a.post-read-more:hover {
    background: #242424;
    color: #fff;
}

.post-detail-single a:hover {
    color: #fab940;
}

.view-overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: #fff;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
}

.view-overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    display: block;
    top: 0;
}

a.post-type-link {
    overflow: hidden;
    position: relative;
    display: block;
}

a.post-type-link img {
    float: left;
}

a:hover .view-overlay-bg,
a:hover .view-overlay-icon {
    opacity: 1;
    visibility: visible;
}
/* single post */

.post-inside-wrap>img {
    float: left;
}

.post-tags {
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.post-tags a {
    background: #fab940;
    color: #242424;
    padding: 3px 7px;
    margin-right: 5px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
}

.post-tags a:hover {
    background: #242424;
    color: #fff;
}

.sticky .post-inside-wrap {
    padding: 15px;
    border: 3px solid #000;
}
/*------------------------------------------------------------------
[end of 8. Blog ]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
[start of 9. Comments ]
------------------------------------------------------------------*/

h3.comment-reply-title {
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0px;
}

h1.comment-main-title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
}
/* comments form */

textarea#comment {
    background: #242424;
    border: none;
    padding: 25px 30px;
    color: #fcf6ec;
    font-size: 14px;
    outline: none;
    width: 100%;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

input#author::-webkit-input-placeholder,
input#email::-webkit-input-placeholder,
textarea#comment::-webkit-input-placeholder {
    color: #fcf6ec;
    font-size: 14px;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease;
    text-indent: -100%;
    opacity: 1;
}

span.required {
    display: none;
}

input#submit.submit {
    color: #242424;
    font-size: 14px;
    text-transform: uppercase;
    background: #fab940;
    padding: 15px 40px;
    -webkit-appearance: none;
    width: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 12px;
    font-family: 'Oswald', sans-serif;
    border: none;
}

input#submit.submit:hover {
    background: #242424;
    color: #fff;
    cursor: pointer;
}

p.comment-notes {
    color: #555;
    font-style: normal;
    font-size: 12px;
}

.wpb_wrapper p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #959595;
    font-weight: 400;
    line-height: 2.4;
    margin-bottom: 20px;
}

.comment-author.vcard {
    float: left;
    width: auto;
    margin-bottom: 30px;
}

span.says {
    display: none;
}

.comment-author img {
    float: left;
}

cite.fn {
    position: relative;
    margin-left: 120px;
    display: block;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    color: #242424;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
}

cite.fn a {
    position: relative;
    display: block;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    color: #242424;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
}

a.comment-date {
    color: #555;
    font-size: 12px;
    font-weight: 400;
}

.reply {
    margin-left: 120px;
}

.reply a {
    font-size: 14px;
    text-transform: uppercase;
    color: #242424;
    padding: 0;
    padding-bottom: 5px;
    cursor: pointer;
    background: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-family: 'Oswald', sans-serif;
}

.reply a:hover {
    color: #555;
}

.comment-content {
    margin-left: 120px;
}

.comment-content p {
    color: #555;
    margin-top: 10px;
}

.all-comments {
    list-style: none;
}

.all-comments>li {
    display: inline-block;
    width: 100%;
}

.comment-meta.commentmetadata {
    margin-left: 120px;
}

em.comment-awaiting-moderation {
    margin-left: 20px;
    font-size: 12px;
    font-style: normal;
}

p.logged-in-as,
p.logged-in-as a {
    color: #555;
    font-size: 12px;
}

#respond.comment-respond {
    display: block;
}

.all-comments ul.children li {
    margin-top: 0px;
    display: inline-block;
    margin-bottom: -30px;
    width: auto;
}

.all-comments ul.children li ul.children li {
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 23px;
    width: auto;
}

.all-comments ul li {
    margin-left: 50px !important;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-comment {
    margin-bottom: 0;
}

.page-wrapper ul.children {
    margin-bottom: 0px;
}
/*------------------------------------------------------------------
[end of 9. Comments ]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
[start of 10. Error Page ]
------------------------------------------------------------------*/

.error-content1 {
    color: #242424;
    font-size: 200px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    margin-top: -20px
}

.error-content2 {
    color: #242424;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.error-content3 {
    color: #777;
    font-size: 18px;
    text-align: center;
}

.error-button {
    text-align: center;
}

a.error-page-url {
    color: #242424;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 40px;
    background: #fab940;
    padding: 10px 15px;
    font-family: 'Oswald', sans-serif;
}

a.error-page-url:hover {
    color: #fff;
    background: #242424;
}
/*------------------------------------------------------------------
[end of 10. Error Page ]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
[start of 11. Sidebar ]
------------------------------------------------------------------*/

.index-page .main-blog {
    width: 410px;
    float: left;
    margin-right: 20px;
}

.index-page .main-blog .post-inside-wrap {
    margin-bottom: 30px;
}

.index-page .sidebar {
    width: 220px;
    float: left;
    border-left: 1px solid #eae2d5;
    padding-left: 20px;
}

.index-page h1.post-title a {
    font-size: 28px;
}

.index-page .page-wrapper ul {
    margin-bottom: 0;
}

.sidebar {
    text-align: center;
}

h3.sidebar-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.widget ul {
    list-style: none;
}

.widget ul li {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.widget select {
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /* Removes Default Firefox style*/
    min-width: 180px;
    /*Width of select dropdown to give space for arrow image*/
    text-indent: 0.01px;
    /* Removes default arrow from firefox*/
    text-overflow: "";
    /*Removes default arrow from firefox*/
    color: #fcf6ec;
    outline: none;
    cursor: pointer;
    max-width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    background: #242424;
    padding: 16px 20px 17px 30px;
    font-family: 'Oswald', sans-serif;
    border-radius: 0;
    margin-left: 0;
    border: none;
    display: block;
    margin: 0 auto;
}

.widget select:hover {
    color: #242424;
    background: #fab940;
}

.widget {
    margin-bottom: 50px;
}
/* calendar */

#calendar_wrap caption {
    color: #fff;
    background: #242424;
    padding: 10px 6px;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
}

#calendar_wrap th {
    color: #212121;
    font-weight: 700;
    border: none;
    font-size: 14px;
}

#calendar_wrap td {
    text-align: center;
    color: #555;
    text-decoration: none;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    padding: 0;
}

#calendar_wrap td.pad {
    color: #242424;
    border: none;
}

#calendar_wrap a {
    font-weight: 400;
    color: #212121;
    text-decoration: none;
}

.calendar_wrap table,
.calendar_wrap td,
.calendar_wrap th,
table#wp-calendar {
    border: none;
}

.calendar_wrap caption {
    color: #fff;
    background: #242424;
    padding: 10px 6px;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
}

.calendar_wrap td#today {
    color: #242424;
}

.calendar_wrap th {
    color: #212121;
    font-weight: 700;
    border: none;
    font-size: 14px;
}

.calendar_wrap td {
    text-align: center;
    color: #777;
    text-decoration: none;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}

.calendar_wrap td.pad {
    color: #242424;
    border: none;
}

.calendar_wrap a {
    font-weight: 400;
    color: #212121;
    text-decoration: none;
}

.recentcomments a {
    display: block;
    font-family: 'Oswald', sans-serif;
    color: #555;
    font-size: 14px;
    line-height: 1
}

.recentcomments a:hover {
    color: #242424;
}

.recentcomments {
    color: #242424;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px !important;
    display: block !important;
}
/* rss */

.widget_rss ul li {
    margin-bottom: 30px;
    list-style-position: inside;
    list-style: none;
    color: #242424;
}

.widget_rss ul li a {
    color: #242424;
    padding-left: 0 !important;
    font-size: 16px;
    display: block;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.widget_rss ul li a:hover {
    color: #555;
}




.widget_rss span.rss-date {
    font-size: 12px;
    color: #999;
    width: auto;
    margin-bottom: 10px;
    line-height: 1;
    display: block;
    margin-top: 5px;
}

.widget_rss .rssSummary {
    color: #555;
    margin-bottom: 5px;
    line-height: 1.8;
}

.widget_rss cite {
    color: #242424;
    font-family: 'Oswald', sans-serif;
}

.index-page ul.post-details {
    margin-bottom: 15px;
}
/* sidebar search widget */

.widget_search .screen-reader-text {
    display: none;
}

.search-form {
    position: relative;
}

div.widget_search.search_page_search_form {
    margin: 20px 0;
}

.widget_search input#s {
    width: 100%;
    background: #242424;
    border: none;
    color: #fcf6ec;
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 10px;
    z-index: 2;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    font-family: 'Oswald', sans-serif;
}

input#searchsubmit {
    border: none;
    background: #fab940;
    color: #242424;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px;
}

input#searchsubmit:hover {
    cursor: pointer;
    background: #242424;
    color: #fcf6ec;
}

.tagcloud {
    display: block;
    margin-top: 20px;
}

.tagcloud a {
    color: #242424;
    font-size: 13px !important;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    text-decoration: none;
    border-radius: 10px;
    padding: 7px 12px;
    line-height: 1;
    background: #fab940;
}

.tagcloud a:hover {
    color: #fab940;
    background: #242424;
}

.wp-caption {
    background: none;
}

.sidebar p.wp-caption-text {
    margin-top: -25px;
}

.screen-reader-text {
    display: none;
}

a.single-search-title {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    text-transform: none;
    line-height: 1;
    color: #242424;
    text-align: center;
}

a.single-search-title:hover {
    color: #444;
}

.single-search-categories {
    margin-bottom: 5px;
}

.single-search-categories a {
    background: #fab940;
    color: #242424;
    text-align: center;
    padding: 5px 10px;
    margin: 0 5px 0 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    line-height: 1;
}

.single-search-categories a:hover {
    background: #242424;
    color: #fcf6ec;
}

a.single-search-date {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.single-search-item {
    margin-bottom: 30px;
}

.btncontact {
    border: 1px solid #E3AB60;
    background: #E3AB60;
    color: black;
    padding: 16px 44px;
}

.btncontact:hover {
    border: 1px solid black;
    background: black;
    color: white;
}

.Adressecontact {
    color: black;
}
/* Underline From Left */

.hvr-ufl {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-ufl:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #FF9800;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-ufl:hover:before,
.hvr-ufl:focus:before,
.hvr-ufl:active:before {
    right: 0;
}
/* Socials icons page about */

.socials-about {
    width: 200px;
    height: 200px;
}

.socials-about-img {
    width: 100px;
    height: 100px;
}
/* Icons page naan */

.naan-icons {
    float: left;
    width: 40px;
    color: #242424;
}
/* Hover submit contact btn */

#submit_contact:hover {
    background-color: #E3AB60;
    color: #000;
}
/* boisson images */

.img-boisson {
    width: 60px;
    height: 60px;
}

.img-sauce {
    width: 60px;
    height: 60px;
}

.img-dessert {
    width: 50px;
    height: 50px;
}

.img-assiette {
    width: 70px;
    height: 70px;
}

.img-supplements {
    width: 50px;
    height: 50px;
}

/*---- register page ----*/
.register_inp
{
    margin-bottom: 15px;
}
.register_inp label
{
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
}
.register_inp input
{
    height: 42px;
    max-width: 350px;
    width: 96%;
    border: 1px solid #ccc;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
    outline: none;
}
.reg_btn
{
    background-color: rgba(180, 111, 8, 0.775);
    color: white;
    padding: 12px 25px;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.reg_info
{
    margin: 10px 0px 0px 0px;
}
.reg_info a 
{
    font-size: 20px;
    font-weight: 400;
    color: royalblue !important;
    text-decoration: none;
    margin-bottom: 0px;
}
.error_msg
{
    color: red;
    font-size: 16px;
    font-weight: 400;
    margin: 2px 0;
}
/*---- register page ----*/

/*---- menu page ----*/
.menu_main
{
    width: 100%;
    position: relative;
}
.menu_icon
{
    max-width: 750px;
    width: 98%;
    margin: auto;
    text-align: center;
}
.menu_icon_box
{
    display: block;
    text-decoration: none;
    border-bottom: 2px solid transparent !important;
}
.menu_icon_box:hover 
{
    border-bottom: 2px solid black !important; 
}
.menu_icon_box.active
{
    color: #e7172d !important; 
    border-bottom: 2px solid red !important;
}
.menu_icon_box img 
{
   width: 70px !important;
   /* height: 70px !important; */
   margin: auto;
}
.menu_icon_box span
{
    color: #000 !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; 
   
}
.menu_icon .owl-carousel .owl-dots
{
    display: none;
}

.submenu 
{
    max-width: 750px;
    width: 98%;
    margin: 40px auto 10px;
    text-align: center;
}
.submenu ul 
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.submenu ul li 
{
    display: inline-block;
    margin: 10px 8px;
}
.submenu ul li a  
{
   font-size: 14px;
   font-weight: 600;
   background-color: rgba(255, 166, 0, 0.435);
   color: black !important;
   text-decoration: none;
   padding: 10px 12px;
   border-radius: 3px;
   text-transform: uppercase;
}
.submenu ul li a.active 
{
   background-color: orange;
}


.product_box
{
    margin-top: 40px;
    width: 100%;
    display: grid;
    grid-template-columns: 250px 250px 250px 250px 250px ;
    gap: 30px;
    justify-content: center;
}
.product_single
{
    margin: 12px 0;
    text-align: center;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.product_img
{
    height: 150px;
    width: 160px;
    margin: auto;
    overflow: hidden;
}
.product_img img 
{
   margin-top: 10px;
   height: 90%;
   width: 100%;
 /*   transform: scale(1.1); */
   cursor: pointer;
   transition: all 0.2s linear;
}
.product_img img:hover 
{
    transform: scale(1.1);
    transition: all 0.2s linear;
}
.product_info
{
    margin: 0px;
}
.product_info h3 
{
    margin: 0px;
    font-size: 18px;
    font-weight: bolder;
}
.product_bottom
{
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    width: 100%;
}
.product_bottom h4 
{
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 50%;
    background-color: orange;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 900;
}
.product_bottom a 
{
    display: inline-block;
    padding-bottom: 8px;
    margin: 0px;
    width: 50%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #e7172d;
    color: white !important;
}
.product_extra
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 50px 10px 0px 10px;
    display: none;
}
.product_extra.active 
{
    display: block;   
}
.product_extra p 
{
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}
.info_icon 
{
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom-left-radius: 30px;
    display: block;
    font-size: 16px;
    color: black !important;
}

.info_icon.info_left
{
    left: -5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 30px;
}


.product_promot
{
    width: 100px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: -30px;
    background-color: red;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.menu_offer
{
   max-width: 700px;
   width: 100%;
   margin: 0px auto 30px; 
   display: flex;
   justify-content: center;
}


@media(max-width: 350px)
{
    .product_box
    {
        margin-top: 20px;
        grid-template-columns: 140px 140px;
        gap: 10px;
    }
    .product_info h3 {
        font-size: 16px;
    }
    .product_bottom h4 {
        font-size: 16px;
    }
    .product_img {
        height: 145px;
        width: 140px;
    }
    .product_extra {
        padding: 42px 10px 0px 10px;
    }
    .product_extra p {
        font-size: 15px;
    }
}

@media(min-width: 351px) and (max-width: 375px)
{
    .product_box
    {
        margin-top: 20px;
        grid-template-columns: 155px 155px;
        gap: 10px;
    }
    .product_info h3 {
        font-size: 16px;
    }
    .product_bottom h4 {
        font-size: 16px;
    }
    .product_img {
        height: 145px;
        width: 140px;
    }
    .product_extra {
        padding: 42px 10px 0px 10px;
    }
    .product_extra p {
        font-size: 15px;
    }
}

@media(min-width: 376px) and (max-width: 425px)
{
    .product_box
    {
        margin-top: 20px;
        grid-template-columns: 170px 170px;
        gap: 10px;
    }
    .product_info h3 {
        font-size: 16px;
    }
    .product_img {
        height: 140px;
        width: 145px;
    }
}

@media(min-width: 426px) and (max-width: 650px)
{
    .product_box
    {
        margin-top: 20px;
        grid-template-columns: 200px 200px;
        gap: 15px;
    }
}

@media(min-width: 651px) and (max-width: 920px)
{
    .product_box
    {
        margin-top: 20px;
        grid-template-columns: 200px 200px 200px;
        gap: 15px;
    }
    .product_info h3 {
        font-size: 16px;
    }
}

@media(min-width: 921px) and (max-width: 1114px){
    .product_box
    {
        margin-top: 20px;
        grid-template-columns: 200px 200px 200px;
        gap: 15px;
    }
    .product_info h3 {
        font-size: 16px;
    }
}

@media(min-width: 1115px) and (max-width: 1250px){
    .product_box
    {
        margin-top: 20px;
        grid-template-columns: 200px 200px 200px 200px;
        gap: 10px;
    }
    .product_info h3 {
        font-size: 16px;
    }
}

@media(min-width: 1251px) and (max-width: 1400px){
    .product_box
    {
        margin-top: 20px;
        grid-template-columns: 200px 200px 200px 200px;
        gap: 25px;
    }
    .product_info h3 {
        font-size: 16px;
    }
}

@media(min-width: 1401px) and (max-width: 1700px){
    .product_box
    {
        margin-top: 20px;
        grid-template-columns: 200px 200px 200px 200px 200px;
        gap: 25px;
    }
    .product_info h3 {
        font-size: 16px;
    }
}


.menu_product_top h5{
    margin: 0px;
    font-size: 18px;
    font-weight: 900; 
}
.menu_product_top button{
    display: block;
    text-decoration: none;
    color: red ;
    font-size: 60px;
    font-weight: 900;
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.proOptionTitle h6
{
    font-size: 20px;
    font-weight: bolder;
    background-color: orange;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    border-radius: 4px;
    text-align: center;
}
.pro_option 
{
    padding: 4px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 20px 14px rgb(0 0 0 / 16%);
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 12px 0;
}
.pro_option input
{
    opacity: 0;
    display: none;
}
.pro_option img 
{
    width: 100%;
    margin: auto;
    cursor: pointer;
    height: 100px;
}
.pro_option p 
{
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
}

.pro_option label::before {
    content: "";
    position: absolute;
    background-color: transparent; 
    top: -10px;
    right: 10px;
    width: 37px;
    height: 37px;
    margin-right: 0px;
    border: 1px solid transparent;
}
.pro_option input[type="radio"]:checked + label::before,.pro_option input[type="checkbox"]:checked + label::before {
    background-color: orange;
    border-radius: 5px;
    font-size: 14px;
}
.pro_option input[type="radio"]:checked + label::after,.pro_option input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -10px;
    right: 18px;
    font-size: 25px;
    text-align: center;
}

.menu_desc
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 75%;
    width: 100%;
    overflow-y: auto;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: white;
    border-radius: 10px;
    display: none;
}
.menu_desc::-webkit-scrollbar
{
    display: none;
}
.menu_desc.active 
{
    display: block;
}
.menu_desc h5 
{
    font-size: 15px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 5px;
}
.menu_desc p 
{
    font-size: 15px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
.menu_info_btn
{
    display: inline-block;
    margin-left: 5px;
}
.menu_info_btn i 
{
    color: black;
    background-color: orange;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
}

#cartButtomBtn {
    background-color: #e7172d;
    color: white !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    position: fixed;
    bottom: 120px;
    right: 12px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 10;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;

}
#cartButtomBtn dotlottie-player {
    width: 40px;
}


@media(min-width : 1200px)
{
    #cartButtomBtn {
        right: 80px;
    } 
}

.option-badge 
{
    position: absolute;
    top: -7px;
    right: -5px;
    color: black;
    background-color: white;
    border: 1px solid #e7172d;
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    line-height: 24px;
    font-size: 13px;
    font-weight: 700;
}



/*---- menu page ----*/


/*----- reservation page ----*/
.reservation_title
{
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
.reservation_in
{
    margin-top: 30px;
}
.reservation_left,.reservation_right 
{
    margin: 12px 0;
}
.reservation_inp
{
    margin: 10px 0;
}
.reservation_inp label
{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.reservation_inp label i 
{
    color: orange;
    margin-right: 5px;
}
.reservation_inp input,.reservation_inp select
{
    width: 100%;
    height: 45px;
    outline: none;
    box-shadow: none;
    border: 1px solid rgba(255, 166, 0, 0.452);
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
}
#reserve_btn
{
    display: inline-block;
    margin-top: 10px;
    background-color: orange;
    color: black;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 2px;
    text-transform: uppercase;
    border-radius: 5px;
}
#calendar
{
    width: 100%;
}
#calendar a 
{
    color: black !important;
    text-decoration: none;
}
#calendar table th 
{
    padding-top: 6px;
    padding-bottom: 6px;
}
.resturant_close_error
{
    color: red;
    font-size: 28px;
    font-weight: 500;
    margin: 2px 0;
}
.product_cart_box
{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.product-image img 
{
    width: 100px;
    height: 80px;
    object-fit: fill;
}
.product-title 
{
    font-size: 18px;
    font-weight: 600;
}
.product-title ul 
{
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
}
.quantity__minus,.quantity__plus
{
    text-decoration: none;
    font-size: 16px;
    color: black !important;
    background-color: orange;
    display: inline-block;
    width: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    border-radius: 50%;
}
.quantity__input 
{
    width: 60px;
    text-align: center;
    border: 1px solid orange;
    outline: none;
    box-shadow: none;
    padding: 4px 10px;
    font-size: 18px;
    font-weight: 600;
    pointer-events: none;
}
.shopping-cart thead th 
{
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.shopping-cart table
{
    white-space: nowrap;
}
.remove_product_btn
{
    height: 40px;
    width: 44px;
    text-align: center;
    color: red !important;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-decoration: none;
    margin: auto;
    transition: all 0.3s linear;
    border-radius: 2px;
}
.remove_product_btn:hover 
{
    background-color: red;
    border: 1px solid red;
    color: white !important;
    transition: all 0.3s linear;
}
.total-price span
{
    font-size: 18px;
    font-weight: 600;
}
.shopping-cart tfoot tr td
{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 600;
}
.continue_box
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.order_more_btn
{
    font-size: 17px;
    font-weight: 500;
    padding: 10px 20px;
    text-decoration: none;
    color: white !important;
    background-color: royalblue;
    border-radius: 4px;
}
.proceed_checkout_btn
{
    font-size: 17px;
    font-weight: 500;
    padding: 10px 20px;
    text-decoration: none;
    color: black !important;
    background-color: orange;
    border-radius: 4px;
}
/*----- /reservation page ----*/

/*----- offer page ----*/
.offer_product_in
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.offer_product_left 
{
    width: 40%;
    margin: 10px 0;
}
.offer_product_left img 
{
    width: 60% !important;
    margin: auto;
}
.offer_product_right 
{
    width: 60%;
    margin: 10px 0;
}
.offer_product_right h1 
{
    font-size: 45px;
    letter-spacing: 1px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 5px;
}
.offer_product_right h5 
{
    max-width: 450px;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.offer_product_right h4 
{
    margin: 10px 0;
    font-size: 45px;
    font-weight: 900;
    color: orangered;
}
.offer_product_right button
{
    background-color: orange;
    color: black;
    padding: 10px 20px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 5px;
}
.product_special_menu
{
    padding-top: 80px;
}

.product_special_menu h1,.offer_top h1
{
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
}
.offer_top .owl-carousel .owl-dots
{
    display: none;
}

@media(max-width: 767px)
{
    .offer_product_in {
        flex-direction: column-reverse;
    }
    .offer_product_left,.offer_product_right {
        width: 100%;
    }
}
@media(min-width: 768px) and (max-width: 1350px)
{
    .offer_product_left img {
        width: 90% !important;
        margin: auto;
    }
}
/*----- /offer page ----*/

/*----- checkout page ----*/
.checkout_coupon_in
{
    background-color: orange;
    padding: 30px 20px;
    border-radius: 10px;
}
.checkout_coupon h3 
{
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}

.couponTable
{
    font-size: 20px;
    font-weight: 600;
}
.coupon_search input
{
    height: 45px;
    width: 100%;
    outline: none;
    box-shadow: none;
    padding: 8px 14px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #ccc;
}
.coupon_search button
{
    height: 45px;
    width: 100%;
    background-color: #0069d9;
    border: none;
    display: block;
    margin-top: 5px;
    color: white;
    text-transform: uppercase;
}

.twocheckout_top
{
    text-align: center;
}
.twocheckout_top h1 
{
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 25px;
}
.twocheckout_select
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;
    margin-bottom: 40px;
}
.twocheckout_select label input
{
    display: none;
}
.twocheckout_select label
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(128, 128, 128, 0.531);
    color: white;
} 
.twocheckout_select label.active 
{
    background-color: orange;
    color: black;
}
.twocheckout_select label i 
{
   font-size: 40px; 
}
.twocheckout_select p 
{
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.billing_title
{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.order_details_inp
{
    margin: 7px 0;
}
.order_details_inp label
{

    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}
.order_details_inp input,.order_details_inp select
{
    width: 100%;
    height: 45px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
}
.order_details_payment
{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
.order_details_payment label
{
    background-color: #007ac1;
    color: white;
    padding: 7px 16px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
}
.order_details_payment label input
{
    margin-right: 10px;
    height: 15px;
    width: 15px;
}
.order_details_payment label .form-check-input:checked {
    background-color: #FF9800;
    border-color: #FFC107;
}
.special_amountBox 
{
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}
#order_details_btn
{
    background-color: orange;
    color: black;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
    display: inline-block;
}
.coupon_popup
{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    z-index: 9999;
    justify-content: center;
}
.coupon_popup_in
{
    background-color: #0069d9;
    padding: 40px;
    border-radius: 10px;
    height: fit-content;
    max-width: 650px;
    width: 98%;
    margin-top: 40px;
    color: white;
}
.coupon_popup_in h3 
{
    font-size: 30px;
    font-weight: 600;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.428);
}
.coupon_popup_in p 
{
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
}
.coupon_popup_in p span
{
    background-color: orange;
    color: black;
    padding: 0px 5px;
    text-align: center;
}
.coupon_popup_in  button
{
    background-color: red;
    color: white;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 40px;
    border-radius: 5px;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 30px auto 0px;
    display: flex;
    justify-content: center;
}
.coupon_result
{
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}
.delivery_charge_msg
{
    margin-top: 5px;
    color: #0069d9;
    font-size: 16px;
    font-weight: 500;
}
.amount_check
{
    font-size: 28px;
    font-weight: 600;
}
.stripe_btn_design
{
    background-color: #0069d9;
    color: white;
    padding: 10px 30px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 20px;
    border: none;
    outline: none;
    box-shadow: none;
}
/*----- /checkout page ----*/

/*----- thank you page ----*/
.thankyou_main
{
    text-align: center;
}
.thankyou_main img
{
    width: 96%;
    max-width: 400px;
}
.thankyou_main h1 
{
    margin-top: 10px;
    font-size: 28px;
    font-weight: 600;
}
.thankyou_main p 
{
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
}
.thank_you_btn a 
{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.thank_you_btn a:first-child
{
    background-color: #0069d9;
    color: white !important;
    margin-right: 20px;
}
.thank_you_btn a:last-child
{
    background-color: orange;
    color: black !important;
}
/*----- /thank you page ----*/

/*----- cancel page ----*/
.payment_failed_img
{
    width: 100px !important;
    margin-bottom: 20px;
}
/*----- /cancel page ----*/

/*----- my account page ----*/
.account_nav
{
    margin-top: 30px;
}
.account_nav ul 
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.account_nav ul li 
{
    display: inline-block;
    margin: 10px 10px;
}
.account_nav ul li a 
{
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 4px;
    background-color: #88888853;
    color: black !important;
}
.account_nav ul li a.active,.account_nav ul li a:hover
{
    background-color: orange;
    color: black !important;
}
.account_in
{
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid orange;
}
.account_inp
{
    margin: 25px 0;
}
.account_inp label
{
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.account_inp input
{
    height: 45px;
    max-width: 500px;
    width: 98%;
    border: 1px solid orange;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
}
.account_inp button
{
    height: 50px;
    max-width: 500px;
    width: 98%;
    border: none;
    background-color: orange;
    color: balck;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    text-transform: uppercase;
}
.account_left h4 
{
    font-size: 22px;
    font-weight: 600;
    margin-top: 12px;
}
.account_left
{
    margin: 10px 0;
}
/*----- /my account page ----*/

/*----- my order page ----*/
.order_table tr th 
{
  padding: 12px 14px;
}

.order_id_tbl
{
    background-color: orange;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    height: 45px;
    width: 50px;
    font-size: 20px;
    font-weight: 600;
}
.order_info tr td,.order_info tr th
{
  padding: 9px 14px;
}
.order_type_view
{
    display: inline-block;
    padding: 6px 10px;
    background-color: orangered;
    color: white;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}
.order_status_view
{
    display: inline-block;
    padding: 6px 10px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}

.product_det_table tr td,.product_det_table tr th
{
  padding: 9px 14px;
}
/*----- /my order page ----*/

/*----- index page ----*/
.index_btn
{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.index_btn a
{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 16px;
    display: inline-block;
    margin: 10px 15px;
    text-transform: uppercase;
    white-space: nowrap;
}
.index_btn a:nth-child(1)
{
    color: black !important;
    background-color: orange;
}
.index_btn a:nth-child(2)
{
    color: white !important;
    background-color: #0069d9;
}
.pdf_btn
{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; 
}
.pdf_btn a
{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 16px;
    display: inline-block;
    margin: 10px 15px;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: red;
    color: white !important;
}

.pdf_btn a.offer
{
    background-color: #6c5ce7;
}


.rev_slider ul li 
{
    position: relative;
}
.slider_overlay
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.tp-bullet-title
{
    display: none !important;
    background-color: none !important;
}
.tp-bullet-title::after
{
    display: none;
}
.contact-detail-content p 
{
    margin: 3px 0;
    font-size: 16px;
    font-weight: 600;
}
/*----- /index page ----*/

/*----- contact page ----*/
.contact_error_msg
{
    font-size: 15px;
    font-weight: 500;
    color: red;
    margin: 6px 0;
}
/*----- /contact page ----*/

.twocheckout_main
{
    background-color: #ffa6001f;
    padding: 10px 20px;
    border-radius: 10px;
    height: 100%;
}

.home_carousel .owl-carousel .item  
{
    height: 100vh !important;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
}

.home_carousel .owl-carousel .item img 
{
    height: 100vh !important;
    width: 100%;
    object-fit: fill;
}

.home_carousel .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}


.home_carousel .owl-carousel
{
    height: 100vh !important;
    width: 100%;
    position: relative;
}

@media(max-width : 375px)
{
    .index_btn a,.pdf_btn a {
        font-size: 15px;
        letter-spacing: 2px;
        padding: 8px 14px;
        margin: 10px 8px;
    }
    .twocheckout_select {
        gap: 50px;
    }
    .twocheckout_select label {
        height: 80px;
        width: 80px;
    }
    .amount_check {
        font-size: 20px;
        text-align: center;
    }

    .product_special_menu h1, .offer_top h1 {
        font-size: 22px;
    }
    .offer_product_right h5 {
        font-size: 20px;
    }
    .offer_product_left img {
        width: 90% !important;
    }
    .product_special_menu {
        padding-top: 40px;
    }
}

@media(min-width : 376px) and (max-width: 575px)
{
    .index_btn a,.pdf_btn a {
        font-size: 16px;
        padding: 8px 15px;
        margin: 10px 8px;
    }

    .twocheckout_select label {
        height: 80px;
        width: 80px;
    }
    .twocheckout_select {
        gap: 100px;
    }
    
    .amount_check {
        font-size: 20px;
        text-align: center;
    } 

    .product_special_menu h1, .offer_top h1 {
        font-size: 22px;
    }
    .offer_product_right h5 {
        font-size: 20px;
    }
    .offer_product_left img {
        width: 80% !important;
    }
    .product_special_menu {
        padding-top: 40px;
    } 
}

@media(min-width : 576px) and (max-width: 650px)
{
    .index_btn a,.pdf_btn a {
        font-size: 16px;
        padding: 8px 15px;
        margin: 10px 8px;
    }

    .twocheckout_select label {
        height: 90px;
        width: 90px;
    }
    .twocheckout_select {
        gap: 120px;
    }
   
    .product_special_menu h1, .offer_top h1 {
        font-size: 23px;
    }
    .offer_product_right h5 {
        font-size: 21px;
    }
    .product_special_menu {
        padding-top: 60px;
    }
}

@media(min-width : 651px) and (max-width: 767px)
{
    .twocheckout_select label {
        height: 90px;
        width: 90px;
    }
    .twocheckout_select {
        gap: 150px;
    }

    .product_special_menu h1, .offer_top h1 {
        font-size: 23px;
    }
    .offer_product_right h5 {
        font-size: 21px;
    }
    .product_special_menu {
        padding-top: 60px;
    }
  
}

@media(min-width : 768px) and (max-width: 1600px)
{
    .product_special_menu h1, .offer_top h1 {
        font-size: 25px;
    }
    .offer_product_right h5 {
        font-size: 22px;
    }
    .offer_product_in {
        gap: 14px;
    }
    .product_special_menu {
        padding-top: 50px;
    }
}

/*---- bottom nav ----*/
.bottom_nav
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 12px 10px;
    display: grid;
    grid-template-columns: 18% 20% 20% 18% 18%;
    gap: 10px;
    justify-content: center;
    z-index: 99;
    /* background-color: #000; */
    background-image: url("../images/bg-menu.jpg");
}
.bottom_nav a 
{
    text-align: center;
    display: block;
    color: white !important;
    text-decoration: none;
}
.bottom_nav a i 
{
    font-size: 20px;
}
.bottom_nav a span
{
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: orange;
}
@media (max-width: 768px)
{
    .page-wrapper {
        padding-bottom: 80px !important;
    }
}

@media (min-width: 768px)
{
    .bottom_nav
    {
        display: none;
    }
}
/*---- /bottom nav ----*/

.soicalBox ul 
{
  padding: 0px;
  margin: 15px 0px;
  list-style: none;
}
.soicalBox ul li 
{
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0px 10px;
}
.soicalBox ul li a 
{
    color: white !important;
    font-size: 20px;
}

.sideIcon {
    position: fixed;
    right: -110px;
    top: 40%;
    z-index: 7;
    width: 180px;
}
.sideIcon ul {
    padding: 2px;
    list-style: none;
}
.sideIcon ul li:nth-child(1) {
    background-color: skyblue;
    border-top-left-radius: 10px;
}
.sideIcon ul li:nth-child(2) {
    background-color: #25D366;
    display:none;
}
.sideIcon ul li:nth-child(3) {
    background-color: #ff9d2d;
    border-bottom-left-radius: 10px;
    display:none;
}
.sideIcon ul li {
    transition: 1s;
}
.sideIcon ul li a {
    padding: 14px 15px;
    color: white !important;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    text-decoration: none !important;
    font-size: 18px;
}
.arrow_icon i:nth-child(1) {
    display: none;
}

.arrow_icon i:nth-child(1).iconShow {
    display: block;
}
.arrow_icon i:nth-child(2).iconHide {
    display: none;
}
.sideIcon ul li:nth-child(2).icon2 {
    animation: goRight 1s linear forwards;
    /*position: absolute;*/
    display:block;
}
.sideIcon ul li:nth-child(3).icon3 {
    animation: goRight 1s linear forwards;
    top: 94px;
    /*position: absolute;*/
    display:block;
}

.sideIcon ul li:nth-child(2):hover {
    transform: translateX(-110px);
    transition: 1s;
}
.sideIcon ul li:nth-child(3):hover {
    transform: translateX(-110px);
    transition: 1s;
}


@keyframes goRight
{
    0% {
        right: -20px;
        opacity: 1;
    }
    100% {
        right: -50px;
        opacity: 1;
    }
}

.swal-text {
    font-size: 20px !important;
}

#mobile_banner
{
    display: none;
}

@media(max-width: 650px)
{
    #pc_banner
    {
        display: none;
    }
    
    #mobile_banner
    {
        display: block;
    }
   
}

/*---- offer card -----*/

.offer_card_left
{
    padding: 0px 30px 0px 0px;
}
.offer_card_left h5 
{
    font-size: 17px;
    font-weight: 500;
    margin-top: 30px;
    line-height: 28px;
    letter-spacing: 1px;
}
.generate_qr_btn
{
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #007ac1;
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
}

.offer_card {
    padding: 20px;
    z-index:3;
    border-radius: 5px;
    background: url("../images/bg-menu.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    max-width: 490px;
}

.offer_card_top
{
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}

.offer_card .logo
{
  width: 80px;
  object-fit: contain;
  margin-bottom: 5px;
  margin-top: 0px;
}
.offer_card .bar_code
{
  width: 100px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 15px;
}

.offer_card .bar_code img 
{
  width: 100%;
  transform: scale(1.4);
}
.offerBox
{
  justify-content: center;
  align-items:center;
}

.offerBoxDiv 
{
   margin:5px;
   display: grid;
   grid-template-columns: 30% 30% 30%;
   justify-content: space-between;
   gap: 12px;
}
.offerBoxDiv div 
{
  background-color:white;
  border-radius: 5px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offerBoxDiv div i 
{
  font-size: 55px;
  color:green;
}

.bottom_text p 
{
  background-color: white; 
  color:black;
  text-align:center;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 0;
  border-radius: 5px;
  width: 90%;
  margin: 15px auto 0 auto;
}
.rotate_text
{
   color:white;
   font-size: 20px;
   transform:rotate(270deg);
   position:absolute;
   left:-40px;
   top:50%;
   font-weight: 500;
   letter-spacing: 1px;
}
.offer_11th_box1
{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 100% !important; 
  padding: 4px 0;
}
.spanDiv
{
  margin-right: 5px;
  margin-left: 5px;
  width: 50%;
}
.imageBoxOffer
{
  width: 50%;
  overflow: hidden;
}

.offer_11th_box1 span 
{
  display:block;
  font-size:13px;
  font-style: italic;
  font-weight:600;
  margin:0 1px;
}
.offer_11th_box1 span:nth-child(1)
{
  color: rgba(0,0,0,0.6);
   text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);
}

.offer_11th_box1 span:nth-child(2)
{
  color:red;
   text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);
}

@media(max-width: 425px)
{  
    .offer_card_left 
    {
        padding: 0px 0px 0px 0px; 
    }
    .offerBoxDiv {
        grid-template-columns: 33% 33% 33%;
    }
    .offerBoxDiv div {
        height: 75px;
    }
    .offerBoxDiv div i {
        font-size: 36px;
    }
    .offer_card {
        padding: 20px 15px;
    }
    .rotate_text {
        font-size: 16px;
        left: -36px;
    }
    .bottom_text p {
        width: 85%;
    }
}

@media(min-width: 426px) and (max-width: 575px)
{
    .offer_card_left 
    {
        padding: 0px 0px 0px 0px; 
    }
    .offerBoxDiv {
        grid-template-columns: 31% 31% 31%;
    }
    .offerBoxDiv div {
        height: 75px;
    }
    .offerBoxDiv div i {
        font-size: 45px;
    }
    .offer_card {
        padding: 20px 15px;
    }
    .rotate_text {
        font-size: 16px;
        left: -36px;
    }
 
}

@media(min-width: 576px) and (max-width: 991px)
{
    .offerBoxDiv {
        grid-template-columns: 31% 31% 31%;
    }
    .offerBoxDiv div i {
        font-size: 55px;
    }
}


/*--- about page ---*/
.about_info h1 
{
    margin: 15px 0;
}

.about_info_right > img 
{
    width: 100%;
    margin-bottom: 10px;
}

.resturant_img_shape
{
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.resturant_img_shape > img 
{
    width: 50%;
}

@media(max-width : 574px)
{
    .socials-about {
        width: 200px;
        height: 100px;
    }
}


/*--- /about page ---*/


/*--- home offer popup ---*/
.home_offer_pop
{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.home_offer_pop_in
{
    height: fit-content;
    border-radius: 10px;
    overflow: hidden;
    max-width: 500px;
    width: 96%;
    background-color: black;
}
.home_offer_pop_in img 
{
    max-height: 500px;
    width: 100%;
    object-fit: contain;
}
.offer_btm a 
{
    text-align: center;
    color: white !important;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    background-color: orange;
}
/*--- /home offer  popup ---*/


