@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&family=Bangers&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=Belanosima:wght@400;600;700&family=Bitter:ital,wght@0,100..900;1,100..900&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Cardo:ital,wght@0,400;0,700;1,400&family=Catamaran:wght@100..900&family=Chau+Philomene+One:ital@0;1&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Delicious+Handrawn&family=El+Messiri:wght@400..700&family=Exo:ital,wght@0,100..900;1,100..900&family=Great+Vibes&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Merienda:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Passion+One:wght@400;700;900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Spline+Sans:wght@300..700&family=Staatliches&family=Teko&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --prmary: #2F4F3E;
    --secondary: #2F4F3E;
    --tertiary: #e2990fc2;
    --headerbg: #fff;
    --headercl: #000;
    --footerbg: var(--prmary);
    --footercl: #000;
    --foot2bg: #000;
    --foot2cl: #fff;

    --ink: #120b04;
    --espresso: #1e0f06;
    --mahogany: #3d1a08;
    --sienna: #7c3d18;
    --amber: #d4883a;
    --gold: #e8b86d;
    --cream: #faf3e8;
    --parchment: #f2e6cc;
    --white: #ffffff;
    --txt-dim: rgba(255, 255, 255, 0.55);
    --txt-mid: rgba(255, 255, 255, 0.80);

    --warm-white: #FDF9F4;
    --tan: #E8D9C0;
    --caramel: #C8973A;
    --deep-brown: #3B2610;
    --mid-brown: #6B4226;
    --olive: #5C6B3A;
    --rust: #B84C22;
    --soft-green: #E8EDD8;
    --text: #2C1A0E;
    --muted: #7A5C40;
}

html {
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
}

body {
    color: #000 !important;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 20px;
    overflow: unset;
    background: #fff !important;
}


body,
td,
th,
input,
textarea,
select,
a {
    font-size: 12px;
}

body {
    font-family: 'DM Sans', sans-serif !important;
}


/* sss */

.bundled_prodt_options.col-sm-12 {
    overflow: auto;
}

.Menu #dialog-form #postcodepopup {
    display: inline-block;
}

.slideshow .nivoSlider {
    margin-bottom: 0 !important;
}

.home_page_tel #header #red-box {
    display: none;
}

body #header #red-box {
    display: block;
}

.home_page_tel .container #content {
    background-color: transparent;
    margin-top: 0px;
}

.col-sm-8>iframe {
    width: 100%;
}

.footer-last-links {
    padding-top: 15px;
}


/* sss */

.logaccount .col-sm-4 {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    min-height: 340px;
    text-align: center;
    width: 32.2%;
    padding: 0;
    margin: 0px 4px;
}

.logaccount .col-sm-4:hover {
    background-color: #fff;
    border: 1px solid #000;
}

.logaccount .col-sm-4 h2 {
    background-color: #dcdcdc;
    font-size: 26px;
    font-weight: bold;
    padding: 5px 0 7px;
}

.logaccount .col-sm-4 img {
    display: inline-block;
    padding-top: 10px;
}

.logaccount .col-sm-4 .content {
    padding: 0 !important;
    margin: 0 !important;
}

.logaccount .col-sm-4 .content ul {
    list-style: none;
    padding: 0;
}

.logaccount .col-sm-4 .content ul li a {
    border-bottom: 1px solid #dcdcdc;
    color: #000;
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

.logaccount .col-sm-4 .content ul li a:hover {
    color: #000;
}

img.img-responsive.adjmargin-center {
    margin: 0 auto;
}

h1,
.welcome {
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}

h2 {
    color: #000;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 5px;
}

p {
    margin-top: 0px;
    margin-bottom: 20px;
}

a,
a:visited,
a b {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}

input[type='text'],
input[type='password'],
textarea {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin: 5px auto;
}

select.form-control {
    margin: 5px auto;
}

select {
    background: #fff;
    border: 1px solid #DBDBDB;
    padding: 2px;
    color: #2B201C !important;
}

label {
    cursor: pointer;
}

.dot {
    border-bottom: 5px dotted #dcdcdc;
    display: inline-block;
    height: 2px;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-top: 20px;
    width: 102.8%;
}

.alnfix,
.option-opened {
    display: inline-block;
    list-style: outside none none;
    padding: 0;
}

.Contact.Us .content #phone {
    display: none;
    height: 25px;
    width: 120px;
}

.otima {
    padding: 5px 10px;
    text-align: left;
}

.otima h4 {
    margin-bottom: 4px;
    padding-top: 10px;
}

#header .row {
    margin: 0;
}

#header .container {
    padding: 0;
    width: 100%;
}

#openingh {
    background: url(images/time.png) no-repeat center center #000;
    border: 5px solid #dcdcdc;
    color: #fff;
    margin-right: 5px;
    width: 32%;
}

#openingh h2 {
    text-align: center;
    color: #FFF !important;
}

.banner-main img {
    border-left: 1px solid #dcdcdc;
}

body.home_page_tel .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    position: relative;
}

.container .container {
    border: 0px;
}

.option-opened {
    display: inline-block;
    width: 100%;
}

.option-opened ul,
.option_values_radiobtn ul,
ul.alnfix {
    clear: both;
    list-style: outside none none;
    padding: 0;
}

.option-opened ul li,
.option_values_radiobtn ul li,
ul.alnfix li {
    display: inline-block;
    line-height: 17px;
    min-width: 49%;
}

.option-opened ul li label,
.option_values_radiobtn ul li label,
ul.alnfix li label {
    margin: 0;
}

.option-opened ul {
    padding: 0;
    list-style: outside none none;
}

.dropdown-menu1 {
    margin: 0 !important;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    overflow: visible !important;
}

body.Feedback #content .col-sm-6 {
    width: 100%;
}

#cart-customer-data {
    background-color: var(--prmary);
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 7px 3px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

#cart-customer-data a.wlink,
#cart-customer-data a {
    color: #fff;
    padding: 0 2px;
    text-decoration: underline;
}

#cart-customer-data a.wlink,
#cart-customer-data a:hover {
    color: var(--prmary);
}

#cart-customer-data a.wlink {
    color: #000;
    padding: 0 7px;
    text-decoration: underline;
}

#cart-customer-data a.wlink:hover {
    color: #000;
    text-decoration: none;
}

.wback {
    clear: both;
}

.wmessage {
    max-width: 100%;
    margin: 0 auto;
}

.wmessage {
    margin: auto;
    position: relative;
}


/* layout */

#toptel {
    background: url(images/topright.png) no-repeat;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    height: 125px;
    line-height: 33px;
    margin-left: 650px;
    padding-left: 110px;
    padding-top: 6px;
    position: absolute;
    text-align: left;
    top: 57px;
    width: 839px;
}

#toptel a {
    color: #FFF;
}

#columnleftcat #column-left .box-heading {
    display: none;
}

#columnleftcat.fixed #column-left {
    margin-top: 0px;
}

#column-right .box-heading {
    background-color: var(--prmary);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
}

#column-right .no {
    display: none;
}

#sid_account .box-content {
    padding-bottom: 10px;
    border: 0px;
    background: #fff;
    border-top: 1px solid #dcdcdc;
}

#sid_account .box-content li a {
    color: #000;
    font-weight: 500;
}

#sid_account .box-content li a:hover {
    color: var(--secondary);
    text-decoration: none;
}

#mobile-cart-total #mobile_cart_btn,
#mobilonly {
    display: none;
}

#login-remember {
    margin-right: 5px;
}


/* header */

.home_page_tel .cycle-slideshow {
    margin-left: 60px;
    max-width: 486px !important;
}

.home_page_tel .cycle-slideshow img {
    position: absolute;
    left: -35px;
}

.home_page_tel .cycle-slideshow p {
    color: #fff;
    margin: 0;
    padding: 0 !important;
}

#language {
    position: absolute;
    top: 15px;
    left: 335px;
    width: 75px;
    color: #dcdcdc;
    line-height: 17px;
}

#language img {
    cursor: pointer;
}

#currency {
    color: #dcdcdc;
    left: 455px;
    line-height: 17px;
    position: absolute;
    top: 10px;
    width: 75px;
}

#currency a {
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #CCC;
    color: #dcdcdc;
    text-decoration: none;
    margin-right: 2px;
    margin-bottom: 2px;
}

#currency a b {
    color: #000;
    text-decoration: none;
}

.lifbtw {
    float: right;
    margin-top: 2px;
    position: absolute;
    right: 363px;
}

#topresi {
    background: url(images/topresi.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    float: right;
    padding: 12px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 105px;
    width: 170px;
}

#topresi a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 8px;
    text-decoration: none;
}

.breadcrumb {
    color: #dcdcdc;
    margin-bottom: 20px;
}

.success,
.warning,
.attention,
.information {
    padding: 10px 10px 10px 33px;
    margin: 15px auto;
    color: #000;
}

.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
}

.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
}

.success .close,
.warning .close,
.attention .close,
.information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}

.required {
    color: #FF0000;
    font-weight: bold;
    /* float: left; */
}

.error {
    display: block;
    color: #FF0000;
}

.help {
    color: #dcdcdc;
    font-size: 10px;
    font-weight: normal;
    display: block;
}

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.form tr td:first-child {
    width: 150px;
}

table.form>*>*>td {}

table.form td {
    padding: 4px;
}

input.large-field,
select.large-field {
    width: 300px;
}

table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

table.list td {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

table.list thead td {
    background-color: var(--prmary);
    padding: 0px 5px;
}

table.list thead td a,
.list thead td {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

table.list tbody td a {
    text-decoration: underline;
}

table.list tbody td {
    vertical-align: top;
    padding: 0px 5px;
}

table.list .left {
    text-align: left;
    padding: 7px;
}

table.list .right {
    text-align: right;
    padding: 7px;
}

table.list .center {
    text-align: center;
    padding: 7px;
}

.pagination {
    border-top: 1px solid #dcdcdc;
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.pagination .links {
    float: left;
}

.pagination .links a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 4px 10px;
    text-decoration: none;
    color: #A3A3A3;
}

.pagination .links b {
    display: inline-block;
    border: 1px solid #fff;
    padding: 4px 10px;
    font-weight: normal;
    text-decoration: none;
    color: #CD0D0D;
    background: #fff;
}

.pagination .results {
    float: right;
    padding-top: 3px;
}


/* button */

a.button,
input.button {
    background: var(--secondary);
    border: 1px solid var(--secondary);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 4px 15px;
    text-decoration: none;
    margin: 1px;
    border-radius: 2px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.33);
    font-size: 16px;
    transition: all 0.5s;
}

a.button:hover,
input[type=button]:hover {
    background: var(--prmary);
    border-color: var(--prmary);
    color: #fff;
    text-decoration: none;
}

a.button:hover span {
    color: #fff;
}

.buttons {
    background: none repeat scroll 0% 0% #fff;
    border: 1px solid #fff;
    overflow: auto;
    padding: 6px;
    margin-bottom: 20px;
    color: #000;
}

.buttons .left {
    float: left;
    text-align: left;
}

.buttons .right {
    float: right;
    text-align: right;
    font-weight: 500;
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.htabs {
    height: 30px;
    line-height: 16px;
    border-bottom: 1px solid #dcdcdc;
}

.htabs a {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    background: #CD0D0D;
    padding: 7px 15px 6px 15px;
    float: left;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-right: 2px;
    display: none;
}

.htabs a.selected {
    padding-bottom: 7px;
    background: #fff;
    color: #2B201C;
}

/* box */
.box .box-content {
    padding: 0px;
}

.product-det-left {
    display: inline-block;
    float: left;
}

.product-det-left img {
    border: 1px solid #dcdcdc;
}

.product-det-right {
    display: inline-block;
    padding-left: 0px;
    width: 100%;
}


/* box products */

.box-product {
    width: 100%;
    overflow: auto;
}

.box-product>div {
    display: inline-block;
    margin: 14px;
    vertical-align: top;
    width: 204px;
}

#column-left+#column-right+#content .box-product>div {
    width: 119px;
}

.box-product .image {
    display: block;
    margin-bottom: 0px;
}

.box-product .image img {
    padding: 3px;
    border: 1px solid #dcdcdc;
}

.box-product .name a {
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}

.box-product .price {
    display: block;
    font-weight: bold;
    color: #dcdcdc;
    margin-bottom: 4px;
}

.box-product .price-old {
    color: #F00;
    text-decoration: line-through;
}

.box-product .price-new {
    font-weight: bold;
}

.box-product .rating {
    display: block;
    margin-bottom: 4px;
}

/* box category */

.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



.box-category>ul>li a.active+ul {
    display: block;
}



body.Contact.Us #content #content #carousel0,
body.Contact.Us #content #content h1.fntit {
    display: none;
}

/* content */

#content .content {
    overflow: auto;
    padding: 0px;
    color: #000;
}

#content .content .left {
    float: left;
    width: 49%;
}


/* category */

#payment-method tr {
    display: block;
    padding-bottom: 10px !important;
}

#payment-method td {
    vertical-align: middle;
}

#payment-method input {
    margin-left: 0;
    margin-right: 5px;
    margin-top: 2px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 0 !important;
    margin-right: 5px;
    margin-top: 0;
}

.category-info {
    overflow: auto;
    margin-bottom: 20px;
}

.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #dcdcdc;
}

.category-list {
    overflow: auto;
    margin-bottom: 20px;
}

.category-list ul {
    float: left;
    width: 18%;
}

.category-list .div a {
    text-decoration: underline;
    font-weight: bold;
}


/* manufacturer */

.manufacturer-list {
    border: 1px solid #fff;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
}

.manufacturer-heading {
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}

.manufacturer-content {
    padding: 8px;
}

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}


/* product */

.product-filter {
    border-bottom: 3px solid #C9651A;
    margin-top: -43px;
    overflow: auto;
    padding-bottom: 5px;
    display: none;
}

.product-filter .display {
    margin-right: 15px;
    float: left;
    padding-top: 4px;
    color: #BBBBBB;
}

.product-filter .display a {
    font-weight: bold;
}

.product-filter .sort {
    float: right;
    color: #BBBBBB;
}

.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: #BBBBBB;
}

.product-compare {
    padding-top: 6px;
    margin-bottom: 25px;
    font-weight: bold;
    display: none;
}

.product-compare a {
    text-decoration: none;
    font-weight: bold;
}

.product-list>div {
    overflow: auto;
    margin-bottom: 15px;
}

.product-list .right {
    float: right;
    margin-left: 15px;
}

.product-list>div+div {
    border-top: 1px solid #dcdcdc;
    padding-top: 16px;
}

.product-list .image {
    float: left;
    margin-right: 10px;
}

.product-list .image img {
    padding: 3px;
    border: 1px solid #dcdcdc;
}

.product-list .name {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 3px;
    padding-top: 15px;
    text-transform: capitalize;
}

.product-list .name a {
    color: #CD0D0D;
    font-weight: bold;
    text-decoration: none;
}

.product-list .description {
    line-height: 15px;
    margin-bottom: 5px;
    color: #dcdcdc;
}

.product-list .rating {
    color: #7B7B7B;
}

.product-list .price {
    float: right;
    height: 50px;
    margin-left: 8px;
    text-align: right;
    color: #BBBBBB;
    font-size: 12px;
}

.product-list .price-old {
    color: #F00;
    text-decoration: line-through;
}

.product-list .price-new {
    font-weight: bold;
}

.product-list .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #BBBBBB;
}

.product-list .cart {
    margin-bottom: 3px;
}

.product-list .wishlist,
.product-list .compare {
    margin-bottom: 3px;
}

.product-list .wishlist a {
    color: #BBBBBB;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}

.product-list .compare a {
    color: #BBBBBB;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left 60% no-repeat;
}

.product-grid {
    width: 100%;
    overflow: auto;
}

.product-grid>div {
    background-color: #fff;
    display: inline-block;
    margin: 5px 4px;
    padding: 10px;
    vertical-align: top;
    width: 168px;
}

#column-left+#column-right+#content .product-grid>div {
    width: 156px;
}

.product-grid .image {
    display: block;
    margin-bottom: 0px;
    line-height: 9px;
    clear: both;
}

.product-grid .image img {
    padding: 0px;
}

.product-grid .name a {
    color: #2B201C;
    display: block;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 17px;
    margin-bottom: 4px;
    min-height: 34px;
    padding-left: 3px;
    text-decoration: none;
}

.product-grid .description {
    display: none;
}

.product-grid .rating {
    display: block;
    margin-bottom: 4px;
}

.product-grid .price {
    display: block;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
    float: left;
}

.product-grid .price-old {
    color: #F00;
    text-decoration: line-through;
}

.product-grid .price-new {
    font-weight: bold;
}

.product-grid .price .price-tax {
    display: none;
}

.product-grid .cart {
    float: right;
    margin: auto;
    text-align: center;
    width: 90px;
}

.product-grid .cart a.button {
    display: none;
}

.product-grid .cart a {
    color: #fff;
    padding: 3px 6px;
    text-decoration: none;
    font-weight: bold;
}

.product-grid .wishlist,
.product-grid .compare {
    margin-bottom: 3px;
}

.product-grid .wishlist a {
    color: #BBBBBB;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}

.product-grid .compare a {
    color: #BBBBBB;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}


/* Product */

.product-info {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
}

.product-info>.left {
    float: left;
    margin-right: 15px;
}

.product-info>.left+.right {
    margin-left: 265px;
}

.product-info .image {
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
    float: left;
    margin-bottom: 20px;
    padding: 1px;
    text-align: center;
}

.product-info .image #price-range {
    color: #BC6629;
    font-weight: bold;
}

.product-info .image-additional {
    width: 260px;
    margin-left: -10px;
    clear: both;
    overflow: hidden;
}

.product-info .image-additional img {
    border: 1px solid #dcdcdc;
}

.product-info .image-additional a {
    float: left;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}

.product-info .description {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    line-height: 20px;
}

.product-info .description span {}

.product-info .description a {
    color: #dcdcdc;
    text-decoration: none;
}

.product-info .price {
    overflow: auto;
    border-bottom: 1px solid #dcdcdc;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

.product-info .price-old {
    color: #F00;
    text-decoration: line-through;
}

.product-info .price-new {}

.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #dcdcdc;
}

.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #dcdcdc;
}

.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #dcdcdc;
}

.product-info .options {
    border-bottom: 1px solid #dcdcdc;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
}

.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}

.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}

.product-info .option-image img {
    margin-right: 5px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
}

.product-info .cart {
    border-bottom: 1px solid #dcdcdc;
    padding: 0px 5px 10px 5px;
    margin-bottom: 20px;
    overflow: auto;
}

.product-info .cart #button-cart span {
    padding: 6px 8px 5px 5px;
}

.product-info .cart div {
    float: left;
    vertical-align: middle;
}

.product-info .cart div>span {
    padding-top: 7px;
    display: block;
    color: #dcdcdc;
}

.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #dcdcdc;
    clear: both;
}

.product-info .review {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

.product-info .review a {
    color: #dcdcdc;
    text-decoration: none;
}

.product-info .review>div {
    padding: 8px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 20px;
}

.product-info .review>div>span {
    color: #CD0D0D;
}

.product-info .review .share {
    overflow: auto;
    line-height: normal;
}

.product-info .review .share a {
    text-decoration: none;
}

.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.attribute thead td,
.attribute thead tr td:first-child {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    text-align: left;
}

.attribute tr td:first-child {
    color: #000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}

.attribute td {
    padding: 7px;
    color: #dcdcdc;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.compare-info thead td,
.compare-info thead tr td:first-child {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    text-align: left;
}

.compare-info tr td:first-child {
    color: #000;
    font-weight: bold;
    text-align: right;
}

.compare-info td {
    padding: 7px;
    width: 20%;
    color: #dcdcdc;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.compare-info .name a {
    font-weight: bold;
}

.compare-info .price-old {
    font-weight: bold;
    color: #F00;
    text-decoration: line-through;
}

.compare-info .price-new {
    font-weight: bold;
}


/* wishlist */

.wishlist-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.wishlist-product td {
    padding: 7px;
}

.wishlist-product thead td {
    color: #dcdcdc;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
}

.wishlist-product thead .remove,
.wishlist-product thead .image,
.wishlist-product thead .cart {
    text-align: center;
}

.wishlist-product thead .name,
.wishlist-product thead .model,
.wishlist-product thead .stock {
    text-align: left;
}

.wishlist-product thead .quantity,
.wishlist-product thead .price,
.wishlist-product thead .total {
    text-align: right;
}

.wishlist-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc;
}

.wishlist-product tbody .remove {
    vertical-align: middle;
}

.wishlist-product tbody .remove,
.wishlist-product tbody .image,
.wishlist-product tbody .cart {
    text-align: center;
}

.wishlist-product tbody .name,
.wishlist-product tbody .model,
.wishlist-product tbody .stock {
    text-align: left;
}

.wishlist-product tbody .quantity,
.wishlist-product tbody .price,
.wishlist-product tbody .total {
    text-align: right;
}

.wishlist-product tbody .price s {
    color: #F00;
}

.login-content {
    margin-bottom: 20px;
    overflow: auto;
}

.login-content .left {
    float: left;
    width: 48%;
}

.login-content .right {
    float: right;
    width: 48%
}

.login-content .left .content,
.login-content .right .content {
    min-height: 190px;
}


/* orders */

.order-list {
    margin-bottom: 10px;
}

.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    word-break: break-word;
}

.order-list .order-content div {
    float: left;
    width: 33.3%;
}

.order-list .order-info {
    text-align: right;
}

.order-detail {
    background: #fff;
    font-weight: bold;
}


/* returns */

.return-list {
    margin-bottom: 10px;
}

.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.return-list .return-content div {
    float: left;
    width: 33.3%;
}

.return-list .return-info {
    text-align: right;
}

.return-product {
    overflow: auto;
    margin-bottom: 20px;
}

.return-name {
    float: left;
    width: 33.3%;
}

.return-model {
    float: left;
    width: 33.3%;
}

.return-quantity {
    float: left;
    width: 33.3%;
}

.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}

.return-reason {
    float: left;
    width: 33.3%;
}

.return-opened {
    float: left;
    width: 33.3%;
}

.return-opened textarea {
    width: 98%;
    vertical-align: top;
}

.return-remove {
    float: left;
    width: 33.3%;
    padding-top: 90px;
    text-align: center;
    vertical-align: middle;
}

.return-additional {
    overflow: auto;
    margin-bottom: 20px;
}

.return-comment {
    float: left;
    width: 49%;
}

.return-captcha {
    float: right;
    width: 49%;
}

.download-list {
    margin-bottom: 10px;
}

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.download-list .download-content div {
    float: left;
    width: 33.3%;
}

.download-list .download-info {
    text-align: right;
}


/* cart */

.cart-info table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.cart-info td {
    padding: 7px;
}

.cart-info thead td {
    color: #000;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.cart-info thead .remove,
.cart-info thead .image {
    text-align: center;
}

.cart-info thead .name,
.cart-info thead .model {
    text-align: left;
}

.cart-info thead .quantity,
.cart-info thead .price,
.cart-info thead .total {
    text-align: right;
}

.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #fff;
}

.cart-info tbody .remove {
    vertical-align: middle;
}

.cart-info tbody .remove,
.cart-info tbody .image {
    text-align: center;
}

.cart-info tbody .name,
.cart-info tbody .model {
    text-align: left;
}

.cart-info tbody .quantity,
.cart-info tbody .price,
.cart-info tbody .total {
    text-align: right;
}

.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
}

.cart-module .cart-heading {
    border: 1px solid #fff;
    padding: 8px 8px 8px 22px;
    font-weight: bold;
    font-size: 13px;
    color: #dcdcdc;
    margin-bottom: 15px;
    cursor: pointer;
    background: #fff url('../image/arrow-right.png') 10px 50% no-repeat;
}

.cart-module .active {
    background: #fff url('../image/arrow-down.png') 7px 50% no-repeat;
}

.cart-module .cart-content {
    padding: 0px 0px 15px 0px;
    display: none;
    overflow: auto;
}

.cart-total {
    border-top: 1px solid #fff;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
}

.cart-total table {
    float: right;
}

.cart-total td {
    padding: 3px;
    text-align: right;
}


/* checkout */

.checkout-heading {
    background: #fff;
    border: 1px solid #fff;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #dcdcdc;
    margin-bottom: 15px;
}

.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}

.checkout-content .left {
    float: left;
    width: 48%;
}

.checkout-content .buttons {
    background: none;
    border: 0;
    clear: both;
}

.checkout-content .buttons .right {
    float: none;
    text-align: left;
}

div#register .control-label {
    text-align: left;
    padding: 0px 15px;
}

.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.checkout-product td {
    padding: 5px;
}

.checkout-product thead td {
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
    color: #000;
    font-weight: bold;
}

.checkout-product thead .name,
.checkout-product thead .model {
    text-align: left;
}

.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
    text-align: right;
}

.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc;
}

.checkout-product td.price,
.checkout-product td.total {
    min-width: 50px;
}

.checkout-product tbody .name,
.checkout-product tbody .model {
    text-align: left;
}

.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
    text-align: right;
}

.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #dcdcdc;
}

.contact-info input[type='text'],
.contact-info input[type='password'],
.contact-info textarea {
    width: 100%;
}

.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}

.sitemap-info .left {
    float: left;
    width: 48%;
}

.sitemap-info .right {
    float: left;
    width: 48%;
}

.fa {
    font-size: 14px;
}

.social a {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 16px !important;
    height: 32px;
    line-height: 15px;
    margin: 4px auto;
    padding: 8px 0px;
    text-align: center;
    width: 32px;
    border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -khtml-border-radius: 50% 50% 50% 50%;
}

a#gp {
    padding: 7px 4px;
}
.social a:hover{
    color: var(--gold) !important;
}
.social a:hover,
div#wel_txt a:hover,
a#feature_order:hover {
    color: #fff;
    background: var(--secondary);
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a#ordernow:hover {
    color: #000;
    background: #fff;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}


/* menu */

.home_page_tel .menu-nav .container {
    border-bottom: 0;
}

.menu-nav {
    height: auto;
    position: relative;
}

#menu {
    height: auto;
    position: relative;
    text-align: center;
}

body #menu {
    margin: 0;
    min-height: auto;
    border-radius: 0;
}

#menu .navbar-collapse {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 0;
    max-height: 100%;
}

#menu .navbar-nav {
    float: none;
}

#menu .navbar-nav>li.mrgr {
    margin-right: 250px;
    padding-right: 6px;
}

#menu .navbar-nav>li {
    display: inline-block;
    float: none;
}

#menu .nav>li>a {
    background-color: transparent;
    color: #5C3A2E;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    padding: 15px 8px;
    min-height: 15px;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Jost',sans-serif;
    letter-spacing: 1.5px;
}

#menu .nav>li>a span {
    font-size: 14px;
}

#menu .navbar-nav li.marglefta {
    border: none;
}

#menu .nav>li>a:hover {
    color: #cacaca;
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    background-color: #000;
    border-bottom: 1px solid #fff;
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    min-width: 160px;
    padding: 8px 6px 8px 7px;
}

#menu .dropdown-inner li a:hover {
    color: #fff;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #dcdcdc;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #fff;
    background-color: var(--secondary);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    margin-right: 5px;
    font-size: 15px;
    font-stretch: expanded;
    color: #000;
    padding: 2px 18px;
    float: right;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #000;
    background-color: #fff;
}

.jcarousel-pagination {
    position: absolute;
    bottom: 38px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

#footer_cookie {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    display: inline-block;
    padding: 15px 5px;
    position: fixed;
    text-align: center !important;
    width: 100%;
    z-index: 7777;
    left: 0px;
    right: 0px;
    margin: auto;
}

#footer_cookie a {
    color: #fff;
    text-decoration: underline;
}

.top_menu {
    background: var(--secondary);
    padding: 10px 0px;
    text-align: center;
}

.top_menu a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
}

.box-heading {
    background: #000000;
    padding: 5px 0px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}

.prod_main_categories,
.deal_contentn {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    flex-wrap: wrap;
}

div#contentcat ul.nav.nav-tabs {
    padding: 0px 15px;
    border: 0px;
    display: block;
}

div#contentcat div#column-left {
    padding: 0px;
    background: #fff;
}

.cat_name {
    background: transparent;
    position: relative;
    padding: 5px 15px;
    margin: 0px;
    width: 100%;
}

.cat_desc {
    width: 100%;
}

.cat_name h3 {
    text-align: center;
    margin: 0px;
}

.cat_desc p,
.cat_desc {
    margin: 0px;
    text-align: center;
    font-size: 12px;
    font-style: italic;
}

.col-sm-12.pro_bg {
    border-bottom: 1px solid #dcdcdc;
    padding: 14px 0px;
}

.col-sm-12.cat_desc {
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #dcdcdc;
}

div#product_price,
.product_option_price {
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}

.col-sm-12.product_description p,
.col-sm-12.product_description p span {
    font-size: 11px;
    margin: 0px;
}

.tabcontent {
    display: none;
}

.top_menu a:hover {
    color: #fff;
    text-decoration: none;
}

.top_menu:hover {
    background: var(--prmary);
    text-decoration: none;
    box-shadow: inset 0px 1px 8px 2px #000;
}

div#before_bg {
    background: #fff;
    padding: 0px;
}

div#before_bg ul {
    list-style-type: none;
}

.before_radio {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}


/* Hide the browser's default radio button */

.before_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid var(--secondary);
}

.before_radio:hover input~.checkmark {
    background-color: #dcdcdc;
}

.before_radio input:checked~.checkmark {
    background-color: var(--secondary);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.before_radio input:checked~.checkmark:after {
    display: block;
}

.before_radio .checkmark:after {
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}


/* end of custom radio button */
.modal-title {
    font-family: 'DM Sans', sans-serif;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

.modal-footer button.btn.btn-default {
    font-family: 'DM Sans', sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    background: var(--secondary);
    border: 1px solid var(--secondary);
    color: #fff;
    padding: 10px 15px;
    opacity: 0.8;
}

div#tabs .modal-footer {
    margin-top: 0px;
}

div#before_bg p {
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
}

div#before_bg p span {
    color: #000;
    font-weight: 600;
}

div#before_bg #before_border {
    border: 1px solid rgba(220, 220, 220, 0.3);
    border-bottom: 1px solid #dcdcdc;
    background: #fff;
    color: #000;
    font-weight: 700;
}

.sett-popup-content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

div#OPENING_HOURS .sett-popup-content,
#INFO .sett-popup-content {
    border: 1px solid #dcdcdc;
    padding: 0px;
}

.pro_bg p {
    margin: 0px;
    color: #dcdcdc;
    text-align: left !important;
}

.product_name {
    width: 70%;
    font-weight: 500 !important;
    font-size: 16px;
    float: left;
}

.product_optionname {
    width: 70%;
    float: left;
}

.product_description {
    width: 100%;
    float: left;
}

.product_option_price {
    width: 30%;
    float: left;
}

#INFO .sett-popup-content ul {
    list-style-type: square;
    color: #000;
}

#tabs {
    display: block;
}

.prod_main_categories .cat_name h3 span {
    color: #2c2c2c;
    display: block;

    font-family: 'DM Sans', sans-serif !important;
    padding: 6px 9px;
    text-align: center;
    text-transform: capitalize;
}


div#before_bg input#postcodepopuph {
    width: 100%;
    height: 40px;
}

div#before_bg button {
    position: absolute;
    right: 15px;
    bottom: 22px;
    height: 40px;
    background: #170704;
    color: #fff;
    border-color: #170704;
}

div#voucher_code button {
    height: 40px;
    width: 95%;
    background: var(--secondary);
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    display: block;
    margin: 10px auto;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}

div#before_bg h3 {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    text-transform: capitalize;
}

div#voucher_code input {
    width: 95%;
    height: 40px;
    background: #fff;
    text-align: center;
    float: none;
    margin: auto;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
}

div#voucher_code h5 {
    text-align: center;
    color: #dcdcdc;
    font-size: 12px;
}

div#cart-chechout-btn a {
    text-align: center;
    margin: 0px;
    float: none;
    width: 100%;
    background: var(--secondary);
    border-radius: 15px;
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    text-decoration: none;
    padding: 15px 0px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 15px;
}

.mini-cart-info .name {
    text-align: left;
    padding-right: 10px;
}

a.btop {
    bottom: 17px;
    display: block;
    position: fixed;
    right: 23px;
    color: #ffffff;
    font-size: 31px;
    background: rgba(0, 0, 0, 0.48);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

a.btop i {
    line-height: 35px !important;
    position: relative;
    top: 5px;
}

.close_remove {
    text-align: center;
    padding: 5px 0px;
    color: #fff;
    font-size: 20px;
    border: 1px solid rgba(255, 0, 0, 0.1);
    border-radius: 10px;
    cursor: pointer;
    background: rgba(255, 0, 0, 0.4);
}

.top_total {
    text-align: center;
    padding: 8px 0px;
    color: #000;
    font-size: 17px;
}

.name {
    padding: 0px;
}

.mini-cart-info,
.alltotal,
.modal-content {}

.name ul {
    list-style-type: square;
    font-size: 20px;
    color: var(--secondary);
    padding: 0px 7px;
}

.name ul li strong {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.cart_products .pro_bg {
    padding: 10px;
    background: #fff;
}

div#cart {
    text-align: center;
    clear: both;
}

div#voucher_code {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    border: 1px solid #dcdcdc;
    background: #fff;
}

div#your_order {
    margin-top: 10px;
}

.content .empty {
    text-align: center;
}

div#before_bg button:hover,
div#voucher_code button:hover,
div#cart-chechout-btn a:hover {
    background: var(--prmary);
}

div#product-minus-popup {
    height: auto !important;
}

.modal-header {
    background: #ffffff;
    color: #000;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-footer {
    border: none !important;
}

.prod_extra_option_det select {
    width: 100%;
}

.option-opened ul li label {
    font-weight: 500;
    font-size: 12px;
}

.btn-primary {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.ui-dialog-buttonset button {
    background: var(--secondary);
    color: #fff;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    background: var(--secondary);
    border: 1px solid #fff;
}

div#notification {
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
    margin: auto;
    float: none;
    height: auto;
    top: 0px;
    left: 0px;
    right: 0px;
}

.success {
    background: #00a52c url(../image/success.png) 10px center no-repeat;
    border: 1px solid #00a52c;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin: 0px auto;
    box-shadow: 0px 3px 28px 2px #000;
    text-transform: capitalize;
}

.success a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

select.cat-pizza-product-selection,
div#cat-pizza-options_select select {
    width: 100%;
}

.col-sm-4.cart-buttons {
    text-align: right;
}

.col-sm-6.cat_width,
div#cat-pizza-options_select {
    padding: 0px;
}

.col-sm-6.cat_width b {
    font-weight: 400;
}

div#cat-pizza-options_select select {
    margin: 5px 0px;
}

.add:hover,
.remove:hover {
    color: #fff;
}

.sticky {
    margin-top: 0;
    position: fixed;
    bottom: 22px;
}

.top_total {
    font-size: 15px;
}

div#ship_select {
    padding: 0px;
    background: #fff;
}

div#shippingmessage5 {
    padding: 15px 0px;
    background-color: #fff;
    color: #ff0000;
    border-radius: 0px;
    margin: 0px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    border: 0px;
}

div#shippingmessage5 i.fa.fa-arrow-down {
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
    color: #ff0000;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-6px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-6px);
    }
}

div#postcodealert4,
div#postcodealert3,
div#postcodemessage4 {
    text-align: center;
    padding: 5px 0px;
    font-size: 13px;
}

.login-content input[type='text'],
.login-content input[type='password'] {
    width: 100%;
    -moz-box-shadow: inset 0 0 10px #dcdcdc;
    -webkit-box-shadow: inset 0 0 10px #dcdcdc;
    box-shadow: inset 0 0 10px #dcdcdc;
}

.login-content h2 {
    font-weight: 600;
}

.login-content {}

a.new_account.button {
    background: transparent;
    border: 0px;
    color: #000;
    font-weight: 400;
}

input.btn.btn-default {
    margin: 15px auto;
}

label.col-sm-3.control-label {
    font-size: 12px;
    font-weight: 500;
    margin: 10px auto;
    color: #000;
}

span#head-title,
.newsletter {
    color: #000;
}

.col-sm-8.reg,
.forgot_div {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin: 0px auto !important;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.13);
}

input.form-control,
select.form-control {
    border-radius: 2px;
}

a#postcodelookup {
    margin: 10px auto;
    width: 100%;
    text-align: center;
    box-shadow: 2px 2px 6px 0px #000;
    text-decoration: none;
}

.newsletter {
    font-weight: 500;
    text-align: left;
}

.form-group .forgot_btn {
    width: 100%;
    margin: 0px auto;
    height: 34px;
    box-shadow: 2px 2px 7px 0px #dcdcdc;
    padding: 7px 0px;
}

div#subscribe {
    margin: 8px auto;
}

h2.greenText {
    text-align: center;
}

i.fa.fa-check-circle.fa-3x.greenText.valignTop,
span.valignMiddle {
    vertical-align: middle;
    color: #00a52c;
}

h5.text-center,
div#shipping-method,
div#payment-method {}

label.col-sm-2.control-label {
    margin: 10px auto;
    color: #000;
}

.col-sm-2.product_option_price {
    margin: 5px auto;
}

input.greenButton.div_change_delivery {
    font-size: 10px;
    color: #fff;
    border: none;
    float: right;
    margin: 0px auto;
    background: #000;
}

.checkout h4>i.fa {
    border: 1px solid var(--secondary);
    color: var(--secondary);
    padding: 14px;
    font-size: 25px;
    width: 58px;
    height: 58px;
    text-align: center;
}

textarea#text_check {
    width: 100%;
}

label.delivery_label {
    font-weight: 400;
}

.col-sm-12.delvry_msg {
    margin: 15px auto;
}

.cart_products::-webkit-scrollbar {
    width: 6px;
}

.cart_products::-webkit-scrollbar-thumb {
    background: #dcdcdc;
}

.cart_products::-webkit-scrollbar-track {
    background: #dcdcdc;
}

.col-sm-12.product_description P {
    text-align: left !important;
    color: #000 !important;
}

.checkout-box {
    border: 1px solid #fff;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 3px;
}

.loader {
    border: 4px solid #fff;
    border-radius: 50%;
    border-top: 4px solid var(--secondary);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    text-align: center;
}

div#cart_postcode_box_dispaly a {
    color: #ffffff;
    padding: 3px 5px;
    font-size: 14px;
    display: inline-block;
    background: #13b300;
    width: 26px;
    height: 26px;
    font-weight: 300;
    border-radius: 50%;
}

div#cart_postcode_box_dispaly {
    text-align: center;
}

.for_border {
    padding-top: 15px;
    padding-bottom: 15px;
}

body.home_page_tel .for_border {
    padding-top: 0px;
    padding-bottom: 0px;
}

.nivo-directionNav,
.slideshow .nivo-controlNav {
    display: none !important;
}

div#ship_left,
div#checkout-address,
.finalcart,
div#coupon-voucher,
div#payment_right {
    background: #dcdcdc;
    color: #000;
    padding: 15px;
}

div#reward_earned {
    font-size: 12px;
    border: 1px solid #fff;
    padding: 10px 10px;
    font-weight: 600;
    background: #dcdcdc;
}

.payment_message {
    font-size: 12px;
    background: #e2ff00;
    text-align: justify;
    padding: 15px;
}

.payment_hold {
    font-size: 16px;
    background: #ff0000;
    color: #fff;
    text-align: justify;
    padding: 15px;
    font-weight: bolder;
    border: 3px solid black;
    border-radius: 10px;
}

.active-orders {
    border: 6px solid #4ca14c;
    border-radius: 10px;
    background: #dbeebd;
}

.active-orders .order-list {
    border-bottom: 2px solid #4ca14c;
}

span#confirmbuttonprice {
    color: #000;
    font-weight: 600;
    font-size: 23px;
}

div.finalpricediv {
    background: #000;
    border: 0px;
    color: #fff;
    font-weight: 600;
}

.form-horizontal .control-label {
    font-weight: 500;
}

input#guest_postcode,
input#reg_postcode {
    padding: 0px;
    text-align: center;
}

input#postcodelookupGust,
input#reg_postcodelookup {
    margin: 5px auto;
    background: var(--secondary);
    color: #fff;
    border: none;
    line-height: 31px;
}

body.Feedback.Us input[type="text"] {
    width: 100%;
}

tfoot {
    background: #fff;
}

div#back_button a {
    background: #000;
    color: #fff;
    padding: 5px;
}

table#finalcarttable small {
    display: block;
}

div#back_button {
    text-align: right;
    padding: 0px;
}

.col-sm-6.floatRight {
    padding: 0px;
}

div#checkout h4.col-sm-6,
div#checkout h4.col-sm-12,
div#payment-method table.radio {
    padding: 0px;
}

div#checkout-address i.fa.fa-arrow-circle-down,
div#checkout-address i.fa.fa-arrow-circle-up {
    font-size: 15px;
    display: inline-block;
    float: right;
    margin: 0px 2px;
}

div#checkout-address a {
    font-size: 13px;
    text-transform: capitalize;
}

table#finalcarttable .name a {
    color: #000;
    font-size: 15px;
    margin: 0px;
    padding: 0px 10px;
    line-height: 0px;
    z-index: 11;
}

.optionicon,
span.toppingin.glyphicon.glyphicon-ok,
span.dressingin.glyphicon.glyphicon-ok,
span.right.glyphicon.glyphicon-ok {
    color: #00a52c;
}

.checkbox.options_dressings {
    font-size: 13px;
    line-height: 13px;
}

label.checkbox-inline.checkbox-dressings {
    padding: 0px;
}

.bundle_added_items li.list-group-item {
    border: 0px;
}

.bundle_added_items .list-group {
    list-style-type: none;
}

.regbutton {
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.forgot_div h1 {
    text-align: center;
}

.forgot_div input#email {
    margin: 0px auto;
}

body.Account.Login input.btn.btn-default {
    width: 100%;
    background: var(--secondary);
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    border: 0px;
    font-size: 16px;
    letter-spacing: .5px;
    margin: 0px;
}

.login-content h1 {
    text-align: center;
    font-size: 25px;
}

div#center_login {
    float: none;
    margin: auto;
    text-align: center;
}

div#reach-myaccount i {
    font-size: 58px;
    color: var(--secondary);
    margin: 18px 0px 0px 0px;
}

body.Feedback.Us div#content {
    margin: auto;
    float: none;
}

body.Your.Order div#content {
    margin: auto;
    float: none;
}

div#menu_closed_msg {
    margin: 0px auto;
    text-align: center;
    padding: 5px 0px;
}

#reservation_btn input.blacklink5 {
    background: var(--secondary);
}

body.Your.Order h1 {
    text-align: center;
}

body.Address.Book #content .content tr td {
    background: #dcdcdc;
    padding: 15px 20px;
}

body.Address.Book #content .content table {
    margin: 11px auto;
}

div#reward_earned span.point,
span#max_reward_point {
    font-size: 15px;
    font-weight: 800;
}

.heading h4 {
    color: var(--secondary);
    margin: 0px auto;
    padding: 7px 0px;
    font-size: 25px;
    text-transform: capitalize;
}

div#contentcat ul.nav.nav-tabs li {
    text-align: center;
    margin: auto;
    width: 33.33%;
    background: #fff;
}

div#contentcat ul.nav.nav-tabs li a {
    color: #000;
    border-radius: 0px;
    font-size: 20px;
    margin: 0px;
    transition: all 0.5s;
}

div#contentcat ul.nav.nav-tabs>li.active>a,
div#contentcat ul.nav.nav-tabs>li.active>a:hover,
div#contentcat ul.nav.nav-tabs>li.active>a:focus {
    background-color: #fff;
    color: #000;
    background: #fff;
    border: 0px;
    border-bottom: 5px solid var(--secondary);
}

.add .fa.fa-plus-circle,
.remove .fa.fa-minus-circle {
    display: block;
}

form#sidebarcheckoutform textarea {
    text-align: center;
    float: none;
    margin: auto;
    width: 90%;
    display: block;
}

div#change_add {
    text-align: right;
    padding: 0px;
}

div#change_add a {
    background: #000;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
}

h3#your_post {
    display: inline-block;
}

div#shipping-method .col-sm-8,
div#shipping-method .col-sm-12 {
    padding: 0px;
}


/*HOME PAGE DESIGN*/

#links ul li {
    display: inline-block;
    border-right: 1px solid #fff;
    line-height: 10px;
}

#links ul li a {
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

#links ul {
    padding: 0;
    margin: 0px auto;
}

div#links {
    text-align: center;
}

#links ul li:last-child {
    border: none;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#confirmfinalpayment .payment {
    min-height: 400px;
}

#confirmfinalpayment .button {
    color: #FFF;
    background: none;
    border: none;
}

body.Address.Book input.form-control,
body.Address.Book input[type="text"],
body.Address.Book input#postcode {
    width: 100%;
}

body.Address.Book a#postcodelookup {
    margin: 5px auto;
    padding: 5px 0px;
}

div#infotab ul li,
div#workinghours ul li {
    border-bottom: 1px dashed #b5b5b5;
    padding: 5px 0px;
    list-style-type: square;
    text-transform: capitalize;
}

div#infotab ul,
div#workinghours ul {
    padding: 0px 15px;
}

div#post_3 {
    padding: 0px;
}

body.home_page_tel .modal-backdrop.fade.in {
    opacity: 0;
    position: relative;
}

div#str_cls {}

div#str_cls h2 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}

div#str_cls h4 {
    text-align: center;
    font-size: 17px;
    font-weight: 300;
}

div#shipping-method .col-sm-7,
div#shipping-method .col-sm-12 {
    padding: 0px;
}

.modal-content .panel-group {
    margin: 20px auto;
}

.modal-content .panel-default {
    border: 0px;
    box-shadow: none;
}

div#login .has-feedback .form-control-feedback {
    top: 2px;
}

div#terms-popup .modal-header {
    padding: 10px 15px 28px 10px;
}

div#requested_time {
    clear: both;
}

div#free_products_popup .product-info_simple.odd {
    background: none;
    flex-basis: 100%;
}

div#free_products_popup .product_name {
    flex: 1;
}

div#etm-popup-free-option_53-1 {
    padding: 10px 15px;
}

.etm-popup-free-options.modal.fade.in {
    overflow: hidden !important;
}

body.Menu div#postcode-search-buttons {
    display: none;
}

.modal-footer {
    clear: both;
}

body.Gallery div#column-right,
body.About.Us div#column-right,
body.Feedback.Us div#column-right {
    display: none !important;
}

div#gust .register .control-label {
    text-align: left;
}

.haschillies_n,
.haschillies_new,
.haschillies_c,
.haschillies_c1,
.haschillies_v,
.haschillies_gf,
.haschillies_g {
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    position: relative;
    top: 5px;
    width: 20px;
    margin-top: 4px;
}

span.prodt_isveg {
    display: none;
}

.haschillies_v {
    background-image: url(images/v.png);
}

.haschillies_g {
    background-image: url(images/g.png);
}

.haschillies_c {
    background-image: url(images/c.png);
}

.haschillies_c1 {
    background-image: url(images/c2.png);
    width: 39px;
    height: 18px;
    background-size: 100% auto;
}

.haschillies_gf {
    background-image: url(images/gf.png);
}

.haschillies_new {
    background-image: url(images/new.png);
    background-size: 100% auto;
    width: 40px;
    height: 20px;
}

.haschillies_n {
    background-image: url(images/n.png);
}

div#cart_requested_times {
    clear: both;
}

a.side-cata-selected {
    background: #dcdcdc;
}

div#infotab ul,
div#workinghours ul {
    padding: 0px 15px;
}

div#infotab ul li,
div#workinghours ul li {
    border-bottom: 1px dashed #b5b5b5;
    padding: 5px 0px;
    list-style-type: square;
    text-transform: capitalize;
    font-size: 12px;
}

a#logname {
    display: block;
}

#time_and {
    width: 10px;
    display: inline-block;
}

span.pop-day {
    width: 90px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 12px;
}

span.pop-time {
    width: 120px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 12px;
}

body.Subscription label.col-lg-4.control-label {
    padding: 0px;
}

body.Subscription .form-horizontal .form-group {
    margin: 10px auto;
}

body.Menu div#head_right a {
    display: none;
}

body.Address.Book .col-sm-6.col-md-4 {
    min-height: 200px;
    max-height: 200px;
    word-break: break-word;
}


.opening-time ul {
    list-style: none;
    padding: 0px;
    text-transform: capitalize;
}

.opening-time ul li {
    text-transform: capitalize;
    display: flex;
    flex-flow: row;
    align-items: center;
    line-height: 26px;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;

}

span.home_day {
    flex-basis: 90px;
    text-align: left;
    flex-shrink: 0;
}

span.home_time {
    flex-basis: 138px;
    text-align: right;
    flex-shrink: 0;
}

span#time_line {
    flex-basis: 15px;
    text-align: center;
    flex-shrink: 0;
}

.prgloader {
    height: 5px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #dcdcdc;
}

.prgloader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 5px;
    background-color: var(--secondary);
    animation: prgloading 2s linear infinite;
}

.header-cart-item-count {
    display: none;
}

@keyframes prgloading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

.pgrightbottomfixed {
    position: fixed;
    bottom: 0;
}

.bundle_added_items .alert {
    padding: 9px;
    margin: 0;
}

.bundle_added_items .alert .right {
    float: right
}

.bootstrap-select.form-control {
    margin-bottom: 7px !important
}

.prodtpanels {
    overflow: visible !important
}

.siteNotLive p {
    background: #000000;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    font-size: 15px;
    padding: 5px 0px;
}

a.btop:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

span.haschillies_b {
    content: url(images/burger.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_t {
    content: url(images/taxi.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_d {
    content: url(images/driver.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_w {
    content: url(images/wrap.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_m {
    content: url(images/mushroom.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_tr {
    content: url(images/award.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_di {
    content: url(images/diamond.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_m {
    content: url(images/mushroom.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_r {
    content: url(images/rice.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_g {
    content: url(images/onion.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_f {
    content: url(images/fries.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_sl {
    content: url(images/bread.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_ha {
    content: url(images/cheese.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_sp {
    content: url(images/whitechilli.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_sh {
    content: url(images/drinks.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_m {
    content: url(images/mushroom.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_ho {
    content: url(images/jar.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_ch {
    content: url(images/chicken.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}

span.haschillies_s {
    content: url(images/salad.png);
    position: relative;
    top: 5px;
    border-radius: 50%;
}
div#welcome {
    background: #2F4F3E;
    padding: 10px 26px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    transition: background 0.2s, transform 0.15s;
    width: 233px;
    text-align: center;
}

div#welcome,
div#welcome a {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    text-decoration:none !important;
    margin: 18px auto 30px;
}
div#welcome a:hover{
    color: var(--gold);
    transform: translateY(-1px);
}

a#fb {
    /* background: #4267B2; */
}

a#tw {
    background: #00acee;
}

a#in {
    /* background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); */
}

.desktop_menu ul li {
    display: inline-block;
}

.desktop_menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.welcometo h2 {
    background: rgb(215 124 42 / 78%);
    width: 1000px;
    margin: auto;
    display: block;
    padding: 10px 15px;
    margin-bottom: 24px;
    font-weight: 700;
    font-style: italic;
    border-radius: 10px;
}

.slideshow .nivo-caption {
    position: absolute;
    background: none;
    color: #fff;
    opacity: 1;
    right: 0px;
    margin: auto;
    text-align: center;
    bottom: 45%;
}

.welcometo a.btn.btn-secondary:hover {
    text-decoration: none;
    transform: translate(10px, 0px);
}

.slideshow .nivo-controlNav {
    position: relative;
    right: auto;
    bottom: 0px;
    text-align: center;
    z-index: 99;
    width: 100%;
    padding: 30px 0px;
}


strong.visibl {
    visibility: hidden;
}

div#static {
    margin: 0px;
    padding: 30px 0px 150px 0px;
    background: url(images/online_bg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
}

div#static h2 {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 35px;
    font-family: "Barlow", sans-serif;
    font-size: 56px;
    color: #000;
}

div#featuredprd {
    width: 1000px;
    margin: auto;
    padding-top: 57px;
}

.in_fff {
    color: #fff;
}

.fprice {
    background: url(images/offer_bg.png) no-repeat center;
    background-size: 100% auto;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    font-size: 28px;
    font-weight: 700;
    padding: 5px 25px;
    border-radius: 6px;
    position: absolute;
    right: 0px;
    top: -56px;
    left: 0px;
    margin: auto;
}

div#featuredprd img {
    border: 5px solid #fff;
    margin: auto;
}

.fname a.btn.btn-primary {
    font-size: 23px;
    margin-top: 15px;
    font-family: "Barlow", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    background: #068b00 !important;
    border-radius: 45px;
    border-color: #068b00 !important;
}

.col-sm-12.nopad {
    padding: 0px;
}

.clearfix {
    clear: both;
    margin: 0px auto;
    height: 0px;
}

div#hometop .nivo-box {
    visibility: hidden;
}

a.button.toppingplus.disabled {
    background-color: #ccc;
    border-color: #ccc;
    color: #666;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}

.bundled_prodt_options.col-sm-12 {
    max-height: unset !important;
}

.image-paymentsel {
    height: 50px;
    width: auto;
    padding-left: 3px;
    padding-right: 4px;
    margin-right: 2px;

}

.payment-label {
    display: inline-block !important;
    border: 1px solid #c3c2c2;
    padding-left: 7px;
    border-radius: 5px;
    padding-right: 10px;
    min-height: 50px;
    min-width: 100px;
}

/* SUCCSESS WARNING */
.conformation-tick {
    text-align: center;
    width: 100%;
}

.fail-tick {
    height: 100px;
    background-color: red;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="%23f2771f" class="bi bi-exclamation-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708"/></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="%23f2771f" class="bi bi-exclamation-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708"/></svg>') no-repeat center;
    background-size: contain;
}

.warning-tick {
    height: 100px;
    background-color: #ffde06;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="%23f2771f" class="bi bi-exclamation-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z"/></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="%23f2771f" class="bi bi-exclamation-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z"/></svg>') no-repeat center;
    background-size: contain;
}

.success-tick {
    height: 100px;
    background-color: green;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="m10.97 4.97-.02.022-3.473 4.425-2.093-2.094a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05"/></svg>') no-repeat center / contain;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="m10.97 4.97-.02.022-3.473 4.425-2.093-2.094a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05"/></svg>') no-repeat center / contain;
    background-size: contain;
}

.contentx span.required {
    display: block;
    float: left;
}

.contentx label.control-label {
    text-align: left;
}

div#formdesign .container {
    width: 700px;
    margin: auto;
    padding: 50px 0px;
}
div#table_form {
    text-align: center;
}
div#formdesign input[type=password], div#formdesign input[type=text], div#formdesign select, div#formdesign textarea {
    width: 100%;
    background: transparent !important;
    border: 1px solid #2F4F3E;
    padding: 0 10px;
    margin: 0 0 20px 0;
    height: 44px !important;
    color: #000 !important;
    font-size: 15px;
    background: #fff;
    border-radius: 3px;
}

input[type='text'], input[type='password'], input[type='number'], textarea {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin: 5px auto;
}
input[type='text'], input[type='password'], textarea {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin: 5px auto;
}


#reservation_btn input.blacklink5 {
    margin-top: 15px;
    background: #2F4F3E;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    width: 320px;
    padding: 15px 5px;
    border-radius: 50px;
    border: 0;
}



div#header {
    background: #f7ead9;
}
div#logo img {
    margin: auto;
}
.Contact a.telcontact {
    background: none !important;
}

/* HERO */
.hero {
    min-height: 100vh;
    display: block;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
    background: url(images/banner-02.jpg) no-repeat top center;
    background-size: 100% auto;
}

.hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 80px 80px 80px;
    position: relative;
    z-index: 2;
    margin-top: 67px;
}

.hero-left::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, var(--amber) 40%, var(--amber) 60%, transparent)
}

.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px
}

.hero-eyebrow::before {
    content: '';
    width: 36px;
    height: 1px;
    background: var(--amber)
}

.hero-eyebrow span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--amber)
}

.hero-h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 130px;
    line-height: 0.92;
    color: var(--white);
    margin-bottom: 12px;
    letter-spacing: 2px
}

.hero-h1 em {
    color: var(--amber);
    font-style: normal
}

.hero-sub {
    font-size: 15px;
    font-weight: 300;
    color: var(--txt-dim);
    line-height: 1.8;
    max-width: 360px;
    margin-bottom: 48px
}

.hero-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap
}

.btn-amber {
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2F4F3E;
    color: #fff;
    padding: 14px 32px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid var(--amber);
    border-radius: 2px;
    transition: all 0.2s;
    border: none
}

.btn-amber:hover {
    background: var(--gold)
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--white);
    padding: 14px 32px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    transition: all 0.2s
}

.btn-ghost:hover {
    border-color: var(--white);
    color: var(--white)
}

.hero-stats {
    display: flex;
    gap: 48px;
    margin-top: 64px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.08)
}

.hero-stat .n {
    font-family: 'Bebas Neue', cursive;
    font-size: 46px;
    color: var(--gold);
    line-height: 1
}

.hero-stat .l {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--txt-dim);
    margin-top: 4px
}

.hero-right {
    position: relative;
    overflow: hidden
}

.hero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-right::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2
}

.hero-badge {
    position: absolute;
    bottom: 48px;
    left: 48px;
    background: var(--amber);
    color: var(--ink);
    padding: 20px 24px;
    border-radius: 3px;
    text-align: center;
    z-index: 3
}

.hero-badge .hbn {
    font-family: 'Bebas Neue', cursive;
    font-size: 42px;
    line-height: 1;
    display: block
}

.hero-badge .hbl {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-top: 2px
}

.hero-scroll {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 10;
    animation: sbounce 2.5s ease-in-out infinite
}

.hero-scroll .scl {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, var(--amber), transparent)
}

.hero-scroll span {
    font-size: 9px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--txt-dim)
}

@keyframes sbounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0)
    }

    50% {
        transform: translateX(-50%) translateY(10px)
    }
}

/* TICKER */
.ticker {
    background: #C8A96A;
    padding: 13px 0;
    overflow: hidden;
    white-space: nowrap
}

.ticker-inner {
    display: inline-flex;
    animation: ticker 24s linear infinite
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-family: 'Bebas Neue', cursive;
    font-size: 17px;
    color: var(--ink);
    letter-spacing: 2px;
    padding: 0 32px
}

.tdot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(18, 11, 4, 0.35);
    flex-shrink: 0
}

@keyframes ticker {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}
.Menu .cat-01 {
    background: #F5F0E6;
    padding: 20px 20px;
}
.Menu .cat-01 h3 {
    font-family: 'Playfair Display', serif;
    margin: 10px 0;
    font-size: 48px;
    font-weight: 900;
    color: #5C3A2E;
    line-height: 1.1;
    margin-bottom: 15px;
}
.Menu .cat-01 p {
    font-size: 16px;
    color: var(--muted);
    max-width: 520px;
    line-height: 1.7;
    font-weight: 300;
}

.allergen-bar {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      background: #F5F0E6;
      border: 1px solid rgba(212, 136, 58, 0.22);
      border-radius: 3px;
      padding: 30px 20px;
    }

    .allergen-icon {
      color: var(--amber);
      font-size: 18px;
      flex-shrink: 0;
      margin-top: 2px
    }

    .allergen-text {
      font-size: 14px;
      font-weight: 300;
      color: #5C3A2E;
      line-height: 1.8
    }

    .allergen-text strong {
      color: var(--amber);
      font-weight: 600
    }

    .atag {
      display: inline-block;
      background: rgba(212, 136, 58, 0.13);
      border: 1px solid rgba(212, 136, 58, 0.28);
      color: #5C3A2E;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.8px;
      padding: 2px 9px;
      border-radius: 20px;
      margin: 2px 3px
    }

    .socials {
      display: flex;
      gap: 10px
    }

    .socials a {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.09);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--txt-dim);
      font-size: 13px;
      transition: all 0.2s
    }

    .socials a:hover {
      background: var(--amber);
      border-color: var(--amber);
    }
    div#welcome_txt{
    background: var(--espresso);
    padding: 76px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--headerbg);
    }
    div#welcome_txt .container{
        width: 1170px !important;
    }
    div#welcome_txt .footer-logo-text {
  font-family: var(--font-cond);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--white);
  margin-bottom: 6px;
  margin-top: 15px;
}
div#welcome_txt .footer-tagline {
  font-family: var(--font-cond);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
div#welcome_txt {
    background-color: #5C3A2E;
    border-top: 2px solid var(--gold);
    padding-top: 70px;
    color: var(white);
    font-family: 'Barlow';
}
div#welcome_txt h3 {
    color: var(--gold);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.addressx{
    margin-bottom: 20px;
}
a.padtop {
    color: var(--off-white);
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
}
a.padtop:hover{
    color: var(--gold);
}

/* SECTIONS */
.sec {
    padding: 120px 50px;
}

.sec-ink {
    background: #F5F0E6;
}

.sec-dark {
    background: #2F4F3E;
}

.sec-mah {
    background: var(--mahogany)
}

.sec-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px
}

.sec-label::before {
    content: '';
    width: 26px;
    height: 1px;
    background: var(--amber)
}

.sec-title {
    font-family: 'Bebas Neue', cursive;
    font-size: 80px;
    line-height: 0.92;
    letter-spacing: 2px;
    color: #5C3A2E;
}
#boxes .sec-title {
    font-family: 'Bebas Neue', cursive;
    font-size: 80px;
    line-height: 0.92;
    letter-spacing: 2px;
    color: #F5F0E6;
}
/* PICKS */
.picks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 60px
}

.pick {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.pick img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(.25, .46, .45, .94);
    filter: brightness(0.7)
}

.pick:hover img {
    transform: scale(1.07);
    filter: brightness(0.55)
}

.pick-body {
    position: absolute;
    inset: 0;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(18, 11, 4, 0.92) 0%, transparent 55%)
}

.pick-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 8px
}

.pick-name {
    font-family: 'Fraunces', serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 6px;
    line-height: 1.15
}

.pick-desc {
    font-size: 13px;
    font-weight: 300;
    color: var(--txt-dim);
    margin-bottom: 14px;
    line-height: 1.5
}

.pick-price {
    font-family: 'Bebas Neue', cursive;
    font-size: 38px;
    color: var(--amber);
    line-height: 1
}

.pick-add {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--amber);
    color: var(--ink);
    border: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 0.25s, transform 0.25s
}

.pick:hover .pick-add {
    opacity: 1;
    transform: scale(1)
}

/* MENU */
.menu-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 4px;
    overflow: hidden;
    margin-top: 60px
}

.menu-sidebar {
    background: var(--mahogany);
    padding: 32px 0
}

.mtab {
    padding: 16px 28px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--txt-dim);
    cursor: pointer;
    transition: all 0.2s;
    border-left: 3px solid transparent;
    display: flex;
    align-items: center;
    gap: 12px
}

.mtab i {
    font-size: 15px;
    width: 18px;
    text-align: center
}
.Contact.Us .container {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.Contact div#entss {
    padding: 20px 178px;
}
.mtab:hover,
.mtab.on {
    background: rgba(212, 136, 58, 0.1);
    color: var(--white);
    border-left-color: var(--amber)
}

.menu-content {
    background: var(--espresso);
    padding: 44px
}

.mpane {
    display: none
}

.mpane.on {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 36px;
    align-items: start
}

.mitem {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.mitem:last-child {
    border-bottom: none
}

.mil {
    flex: 1
}

.mi-name {
    font-family: 'Fraunces', serif;
    font-size: 19px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 4px
}

.mi-desc {
    font-size: 13px;
    font-weight: 300;
    color: var(--txt-dim);
    line-height: 1.5
}

.mi-dots {
    flex: 1;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.12);
    margin: 0 10px;
    align-self: center;
    min-width: 20px
}

.mi-price {
    font-family: 'Bebas Neue', cursive;
    font-size: 26px;
    color: var(--amber);
    white-space: nowrap
}

.msimg {
    border-radius: 3px;
    overflow: hidden;
    position: sticky;
    top: 96px
}

.msimg img {
    width: 100%;
    height: 260px;
    object-fit: cover
}

.spec-box {
    background: var(--mahogany);
    padding: 22px;
    border-radius: 3px;
    margin-top: 14px
}

.spec-box .sbt {
    font-family: 'Bebas Neue', cursive;
    font-size: 22px;
    color: var(--gold);
    margin-bottom: 14px;
    letter-spacing: 1px
}

.srow {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07)
}

.srow:last-child {
    border-bottom: none
}

.srow .srn {
    font-size: 13px;
    color: var(--txt-mid);
    font-weight: 300
}

.srow .srp {
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
    color: var(--amber)
}

.btn-add-xs {
    background: rgba(212, 136, 58, 0.12);
    border: 1px solid var(--amber);
    color: var(--amber);
    padding: 7px 14px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 2px;
    margin-left: 14px;
    transition: all 0.18s;
    white-space: nowrap
}

.btn-add-xs:hover {
    background: var(--amber);
    color: var(--ink)
}

/* DIPS */
.dips-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 44px;
    justify-content: center
}

.dip-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 40px;
    padding: 11px 20px;
    transition: border-color 0.2s
}

.dip-pill:hover {
    border-color: var(--amber)
}

.ddot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--amber);
    flex-shrink: 0
}

.dname {
    font-size: 13px;
    font-weight: 500;
    color: var(--txt-mid)
}

.dprice {
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
    color: var(--amber)
}

/* BANANA */
.banana-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 620px
}

.banana-img-col {
    position: relative;
    overflow: hidden
}

.banana-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banana-img-col::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 90px;
    background: linear-gradient(to right, transparent, var(--ink))
}

.banana-info {
    background: var(--ink);
    padding: 80px 72px 80px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.bp-row {
    display: flex;
    gap: 44px;
    align-items: flex-end;
    margin: 36px 0
}

.bpb .bpn {
    font-family: 'Bebas Neue', cursive;
    font-size: 76px;
    color: var(--amber);
    line-height: 1;
    display: block
}

.bpb .bpl {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--txt-dim)
}

.bpsep {
    width: 1px;
    height: 64px;
    background: rgba(255, 255, 255, 0.1)
}

.flavor-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 32px
}

.fbtn {
    padding: 8px 16px;
    border-radius: 30px;
    border: 1.5px solid rgba(255, 255, 255, 0.14);
    background: transparent;
    color: var(--txt-mid);
    font-size: 12px;
    font-weight: 500;
    transition: all 0.18s;
    cursor: pointer
}

.fbtn:hover,
.fbtn.on {
    background: var(--amber);
    border-color: var(--amber);
    color: var(--ink);
    font-weight: 700
}

/* BOXES */
.boxes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    margin-top: 56px
}

.bxtile {
    background: #F5F0E6;
    padding: 34px 26px;
    position: relative;
    transition: background 0.25s, transform 0.25s;
    border-bottom: 3px solid transparent
}

.bxtile:hover {
    background: #b3b0ab;
    transform: translateY(-5px);
    border-bottom-color: var(--amber)
}

.bxnum {
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.05);
    line-height: 1;
    position: absolute;
    top: 14px;
    right: 18px
}

.bxtag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 12px
}

.bxname {
    font-family: 'Fraunces', serif;
    font-size: 21px;
    font-weight: 700;
    color: #5C3A2E;
    margin-bottom: 9px;
    line-height: 1.2
}

.bxdesc {
    font-size: 13px;
    font-weight: 300;
    color: #5C3A2E;
    line-height: 1.6;
    margin-bottom: 22px;
    min-height: 54px
}

.bxfoot {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bxprice {
    font-family: 'Bebas Neue', cursive;
    font-size: 42px;
    color: var(--amber);
    line-height: 1
}

/* ORDER */
.order-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 28px;
    margin-top: 56px;
    align-items: start
}

.order-card {
    background: var(--espresso);
    border-radius: 4px;
    overflow: hidden
}

.order-head {
    background: linear-gradient(135deg, var(--mahogany), var(--sienna));
    padding: 36px 44px
}

.order-head h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 48px;
    color: var(--white);
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 8px
}

.order-head p {
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    margin: 0
}

.order-body {
    padding: 38px 44px
}

.fl {
    margin-bottom: 22px
}

.fl label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 9px
}

.fi {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1.5px solid rgba(255, 255, 255, 0.09);
    border-radius: 3px;
    padding: 13px 16px;
    color: var(--white);
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    transition: border-color 0.2s
}

.fi:focus {
    border-color: var(--amber);
    background: rgba(212, 136, 58, 0.04)
}

.fi::placeholder {
    color: rgba(255, 255, 255, 0.22)
}

textarea.fi {
    resize: vertical;
    min-height: 86px
}

select.fi option {
    background: var(--mahogany);
    color: var(--white)
}

.pcwrap {
    position: relative
}

.pcbadge {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 700
}

.pcok {
    color: #4caf50
}

.pcfail {
    color: #ef5350
}

.pcnote {
    font-size: 12px;
    margin-top: 8px;
    padding: 9px 13px;
    border-radius: 2px;
    border-left: 3px solid var(--amber);
    background: rgba(212, 136, 58, 0.07);
    color: rgba(255, 255, 255, 0.5)
}

.pcnote.err {
    border-left-color: #ef5350;
    background: rgba(239, 83, 80, 0.07);
    color: #ef9a9a
}

/* Calendar */
.calbox {
    background: rgba(255, 255, 255, 0.03);
    border: 1.5px solid rgba(255, 255, 255, 0.07);
    border-radius: 3px;
    overflow: hidden
}

.calhd {
    background: var(--mahogany);
    padding: 13px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.calnav {
    background: none;
    border: none;
    color: var(--gold);
    font-size: 20px;
    padding: 0 6px;
    transition: color 0.2s
}

.calnav:hover {
    color: var(--white)
}

.calmy {
    font-family: 'Fraunces', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--white)
}

.calgd {
    display: grid;
    grid-template-columns: repeat(7, 1fr)
}

.cdn {
    text-align: center;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--txt-dim);
    padding: 9px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.cd {
    text-align: center;
    padding: 9px 4px;
    font-size: 13px;
    color: var(--txt-mid);
    cursor: pointer;
    transition: all 0.15s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03)
}

.cd:hover {
    color: var(--white);
    background: rgba(212, 136, 58, 0.1)
}

.cd.sel {
    background: var(--amber);
    color: var(--ink);
    font-weight: 700
}

.cd.today {
    color: var(--gold);
    font-weight: 600
}

.cd.dis {
    color: rgba(255, 255, 255, 0.13);
    pointer-events: none
}

.cd.emp {
    pointer-events: none
}

/* Time slots */
.tsgrid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 9px
}

.tslot {
    padding: 9px 15px;
    border-radius: 2px;
    border: 1.5px solid rgba(255, 255, 255, 0.09);
    background: transparent;
    color: var(--txt-dim);
    font-size: 12px;
    font-weight: 500;
    transition: all 0.18s;
    cursor: pointer
}

.tslot:hover,
.tslot.sel {
    background: var(--amber);
    border-color: var(--amber);
    color: var(--ink);
    font-weight: 700
}

.btn-submit {
    width: 100%;
    background: var(--amber);
    border: none;
    color: var(--ink);
    padding: 17px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: background 0.2s, transform 0.15s;
    margin-top: 6px
}

.btn-submit:hover {
    background: var(--gold);
    transform: translateY(-1px)
}

/* Cart */
.cart-card {
    background: var(--espresso);
    border-radius: 4px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: sticky;
    top: 90px
}

.cart-card h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
    letter-spacing: 2px;
    color: var(--white);
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07)
}

.cempty {
    text-align: center;
    padding: 38px 0;
    color: var(--txt-dim);
    font-size: 13px;
    font-weight: 300
}

.cempty i {
    font-size: 30px;
    color: rgba(212, 136, 58, 0.25);
    display: block;
    margin-bottom: 10px
}

.cline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 13px
}

.cline .cln {
    color: var(--txt-mid);
    flex: 1;
    font-weight: 300
}

.cline .clq {
    color: var(--amber);
    margin: 0 7px;
    font-size: 12px
}

.cline .clp {
    color: var(--white);
    font-weight: 600
}

.cline .clr {
    color: rgba(255, 255, 255, 0.18);
    margin-left: 9px;
    cursor: pointer;
    transition: color 0.2s
}

.cline .clr:hover {
    color: #ef5350
}

.ctotal {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 6px
}

.ctotal .ctl {
    color: var(--txt-dim);
    font-size: 12px;
    font-weight: 300
}

.ctotal .ctv {
    font-family: 'Bebas Neue', cursive;
    font-size: 26px;
    color: var(--amber)
}

.cinfo {
    background: rgba(212, 136, 58, 0.06);
    border: 1px solid rgba(212, 136, 58, 0.14);
    border-radius: 3px;
    padding: 14px;
    font-size: 12px;
    color: var(--txt-dim);
    line-height: 1.7;
    margin-top: 14px
}

.cinfo strong {
    color: var(--amber);
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

/* RESERVE */
.res-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 56px
}

.res-visual {
    position: relative;
    overflow: hidden;
    min-height: 500px
}

.res-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.res-visual-over {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(18, 11, 4, 0.25), rgba(18, 11, 4, 0.72));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 44px
}

.rvdet {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 18px
}

.rvicon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(212, 136, 58, 0.18);
    border: 1px solid var(--amber);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--amber);
    font-size: 13px;
    flex-shrink: 0
}

.rvl {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--amber)
}

.rvv {
    font-size: 13px;
    font-weight: 300;
    color: var(--txt-mid);
    margin-top: 3px
}

.res-form {
    background: var(--espresso);
    padding: 52px
}

.res-form h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    color: var(--white);
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 6px
}

.res-form p {
    font-size: 13px;
    font-weight: 300;
    color: var(--txt-dim);
    margin-bottom: 28px
}

.pbtns {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 9px
}

.pbtn {
    width: 43px;
    height: 43px;
    border-radius: 3px;
    border: 1.5px solid rgba(255, 255, 255, 0.11);
    background: transparent;
    color: var(--txt-mid);
    font-family: 'Bebas Neue', cursive;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.18s
}

.pbtn:hover,
.pbtn.on {
    background: var(--amber);
    border-color: var(--amber);
    color: var(--ink)
}

.btn-res {
    width: 100%;
    background: var(--amber);
    border: none;
    color: var(--ink);
    padding: 17px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: background 0.2s;
    margin-top: 6px
}

.btn-res:hover {
    background: var(--gold)
}
.cta-banner {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 100px 125px;
    background: #5C3A2E;
}
.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=1800&q=80);
    background-size: cover;
    background-position: center;
    opacity: 0.12;
}
.cta-banner-title {
    font-size: 64px;
    font-weight: 600;
    color: var(--white);
    line-height: 1.05;
    margin-bottom: 20px;
}
.cta-banner-title em {
    font-style: italic;
    color: var(--gold);
}
.cta-banner-sub {
    font-size: 17px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 44px;
    line-height: 1.7;
}
.btn-cta-white {
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--burgundy);
    background: var(--white);
    padding: 18px 48px;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.25s;
    margin-right: 16px;
}
.btn-cta-ghost-white {
    border-radius: 45px ;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    background: #2F4F3E;
    padding: 18px 44px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: inline-block;
    transition: all 0.25s;
    text-decoration: none !important;
}
.footer-links a {
    color: var(--off-white);
    font-size: 14px;
    text-decoration: none !important;
    transition: color 0.2s;
}
.footer-links a:hover{
    color: var(--gold);
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.powered, .powered a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
#footer_bg .container {
    margin-top: 56px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0;
    align-items: center;
    text-align: center;
}

.Catering section { padding: 80px 24px; }
 .Catering  .container { max-width: 100%; margin: 0 auto; }

  .Catering.section-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--caramel);
    display: block;
    margin-bottom: 12px;
  }

  .Catering .section-title {
    font-family: 'Playfair Display', serif;
    font-size:  40px;
    font-weight: 700;
    color: #5C3A2E;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .Catering .menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 40px;
   }

  /* ── INTRO ── */
  .Catering .intro { background: #F5F0E6; }
  .Catering .intro-inner {
    display: block;
    text-align: center;
    align-items: center;
  }
  .Catering .intro-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--muted);
    margin-top: 16px;
  }
  .Catering .intro-visual {
    background: var(--tan);
    border-radius: 12px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    position: relative;
    overflow: hidden;
  }
  .Catering .intro-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 30%, rgba(200,151,58,0.25), transparent 60%);
  }
  .Catering .intro-text p {
    font-size: 20px;
    max-width: 794px;
    margin: 24px auto 40px;
    line-height: 1.7;
    font-weight: 300;
    animation: fadeUp 1s 0.2s ease both;
    position: relative;
    }

  /* ── CATER FOR ── */
  .Catering .cater { background: #F5F0E6;padding: 80px 24px; }
  .Catering .cater-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
    margin-top: 36px;
  }
  .Catering .cater-item {
    background: white;
    border-radius: 8px;
    padding: 18px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    color: var(--deep-brown);
    box-shadow: 0 1px 4px rgba(59,38,16,0.07);
    transition: transform 0.15s, box-shadow 0.15s;
  }
  .Catering .cater-item:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(59,38,16,0.1); }
  .Catering .cater-item span { font-size: 20px; }

  /* ── MENU ── */
  .Catering .menu { background: #F5F0E6; padding: 80px 24px; }
 
  .Catering .menu .section-label { color: var(--caramel); }
  .Catering.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 40px;
  }
  .Catering .menu-card {
    background: rgba(255,255,255,0.45);
    border: 1px solid rgba(200,151,58,0.2);
    border-radius: 12px;
    padding: 28px 24px;
    transition: border-color 0.2s, background 0.2s;
  }
  .Catering .menu-card:hover { border-color: var(--caramel); background: rgba(200,151,58,0.07); }
  .Catering .menu-card-icon { font-size: 2rem; margin-bottom: 14px; }
  .Catering .menu-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.3rem;
    color: #5C3A2E;
    margin-bottom: 12px;
  }
  .Catering .menu-card ul { list-style: none; padding: 0; }
  .Catering .menu-card ul li {
    color: #5C3A2E;
    font-size: 14px;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .Catering .menu-card ul li:last-child { border: none; }
  .Catering .flavors-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
  }
  .Catering .tag {
    background: rgba(200,151,58,0.15);
    color: var(--caramel);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 100px;
  }

  /* ── PACKAGES ── */
  .Catering .packages { background: #F5F0E6; padding: 80px 24px;}
  .Catering .packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 40px;
  }
  .Catering .pkg-card {
    background: white;
    border-radius: 12px;
    padding: 28px 22px;
    border: 1.5px solid var(--tan);
    position: relative;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .Catering .pkg-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(59,38,16,0.1); }
  .Catering .pkg-card.featured { border-color: var(--caramel); }
  .Catering .pkg-card.featured::before {
    content: 'Popular';
    position: absolute;
    top: 14px; right: -22px;
    background: var(--caramel);
    color: var(--deep-brown);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 32px;
    transform: rotate(45deg);
  }
  .Catering .pkg-icon { font-size: 2rem; margin-bottom: 16px; }
 .Catering  .pkg-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: bold;
    color: var(--deep-brown);
    margin-bottom: 10px;
  }
  .Catering .pkg-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }

  /* ── NOTICE ── */
  .Catering .notice { background: #f5f0e6; padding: 50px 24px; }
  .Catering .notice-inner {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    align-items: center;
  }
  .Catering .notice-item { text-align: center; }
  .Catering .notice-num {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 900;
    color: #5C3A2E;
    margin-bottom: 30px;
    line-height: 1;
  }
  .Catering .notice-label { font-size: 14px; color: #5C3A2E; margin-top: 6px; }
  .Catering .notice-divider { width: 1px; height: 60px; background: rgba(255,255,255,0.25); margin: 0 auto; }

  /* ── WHY US ── */
  .Catering .why { background: #F5F0E6; padding: 80px 24px;}
  .Catering .why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 40px;
  }
  .Catering .why-card {
    padding: 24px 20px;
    border-radius: 10px;
    background: var(--cream);
    border-left: 3px solid var(--caramel);
    transition: transform 0.15s;
  }
  .Catering .why-card:hover { transform: translateX(4px); }
  .Catering .why-card .icon { font-size: 1.6rem; margin-bottom: 10px; }
  .Catering .why-card p { font-size: 14px; font-weight: 500; color: var(--deep-brown); }

  /* ── DIETARY ── */
  .Catering .dietary { background: #F5F0E6; padding: 80px 24px;}
  .Catering .dietary-inner {
    display: block;
    text-align: center;
    /* gap: 20px; */
    margin-top: 32px;
    flex-wrap: wrap;
  }
  .Catering .dietary-badge {
    background: white;
    border-radius: 100px;
    padding: 12px 28px;
    font-weight: 600;
    color: var(--olive);
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(92,107,58,0.12);
  }
  .menu-link {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 2px;
    transition: color 0.3s, border-color 0.3s;
}
.menu-link:hover {
    color: var(--gold);
    border-color: var(--gold);
}
  .Menu .cat-01 a{
    background: #2F4F3E;
    color: #fff !important;
    padding: 15px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
  }
  #menu .nav > li > a{
    background-color: transparent;
    color: #5C3A2E;
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
    text-align: center;
    padding: 15px 3px;
    min-height: 15px;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Jost', sans-serif;
    letter-spacing: 1.5px;
    border-right: 1px solid #5c3a2e;
}

#menu .nav > li:last-child > a{
    border-right: none;
}
  /* ── FORM ── */
  .Catering .enquiry { background: #F5F0E6; padding: 80px 24px; }
  .Catering .enquiry .section-label { color: var(--caramel); }
  .Catering .enquiry-sub {
    color: rgba(250,246,239,0.65);
    font-size: 1.05rem;
    margin-bottom: 40px;
    max-width: 500px;
  }
 
  .Catering .form-group { display: block; flex-direction: column; gap: 6px; }
  .Catering .form-group.full { grid-column: 1 / -1; }
 .Catering  .form-group label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(250,246,239,0.5);
  }
  .Catering .form-group input,
  .Catering .form-group select,
  .Catering .form-group textarea {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(200,151,58,0.2);
    border-radius: 8px;
    padding: 13px 16px;
    color: var(--warm-white);
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
  }
  .Catering .form-group input::placeholder,
  .Catering .form-group textarea::placeholder { color: rgba(250,246,239,0.3); }
  .Catering .form-group input:focus,
  .Catering .form-group select:focus,
  .Catering .form-group textarea:focus {
    border-color: var(--caramel);
    background: rgba(200,151,58,0.08);
  }
  .Catering .form-group select option { background: var(--deep-brown); }
  .Catering .form-group textarea { resize: vertical; min-height: 100px; }
  .Catering .form-submit { margin-top: 20px; }

  /* ── WHATSAPP CTA ── */
  .Catering .wa-cta {
    background: #F5F0E6;
    padding: 48px 24px;
    text-align: center;
  }
  .cater span.section-label {
    color: var(--caramel);
   }
   .packages span.section-label {
    color: var(--caramel);
    }
  .Catering .wa-cta p { font-size: 30px; color: #5C3A2E; font-weight: 500; margin-bottom: 20px; }
  .Catering .btn-wa-big {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: white;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 36px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
  }
  .Catering .btn-wa-big:hover { background: #20c45a; transform: translateY(-2px); }

  /* ── REVIEWS ── */
  .Catering .reviews { background: #F5F0E6; padding: 80px 24px; }
  .Catering .reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 40px;
  }
  .Catering .review-card {
    background: white;
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 2px 12px rgba(59,38,16,0.06);
    position: relative;
  }
  .Catering .stars { color: var(--caramel); font-size: 18px; margin-bottom: 14px; }
  .Catering .review-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--muted);
    font-style: italic;
  }
  .Catering .review-author {
    margin-top: 16px;
    font-weight: 600;
    font-size: 14px;
    color: var(--deep-brown);
  }
  .Catering .review-card::before {
    content: '"';
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    color: var(--tan);
    position: absolute;
    top: 8px; right: 20px;
    line-height: 1;
  }

  /* ── FAQ ── */
  .Catering .faq { background: #F5F0E6; padding: 80px 24px; }
  .Catering .faq-list { margin-top: 40px; display: flex; flex-direction: column; gap: 12px; }
  .Catering .faq-item {
    background: white;
    border-radius: 10px;
    border: 1px solid var(--tan);
    overflow: hidden;
  }
  .Catering .faq-q {
    width: 100%;
    text-align: left;
    padding: 20px 24px;
    font-weight: 600;
    font-size: 15px;
    color: var(--deep-brown);
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'DM Sans', sans-serif;
    transition: background 0.15s;
  }
  .Catering .faq-q:hover { background: var(--cream); }
  .Catering .faq-q .arrow { font-size: 18px; color: var(--caramel); transition: transform 0.2s; }
  .Catering .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.2s;
    font-size: 14px;
    color: var(--muted);
    line-height: 1.7;
    padding: 0 24px;
  }
  .Catering .faq-item.open .faq-a { max-height: 200px; padding: 0 24px 20px; }
  .Catering .faq-item.open .arrow { transform: rotate(45deg); }

  /* ── FINAL CTA ── */
  .Catering .final-cta {
    background: var(--caramel);
    padding: 90px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .Catering .final-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #F5F0E6;
  }
  .Catering .final-cta h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: var(--deep-brown);
    font-weight: 900;
    margin-bottom: 12px;
    position: relative;
  }
  .Catering .final-cta p {
    color: rgba(59,38,16,0.7);
    font-size: 1.1rem;
    margin-bottom: 36px;
    position: relative;
  }
  .Catering .final-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
  }
  .Catering .btn-dark {
    background: #2F4F3E;
    color: var(--warm-white) !important;
    padding: 15px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    border: none;
    cursor: pointer;
    display: inline-block;
  }
  a#wh img {
    width: 16px;
}  
  .Catering .btn-dark:hover { color:#fff !important; background: var(--mid-brown); transform: translateY(-2px); }
  .Catering .btn-outline-dark {
    background: transparent;
    color: #2F4F3E;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid #2F4F3E;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  }
  .Catering .btn-outline-dark:hover { background: var(--deep-brown); color: white; }

  /* ── FOOTER ── */
  .Catering footer {
    background: var(--text);
    padding: 28px 24px;
    text-align: center;
    color: rgba(250,246,239,0.4);
    font-size: 13px;
  }
  .Catering footer span { color: var(--caramel); }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes scrollPulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 1; }
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 700px) {
    .Catering .intro-inner { grid-template-columns: 1fr; gap: 32px; }
    .Catering .intro-visual { height: 200px; }
    .Catering .notice-inner { grid-template-columns: 1fr; gap: 20px; }
    .Catering .notice-divider { width: 60px; height: 1px; }
    .Catering .form-grid { grid-template-columns: 1fr; }
  }
 .faq-container {
            max-width: 800px;
            margin: 50px auto;
        }

        .faq-title {
            text-align: center;
            margin-bottom: 30px;
            font-weight: bold;
        }

        .faq-item {
            border: 1px solid #ddd;
            margin-bottom: 10px;
            border-radius: 4px;
            overflow: hidden;
        }

        .faq-question {
            display: block;
            padding: 15px;
            background: #f8f8f8;
            cursor: pointer;
            font-weight: 600;
        }

        .faq-question:hover {
            background: #eee;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
            padding: 0 15px;
            background: #fff;
        }

        /* Toggle logic */
        input[type="checkbox"] {
            display: none;
        }

        input:checked + .faq-question + .faq-answer {
            max-height: 200px;
            padding: 15px;
        }
  
  .banner-area.section-block {
    background: #F5F0E6;
    color: #fff;
    padding: 20px 20px;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
}
.banner-area.section-block h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 8vw, 6.5rem);
    font-weight: 900;
    color: #5C3A2E;
    line-height: 1.05;
    position: relative;
    animation: fadeUp 0.9s 0.1s ease both;
}
.banner-area.section-block p {
    font-size: 20px;
    color: var(--muted);
    max-width: 520px;
    margin: 24px auto 40px;
    line-height: 1.7;
    font-weight: 300;
    animation: fadeUp 1s 0.2s ease both;
    position: relative;
}
.banner-area.section-block a {
    background: #2F4F3E;
    color: #fff !important;
    padding: 15px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
}
.About .ll-btn {
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
}

.About .ll-btn--primary {
  background: #4a2e1f;
  color: #fff;
  border: none;
}

.About .ll-btn--outline {
  background: transparent;
  border: 2px solid #4a2e1f;
  color: #4a2e1f;
  margin-left: 10px;
}

/* HERO */
.About .ll-hero {
  text-align: center;
}

.About .ll-hero__title {
  font-family: 'Playfair Display', serif;
    margin: 10px 0;
    font-size: 64px;
    font-weight: 900;
    color: #5C3A2E;
    line-height: 1.1;
    margin-bottom: 0;
}

.About .ll-hero__label {
  color: #c8a96a;
  letter-spacing: 2px;
  font-size: 14px;
}

.About .ll-hero__subtitle {
  font-size: 18px;
}

.About .ll-divider {
  width: 80px;
  height: 2px;
  background: #c8a96a;
  margin: 20px auto;
}

/* STORY */
.About .ll-story {
  display: flex;
  gap: 40px;
  padding:0px 90px;
  align-items: center;
}

.About .ll-story__content {
  flex: 1;
  line-height: 1.8;
  color: #4a2e1f;
  font-size: 18px;
  text-align: center;
}

.About .ll-story__visual {
  flex: 1;
  height: 300px;
  background: #e8dccb;
  border-radius: 20px;
}

/* VALUES */
.About .ll-values {
  text-align: center;
  padding: 15px 40px;
}

.About .ll-values__title {
      font-family: 'Playfair Display', serif;
    margin: 10px 0;
    font-size: 64px;
    font-weight: 900;
    color: #5C3A2E;
    line-height: 1.1;
    margin-bottom: 60px;
}

.About .ll-values__label {
  color: #c8a96a;
  letter-spacing: 2px;
  font-size: 14px;
}

.About .ll-values__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.About .ll-values__item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: 'Playfair Display';
    color: #5C3A2E;
}
.About .ll-values__item {
      text-align: center;
    padding: 40px 6px;
    background: #ffff;
    border: 1px solid var(--gold-border);
    border-top: 3px solid var(--gold);
    border-radius: 2px;
    margin-bottom: 24px;
    transition: box-shadow 0.25s, transform 0.25s;
}

/* CTA */
.About .ll-cta {
  background: #efe3d3;
  text-align: center;
  padding: 60px 20px;
  border-radius: 20px;
  margin: 40px;
}

.About .ll-cta__title {
  font-size: 32px;
}

.About .ll-cta__actions a {
    text-align: center;
    background: var(--secondary);
    border: 1px solid var(--secondary);
    color: #fff;
    cursor: pointer;
    display: block;
    width: 200px;
    font-weight: bold;
    padding: 15px 15px;
    text-decoration: none;
    margin: 0px auto 59px;
    border-radius: 2px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.33);
    font-size: 20px;
    transition: all 0.5s;
    margin-top: 20px;
}

.About-infosection {
    background: #F5F0E6 !important;
    padding: 10px 20px;
}


.Reviews .review-info{
    padding: 80px 20px;
    background: #F5F0E6 !important;
}
.Reviews .ll-divider {
    width: 80px;
    height: 2px;
    background: #c8a96a;
    margin: 20px auto;
}
.Reviews div#review-grid h3 {
    font-family: 'Playfair Display', serif;
    margin: 10px 0;
    font-size: 64px;
    font-weight: 900;
    color: #5C3A2E;
    line-height: 1.1;
    margin-bottom: 0;
}
.Reviews div#review-grid p {
    flex: 1;
    line-height: 1.8;
    color: #4a2e1f;
    font-size: 18px;
}
.Reviews .review-grid {
    display: block;
    text-align: center;
    /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px; */
    margin-top: 40px;
}
.Reviews a.review-btn {
    text-align: center;
    background: var(--secondary);
    border: 1px solid var(--secondary);
    color: #fff;
    cursor: pointer;
    display: block;
    width: 200px;
    font-weight: bold;
    padding: 15px 15px;
    text-decoration: none;
    margin: 0px auto 59px;
    border-radius: 2px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.33);
    font-size: 18px;
    transition: all 0.5s;
    margin-top: 20px;
}
.Reviews .review-card {
    background: white;
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 2px 12px rgba(59, 38, 16, 0.06);
    position: relative;
    width: 500px;
    margin: 0px auto 30px;
}

.Contact .contactcinfo{
    text-align: center;
}
.Contact .contactcinfo h3 {
    font-family: 'Playfair Display', serif;
    margin: 10px 0;
    font-size: 64px;
    font-weight: 900;
    color: #5C3A2E;
    line-height: 1.1;
    margin-bottom: 0;
}
.Contact .contactcinfo p {
    font-size: 20px;
    color: var(--muted);
    max-width: 520px;
    margin: 24px auto 40px;
    line-height: 1.7;
    font-weight: 300;
    animation: fadeUp 1s 0.2s ease both;
    position: relative;
}
.Contact .contactcinfo a {
    background: #2F4F3E;
    color: #fff;
    padding: 15px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
}
.Contact .contactcinfo .social a {
    background-color: #5C3A2E !important;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 16px !important;
    height: 32px;
    line-height: 15px;
    margin: 4px auto;
    padding: 8px 0px;
    text-align: center;
    width: 32px;
    border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -khtml-border-radius: 50% 50% 50% 50%;
}
.Contact .contactcinfo{
    text-align: center;
}
.Contact .contactcinfo h3 {
    font-family: 'Playfair Display', serif;
    margin: 10px 0;
    font-size: 64px;
    font-weight: 900;
    color: #5C3A2E;
    line-height: 1.1;
    margin-bottom: 0;
}
.Contact .contactcinfo p {
    font-size: 20px;
    color: var(--muted);
    max-width: 520px;
    margin: 24px auto 40px;
    line-height: 1.7;
    font-weight: 300;
    animation: fadeUp 1s 0.2s ease both;
    position: relative;
}
.Contact .contactcinfo a {
    background: #2F4F3E;
    color: #fff;
    padding: 15px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
}
.Contact .contactcinfo .social a {
    background-color: #5C3A2E !important;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 16px !important;
    height: 32px;
    line-height: 15px;
    margin: 4px auto;
    padding: 8px 0px;
    text-align: center;
    width: 32px;
    border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -khtml-border-radius: 50% 50% 50% 50%;
}
/* FAQ Section */
.faq{
    background:linear-gradient(180deg,#f7f2e8 0%,#efe6d8 100%);
    padding:90px 0 0;
}
 
/* Heading */
.faq .section-title{
    text-align:center;
    font-size:64px;
    font-weight:700;
    color:#5b392f;
    margin-bottom:55px;
    letter-spacing:1px;
}
 
/* Accordion */
#faqAccordion{
    max-width:950px;
    margin:0 auto;
}
 
/* Panel */
#faqAccordion .panel{
    border:none;
    box-shadow:none;
    background:none;
    margin-bottom:18px;
    border-radius:18px;
    overflow:hidden;
}
 
/* Question */
#faqAccordion .panel-heading{
    padding:0;
    border:none;
    background:none;
}
 
#faqAccordion .panel-title{
    margin:0;
}
 
#faqAccordion .panel-title a{
    display:block;
    position:relative;
    padding:22px 70px 22px 28px;
    background:#fff;
    color:#3e2d24;
    font-size:18px;
    font-weight:700;
    text-decoration:none !important;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s ease;
}
 
#faqAccordion .panel-title a:hover{
    background:#fcfaf7;
}
 
/* Plus icon */
#faqAccordion .panel-title a:after{
    content:"+";
    position:absolute;
    right:28px;
    top:50%;
    transform:translateY(-50%);
    width:36px;
    height:36px;
    line-height:34px;
    text-align:center;
    border-radius:50%;
    background:#5b392f;
    color:#fff;
    font-size:24px;
    font-weight:400;
    transition:.3s ease;
}
 
/* Open state */
#faqAccordion .panel-title a[aria-expanded="true"]:after{
    content:"−";
    background:#7a4d3d;
}
 
/* Answer */
#faqAccordion .panel-collapse{
    border:none;
}
 
#faqAccordion .panel-body{
    margin-top:10px;
    padding:22px 28px;
    background:#fff;
    border:none !important;
    border-radius:16px;
    font-size:15px;
    line-height:1.8;
    color:#666;
    box-shadow:0 8px 20px rgba(0,0,0,.04);
}
 
/* Final CTA */
.final-cta{
    margin-top:90px;
    padding:90px 0;
    background:#5b392f;
    text-align:center;
    color:#fff;
}
 
.final-cta h2{
    margin:0 0 25px;
    font-size:54px;
    font-weight:700;
    line-height:1.2;
}
 
.final-cta p{
    margin-top:28px;
    font-size:18px;
    color:rgba(255,255,255,.85);
}
 
/* Buttons */
.final-btns{
    margin-top:30px;
}
 
.final-btns a{
    display:inline-block;
    margin:10px;
    padding:16px 36px;
    border-radius:50px;
    text-decoration:none !important;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
    transition:.3s ease;
}
 
/* Button style */
.btn-dark{
    background:#fff;
    color:#5b392f !important;
    box-shadow:0 12px 30px rgba(0,0,0,.18);
}
 
.btn-dark:hover{
    transform:translateY(-3px);
    background:#f6f6f6;
    color:#5b392f !important;
}
 
/* Mobile */
@media (max-width:767px){
 
    .faq{
        padding:70px 0 0;
    }
 
    .faq .section-title{
        font-size:42px;
        margin-bottom:35px;
    }
 
    #faqAccordion .panel-title a{
        padding:18px 60px 18px 20px;
        font-size:15px;
        line-height:1.6;
    }
 
    #faqAccordion .panel-title a:after{
        width:30px;
        height:30px;
        line-height:28px;
        right:18px;
        font-size:20px;
    }
 
    #faqAccordion .panel-body{
        padding:18px 20px;
        font-size:14px;
    }
 
    .final-cta{
        margin-top:60px;
        padding:65px 0;
    }
 
    .final-cta h2{
        font-size:34px;
    }
 
    .final-cta p{
        font-size:15px;
    }
 
    .final-btns a{
        display:block;
        width:100%;
        margin:10px 0;
    }
    .Catering .reviews-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .Catering .reviews {
    background: #F5F0E6;
    padding: 80px 0px;
    }
    
}
/* Section */
.contact-info{
    max-width:850px;
    margin:80px auto;
    padding:55px;
    background:#fff;
    border-radius:30px;
    box-shadow:0 20px 60px rgba(65,35,15,.08);
    border:1px solid rgba(91,57,47,.08);
    position:relative;
}
 
/* Heading */
.contact-info h2{
    text-align:center;
    font-size:54px;
    font-weight:700;
    color:#5b392f;
    margin:0 0 45px;
    line-height:1.2;
}
 
/* Form */
#cform{
    width:100%;
}
 
/* Inputs */
#cform input[type="text"],
#cform input[type="email"],
#cform textarea{
    width:100%;
    height:56px;
    padding:0 22px;
    margin-bottom:12px;
    border:2px solid #ece4d7;
    border-radius:16px;
    background:#fcfaf7;
    font-size:15px;
    color:#333;
    outline:none;
    box-shadow:none;
    transition:.3s ease;
}
 
/* Textarea */
#cform textarea{
    height:160px;
    padding:18px 22px;
    resize:vertical;
}
 
/* Focus */
#cform input:focus,
#cform textarea:focus{
    border-color:#5b392f;
    background:#fff;
    box-shadow:0 8px 20px rgba(91,57,47,.08);
}
 
/* Placeholder */
#cform input::placeholder,
#cform textarea::placeholder{
    color:#9a9a9a;
}
 
/* Captcha */
.captchee{
    margin:20px 0;
}
 
.captchee input{
    margin-bottom:15px !important;
}
 
#img_captcha{
    display:inline-block;
    padding:8px;
    background:#faf7f2;
    border:1px solid #ece4d7;
    border-radius:12px;
}
 
#img_captcha img{
    max-width:100%;
    display:block;
    border-radius:8px;
}
 
/* Errors */
.error{
    color:#d32f2f;
    font-size:13px;
    margin:0 0 15px;
    font-weight:500;
}
 
/* Button area */
.buttons1{
    text-align:center;
    margin-top:30px;
}
 
/* Button */
.mybutton{
    border:none;
    min-width:220px;
    padding:18px 40px !important;
    border-radius:60px;
    background:linear-gradient(135deg,#5b392f,#7a4d3d);
    color:#fff !important;
    font-size:16px;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;
    box-shadow:0 15px 35px rgba(91,57,47,.25);
    transition:.3s ease;
    cursor:pointer;
}
 
.mybutton:hover{
    transform:translateY(-3px);
    box-shadow:0 20px 45px rgba(91,57,47,.32);
    color:#fff !important;
}
 
/* Responsive */
@media (max-width:767px){
    .contact-info{
        margin:40px 15px;
        padding:30px 20px;
        border-radius:20px;
    }
 
    .contact-info h2{
        font-size:36px;
        margin-bottom:30px;
    }
 
    #cform input[type="text"],
    #cform input[type="email"],
    #cform textarea{
        height:50px;
        font-size:14px;
    }
 
    #cform textarea{
        height:130px;
    }
 
    .mybutton{
        width:100%;
        min-width:100%;
    }
}
#frm{
    background: linear-gradient(180deg,#f7f2e8 0%,#efe6d8 100%);
    padding:100px 0;
}
/* 
#frm .container{
    max-width:1150px;
} */
 
#frm .section-title{
    text-align:center;
    font-size:64px;
    font-weight:700;
    color:#5b392f;
    margin-bottom:60px;
    letter-spacing:1px;
}
 
/* Form card */
.form-grid{
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px;
    padding:45px;
    border-radius:28px;
    box-shadow:0 20px 60px rgba(65,35,15,.08);
    border:1px solid rgba(91,57,47,.08);
}
 
/* Fields */
.form-group{
    width:50%;
    padding:0 15px;
    margin-bottom:28px;
    color:#4b3a31;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.8px;
}
 
.form-group.full{
    width:100%;
}
 
/* Inputs */
.form-group input,
.form-group select,
.form-group textarea{
    width:100%;
    margin-top:12px;
    height:56px;
    padding:0 22px;
    border:2px solid #ece4d7;
    border-radius:16px;
    background:#fcfaf7;
    font-size:15px;
    font-weight:500;
    color:#333;
    outline:none;
    box-shadow:none;
    transition:all .3s ease;
}
 
/* Textarea */
.form-group textarea{
    height:150px;
    padding:18px 22px;
    resize:vertical;
}
 
/* Focus */
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
    border-color:#5b392f;
    background:#fff;
    box-shadow:0 8px 20px rgba(91,57,47,.08);
}
 
/* Placeholder */
.form-group input::placeholder,
.form-group textarea::placeholder{
    color:#999;
}
 
/* Button area */
.form-submit{
    text-align:center;
    margin-top:35px;
}
 
/* Button */
.sendeqnyuiry{
    display:inline-block;
    min-width:220px;
    padding:18px 40px;
    border-radius:60px;
    background:linear-gradient(135deg,#5b392f,#7a4d3d);
    color:#fff !important;
    font-size:16px;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;
    text-decoration:none !important;
    box-shadow:0 15px 35px rgba(91,57,47,.25);
    transition:.3s ease;
    cursor:pointer;
}
 
.sendeqnyuiry:hover{
    color:#fff !important;
    transform:translateY(-3px);
    box-shadow:0 20px 45px rgba(91,57,47,.32);
}
 
/* Success */
.enquirysuccess{
    text-align:center;
    margin-top:22px;
    font-size:16px;
    font-weight:600;
    color:#2e7d32;
}
.galinfo h3{
    font-family: 'Playfair Display', serif;
    margin: 10px 0;
    font-size: 45px;
    font-weight: 900;
    color: #5C3A2E;
    line-height: 1.1;
    margin-bottom: 0;
}
.galinfo  p {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.7;
    font-weight: 300;
}
 
/* Mobile */
@media (max-width:767px){
    .Catering .why-card {
    text-align: center;
    }
    .Contact .contactcinfo h3 {
  
    font-size: 45px;
}
    .About .ll-values__title {
 
    font-size: 33px;
}
    #frm{
        padding:70px 0;
    }
 
    #frm .section-title{
        font-size:42px;
        margin-bottom:35px;
    }
 
    .form-grid{
        padding:25px 15px;
        border-radius:20px;
    }
 
    .form-group{
        width:100%;
        margin-bottom:22px;
    }
 
    .sendeqnyuiry{
        width:100%;
        min-width:100%;
    }
    .About .ll-story {
 
        padding: 0px 0px;
}

}
@media screen and (max-width: 1024px) {
    .for_border {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .logaccount .col-sm-4 {
        width: 32%;
    }

    body.Privacy.Policy p {
        word-break: break-word;
    }

    body .container {
        width: 100%;
        max-width: 100%;
        padding: 0px 15px;
    }

    body.home_page_tel .container {
        padding: 0px;
    }
    #menu .nav>li>a {
    padding: 15px 4px;
    }
    div#welcome {
    padding: 10px 8px;
    width: 172px;
    text-align: center;
    }
    .hero-h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;
    }
    .hero {
    min-height: 48vh;
    background-size: cover;
    }
    .hero-left {

    padding: 20px 80px 1px 80px;
    }
    .cta-banner {
    position: relative;
    overflow: hidden;
    padding: 46px 60px;
    }
    div#welcome_txt {
    text-align: center;
    }
    .sec {
    padding: 120px 0px;
    }
    div#welcome {
    margin: 20px auto;
    }
    div#logo img {
    width: 208px;
    }
    .picks-grid {
    display: block;
    }
        .sec {
        padding: 120px 47px;
    }
    .boxes-grid {
    display: block;
    }
    .bxtile {
    margin-bottom: 20px;
    }
    .pick {
    margin-bottom: 20px;
    }
    .Catering .dietary-badge {
    margin-bottom: 20px;
    }
    .banner-area.section-block a {
    margin-bottom: 20px;
    }
    
.About .ll-story {
    display: flex;
    gap: 40px;
    padding: 0px 20px;
    align-items: center;
}
.About .ll-values__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1010px) {


    .opening-time ul li {
        justify-content: center;
    }

    div#contentcat ul.nav.nav-tabs li a {
        padding: 15px 5px;
    }

    .logaccount .col-sm-4 {
        width: 31.6%;
    }

    div#back_button {
        margin: 10px auto;
    }

    body.Checkout .col-sm-6 {
        width: 100%;
    }

    .top_menu a {
        font-size: 10px !important;
    }

    #links ul li a {
        font-size: 14px;
    }

    div#featuredprd {
        width: 60vw;
        margin: auto;
    }
    .contact-info h2 {
   
    font-size: 50px;}
}

@media (max-width: 767px) {
    .Reviews .review-card {
 
    width: 230px;}
 
.Reviews div#review-grid h3 {
   
    font-size: 35px;}
 
    ul.sub-menu {
        position: relative;
        width: 100%;
        text-align: center;
        border: unset;
    }

    #menu .navbar-nav>li.opns:hover ul.sub-menu {
        display: unset;
    }

    #menu .navbar-nav>li.opns.open ul.sub-menu {
        display: block !important;
    }

    #menu .navbar-nav>li.opns ul.sub-menu {
        display: none !important;
    }

    div#collapsePostcode {
        clear: both;
    }

    div#cart_requested_times,
    div#cart_postcode_box {
        overflow: auto;
    }

    div#before_bg #before_border {
        width: 50%;
        float: left;
        padding: 10px 10px;
    }

    #header .navbar-collapse.navbar-ex1-collapse.collapse.in {
        height: 100%;
        max-height: 100%;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        background-color: var(--prmary);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    div#checkout-address a {
        font-size: 12px;
    }

    .logaccount .col-sm-4 {
        width: 100%;
        margin: 22px auto;
        min-height: 166px;
    }

    div#checkout span#head-title {
        text-align: center;
        display: block;
    }

    div#change_add {
        width: 29%;
        margin: 15px auto;
        float: left;
        position: relative;
        z-index: 11;
    }

    div#chckprice {
        width: 20%;
        margin: 15px auto;
        float: left;
    }

    h4#checkdelname {
        width: 51%;
        float: left;
        display: block;
    }

    .finalcart.checkout-box.col-sm-12 {
        padding: 0px 15px;
    }

    body.Checkout .container {
        padding: 0px 0px;
    }

    .product_name,
    .product_optionname {
        margin: 6px auto;
    }

    div#mes_mod_postcode {
        top: 25px;
    }

    div#column-left {
        min-height: 0px !important;
    }

    div#column-right {
        clear: both;
    }

    div#mobile-cart-total a#mobile_cart_btn {
        position: fixed;
        top: 0px;
        margin: auto;
        left: 0px;
        right: 0px;
        padding: 8px 0px;
        z-index: 11;
    }

    #formdesign {
        width: 100% !important;
    }

    div#content div#notification {
        width: 100% !important;
    }

    .success,
    .success a {
        font-size: 10px !important;
    }

    input.greenButton.div_change_delivery {
        float: none !important;
    }

    h4.col-sm-12 {
        font-size: 14px;
    }

    .checkout h4>i.fa {
        padding: 10px !important;
        font-size: 14px !important;
        width: 37px;
        height: 37px;
    }

    div#back_button {
        margin: 6px auto;
    }

    body.Checkout .col-sm-12,
    body.Checkout .col-sm-6 {
        padding: 0px;
    }

    div#equiliser .quantity {
        width: 25%;
        float: left;
    }

    .col-sm-12.sett-popup-content .col-sm-6 {
        float: left;
        width: 50%;
    }

    .col-sm-12.pro_bg {
        float: left;
        width: 100%;
    }

    .pro_bg .col-sm-8 {
        width: 66.66%;
        float: left;
    }

    .pro_bg .col-sm-2 {
        width: 16.66%;
        float: left;
    }

    div#contact_info {
        text-align: center;
    }

    .menu-nav .container {
        border: none
    }

    #menu .nav>li>a {
        text-align: center;
        padding: 12px;
    }

    #menu .navbar-nav>li br {
        display: none;
    }

    #menu .nav>li>a span {
        font-size: 14px;
    }

    #mobileoly {
        display: block !important;
        margin-top: 10px;
    }

    #mobileoly a {
        background-color: var(--prmary);
        color: #000;
        font-size: 17px;
        font-style: italic;
        font-weight: bold;
        padding: 8px 25px;
    }

    #menu {
        border-bottom: 0;
        border-radius: 4px;
    }

    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }

    body #menu {
        margin-top: -65px;
        top: 0 !important;
    }

    #menu .navbar-nav>li {
        width: 100% !important;
    }

    .navbar-collapse {
        top: 0px;
        text-align: center;
        max-height: 250px;
    }

    .navbar-collapse .navbar-nav {
        max-width: 100%;
        margin: auto;
    }

    div#welcome_txt {
        text-align: center;
    }

    .opening-time ul li {
        justify-content: center;
    }
        .hero-left {
        backdrop-filter: brightness(0.5);
        padding: 20px 80px 1px 80px;
        margin-top: 0px;
    }
        #picks {
        padding: 120px 12px;
    }
        .sec {
        padding: 120px 26px;
    }
        div#logo img {
        width: 120px;
    }
    .Contact div#entss{
    padding: 20px 23px;
     }
     .About .ll-values__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.About .ll-hero__title {
    font-size: 30px;
}
}

@media (max-width: 478px) {}